@charset "UTF-8";

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url('../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  src: url('../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf') format('opentype');
  font-style: bold;
  font-weight: 700;
}

html {
  font-size: 100%;
}

body {
  color: #121212;
  font-family: "NotoSansCJKjp", sans-serif;
}

a {
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

main {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1028px;
  padding: 0 24px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
}

.section-title .en {
  display: block;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.section-title .ja {
  display: block;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 18px;
  font-weight: normal;
}

/* 商品詳細 */
.item-detail .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

.item-detail .description {
  margin-bottom: 24px;
}

.item-detail .set {
  color: #707070;
  font-size: 14px;
  margin-bottom: 4px;
}

.item-detail .set-list {
  color: #707070;
  font-size: 14px;
}

.item-detail .btn-store {
  text-align: right;
}

.item-detail .btn-store a {
  background-color: #707070;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 16px 24px;
  text-align: center;
}

.item-detail .btn-store img {
  margin: 0 0 1px 10px;
}

/* フェード（下から） */
.fadeup {
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.3s;
  transform: translateY(30px);
}

.fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* スライド（左右から） */
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.3s;
}

.fadein-left {
  transform: translate(-10%, 0);
}

.fadein-right {
  transform: translate(10%, 0);
}

.fadein-left.is-show,
.fadein-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  margin-bottom: 120px;
  position: relative;
}

#header .logo {
  /* max-width: 90px; */
  max-width: 200px;
  line-height: 1;
  position: absolute;
  top: 34px;
  right: 100px;
}

#header .mv img {
  width: calc(100% - 400px);
  height: 600px;
  object-fit: cover;
}

#header .mv-slide-img {
  max-width: 480px;
  position: absolute;
  top: 100px;
  right: 0;
}

#header .mv-slide-img .img-pink,
#header .mv-slide-img .img-black {
  display: none;
}

#header .mv-slide-btn {
  display: flex;
  position: absolute;
  top: 440px;
  right: 163px;
}

#header .mv-slide-btn .slide-btn {
  /* width: 35px;
  height: 35px; */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 8px;
}

#header .mv-slide-btn .btn-white {
  background-color: #ffffff;
}

#header .mv-slide-btn .btn-pink {
  background-color: #fff895;
}

#header .mv-slide-btn .btn-black {
  background-color: #88b692;
}

/* ヘッダーのグラデーション */
.header-bg {
  background: linear-gradient(#fff, #FEE5E5, #fff 100%);
  padding-bottom: 120px;
}

/* ヘッダー下コンテンツ */
.box-content {
  height: 410px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  background-image: url("../img/box-bg.png");
  text-align: center;
}

.box-content .title {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 32px;
  margin-bottom: 48px;
}

.box-content .text {
  color: #707070;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 32px;
}

.box-content .text:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------
全幅画像
-------------------------------------------*/
.img-area {
  margin-bottom: 120px;
}

.img-area img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*-------------------------------------------
Introduction
-------------------------------------------*/
.introduction {
  position: relative;
}

.introduction .img img {
  width: 70%;
  height: 450px;
  object-fit: cover;
}

.introduction .text {
  margin-bottom: 24px;
}

/* .introduction .text span {
  background-image: linear-gradient(to right, #FDC5A7 0%, #FF8870 100%);
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  padding: 0 16px;
  margin-bottom: 8px;
} */

.introduction .text span {
  /* background-image: linear-gradient(to right, #FDC5A7 0%, #FF8870 100%); */
  color: #494949;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  padding: 0 16px;
  margin-bottom: 8px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.intro-left {
  margin-bottom: 120px;
}

.intro-left .text1 {
  position: absolute;
  /* top: 10%; */
  top: 15%;
  left: 60%;
}

.intro-left .text2 {
  position: absolute;
  top: 50%;
  /* left: -2%; */
  left: 0%;
}

.intro-left .text3 {
  position: absolute;
  top: 82%;
  left: 44%;
}

.intro-right {
  margin-bottom: 280px;
  text-align: right;
}

.intro-right .text1 {
  position: absolute;
  top: 22%;
  left: 22%;
}

.intro-right .text2 {
  position: absolute;
  top: 50%;
  /* right: -2%; */
  right: 0%;
}

.intro-right .text3 {
  position: absolute;
  top: 88%;
  left: 46%;
}

/*-------------------------------------------
Color variations
-------------------------------------------*/
#variations {
  background: linear-gradient(#fff, #E8E8E8, #fff 100%);
  padding-bottom: 200px;
}

#variations .color-list {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin: 0 auto 120px auto;
}

#variations .color-list li {
  width: calc(100% / 3);
  max-width: 340px;
  margin-right: 80px;
  position: relative;
}

#variations .color-list li:last-of-type {
  margin-right: 0;
}

#variations .color-list li:nth-child(1)::after,
#variations .color-list li:nth-child(2)::after {
  content: "or";
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: calc(100% / 2 - 30px);
  left: calc(100% - 10px);
}

#variations .color-list li .img {
  position: relative;
  z-index: 10;
}

#variations .color-list li .text {
  margin: -30px 0 0 40px;
  text-align: center;
  position: relative;
  z-index: 20;
}

