@charset "UTF-8";
/* 徳島　木頭ゆず
   ========================================================================== */
#main-column:has(.kito-yuzu) .header_area, #main-column:has(.kito-yuzu) h2 {
  display: none; }
#main-column:has(.kito-yuzu) article, #main-column:has(.kito-yuzu) .journal-cont {
  margin: 0 !important; }
@media screen and (max-width: 768px) {
  #main-column:has(.kito-yuzu) #Journal {
    padding: 0 !important; } }

.kito-yuzu p {
  line-height: 1.8; }
.kito-yuzu figure img {
  display: block;
  margin: 0 auto; }
.kito-yuzu img {
  max-width: 100%;
  height: auto; }
.kito-yuzu ul li {
  list-style: none !important; }

/* メインイメージ
   =================================== */
@media screen and (max-width: 768px) {
  .kito-yuzu .bg-box {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; } }

.kito-yuzu__title {
  background-image: url("../img/kito-yuzu/kito-yuzu_title_bg_pc.webp");
  background-size: 100% auto; }
  .kito-yuzu__title .wrap {
    position: relative;
    height: 979px;
    color: #fff;
    padding: 40px; }
    .kito-yuzu__title .wrap .name {
      position: absolute;
      bottom: 140px;
      left: 140px;
      writing-mode: vertical-rl;
      font-size: 72px; }
    .kito-yuzu__title .wrap .catch {
      position: absolute;
      top: 80px;
      right: 80px;
      font-size: 40px;
      line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .kito-yuzu__title {
      background-image: url("../img/kito-yuzu/kito-yuzu_title_bg_sp.webp"); }
      .kito-yuzu__title .wrap {
        height: auto;
        padding: 40px; }
        .kito-yuzu__title .wrap .name {
          top: 40px;
          bottom: auto;
          left: 30px;
          font-size: 36px; }
        .kito-yuzu__title .wrap .catch {
          top: auto;
          right: auto;
          bottom: 20%;
          left: 30px;
          font-size: 18px; } }

/* NEW ARRIVAL
   =================================== */
