@charset "UTF-8";
html body {
  zoom: normal;
}

#wrapper {
  max-width: 750px;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  margin: auto;
}

header {
  height: 80px;
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 999;
  left: calc(50% - 375px);
  top: 0;
  padding: 2.5rem;
  background: #fff;
  display: flex;
  align-items: center;
}

header h1 {
  margin: 0;
}

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

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

#kotama img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

#kotama .ma {
  margin-left: auto;
  margin-right: auto;
}

#kotama .pr {
  position: relative;
}

#kotama .pa {
  position: absolute;
}

#kotama .pf {
  position: fixed;
}

#kotama .db {
  display: block;
}

#kotama .di {
  display: inline;
}

#kotama .dib {
  display: inline-block;
}

#kotama .dn {
  display: none;
}

#kotama .df {
  display: flex;
}

#kotama .fww {
  flex-wrap: wrap;
}

#kotama .fwnw {
  flex-wrap: nowrap;
}

#kotama .jcc {
  justify-content: center;
}

#kotama .jcsb {
  justify-content: space-between;
}

#kotama .jcfs {
  justify-content: flex-start;
}

#kotama .jcfe {
  justify-content: flex-end;
}

#kotama .aic {
  align-items: center;
}

#kotama .aifs {
  align-items: flex-start;
}

#kotama .aife {
  align-items: flex-end;
}

#kotama .oxh {
  overflow-x: hidden;
}

#kotama .tl {
  text-align: left;
}

#kotama .tc {
  text-align: center;
}

#kotama .tr {
  text-align: right;
}

#kotama .tj {
  text-align: justify;
}

#kotama .hac {
  left: 50%;
  transform: translateX(-50%);
}

#kotama .vam {
  top: 50%;
  transform: translateY(-50%);
}

.marugo {
  font-family: dnp-shuei-mgothic-std, 'Shuei MaruGo', sans-serif !important;
  font-weight: 400;
}

.bold,
.bold * {
  font-weight: 600 !important;
}

.orange {
  color: #ff8701;
}

/* layout */
main {
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

main::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

main {
  background: #F9F5ED;
}

#kotama {
  max-width: 750px;
  background: #fff;
  overflow-x: hidden;
  margin: auto;
}

#kotama .inner {
  width: 89.334%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #kotama {
    box-shadow: none;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
}

#kotama {
  font-family: dnp-shuei-mgothic-std, "Shuei MaruGo", sans-serif;
  margin-top: 50px;
}

#kotama .fv .btn {
  bottom: 5%;
  width: 83.73%;
}

#kotama .fv .coupon_code {
  margin-top: -10%;
}

#kotama h2 {
  margin-bottom: -15%;
}

#kotama .btn {
  left: 50%;
  transform: translateX(-50%);
  width: 88.13%;
}

#kotama .notice {
  padding: 2% 5%;
  display: block;
}

#kotama #cart01 {
  background: url(../../kotama2502/img/bg01.jpg);
  margin-bottom: 3%;
}

#kotama #cart01 h2 {
  margin-bottom: 0%;
}

#kotama #cart01 > div {
  margin-top: -3%;
}

#kotama #cart01 .notice {
  z-index: 1;
  margin-top: -6%;
}

#kotama #cart02 {
  background: url(../../kotama2502/img/bg02.jpg);
  margin-bottom: 3%;
}

#kotama #cart02 h2 {
  margin-bottom: 0%;
}

#kotama #cart02 > div {
  margin-top: -3%;
}

#kotama #cart02 .notice {
  z-index: 1;
  margin-top: -13%;
}

#kotama #cart03 {
  background: url(../../kotama2502/img/bg03.jpg);
  margin-bottom: 0;
}

#kotama #cart03 h2 {
  margin-bottom: 0%;
}

#kotama #cart03 > div {
  margin-top: -3%;
}

#kotama #cart03 .notice {
  z-index: 1;
  margin-top: -7%;
}

#kotama .cart03_01 {
  margin-top: 40px;
}

#kotama .bnr02 {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  text-align: center;
}

#kotama .bnr02 .df {
  width: 94.67%;
  margin: 0 auto;
}

#kotama .bnr02 ul li {
  margin-right: 0.8%;
  width: 100%;
  background-color: #ffc246;
  color: #fff;
  border-radius: 40px 40px 0 0;
  position: relative;
  line-height: 1.2;
  padding: 1.5% 0 4%;
  font-size: 30px;
  transition: 0.7s;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kotama .bnr02 ul li:hover {
  opacity: 0.7;
  cursor: pointer;
}

#kotama .bnr02 ul li::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 13px solid transparent;
  border-top: 16px solid #fff;
  z-index: 2;
}

#kotama .bnr02 ul li:last-child {
  margin-right: 0;
}

#kotama .bnr02 ul li.bnr_cart02 {
  background-color: #f4a4a3;
}