#variations .item-info {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

#variations .item-info .item-img {
  max-width: 360px;
  margin-right: -60px;
  z-index: 10;
}

#variations .item-info .item-detail {
  max-width: 680px;
  background-color: #fff;
  border: solid 1px #707070;
  padding: 5% 6% 5% 12%;
}

#variations .btn-modal {
  max-width: 600px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #707070;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}

#variations .btn-modal img {
  position: absolute;
  right: 40px;
}

#variations .modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 50%);
  padding: 72px 24px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 20;
  text-align: center;
}

#variations .modal-container.active {
  opacity: 1;
  visibility: visible;
}

#variations .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#variations .modal-content {
  width: 100%;
  max-width: 860px;
  background-color: #fff;
  display: inline-block;
  padding: 96px 10%;
  text-align: left;
  position: relative;
}

#variations .modal-content .title {
  background-color: #454545;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 64px;
  text-align: center;
}

#variations .modal-content .store-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #707070;
  margin-bottom: 40px;
  font-size: 14px;
}

#variations .modal-content .store-list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

#variations .modal-content .store-list .prefectures {
  width: 20%;
}

#variations .modal-content .store-list .store-item {
  width: 80%;
}

#variations .modal-content .store-list .store-item .item {
  display: flex;
  margin-bottom: 40px;
}

#variations .modal-content .store-list .store-item .item .name {
  width: 40%;
}

#variations .modal-content .store-list .store-item .item .info {
  width: 60%;
}

#variations .modal-content .store-list .store-item .item .info .address {
  margin-bottom: 16px;
}

/*-------------------------------------------
All items
-------------------------------------------*/
#items {
  background: linear-gradient(#fff, #FEE5E5, #fff 100%);
  padding-bottom: 200px;
}

#items .ac-item {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  position: relative;
}

#items .ac-item .ac-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 24px 64px 24px 24px;
  position: relative;
}

#items .ac-item .ac-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #121212;
  border-top: 2px solid #121212;
  transform: rotate(135deg);
  position: absolute;
  top: 78px;
  right: 40px;
}

#items .ac-item .ac-label.open::after {
  transform: rotate(-45deg);
  top: 84px;
}

#items .ac-item .ac-label .img {
  width: 26%;
  max-width: 160px;
  margin-right: 12%;
}

#items .ac-item .ac-label .text {
  width: 62%;
}

#items .ac-item .ac-label .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

#items .ac-item .ac-label .description {
  margin-bottom: 4px;
}

#items .ac-item .ac-label .name {
  color: #707070;
  font-size: 14px;
}

#items .ac-item .ac-content {
  max-width: 784px;
  display: none;
  padding: 48px 32px 120px 32px;
  margin: 0 auto;
}

#items .ac-item .ac-content .item-img {
  max-width: 360px;
  margin: 0 auto -50px auto;
}

#items .ac-item .ac-content .item-detail {
  border: solid 1px #707070;
  padding: 12% 6% 5% 6%;
  margin-bottom: 80px;
}

#items .ac-item .ac-content .voice-title {
  background-color: #454545;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
  margin-bottom: 40px;
  text-align: center;
}

#items .ac-item .ac-content .voice-slide {
  width: 100%;
}

#items .ac-item .ac-content .voice-slide .slide {
  max-width: 360px;
}

#items .ac-item .ac-content .voice-slide .slide-content {
  padding: 24px 32px;
}

#items .ac-item .ac-content .voice-slide .slide .title {
  font-weight: bold;
  margin-bottom: 24px;
}

#items .ac-item .ac-content .voice-slide .slide .text {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#items .ac-item .ac-content .voice-slide .prev {
  width: 15px;
  height: 52px;
  background-image: url("../img/icon-slide-l.svg");
  position: absolute;
  top: 66px;
  left: -24px;
}

#items .ac-item .ac-content .voice-slide .next {
  width: 15px;
  height: 52px;
  background-image: url("../img/icon-slide-r.svg");
  position: absolute;
  top: 66px;
  right: -24px;
}

#items .ac-item .ac-content .voice-slide .slick-slide {
  text-align: center;
}

#items .ac-item .ac-content .voice-slide .slick-slide:nth-child(odd) .slide {
  padding-right: 20px;
}

#items .ac-item .ac-content .voice-slide .slick-slide:nth-child(even) .slide {
  padding-left: 20px;
}

#items .ac-item .ac-content .ac-content-close {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  right: 60px;
}

#items .ac-item .ac-content .ac-content-close::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #121212;
  border-top: 2px solid #121212;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  right: -18px;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  border-top: solid 1px #ccc;
  padding: 56px 0;
}

#footer .inner {
  display: flex;
  justify-content: space-between;
}

#footer .logo-area .logo {
  /* max-width: 90px; */
  max-width: 150px;
  margin-bottom: 16px;
}

#footer .logo-area .copyright {
  font-size: 12px;
}

#footer .menu {
  display: flex;
  align-items: center;
}

#footer .menu li a {
  font-size: 14px;
  margin-left: 24px;
}

#footer .menu li:first-of-type a {
  margin-left: 0;
}

