@charset "UTF-8";
/*変数*/
/*色の変数*/
/*font*/
/*FONTサイズ*/
/*24px　相当*/
/*16px　相当*/
/*8px　相当*/
/*1px*/
/*contentsサイズ*/
/*ディスプレイサイズ*/
/*ブレイクポイント*/
/* CSS Document */
/*ヘッダーレイアウト*/
/*ヘッダーレイアウト*/
/*モバイルメニューレイアウト*/
/*モバイルメニューレイアウト*/
/*フッターレイアウト*/
/*フッターレイアウト*/
/* CSS Document */
@font-face {
  font-family: 'NotoSansJP';
  src: url("../font/NotoSansJP-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansJP';
  src: url("../font/NotoSansJP-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerifJP';
  src: url("../font/NotoSerifJP-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSerifJP';
  src: url("../font/NotoSerifJP-Regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'times-new-roman';
  src: url("../font/times-new-roman-bold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'times-new-roman';
  src: url("../font/times-new-roman.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Didot';
  src: url("../font/Didot-Bold.ttf");
}

html {
  font-size: 16px;
}

* {
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

body {
  color: #000000;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  overflow: auto;
}

@media screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
}

.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

div, section, article {
  box-sizing: border-box;
}

article {
  position: relative;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
  box-sizing: border-box;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

p {
  margin: 0;
  padding: 0;
  word-break: normal !important;
  line-break: strict !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.sp {
  display: none !important;
}

.kerning {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.dspnone {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  filter: alpha(opacity=70);
  opacity: .7;
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: .7;
  transition: opacity 0.5s 0s ease-out;
  -webkit-transition: opacity 0.5s 0s ease-out;
  -o-transition: opacity 0.5s 0s ease-out;
}

.header {
  height: 6.25vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.125vw;
  max-width: 2000px;
}

.header a {
  display: block;
  width: 6.24vw;
}

@media screen and (min-width: 2000px) {
  .header {
    height: 125px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 62.5px;
    margin: auto;
  }
  .header a {
    display: block;
    width: 121.87px;
  }
}

@media screen and (max-width: 750px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    padding-left: 4vw;
    padding-top: 3.46vw;
    z-index: 1000;
  }
  .header a {
    width: 12vw;
  }
}

.footer {
  width: 100%;
}

.footer-top {
  margin: 110px auto 0;
}

.footer-top img {
  width: 27.34vw;
  max-width: 350px;
  margin: auto;
}

.footer-top p {
  margin: 30px auto 0;
  width: 46.09vw;
  max-width: 590px;
  font-size: 15px;
  font-family: "NotoSerifJP", sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.footer-middle {
  margin: 60px auto 0;
}

.footer-middle-insta {
  display: block;
  width: 31.25vw;
  max-width: 400px;
  margin: auto;
}

.footer-middle-logo {
  display: block;
  width: 12.5vw;
  max-width: 160px;
  margin: 80px auto 0;
}

.footer-bottom {
  margin: 20px auto 0;
}

.footer-bottom p {
  font-size: 16px;
  letter-spacing: .05em;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .footer-top {
    margin: 8.59vw auto 0;
  }
  .footer-top p {
    margin: 2.34vw auto 0;
    font-size: 1.17vw;
  }
  .footer-middle {
    margin: 4.68vw auto 0;
  }
  .footer-middle-logo {
    margin: 6.25vw auto 0;
  }
  .footer-bottom {
    margin: 1.56vw auto 0;
  }
  .footer-bottom p {
    font-size: 1.25vw;
    padding-bottom: 2.34vw;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    width: 100%;
  }
  .footer-top {
    margin: 26.6vw auto 0;
  }
  .footer-top img {
    width: 72vw;
    max-width: none;
  }
  .footer-top p {
    margin: 6.66vw auto 0;
    width: 80vw;
    max-width: none;
    font-size: 3.46vw;
  }
  .footer-middle {
    margin: 10.66vw auto 0;
  }
  .footer-middle-insta {
    width: 77.33vw;
    max-width: none;
  }
  .footer-middle-logo {
    display: block;
    width: 32vw;
    max-width: none;
    margin: 13.33vw auto 0;
  }
  .footer-bottom {
    margin: 5.33vw auto 0;
  }
  .footer-bottom p {
    font-size: 3.73vw;
    padding-bottom: 5.66vw;
  }
}

.pricebox {
  width: 17.18vw;
  max-width: 220px;
  margin-top: 20px;
}

.pricebox h4 {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a3a3a;
}

.pricebox h4 span {
  background-color: #4E4E4E;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 6px;
  margin-right: 10px;
}

.pricebox-item {
  padding: 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricebox-item .size {
  width: 1.71vw;
  max-width: 22px;
}

.pricebox-item .price {
  width: 8.35vw;
  max-width: 107px;
  font-size: 15px;
  text-align: right;
  color: #3a3a3a;
}

.pricebox-item .price span {
  font-size: 12px;
}

.pricebox-item .btn {
  width: 70px;
  height: 20px;
  display: block;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #DDD8CF;
  color: #3a3a3a;
}

.pricebox-btn {
  width: 100%;
  margin-top: 10px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  display: block;
  font-size: 13px;
  position: relative;
}

.pricebox-btn::after {
  content: "";
  background: url("../img/plus.svg") no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

.pricebox-btn.open::after {
  content: "";
  background: url("../img/minus.svg") no-repeat;
  background-size: 8px 1px;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

.pricebox-child {
  display: none;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1280px) {
  .pricebox {
    margin-top: 1.56vw;
  }
  .pricebox h4 {
    font-size: 1.09vw;
    padding-bottom: .39vw;
    padding-top: .78vw;
  }
  .pricebox h4 span {
    font-size: 1.01vw;
    padding: 0.15vw 0.46vw;
    margin-right: .78vw;
  }
  .pricebox-item {
    padding: 0.39vw 0 0;
  }
  .pricebox-item .price {
    font-size: 1.17vw;
  }
  .pricebox-item .price span {
    font-size: 0.95vw;
  }
  .pricebox-item .btn {
    width: 5.46vw;
    height: 1.56vw;
    line-height: 1.409vw;
    font-size: 1.01vw;
  }
  .pricebox-btn {
    margin-top: 0.78vw;
    height: 1.95vw;
    line-height: 1.79vw;
    font-size: 1.01vw;
  }
  .pricebox-btn::after {
    background-size: 0.62vw 0.62vw;
    width: 0.62vw;
    height: 0.62vw;
    right: 0.93vw;
  }
  .pricebox-btn.open::after {
    background-size: 0.62vw 1px;
    width: 0.62vw;
    height: 1px;
    right: 0.93vw;
  }
}

@media screen and (max-width: 750px) {
  .pricebox {
    width: 58.66vw;
    max-width: none;
    margin-top: 2.66vw;
  }
  .pricebox h4 {
    font-size: 3.73vw;
    padding-bottom: 1.33vw;
    padding-top: 2.66vw;
  }
  .pricebox h4 span {
    font-size: 3.46vw;
    padding: 0.53vw 1.6vw;
    margin-right: 2.66vw;
  }
  .pricebox-item {
    padding: 1.33vw 0 0;
  }
  .pricebox-item .size {
    width: 5.86vw;
    max-width: none;
  }
  .pricebox-item .price {
    width: 28.5vw;
    max-width: none;
    font-size: 4vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .pricebox-item .price span {
    font-size: 3.46vw;
  }
  .pricebox-item .btn {
    width: 18.66vw;
    height: 5.33vw;
    line-height: 4.8vw;
    font-size: 3.46vw;
  }
  .pricebox-btn {
    margin-top: 2.66vw;
    height: 6.66vw;
    line-height: 6.13vw;
    font-size: 3.46vw;
  }
  .pricebox-btn::after {
    background-size: 2.13vw 2.13vw;
    width: 2.13vw;
    height: 2.13vw;
    top: 50%;
    right: 3.2vw;
  }
  .pricebox-btn.open::after {
    background-size: 2.13vw 1px;
    width: 2.13vw;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 3.2vw;
    transform: translate(0, -50%);
  }
}

/*アニメーション*/
.opacity0 {
  opacity: 0;
  position: relative;
  top: 20px;
}

.opacity100 {
  opacity: 1;
  top: 0;
  animation: opacity100 1s ease 0s 1 normal;
}

.opacity0-2 {
  opacity: 0;
  margin-top: 20px;
}

.opacity100-2 {
  opacity: 1;
  margin-top: 0;
  animation: opacity100_mt 1s ease 0s 1 normal;
}

@media screen and (max-width: 750px) {
  .opacity0-2 {
    opacity: 0;
    position: relative;
    top: 20px;
  }
  .opacity100-2 {
    opacity: 1;
    top: 0;
    animation: opacity100 1s ease 0s 1 normal;
  }
}

@keyframes opacity100 {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.opacity0_mt {
  opacity: 0;
  margin-top: 20px;
}

.opacity100_mt {
  opacity: 1;
  margin-top: 0;
  animation: opacity100_mt 1s ease 0s 1 normal;
}

@keyframes opacity100_mt {
  0% {
    opacity: 0;
    margin-top: 30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.slidein {
  overflow: hidden;
  display: block;
  position: relative;
}

.slidein-bg {
  width: 100%;
  height: 100%;
  background-color: #DDD8CF;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 1s;
  z-index: 1;
}

.slidein img {
  width: 100%;
  margin-left: -100%;
  transition: 1.5s;
  position: relative;
  z-index: 5;
}

.slidein.open .slidein-bg {
  left: 0;
}

.slidein.open2 img {
  margin-left: 0;
}

.scroll_top {
  opacity: 0;
  position: fixed;
  bottom: 44px;
  right: 20px;
  font-family: "times-new-roman", sans-serif;
  color: #000;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 100;
}

.scroll_top::before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background-image: url(../img/arrow_scrolltop.svg);
  margin: auto;
}

.op100 {
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .scroll_top {
    right: 25px;
  }
}

@media screen and (max-width: 750px) {
  .scroll_top {
    bottom: 60px;
  }
}
