@charset "UTF-8";
html,
body {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #F0EEE9;
}

.sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gothic_l {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
}

.gothic_m {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
}

.gothic_b {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
}

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;
  transition: all 0.2s;
}
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-color: #fff;
  z-index: 103;
}

/* ---------------------------------------------------
ヘッダー
--------------------------------------------------- */
#header {
  width: 100%;
  font-size: 12px;
  letter-spacing: 2px;
  display: none;
}
@media screen and (min-width: 769px) {
  #header {
    height: 80px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

/* ---------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}

#nav-pop {
  font-family: garamond-premier-pro, serif !important;
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}
#nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#btn-menu-nav,
#nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 28px;
  z-index: 99;
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  #btn-menu-nav,
#nav-pop .close {
    top: 30px;
    right: 30px;
  }
}

#btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}
#nav-pop .close span:last-child {
  transform: rotate(-30deg);
}

#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}

.fv .container {
  background-image: url(../img/bg_sp.jpg);
  background-size: cover;
  padding: 0 0 35% 0;
}
.fv .inner {
  width: 85%;
  margin: 0 auto;
  padding: 4.5% 0;
  position: relative;
}
.fv .fv_wrap figure:nth-child(1) {
  width: 63%;
  margin: 0 auto 15px 0;
}
.fv .fv_wrap figure:nth-child(2) {
  width: 63%;
  margin: 0 0 0 auto;
}
.fv h1 {
  position: absolute;
  font-size: 33px;
  bottom: -13.2%;
  line-height: 1.2;
  letter-spacing: 7px;
  color: #112345;
}
.fv h1 span {
  font-size: 17px;
  letter-spacing: 3px;
  padding-left: 2px;
  background: linear-gradient(transparent 70%, rgba(192, 168, 200, 0.75) 20%);
}
.fv .logo {
  position: absolute;
  width: 18%;
  bottom: -13%;
  right: 0;
}

.read {
  padding: 110px 0 120px;
}
.read p {
  font-size: 14px;
  width: 90%;
  margin: 0 auto 100px;
  letter-spacing: -0.5px;
  line-height: 1.8;
  text-align: center;
}
.read .sec_btn_wrap {
  display: flex;
  width: 75%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
}
.read .sec_btn_wrap li {
  opacity: 0;
  width: calc(50% - 6px);
  position: relative;
}
.read .sec_btn_wrap li:hover {
  filter: brightness(80%);
  transition: all 0.2s;
}
.read .sec_btn_wrap li .text {
  position: absolute;
  font-size: 11px;
  bottom: 4%;
  left: 8%;
}
.read .sec_btn_wrap li .text .number {
  font-size: 18px;
  display: block;
  padding-bottom: 3px;
}

.sec .bg {
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #F2F0F0 35%, #F2F0F0 100%);
  padding: 50px 0 100px;
}
.sec .bg .container {
  width: 70%;
  margin: 0 auto;
}
.sec h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec h2 {
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
.sec h2 .line {
  background-color: #000;
  height: 1px;
  width: 20px;
  display: block;
  margin: 20px auto 24px;
  transform: rotate(-45deg);
}
.sec h2 .number {
  font-size: 30px;
  color: #C0A8C8;
}
.sec figure {
  margin: 30px 0 40px;
}
.sec .about_text {
  font-size: 12px;
}
.sec h3 {
  font-size: 14px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  position: relative;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
  z-index: 3;
}
.sec h3.top.active::after {
  content: "";
  background: linear-gradient(transparent 60%, rgba(192, 168, 200, 0.75) 60%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: border_anim 1s linear forwards;
          animation: border_anim 1s linear forwards;
  transform-origin: left top;
  z-index: -1;
}
@-webkit-keyframes border_anim {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes border_anim {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.sec h3:not(.top).active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px #707070;
}
.sec .text {
  line-height: 2;
  margin: 20px 0 30px;
  letter-spacing: -0.5px;
}
.sec .item, .sec .price {
  padding-bottom: 10px;
  color: #112345;
}

.product_btn {
  text-align: center;
  border: 1px solid #112345;
  color: #112345;
  font-size: 11px;
  border-radius: 50px;
  padding: 15px;
  margin: 20px 0 0 0;
}
.product_btn:hover {
  background-color: #112345;
  color: #fff;
}

.bottom_wrap {
  padding: 85px 0 140px;
  position: relative;
}
.bottom_wrap .sec_number {
  font-size: 72px;
  color: #C0A8C8;
  opacity: 0.3;
  position: absolute;
  left: -12px;
  top: 55px;
}
.bottom_wrap .left {
  position: relative;
}
.bottom_wrap .move_line {
  width: 1px;
  height: 40px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 70px;
  z-index: 10;
}
.bottom_wrap .container {
  width: 82.5%;
  margin: 0 auto;
}
.bottom_wrap figure {
  margin: -20px 0 30px;
}
.bottom_wrap h2 {
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
}
.bottom_wrap h2 span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 130%;
}
.bottom_wrap .credit.bottom {
  margin-bottom: 50px;
}

.bottom_wrap:last-child {
  padding: 85px 0 60px;
}

.credit {
  font-size: 12px;
  color: #112345;
  line-height: 1.3;
  margin-bottom: 85px;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #112345;
}
.credit li a span {
  display: block;
  font-size: 10px;
  background-color: #112345;
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px;
}
.credit li a:hover {
  opacity: 0.7;
}

.pickup {
  background-color: #fff;
  font-size: 12px;
  position: relative;
  color: #112345;
  max-width: 350px;
  margin: 0 auto;
}
.pickup figure {
  margin: 0;
}
.pickup .en_text {
  position: absolute;
  width: 30%;
  top: -11%;
  left: -5%;
}
.pickup .inner {
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 12px;
}
.pickup .inner figure {
  width: 50%;
}
.pickup .inner .right {
  width: 50%;
}
.pickup .inner .text {
  margin: 0 0 20px;
  line-height: 1.3;
}
.pickup .inner .check {
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pickup .inner .check .buy {
  font-size: 10px;
  transform: scale(0.9);
  background-color: #112345;
  color: #fff;
  padding: 4px 15px;
  border-radius: 50px;
  transition: all 0.2s;
}
.pickup .inner .check .buy:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

footer .container {
  background-color: #F2F0F0;
  padding: 50px 0 15px;
}
footer .product_btn {
  width: 75%;
  margin: 0 auto 100px;
  max-width: 400px;
}
footer .product_btn.bottom {
  border-radius: 0;
}
footer .product_btn.bottom:nth-child(1) {
  margin: 0 auto 25px;
}
footer .product_btn.bottom:nth-child(2) {
  background-color: #112345;
  color: #fff;
}
footer .product_btn.bottom:nth-child(2):hover {
  background-color: #F2F0F0;
  color: #112345;
}
footer p {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .fv .container {
    padding: 0;
    background: url(../img/bg_pc.jpg);
  }
  .fv .fv_wrap {
    width: 72%;
    margin: 0 0 0 auto;
    display: flex;
    gap: 20px;
  }
  .fv h1 {
    font-size: 55px;
    bottom: inherit;
    top: 20%;
  }
  .fv h1 span {
    font-size: 27px;
  }
  .fv .logo {
    position: absolute;
    width: 8%;
    bottom: 11%;
    right: inherit;
  }
  .fv .sub_text {
    width: 15px;
    position: absolute;
    right: -30px;
    bottom: 90px;
  }
  .read {
    padding: 110px 0 160px;
  }
  .read p {
    font-size: 16px;
  }
  .read .sec_btn_wrap {
    gap: 13px;
    max-width: 720px;
  }
  .read .sec_btn_wrap li {
    width: calc(25% - 40px);
  }
  .sec .bg {
    background: linear-gradient(180deg, #fff 0%, #fff 43%, #F2F0F0 43%, #F2F0F0 100%);
  }
  .sec .container {
    max-width: 770px;
  }
  .sec .about {
    display: flex;
    align-items: center;
    gap: 65px;
  }
  .sec .about .left {
    width: 55%;
  }
  .sec .about .right {
    width: 45%;
  }
  .sec h2 {
    margin-bottom: 70px;
  }
  .sec h3 {
    margin: 0 auto 70px;
  }
  .sec .flex {
    display: flex;
    justify-content: space-between;
  }
  .product_btn.bottom {
    max-width: 400px;
    margin: 25px auto 0;
    font-size: 16px;
    padding: 23px 0;
  }
  .product_btn.bottom.bottom {
    margin: 25px auto 100px;
  }
  .bottom_wrap {
    padding: 110px 0 0 0;
  }
  .bottom_wrap .sec_number {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30px;
  }
  .bottom_wrap h2 {
    margin-bottom: 100px;
  }
  .bottom_wrap .move_line {
    top: 90px;
    height: 60px;
  }
  .bottom_wrap .container {
    max-width: 1010px;
    display: flex;
    gap: 10%;
    align-items: flex-end;
  }
  .bottom_wrap .container .left {
    width: 58%;
  }
  .bottom_wrap .container .right {
    width: 42%;
    margin: 0 auto 8%;
  }
  .bottom_wrap .container .right .box {
    width: 90%;
    margin: 0 auto 0 0;
  }
  .bottom_wrap .container .right h3 {
    margin: 0 auto 25px;
    font-size: 15px;
  }
  .bottom_wrap .container .right .text {
    margin: 0 0 25px;
  }
  .bottom_wrap .container .right .credit {
    margin-bottom: 65px;
  }
  .bottom_wrap .container.reverse {
    margin-bottom: 75px;
    flex-direction: row-reverse;
  }
  .bottom_wrap .container.reverse .right {
    margin: 0 auto 15%;
  }
  .bottom_wrap .container.reverse .right .box {
    margin: 0 0 0 auto;
  }
  .bottom_wrap:last-child {
    padding: 85px 0 0 0;
  }
  footer .container {
    padding: 95px 0 65px;
  }
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */