@charset "utf-8";

:root {
  --ff-mincho: "Zen Old Mincho", sans-serif;
  --ff-kaku: "Zen Kaku Gothic New", serif;
}

/*====================================
  FS初期化
====================================*/
.fs-c-heading--page {
  display: none;
}

.fs-c-button--particular,
.fs-c-price__currencyMark,
.fs-c-productPrice__main__label {
  display: none !important;
}

.fs-c-productMark__mark {
  border: solid 1px #c25748;
  border-radius: 3px;
  color: #c25748;
  background-color: #fff;
}

.fs-c-buttonContainer > form {
  flex: 0 0 auto;
  width: 100%;
}

a.fs-c-button--plain {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: #6a3623;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
a.fs-c-button--plain:hover {
  color: #fff;
}
a.fs-c-button--plain::before {
  content: none !important;
}
.fs-c-price__value {
  font-size: 22px;
  font-family: var(--ff-kaku);
  font-weight: 700;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  content: "円（";
}

a.amo-c-link-secondary {
  padding: 15px 10px;
  width: 100%;
  color: #6a3623;
  background-color: #fff;
  border: solid 2px #6a3623;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-size: clamp(16px, 5vw, 18px);
}

/*====================================
  共通
====================================*/
.js--fadeUp {
  transition: all 2s;
  opacity: 0;
}
.js--fadeUp.is--intersected {
  opacity: 1;
}

/*------------------------------
    PC
------------------------------*/
@media screen and (min-width: 780px) {
  #amo {
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
  }

  .amo__mainVisual {
  }

  .amo__lead {
    margin: 50px auto;
  }

  .amo__main-title {
  }

  .amo__main-title-text {
    border-left: solid 3px #8f3f35;
    padding: 5px 10px 5px 20px;
    font-family: var(--ff-mincho);
    font-size: 36px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .amo__main-subtitle-text {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .amo__main-desc {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }

  .amo__main-term {
    color: #8f3f35;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 29px;
  }

  .amo__mainContent {
    background-color: #ede0df;
  }

  .amo__mainContent-image {
  }

  .amo__mainContent_detail {
    margin-top: 30px;
    padding: 5% 5% 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }

  .amo__moreContent_item {
    padding-top: 5%;
  }

  .amo__moreContent_item_layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin: 50px auto;
    padding: 50px;
  }

  .amo__moreContent_item_layout::before,
  .amo__moreContent_item_layout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0.5;
    z-index: 1;
  }
  .amo__moreContent_item_layout::before {
    border-left: solid 1px #d1afac;
    border-right: solid 1px #d1afac;
    margin: 0px 3%;
  }
  .amo__moreContent_item_layout::after {
    border-top: solid 1px #d1afac;
    border-bottom: solid 1px #d1afac;
    margin: 3% 0;
  }
  .amo__moreContent_item_layout img {
    width: 100%;
  }
  a.amo__moreContent_item_link {
    display: inline-block;
    width: 90%;
    max-width: 350px;
    border-radius: 5px;
    background-color: #8f3f35;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    z-index: 2;
  }

  .amo__mainContent_aside {
  }

  .amo__link-more {
    text-align: center;
    padding: 10px 0 100px;
  }

  .amo__link-more a {
    position: relative;
    text-align: center;
    color: #8f3f35;
    font-size: 20px;
  }
  .amo__link-more a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    border-color: #8f3f35 #8f3f35 transparent transparent;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -50px;
    margin: auto;
    transform: translateY(-50%) rotate(135deg);
    opacity: 0.5;
    transition: bottom 0.2s;
  }

  .amo__link-more a:hover::after {
    bottom: -60px;
  }

  .amo__moreContent {
    padding: 100px 0px;
  }

  .amo__moreContent-image {
    text-align: center;
  }

  .amo__moreContent-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 100px;
    font-family: var(--ff-mincho);
    font-weight: 700;
    font-size: 25px;
    line-height: 2.7;
  }
  .amo__moreContent-detail img {
    width: 80%;
    max-width: 565px;
  }

  .vertical-rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .amo__moreContent_inner {
    margin-top: 100px;
  }

  .amo__moreContent_name {
  }

  .head-azuki {
    padding-top: 0px;
  }
  .head-azuki::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(https://kanou.itembox.design/item/asset/lp/amo/img/azuki.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
  }

  .amo__moreContent_name_text {
    font-family: var(--ff-mincho);
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .amo__moreContent_subname_text {
    font-family: var(--ff-mincho);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #a12310;
  }

  .amo__moreContent_column .slick-list {
    z-index: 0;
  }

  .amo__moreContent_column .slick-arrow {
    position: absolute;
    top: 68%;
    right: 15vw;
    left: auto;
    width: 30px;
    height: 30px;
    transform: none;
  }

  .amo__moreContent_column .slick-arrow::before {
    color: #231815;
    height: 30px;
  }
  .amo__moreContent_column .slick-prev {
    right: 23vw;
    z-index: 10;
  }
  .amo__moreContent_column .slick-next {
    right: 5px;
    z-index: 10;
  }
  .amo__moreContent_column .slick-prev::before {
    content: "\2329";
  }
  .amo__moreContent_column .slick-next::before {
    content: "\232A";
  }
  .amo__moreContent_column .slick-dots {
    position: absolute;
    top: 67.5%;
    right: 40px;
    display: inline-block;
    width: calc(23vw - 50px);
    height: 30px;
  }
  .amo__moreContent_column .slick-dots li {
    margin: 0 10px;
    counter-increment: slick_dot;
  }
  .amo__moreContent_column .slick-dots button {
    border-bottom: solid 1px #000;
    margin: 0;
    padding: 0 0 5px;
    box-sizing: content-box;
    z-index: 5;
  }
  .amo__moreContent_column .slick-dots .slick-active button {
    border-bottom: solid 2px #000;
    color: #000;
  }
  .amo__moreContent_column .slick-dots button::before {
    content: counter(slick_dot);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-family: var(--ff-mincho);
    font-size: 20px;
    opacity: 1;
  }
  .amo__moreContent_column .slick-dots .slick-active button::before {
    color: #000;
    font-size: 20px;
    opacity: 1;
  }

  .amo__moreContent_column_list .fs-pt-column__heading {
    display: block;
    font-family: var(--ff-mincho);
    font-size: 32px;
    margin-top: 60px;
  }
  .amo__moreContent_column_list .fs-pt-column__description {
    display: inline-block;
    color: #231815;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 2.2;
  }

  .amo__moreContent-productList .fs-c-productListItem__productDescription,
  .amo__moreContent-productList .fs-c-productListCarousel__ctrl {
    display: none !important;
  }
  .amo__moreContent-productList .slick-track {
    width: 100% !important;
    transform: none !important;
    display: flex;
    justify-content: center;
  }
  .amo__moreContent-productList .slick-slide {
    height: auto;
  }
  .amo__moreContent-productList .slick-slide > div {
    height: 100%;
  }
  .amo__moreContent-productList .fs-c-productListCarousel__list__item {
    display: flex !important;
    flex-direction: column;
  }
  .amo__moreContent-productList .fs-c-productListItem__prices {
    margin-top: auto;
  }

  .amo__aside {
    background-color: #6a362354;
    padding: 40px;
  }

  .amo__aside_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .BannerAreaColumn_02 {
    padding: 20px 5%;
    margin: 50px auto 0;
  }
  .BannerAreaColumn_02 .fs-pt-column {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*------------------------------
    SP
------------------------------*/
@media screen and (max-width: 779px) {
  .fs-l-main {
    padding: 0;
  }

  #amo {
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
  }

  .amo__mainVisual {
  }

  .amo__lead {
    margin: 50px auto;
  }

  .amo__main-title {
    padding: 0 4%;
  }

  .amo__main-title-text {
    border-left: solid 5px #8f3f35;
    padding: 0px 10px 0px 20px;
    font-family: var(--ff-mincho);
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .amo__main-subtitle-text {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .amo__main-desc {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 2%;
    line-height: 2;
  }

  .amo__main-term {
    color: #8f3f35;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 29px;
  }

  .amo__mainContent {
    background-color: #ede0df;
  }

  .amo__mainContent-image {
  }

  .amo__mainContent_detail {
    margin-top: 50px;
    padding: 0 5%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }

  .amo__mainContent_text {
    font-size: 16px;
    margin-top: 20px;
  }

  .amo__moreContent_item {
    padding: 4% 4% 0;
  }

  .amo__moreContent_item_layout {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin: 0px auto 30px;
    padding: 35px;
  }

  .amo__moreContent_item_layout::before,
  .amo__moreContent_item_layout::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0.5;
    z-index: 1;
  }
  .amo__moreContent_item_layout::before {
    border-left: solid 1px #d1afac;
    border-right: solid 1px #d1afac;
    margin: 0px 3%;
  }
  .amo__moreContent_item_layout::after {
    border-top: solid 1px #d1afac;
    border-bottom: solid 1px #d1afac;
    margin: 3% 0;
  }
  .amo__moreContent_item_layout img {
    width: 100%;
  }
  a.amo__moreContent_item_link {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background-color: #8f3f35;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    z-index: 2;
  }

  .amo__mainContent_aside {
  }

  .amo__link-more {
    text-align: center;
    padding: 10px 0 100px;
  }

  .amo__link-more a {
    position: relative;
    text-align: center;
    color: #8f3f35;
    font-size: 16px;
    font-weight: bold;
  }
  .amo__link-more a::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    border-color: #8f3f35 #8f3f35 transparent transparent;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -50px;
    margin: auto;
    transform: translateY(-50%) rotate(135deg);
    opacity: 0.5;
    transition: bottom 0.2s;
  }

  .amo__link-more a:hover::after {
    bottom: -60px;
  }

  .amo__moreContent {
    padding: 70px 0px;
  }

  .amo__moreContent-image {
    text-align: center;
    padding: 0 10%;
  }

  .amo__moreContent-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 100px;
    font-family: var(--ff-mincho);
    font-weight: 700;
    font-size: 15px;
    font-size: clamp(12px, 3.7vw, 16px);
    line-height: 1.9;
  }
  .amo__moreContent-detail img {
    width: 80%;
    max-width: 565px;
  }

  .vertical-rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .amo__moreContent_inner {
    margin-top: 40px;
  }

  .amo__moreContent_name {
  }

  .head-azuki {
    padding-top: 0px;
  }
  .head-azuki::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(https://kanou.itembox.design/item/asset/lp/amo/img/azuki.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
  }

  .amo__moreContent_name_text {
    font-family: var(--ff-mincho);
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .amo__moreContent_subname_text {
    font-family: var(--ff-mincho);
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #a12310;
  }

  .amo__moreContent_column {
    overflow-x: hidden;
    width: 100vw;
  }

  .amo__moreContent_column .slick-list {
    z-index: 0;
  }

  .amo__moreContent_column .slick-arrow {
    position: absolute;
    top: 68vw;
    right: 15vw;
    left: auto;
    width: 30px;
    height: 30px;
    transform: none;
  }

  .amo__moreContent_column .slick-arrow::before {
    color: #231815;
    height: 30px;
  }
  .amo__moreContent_column .slick-prev {
    left: 2%;
    z-index: 10;
  }
  .amo__moreContent_column .slick-next {
    right: 2%;
    z-index: 10;
  }
  .amo__moreContent_column .slick-prev::before {
    content: "\2329";
  }
  .amo__moreContent_column .slick-next::before {
    content: "\232A";
  }
  .amo__moreContent_column .slick-dots {
    position: absolute;
    top: 66vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    width: 90%;
    height: 30px;
  }
  .amo__moreContent_column .slick-dots li {
    margin: 0 10px;
    counter-increment: slick_dot;
  }
  .amo__moreContent_column .slick-dots button {
    border-bottom: solid 1px #000;
    margin: 0;
    padding: 0 0 5px;
    box-sizing: content-box;
    z-index: 5;
  }
  .amo__moreContent_column .slick-dots .slick-active button {
    border-bottom: solid 2px #000;
    color: #000;
  }
  .amo__moreContent_column .slick-dots button::before {
    content: counter(slick_dot);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-family: var(--ff-mincho);
    font-size: 20px;
    opacity: 1;
  }
  .amo__moreContent_column .slick-dots .slick-active button::before {
    color: #000;
    font-size: 20px;
    opacity: 1;
  }

  .amo__moreContent_column_list .fs-pt-column__item {
    padding: 0;
  }

  .amo__moreContent_column_list .fs-pt-column__image img {
    height: 61.8vw;
    max-height: 560px;
  }

  .amo__moreContent_column_list .fs-pt-column__heading {
    display: block;
    font-family: var(--ff-mincho);
    font-size: 22px;
    margin-top: 30%;
    text-align: center;
  }
  .amo__moreContent_column_list .fs-pt-column__description {
    display: inline-block;
    color: #231815;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 2.2;
    padding: 0 2%;
  }

  /*------------------------------
      商品slackの調整
  ------------------------------*/
  .amo__moreContent-productList {
    overflow-x: hidden;
  }

  .amo__moreContent-productList .fs-c-productListItem__productDescription,
  .amo__moreContent-productList .fs-c-productListCarousel__ctrl {
    display: none !important;
  }

  .amo__moreContent-productList .slick-track {
    transform: none !important;
    width: 100vw !important;
    display: flex;
    flex-wrap: wrap;
  }
  .amo__moreContent-productList .slick-track .slick-slide {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
  }
  .amo__moreContent-productList .slick-track .slick-slide > div {
    height: 100%;
  }
  .amo__moreContent-productList .slick-track .slick-slide .fs-c-productListItem__prices {
    margin-top: auto;
  }

  .amo__moreContent-productList .fs-c-productListCarousel__list__item {
    max-width: 100%;
    margin: 0;
    padding: 5%;
  }
  .amo__moreContent-productList .fs-c-productListCarousel__list__item {
    max-width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }

  .amo__aside {
    background-color: #6a362354;
    padding: 20px;
  }

  .amo__aside_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .BannerAreaColumn_02 {
    margin: 50px auto;
    padding: 0 5%;
  }
}