/* トップに戻る */
#page-top {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: solid 1px #121212;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  display: none;
}

#page-top::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #121212;
  position: fixed;
  right: 63px;
  bottom: 42px;
}

#page-top::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #121212;
  transform: skew(45deg);
  position: fixed;
  right: 57px;
  bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }

  .section-title .en {
    font-size: 20px;
    font-weight: bold;
  }

  .section-title .ja {
    font-size: 15px;
  }

  /* 商品詳細 */
  .item-detail .name {
    font-size: 16px;
  }

  .item-detail .description {
    font-size: 14px;
  }

  .item-detail .set-list {
    margin-bottom: 24px;
  }

  .item-detail .btn-store a {
    width: 100%;
    padding: 16px 0;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header {
    margin-bottom: 80px;
    position: static;
  }

  #header .logo {
    padding: 24px 0;
    margin: 0 auto;
    position: static;
  }

  #header .mv {
    margin-bottom: 24px;
  }

  #header .mv img {
    width: 100%;
    height: 320px;
  }

  #header .mv-slide-img {
    padding: 0 24px;
    margin: 0 auto 16px auto;
    position: static;
  }

  #header .mv-slide-btn {
    justify-content: center;
    position: static;
  }

  .header-bg {
    padding-bottom: 80px;
  }

  .box-content {
    padding: 48px 24px;
  }

  .box-content .title {
    font-size: 24px;
  }

  .box-content .text {
    font-size: 14px;
  }

  .img-area {
    margin-bottom: 80px;
  }

  /*-------------------------------------------
  Introduction
  -------------------------------------------*/
  .introduction .img img {
    width: 100%;
  }

  .introduction .text span {
    font-size: 24px;
  }

  .introduction .text1,
  .introduction .text2,
  .introduction .text3 {
    width: 35%;
  }

  .intro-left {
    margin-bottom: 80px;
  }

  .intro-right {
    margin-bottom: 140px;
  }

  /*-------------------------------------------
  Color variations
  -------------------------------------------*/
  #variations {
    padding-bottom: 80px;
  }

  #variations .color-list {
    flex-direction: column;
    margin: 0 auto;
  }

  #variations .color-list li {
    width: 100%;
    max-width: 340px;
    margin: 0 0 80px 0;
  }

  #variations .color-list li:nth-child(1)::after,
  #variations .color-list li:nth-child(2)::after {
    top: auto;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #variations .item-info {
    flex-direction: column;
    margin-bottom: 40px;
  }

  #variations .item-info .item-img {
    width: 80%;
    max-width: 360px;
    margin: 0 0 -50px 0;
  }

  #variations .item-info .item-detail {
    padding: 80px 6% 6% 6%;
  }

  #variations .btn-modal {
    max-width: calc(100% - 48px);
    height: 80px;
  }

  #variations .modal-container {
    padding: 24px;
  }

  #variations .modal-content {
    padding: 80px 24px;
  }

  #variations .modal-content .title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  #variations .modal-content .store-list li {
    flex-direction: column;
  }

  #variations .modal-content .store-list .prefectures {
    width: 100%;
    font-weight: bold;
    margin-bottom: 32px;
  }

  #variations .modal-content .store-list .store-item {
    width: 100%;
  }

  #variations .modal-content .store-list .store-item .item {
    flex-direction: column;
  }

  #variations .modal-content .store-list .store-item .item .name {
    width: 100%;
    margin-bottom: 16px;
  }

  #variations .modal-content .store-list .store-item .item .info {
    width: 100%;
  }

  /*-------------------------------------------
  All items
  -------------------------------------------*/
  #items {
    padding-bottom: 120px;
  }

  #items .ac-item .ac-label {
    padding: 16px 40px 16px 16px;
  }

  #items .ac-item .ac-label::after {
    right: 16px;
  }

  #items .ac-item .ac-label .img {
    width: 32%;
    margin-right: 6%;
  }

  #items .ac-item .ac-label .title {
    font-size: 16px;
  }

  #items .ac-item .ac-label .description {
    font-size: 14px;
  }

  #items .ac-item .ac-label .name {
    font-size: 12px;
  }

  #items .ac-item .ac-content .voice-title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  #items .ac-item .ac-content .item-img {
    width: 80%;
  }

  #items .ac-item .ac-content .item-detail {
    padding: 80px 6% 5% 6%;
  }

  #items .ac-item .ac-content .voice-slide .slick-slide:nth-child(odd) .slide {
    padding-right: 0;
  }

  #items .ac-item .ac-content .voice-slide .slick-slide:nth-child(even) .slide {
    padding-left: 0;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer .inner {
    flex-direction: column-reverse;
  }

  #footer .menu {
    justify-content: center;
    margin-bottom: 40px;
  }

  #footer .logo-area {
    text-align: center;
  }

  #footer .logo-area .logo {
    margin: 0 auto 16px auto;
  }

  /* トップに戻る */
  #page-top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 20px;
  }

  #page-top::before {
    height: 30px;
    right: 34px;
    bottom: 28px;
  }

  #page-top::after {
    height: 10px;
    right: 29px;
    bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}