@charset "UTF-8";
/*=====================================================================================
	General Settings
=====================================================================================*/
/* 使用フォント
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* iPhone/iPadの自動サイズ調整機能をOFF */
html, body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body .anime-bounce {
  -webkit-animation: bounce infinite linear alternate 1.1s;
          animation: bounce infinite linear alternate 1.1s;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
body header {
  padding: 10px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body header .logo {
  width: 42%;
  max-width: 180px;
}
body header .btn {
  width: 52%;
  margin: 0;
}
body header .btn p {
  font-size: 13px;
}
body a {
  text-decoration: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body p {
  margin: 0;
}
body .notes {
  font-size: 12px;
  padding: 10px 0 30px;
  line-height: 1rem;
}
body .bg_white {
  background: #fff;
}
body .tx_center {
  text-align: center;
}
body .w_95 {
  width: 95%;
  margin: 0 auto;
}
body .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  padding: 20px 0;
}
body .btn {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 2px 1px black;
  box-shadow: 0px 2px 3px black;
  position: relative;
}
body .btn.btn_h {
  padding: 20px 0;
}
body .btn p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: bold;
  position: relative;
}
body .btn p .arrow {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
body .btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body .imgs_anime {
  position: relative;
}
body .imgs_anime .img_in {
  position: absolute;
  top: 0;
  left: 0;
}
body main .main_area {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body main .main_area .m_left, body main .main_area .m_right {
  width: calc((100% - 375px) / 2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body main .main_area .m_left .text_warp, body main .main_area .m_right .text_warp {
  width: 95%;
  margin: 0 auto;
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body main .main_area .m_left .text_warp .btn {
  max-width: 350px;
  margin-top: 20px;
}
body main .main_area .m_center {
  width: 375px;
  max-width: 375px;
  border-right: solid 1px rgba(163, 163, 163, 0.8);
  border-left: solid 1px rgba(163, 163, 163, 0.8);
}
body main .main_area .m_center .price_area .price_in {
  margin: 30px 0;
}
body main .main_area .m_center .price_area table {
  border-collapse: collapse;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body main .main_area .m_center .price_area table td {
  border: solid 1px #ccc;
  vertical-align: middle;
  padding: 7px 0;
}
body main .main_area .m_center .price_area table td.time, body main .main_area .m_center .price_area table td.n_size {
  font-size: 14px;
}
body main .main_area .m_center .price_area table td.d_size {
  font-size: 15px;
  padding: 5px 15px;
  font-weight: bold;
}
body main .main_area .m_center .price_area table th {
  padding: 7px 0;
}
body main .main_area .m_center .price_area table td[rowspan], body main .main_area .m_center .price_area table td[colspan] {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2rem;
  width: 120px;
}
body main .main_area .m_center .price_area thead {
  font-size: 14px;
}
body main .main_area .m_center .price_area thead th {
  border: solid 1px #fff;
  padding: 8px 0;
}
body footer {
  padding: 25px 0 150px;
}
body footer .pp_oritatami_box {
  margin: 1rem 0 0;
  max-width: 100%;
  /*最大幅*/
  /*チェックは隠す*/
  /*中身を非表示にしておく*/
}
body footer .pp_oritatami_box .underline {
  text-decoration: underline;
}
body footer .pp_oritatami_box .fontss {
  font-size: 0.8rem;
}
body footer .pp_oritatami_box .bold {
  font-weight: bold;
  display: inline-block;
  margin: 10px 0 5px;
}
body footer .pp_oritatami_box label {
  position: relative;
  display: block;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.5rem;
}
body footer .pp_oritatami_box input {
  display: none;
}
body footer .pp_oritatami_box .ppshow {
  width: 95%;
  margin: 0 auto;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
body footer .pp_oritatami_box .ppshow p {
  margin: 0.8rem 0px;
  padding: 0 10px;
}
body footer .pp_oritatami_box .ppextension:checked + .ppshow {
  height: auto;
  margin: 2rem auto 0;
  color: #565656;
  background: white;
  border: solid 1px silver;
  border-radius: 8px;
}

@media screen and (max-width: 769px) {
  body .btn_wrap {
    padding: 15px 0;
  }
  body .btn.btn_h {
    padding: 18px 0;
  }
  body main .main_area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body main .main_area .m_left, body main .main_area .m_right {
    display: none;
  }
  body main .main_area .m_center {
    width: 100%;
    max-width: none;
    overflow: hidden;
  }
  body footer {
    padding: 25px 0 100px;
  }
}