#kotama .bnr02 ul li.bnr_cart03 {
  background-color: #ff9946;
}

#kotama .bnr02 ul li.bnr_cart04 {
  background-color: #ff8362;
}

#kotama .btn1 {
  bottom: 0;
}

/* ----------------------------------
        decorations
    ---------------------------------- */
/* ----------------------------------
        details
    ---------------------------------- */
#kotama .links div {
  background: url("../img/links/bg.png") center top/100% repeat-y;
}

#kotama .links div.branches {
  padding: 0 0 75px;
}

#kotama .links div.branches ul {
  margin: 30px 0 0 0;
}

#kotama .links div.branches ul li {
  margin: 0 auto 30px;
}

#kotama .links div.branches ul li:nth-child(1) {
  width: 38.133%;
}

#kotama .links div.branches ul li:nth-child(2) {
  width: 18.800%;
}

#kotama .links div.branches ul li:nth-child(3) {
  width: 14.133%;
}

#kotama .links div.branches ul li:nth-child(4) {
  width: 50.133%;
  margin-bottom: 0;
}

#kotama .links div.branches ul li a {
  font-size: 32px;
  color: #649ed5;
  text-decoration: underline;
  margin: 0 0 30px;
}

#kotama .links div.tel {
  padding: 0 0 75px;
}

#kotama .links div.tel .number {
  width: 78.668%;
  margin: 40px auto 30px;
}

#kotama .links div.tel .txt {
  font-size: 24px;
}

#kotama .links div.sns ul:nth-of-type(1) {
  width: 69.6%;
  padding: 40px 0;
  margin: 0 auto;
}

#kotama .links div.sns ul:nth-of-type(2) {
  width: 50.0%;
  margin: 0 auto;
}

#kotama .links div.sns ul:nth-of-type(1) li {
  width: 45.978%;
}

#kotama .links div.sns ul:nth-of-type(2) li {
  width: 24.268%;
}

@media screen and (max-width: 767px) {
  #kotama .links div.branches {
    padding: 0 0 10vw;
  }
  #kotama .links div.branches ul {
    margin: 4vw 0 0 0;
  }
  #kotama .links div.branches ul li {
    margin: 0 auto 4vw;
  }
  #kotama .links div.branches ul li:nth-child(4) {
    margin-bottom: 0;
  }
  #kotama .links div.branches ul li a {
    font-size: 4.267vw;
    margin: 0 0 4vw;
  }
  #kotama .links div.tel {
    padding: 0 0 10vw;
  }
  #kotama .links div.tel .number {
    margin: 5.333vw auto 4vw;
  }
  #kotama .links div.tel .txt {
    font-size: 3.2vw;
  }
  #kotama .links div.sns ul:nth-of-type(1) {
    padding: 5.333vw 0;
  }
}

/* anm */
#kotama .btn a {
  display: block;
  animation-name: pulse;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  from {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(2%);
  }
  10% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(0%);
  }
}

/* -----------------------------------------------------------------
        safariのみの対応
    ----------------------------------------------------------------- */
_::-webkit-full-page-media,
_:future,
:root #sec03 {
  min-height: 18vw;
}

#sec03-insrt1 {
  margin-top: -9%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #sec03 {
    min-height: 18vw;
  }
  #sec03-insrt1 {
    margin-top: -9%;
  }
}

/* クーポン使い方の部分 */
/* ----------------------------
	acc
---------------------------- */
.acc_area .acc {
  width: 78.8%;
  top: 50px;
}

@media screen and (max-width: 767px) {
  .acc_area .acc {
    top: 6.667vw;
  }
}

.acc_area .acc::before,
.acc_area .acc::after {
  content: '';
  width: 3.6%;
  height: 2%;
  background: #756c67;
  position: absolute;
  right: 4.8%;
  top: 50%;
}

.acc_area .acc::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(90deg);
}

.acc_area .acc.active::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(0deg);
}

.qa {
  margin-bottom: 6%;
}

.qa .acc::before,
.qa .acc::after {
  content: '';
  width: 2.8%;
  height: 2%;
  background: #ffffff;
  position: absolute;
  right: 4.9%;
  top: 88PX;
}

.qa .acc::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(90deg);
}

.qa .acc.active::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(0deg);
}

.qa .item_img {
  position: absolute;
  margin: auto;
  width: 88%;
  bottom: 1%;
  left: 0;
  right: 0;
}

#myPlayerID {
  width: 100%;
  height: 332px;
}

.cart02_04 {
  margin-bottom: 5%;
}

.cart02_04 .acc::before,
.cart02_04 .acc::after {
  content: '';
  width: 2.8%;
  height: 4px;
  background: #ed8282;
  position: absolute;
  right: 9.3%;
  top: 59.5%;
}

