@charset "UTF-8";
html,
body {
  font-family: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D", "游ゴシック体", YuGothic, "游ゴシック", "游ゴシック D", "Yu Gothic D", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #F4F2ED;
}

.jp_title {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en_bold {
  font-weight: 700;
}

.en_m {
  font-weight: 500;
}

.green {
  color: #1A896A;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 5;
}

.fv {
  max-width: 700px;
  margin: 0 auto;
}
.fv .bg {
  z-index: 1;
  background-image: url(../img/bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fv h1 {
  font-size: 60px;
  padding: 280px 0;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  line-height: 0.6;
}
.fv h1 span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.fv .logo, .fv .fv_img {
  position: absolute;
}
.fv .logo {
  width: 20%;
  padding: 5%;
  max-width: 80px;
}
.fv .fv_img {
  width: 160px;
}
.fv .fv_img:nth-child(2) {
  top: 100px;
  left: 0;
}
.fv .fv_img:nth-child(3) {
  bottom: 10px;
  right: 0;
}
.fv .fv_img:nth-child(4) {
  bottom: 0;
  left: 0;
}
.fv .fv_img:nth-child(5) {
  top: 0;
  right: 20px;
}

.read {
  padding: 100px 0 30px;
}
.read .read_title {
  width: 330px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #1A896A;
  letter-spacing: 0.5px;
}
.read .read_title h2 {
  font-size: 17px;
  padding: 2% 4%;
  background-color: #fff;
  position: relative;
}
.read .read_title h2.wave {
  font-size: 20px;
  border: 1px solid;
  border-color: #1A896A #1A896A #1A896A #fff;
  letter-spacing: 2px;
  position: relative;
  padding: 2% 4% 4%;
}
.read .read_title h2.wave span {
  position: absolute;
  width: 87%;
  left: 10px;
  bottom: 10px;
}
.read .read_title h2:nth-child(2) {
  border: solid 1px;
  border-color: #fff #1A896A #fff #fff;
  z-index: 3;
  margin-top: -1px;
}
.read .read_title h2:nth-child(3) {
  border: 1px solid;
  border-color: #1A896A #1A896A #1A896A #fff;
  margin-top: -1px;
}
.read .text {
  font-size: 11px;
  width: 300px;
  margin: 40px auto 50px;
  line-height: 3;
}
.read .coupon {
  width: 300px;
  margin: 0 auto;
}
.read .coupon .balloon {
  font-size: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.read .coupon .balloon span {
  position: absolute;
  width: 65%;
  height: 1px;
  bottom: -10px;
  left: 16%;
  background-color: #1A896A;
}
.read .coupon .balloon span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 81px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 13px 5px;
  border-color: transparent transparent #F4F2ED transparent;
  transform: rotate(178deg);
}
.read .coupon .balloon span::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #1A896A transparent;
  transform: rotate(180deg);
}

.sec .title {
  font-size: 42px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.sec .title span {
  font-size: 11px;
}
.sec .title .page {
  font-size: 13px;
}
.sec .title h3 {
  z-index: 1;
}
.sec .title .marker {
  width: 120px;
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.sec .title .marker span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #F4F2ED;
  z-index: 3;
}
.sec .title .marker span.active {
  -webkit-animation: marker 2s forwards;
          animation: marker 2s forwards;
}
@-webkit-keyframes marker {
  100% {
    transform: translateX(300px);
  }
}
@keyframes marker {
  100% {
    transform: translateX(300px);
  }
}
.sec .text {
  font-size: 12px;
  width: 300px;
  margin: 0 auto;
  line-height: 2;
}
.sec .view_btn, .sec .brand_btn {
  width: 180px;
  margin: 0 auto;
  background-color: #1A896A;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 11px;
}
.sec .view_btn span, .sec .brand_btn span {
  font-size: 10px;
  margin-left: 5px;
}

.sec2 h3 {
  font-size: 32px;
  margin-top: 10px;
}
.sec2 .title .marker {
  width: 140px;
  top: 97%;
}
.sec2 .brand_information .logo {
  width: 120px;
}

.sec3 h3 {
  font-size: 34px;
  margin-top: 10px;
}
.sec3 .title .marker {
  width: 220px;
  top: 97%;
}
.sec3 .title .marker img {
  transform: rotate(-3deg);
}
.sec3 .brand_information .logo {
  width: 50px;
}

.slider {
  margin: 35px auto;
  background-color: #F4F2ED;
  max-width: 645px;
}
.slider .slick-slide {
  margin-right: 8px;
}
.slider .slick-num1, .slider .slick-num2, .slider .slick-num3 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
}
.slider .slick-num1 .now-count1, .slider .slick-num1 .now-count2, .slider .slick-num1 .now-count3, .slider .slick-num2 .now-count1, .slider .slick-num2 .now-count2, .slider .slick-num2 .now-count3, .slider .slick-num3 .now-count1, .slider .slick-num3 .now-count2, .slider .slick-num3 .now-count3 {
  font-size: 20px;
}

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  top: 97%;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  font-family: "";
}
.slick-arrow.slick-prev {
  left: 20%;
}
.slick-arrow.slick-prev::before {
  content: "";
  background-color: #000;
  width: 20px;
  height: 1px;
  position: absolute;
}
.slick-arrow.slick-prev::after {
  content: "";
  background-color: #000;
  width: 7px;
  height: 1px;
  position: absolute;
  top: 8px;
  transform: rotate(-30deg);
}
.slick-arrow.slick-next {
  right: 20%;
}
.slick-arrow.slick-next::before {
  content: "";
  background-color: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  right: 3px;
}
.slick-arrow.slick-next::after {
  content: "";
  background-color: #000;
  width: 7px;
  height: 1px;
  position: absolute;
  top: 8px;
  transform: rotate(30deg);
}

.category {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

.box {
  opacity: 0;
}
.box.active {
  -webkit-animation: fadeup 1s forwards;
          animation: fadeup 1s forwards;
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

div.category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 300px;
  margin: 90px auto 40px;
  justify-content: space-between;
}
div.category div {
  width: calc(50% - 15px);
}
div.category div img {
  margin-bottom: 12px;
}
div.category div a::after {
  content: "BUY";
  display: block;
  width: 50%;
  border: 1px solid #000;
  padding: 5px 0;
  margin: 10px auto 20px;
  text-align: center;
}

ul.category {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 910px;
  margin: 150px auto 60px;
  justify-content: space-between;
}
ul.category li {
  width: calc(25% - 20px);
}
ul.category li img {
  margin-bottom: 12px;
}
ul.category li a::after {
  content: "BUY";
  display: block;
  width: 50%;
  border: 1px solid #000;
  padding: 5px 0;
  margin: 10px auto 20px;
  text-align: center;
}

.brand_information {
  width: 330px;
  margin: 60px auto 100px;
  border: 2px solid #1A896A;
  background-color: #D1D6D5;
  padding: 50px 0;
  border-radius: 27px;
  transform: rotate(0.0001deg);
}
.brand_information .logo {
  width: 100px;
  margin: 0 auto;
}
.brand_information .name {
  font-size: 10px;
  text-align: center;
  margin: 10px auto 25px;
  display: block;
}
.brand_information .center {
  text-align: center;
}
.brand_information .center .en {
  font-size: 14px;
  margin-bottom: 15px;
}
.brand_information .center .en_bottom {
  font-size: 10px;
}
.brand_information .text {
  font-size: 11px;
  width: 240px;
  margin: 30px auto 25px;
}
.brand_information .brand_btn {
  border: 1px solid #1A896A;
  background-color: transparent;
  color: #1A896A;
}

.footer_top {
  background-color: #DADBD8;
  padding: 70px 0;
}
.footer_top .container {
  width: 300px;
  margin: 0 auto;
}
.footer_top .text {
  font-size: 11px;
  margin: 35px 0 30px 10px;
}
.footer_top .copy_box {
  border: 1px solid #000;
  padding: 25px 0;
  font-size: 11px;
}
.footer_top .copy_box li {
  margin: 0 0 15px 15px;
}
.footer_top .copy_box li:last-child {
  margin: 0 0 0 15px;
}
.footer_top .copy_box button {
  background-color: #1A896A;
  color: #fff;
  font-size: 10px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 100;
  font-style: normal;
  padding: 3px 10px;
  letter-spacing: 1px;
  margin: 3px 0 0 10px;
  cursor: pointer;
}
.footer_top .copy_box button::before {
  content: "クーポンコードをコピーする";
}
.footer_top .copy_box button.open::before {
  content: "クーポンコードをコピーしました";
}
.footer_top .copy_box button:hover {
  opacity: 0.6;
}
.footer_top .note {
  margin: 25px 0 0 0;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "游ゴシック M", "Yu Gothic M", "Yu Gothic", sans-serif;
}
.footer_top .note p {
  margin-bottom: 6px;
}
.footer_top .note li {
  margin-bottom: 5px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ccc;
}

footer {
  padding: 60px 0 15px;
  position: relative;
}
footer .back_btn {
  width: 230px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #000;
  padding: 15px 0;
}
footer p {
  text-align: center;
  font-size: 10px;
  transform: scale(0.8);
}
footer .top_btn {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 35px;
  bottom: 20px;
}
footer .top_btn span {
  position: relative;
  width: 10px;
  height: 10px;
  border: 0.8px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(135deg);
  display: block;
}
footer .top_btn span::after {
  content: "";
  width: 16px;
  height: 0.7px;
  position: absolute;
  bottom: 12px;
  right: -10px;
  background-color: #000;
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .fv .bg {
    background-image: url(../img/bg_pc.png);
  }
  .fv h1 {
    font-size: 70px;
  }
  .fv .fv_img {
    width: 200px;
  }
  .fv .fv_img:nth-child(2) {
    left: 150px;
    top: 30px;
  }
  .fv .fv_img:nth-child(3) {
    width: 220px;
  }
  .fv .fv_img:nth-child(4) {
    width: 220px;
    left: 20px;
    bottom: 0;
  }
  .fv .fv_img:nth-child(5) {
    top: -55px;
  }
  .read .read_title {
    width: 450px;
  }
  .read .read_title h2 {
    font-size: 23px;
  }
  .read .read_title h2.wave {
    font-size: 28px;
  }
  .read .read_title h2.wave span {
    bottom: 14px;
  }
  .read .text {
    font-size: 13px;
    text-align: center;
    width: 760px;
    margin: 50px auto 70px;
  }
  .read .coupon {
    width: 520px;
  }
  .read .coupon .balloon {
    margin: 0 auto 50px;
    font-size: 12px;
  }
  .read .coupon .balloon span {
    width: 200px;
    left: 30%;
  }
  .sec .title {
    font-size: 54px;
  }
  .sec .title span {
    font-size: 14px;
  }
  .sec .title .page {
    font-size: 19px;
  }
  .sec .title .marker {
    width: 150px;
  }
  .sec .text {
    font-size: 14px;
    text-align: center;
    width: 760px;
  }
  .sec .view_btn {
    font-size: 12px;
  }
  .sec2 .title h3 {
    font-size: 50px;
  }
  .sec2 .title .marker {
    width: 190px;
  }
  .sec2 .brand_information .logo {
    width: 150px;
  }
  .sec3 .title h3 {
    font-size: 50px;
  }
  .sec3 .title .marker {
    width: 300px;
  }
  .sec3 .brand_information .logo {
    width: 80px;
  }
  .slider {
    margin: 70px auto;
  }
  .slider .slick-num {
    font-size: 16px;
  }
  .slider .slick-num .now-count {
    font-size: 24px;
  }
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    top: 96%;
    transform: scale(1.5);
  }
  .brand_information {
    width: 620px;
    padding: 75px 0;
    margin: 90px auto 100px;
  }
  .brand_information .logo {
    width: 160px;
  }
  .brand_information .name {
    font-size: 13px;
  }
  .brand_information .text {
    margin: 30px auto 40px;
    width: 100%;
  }
  .brand_information .center .en {
    font-size: 16px;
  }
  .brand_information .center .en_bottom {
    font-size: 12px;
  }
  .brand_information.last {
    margin: 90px auto 140px;
  }
  .footer_top {
    padding: 140px 0;
  }
  .footer_top .container {
    width: 520px;
  }
  .footer_top .text {
    font-size: 15px;
    text-align: center;
    margin: 60px 0 40px 0;
    line-height: 2;
  }
  .footer_top .copy_box {
    font-size: 14px;
    padding: 50px 30px;
  }
  .footer_top .copy_box button {
    font-size: 11px;
  }
  .footer_top .note {
    font-size: 12px;
    margin: 40px 0 0 0;
  }
  .footer_top .note p {
    margin-bottom: 25px;
  }
  .footer_top .note li {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  footer {
    padding: 130px 0 60px;
  }
  footer .back_btn {
    font-size: 14px;
    width: 370px;
  }
  footer p {
    transform: scale(1);
    font-size: 16px;
  }
  footer .top_btn {
    right: 180px;
    bottom: 70px;
    transform: scale(1.5);
  }
  footer .top_btn span {
    border: 0.8px solid;
    border-color: transparent transparent #565656 #565656;
  }
}
/* ---------------------------------------------------
otona_menu
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}

#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1000px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#otona_menu a {
  text-decoration: none;
  color: #7a7878;
  display: block;
}

#otona_menu img {
  width: 100%;
  vertical-align: middle;
}

#otona_menu #header {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 99;
  }
}
#otona_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 999;
  overflow-y: auto;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
  color: #7a7878;
}

#otona_menu #nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #7a7878;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #a5a4a3;
  border: none;
}

#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 999px) {
  #otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}
#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 999;
}

#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #a5a4a3;
  display: block;
  transition: all 0.3s ease-out;
}

#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}

#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #a5a4a3;
  display: block;
  transform: rotate(30deg);
}

#otona_menu #nav-pop .close span:last-child {
  transform: rotate(-30deg);
}/*# sourceMappingURL=style.css.map */