.kito-yuzu__new {
  background-image: url("../img/kito-yuzu/kito-yuzu_new_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .kito-yuzu__new .wrap {
    padding: 40px; }
    .kito-yuzu__new .wrap .title {
      display: block;
      width: max-content;
      background: #879564;
      color: #fff;
      font-weight: bold;
      line-height: 1;
      padding: 1em; }
    .kito-yuzu__new .wrap .lead .name {
      font-size: 24px;
      color: #4a5927;
      font-weight: bold;
      margin-top: 1.5em; }
    .kito-yuzu__new .wrap .lead p {
      font-size: 18px;
      color: #4a5927;
      margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .kito-yuzu__new {
      background-image: url("../img/kito-yuzu/kito-yuzu_new_bg_sp.webp");
      background-repeat: no-repeat;
      background-size: 100% auto; }
      .kito-yuzu__new .wrap {
        padding: 20px; }
        .kito-yuzu__new .wrap .lead .name {
          font-size: 20px; }
        .kito-yuzu__new .wrap .lead p {
          font-size: 14px; } }

/* 購入
   =================================== */
.kito-yuzu__new .kito-yuzu__buy .wrap {
  width: 100%;
  background: #f6f2e7;
  border: 1px solid transparent;
  border-image: linear-gradient(to right, #4f4c43, #d7b15b) 1; }
  .kito-yuzu__new .kito-yuzu__buy .wrap .block .text .capsule {
    margin-top: 0; }
  .kito-yuzu__new .kito-yuzu__buy .wrap .block .text p {
    font-size: 24px; }
    .kito-yuzu__new .kito-yuzu__buy .wrap .block .text p.price {
      font-size: 20px; }
@media screen and (max-width: 768px) {
  .kito-yuzu__new .kito-yuzu__buy .wrap .block .text .capsule {
    margin-top: 0; }
  .kito-yuzu__new .kito-yuzu__buy .wrap .block .text p {
    font-size: 16px; }
    .kito-yuzu__new .kito-yuzu__buy .wrap .block .text p.price {
      font-size: 16px; } }

.kito-yuzu__buy {
  margin-top: 40px; }
  .kito-yuzu__buy .wrap {
    width: 600px;
    background-image: url("../img/kito-yuzu/kito-yuzu_buy_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top 80px;
    padding: 40px;
    margin: 0 auto; }
    .kito-yuzu__buy .wrap .block {
      display: flex;
      justify-content: space-between;
      gap: 40px; }
      .kito-yuzu__buy .wrap .block .text {
        display: flex;
        flex-direction: column;
        width: max-content; }
        .kito-yuzu__buy .wrap .block .text .capsule {
          align-self: flex-start;
          width: max-content;
          background: #c4b292;
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          padding: .5em 3em;
          margin-top: 80px;
          border-radius: 100px; }
        .kito-yuzu__buy .wrap .block .text p {
          font-weight: bold;
          font-size: 20px;
          color: #4a5927;
          line-height: 1.6;
          margin-top: 1em; }
          .kito-yuzu__buy .wrap .block .text p.price {
            font-weight: normal;
            margin-bottom: 1em; }
      .kito-yuzu__buy .wrap .block .image {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .kito-yuzu__buy .wrap .block .image img {
          width: 80px;
          margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .kito-yuzu__buy {
      margin-top: 20px; }
      .kito-yuzu__buy .wrap {
        width: 100%;
        padding: 20px;
        background-position: center top 40px; }
        .kito-yuzu__buy .wrap .block {
          gap: 20px; }
          .kito-yuzu__buy .wrap .block .text .capsule {
            font-size: 14px;
            padding: .5em 3em;
            margin-top: 40px; }
          .kito-yuzu__buy .wrap .block .text p {
            font-size: 16px; }
          .kito-yuzu__buy .wrap .block .image img {
            width: 60px; } }

/* カートに入れるボタン
   =================================== */
.kito-yuzu .btn-cart {
  margin-top: auto; }
  .kito-yuzu .btn-cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    background-color: #76553d;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    padding: .75em 3em;
    border-radius: 10px;
    transition: .3s; }
    .kito-yuzu .btn-cart a img {
      width: 30px !important; }
    @media (hover: hover) {
      .kito-yuzu .btn-cart a:hover {
        opacity: .6; } }
  @media screen and (max-width: 768px) {
    .kito-yuzu .btn-cart a {
      width: 100% !important;
      font-size: 16px;
      padding: .5em 1em;
      border-radius: 8px; }
      .kito-yuzu .btn-cart a img {
        width: 24px !important; } }

/* FROM KITO
   =================================== */
.kito-yuzu__from {
  background: url("../img/kito-yuzu/kito-yuzu_from_bg.jpg"); }
  .kito-yuzu__from .wrap {
    color: #fff !important;
    padding: 40px; }
    .kito-yuzu__from .wrap .title_area {
      display: flex;
      align-items: center;
      gap: 20px; }
      .kito-yuzu__from .wrap .title_area .title {
        display: block;
        width: max-content;
        background: #fff;
        color: #879564;
        font-weight: bold;
        line-height: 1;
        padding: 1em; }
      .kito-yuzu__from .wrap .title_area .text {
        flex: 1;
        display: flex;
        gap: 40px;
        font-size: 24px;
        line-height: 1; }
        .kito-yuzu__from .wrap .title_area .text span {
          display: block; }
    .kito-yuzu__from .wrap ul {
      display: flex;
      gap: 40px;
      margin-top: 40px !important; }
      .kito-yuzu__from .wrap ul li {
        width: calc(100% / 3);
        color: #fff; }
        .kito-yuzu__from .wrap ul li span {
          display: block;
          font-size: 24px;
          margin-top: 1em; }
        .kito-yuzu__from .wrap ul li p {
          font-size: 18px;
          color: #fff;
          margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .kito-yuzu__from .wrap {
      padding: 20px; }
      .kito-yuzu__from .wrap .title_area {
        flex-direction: column;
        align-items: flex-start;
        gap: 0; }
        .kito-yuzu__from .wrap .title_area .text {
          flex-direction: column;
          gap: 0;
          font-size: 20px;
          line-height: 1.8;
          margin-top: 1em; }
      .kito-yuzu__from .wrap ul {
        flex-direction: column;
        gap: 30px;
        margin-top: 20px !important; }
        .kito-yuzu__from .wrap ul li {
          width: auto; }
          .kito-yuzu__from .wrap ul li span {
            display: block;
            font-size: 20px;
            margin-top: 1em; }
          .kito-yuzu__from .wrap ul li p {
            font-size: 14px; } }

/* HOW TO ENJOY
   =================================== */
.kito-yuzu__enjoy .wrap {
  padding: 40px; }
  .kito-yuzu__enjoy .wrap .title {
    display: block;
    width: max-content;
    background: #879564;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 1em; }
  .kito-yuzu__enjoy .wrap ul {
    display: flex;
    gap: 40px;
    margin-top: 40px !important; }
    .kito-yuzu__enjoy .wrap ul li {
      width: calc(100% / 3); }
      .kito-yuzu__enjoy .wrap ul li figure {
        display: flex;
        gap: 20px; }
        .kito-yuzu__enjoy .wrap ul li figure div {
          width: 140px; }
        .kito-yuzu__enjoy .wrap ul li figure figcaption {
          flex: 1; }
          .kito-yuzu__enjoy .wrap ul li figure figcaption span {
            display: block;
            font-size: 20px;
            font-weight: bold;
            padding-bottom: .25em;
            border-bottom: 1px solid #000; }
          .kito-yuzu__enjoy .wrap ul li figure figcaption p {
            margin-top: 1em; }
  .kito-yuzu__enjoy .wrap p {
    font-size: 16px; }
@media screen and (max-width: 768px) {
  .kito-yuzu__enjoy .wrap {
    padding: 20px; }
    .kito-yuzu__enjoy .wrap ul {
      flex-direction: column; }
      .kito-yuzu__enjoy .wrap ul li {
        width: auto; }
        .kito-yuzu__enjoy .wrap ul li figure {
          gap: 10px; }
          .kito-yuzu__enjoy .wrap ul li figure div {
            width: 100px; }
          .kito-yuzu__enjoy .wrap ul li figure figcaption span {
            font-size: 18px; }
    .kito-yuzu__enjoy .wrap p {
      font-size: 14px; } }