.cart02_04 .acc::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(90deg);
}

.cart02_04 .acc.active::after {
  transition: transform 0.4s 0.1s ease-in-out;
  transform: rotate(0deg);
}

.cart02_04 .acc.active .btn {
  opacity: 1;
}

/* accordion */
.acc-wrap.coupon {
  border: 1px solid #616060;
  width: 89.33%;
  max-width: 670px;
  margin: 2% auto 8%;
}

.acc-wrap .acc::before,
.acc-wrap .acc::after {
  transition: transform 0.5s;
  content: '';
  display: block;
  background: #756c67;
  width: 3%;
  height: 4%;
  position: absolute;
  right: 5%;
  top: 50%;
}

.acc-wrap .acc::after {
  transition: transform 0.5s;
  transform: rotate(90deg);
}

.acc-wrap .acc.active::after {
  transition: transform 0.5s;
  transform: rotate(0deg);
}

.cart02_04 .acc::before,
.cart02_04 .acc::after {
  content: '';
  width: 2.8%;
  height: 2%;
  background: #ed8282;
  position: absolute;
  right: 9.3%;
  top: 59.5%;
}

/* ----------------------------------
    slide, slick
---------------------------------- */
.slide {
  position: absolute;
  bottom: 3.2%;
  width: 89.33%;
  max-width: 670px;
  margin: auto;
  left: 0;
  right: 0;
}

.slide .slick-slide p {
  max-width: 590px;
  width: 88.06%;
  margin: auto;
}

.slide .slick-prev {
  z-index: 10;
  font-size: 0;
  width: 96px;
  height: 96px;
  background: url(../../kotama2502/img/left.png) center no-repeat;
  background-size: contain;
  left: 0.5%;
  bottom: 42%;
  position: absolute;
}

.slide .slick-next {
  z-index: 10;
  font-size: 0;
  width: 96px;
  height: 96px;
  background: url(../../kotama2502/img/right.png) center no-repeat;
  background-size: contain;
  right: -2%;
  bottom: 42%;
  position: absolute;
}

.slide .slick-slide img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .qa {
    margin-bottom: 12%;
  }
  #myPlayerID {
    width: 100%;
    height: 44.3vw;
  }
  .qa .acc::before,
  .qa .acc::after {
    top: 11.7vw;
  }
  .slide .slick-prev {
    width: 12.8vw;
    height: 12.8vw;
  }
  .slide .slick-next {
    width: 12.8vw;
    height: 12.8vw;
  }
  .slide .slick-prev::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slide .slick-next::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slick-slide {
    width: 100vw;
    height: auto;
  }
}

.slide-dots {
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.slide .slick-dots li {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  list-style: none;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #d3cfc7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .slide-dots {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 0.4vw;
  }
}

/* ---------------------------- */
/* ハンバーガーメニューのボタン */
/* ---------------------------- */
/* ---------------------------- */
.open-btn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 4rem;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
}

.open-btn1
.p-sp-nav-bg {
  display: none;
  /* z-index: 5; */
  transition: all 1s;
}

/* .bg-activeが付与された時 */
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 1s;
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: rgba(246,153,153, 0.2); */
  top: 0;
  left: 0;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 7;
  color: #fff;
  background-color: #fffbf4;
  line-height: 1.3;
  width: 100%;
  max-width: 750px;
  top: -200%;
  transition: all 1s;
  left: calc(50% - 375px);
}

/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  max-width: 750px;
  height: 100vh;
  top: 0;
  left: calc(50% - 375px);
  transition: all 0.7s;
}

/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
}

.p-sp-nav_li {
  border-bottom: 1px solid #8d7e82;
}

.p-sp-nav_li:first-of-type {
  border-top: 1px solid #8d7e82;
  margin-top: 6rem;
}

.p-sp-nav_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

footer {
  height: unset;
  margin: 0 0 90px;
}

footer .logo {
  width: 46.668%;
  padding: 50px 0;
  margin: 0 26.5%;
}

footer small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 5vw 0 0 4vw;
  }
  header {
    height: 60px;
    width: 100%;
    left: 0;
    top: 0;
    padding: 2rem 0 2rem 1rem;
  }
  header h1 {
    width: 9rem;
    display: block;
  }
  .open-btn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    position: absolute;
    right: 1rem;
  }
  .p-sp-nav_li:first-of-type {
    margin-top: 4rem;
  }
  #sp-g-nav {
    max-width: none;
    top: -200%;
    left: 0;
  }
  #sp-g-nav.panel-active {
    left: 0;
  }
  footer {
    height: unset;
    padding-bottom: 0;
    margin: 0 0 12vw;
  }
  footer .logo {
    padding: 6.667vw 0;
    margin: 0 26.5%;
  }
  footer small {
    font-size: 2.667vw;
  }
}

/*# sourceMappingURL=style.css.map */