.container-in {
  background-color: #FBF6E3;
}

.contents-main.main01 {
  margin: 0 auto;
  overflow: unset;
  border-radius: 15px;
  background-color: unset;
}

.contentin {
  width: 960px;
  padding: 24px;
  margin: 70px auto;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}

.contentin .f01 {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #CFE045;
}

.contentin .f01 .titleh2 {
  justify-content: center;
}

.contentin.con01 {
  border: 5px solid #ffd4ce;
}

.contentin.con02 {
  border: 5px solid #ffd4ce;
  padding-top: 40px;
}

.contentin.con03 {
  border: 5px solid #ffd4ce;
}

.contentin.con04 {
  border: 5px solid #ffd4ce;
  padding-top: 60px;
}

.contentin.con05 {
  border: 5px solid #ffd4ce;
}

h4 {
  font-size: 20px;
  margin-top: 3px;
}


/* 画像 */
.c-fig-cmn-01 {
  overflow: hidden;
}

.c-fig-cmn-01 a {
  display: block;
  transition: all .3s ease-in-out;
}

.c-fig-cmn-01 img {
  width: 100%;
  border-radius: 15px;
  vertical-align: middle;
}

.c-fig-cmn-01 a:hover {
  transform: scale(1.1);
}

/* Coming Soon */
.coming {
  position: relative;
}

.caption {
  width: 100%;
  height: auto;
  display: block;
}

/* ホバーで出す文字 */
.caption {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #0009;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.coming:hover .caption {
  opacity: 1;
}

/* リード文 */
.mainlead {
  width: 80%;
  margin: 2% auto;
  padding: 3%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

.c-ttl-head-01.h101 {
  text-align: center;
  margin: 0 auto 2%;
}



/* アンカーリンク */
.box01 {
  margin: auto;
  width: 960px;
}

.link01 div {
  margin-top: 32px;
}

.link01 a {
  display: block;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.link01 a:visited {
  color: #333;
  text-decoration: none;
}

.link01 a:after {
  content: "";
  position: absolute;
  top: 53%;
  bottom: 0;
  right: 1.5rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(135deg);
  text-decoration: none;
}

.link01 a:hover {
  text-decoration: none;
}

.link01 ul {
  display: flex;
}

.link01 li {
  width: 300px;
  text-align: center;
  /* background-image: linear-gradient(130deg, #ded9fb 0%, #c4eeea 100%); */
  background: #CFE045;
  border-radius: 8px;
  position: relative;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  list-style: none;
  border-bottom: solid 5px #b0b968;
}

.link01 li:hover {
  border-bottom: solid 2px #181b1d;
  transform: translateY(3px);
  transition: 0.1s ease-in-out;
  text-decoration: none;
}

/* メインタイトル */
.c-ttl-cmn-01.c01 {
  text-align: center;
  margin: 2%;
}

.title {
  padding: 12px 24px;
  /* background-image: linear-gradient(130deg, #ded9fb 0%, #c4eeea 100%); */
  background-color: #E32D12;
}

/* タイトルリンク */
.c-link-01.c01 {
  color: #333;
  transition: 0.5s ease;
}

.c-link-01.c01:visited {
  color: #333;
  text-decoration: none;
}

.c-link-01.c01:hover {
  color: #fb5656;
  text-decoration: none;
  transition: 0.3s ease;
}

/* リンク */
.c-link-01.c02 {
  color: #1874C6;
  transition: 0.5s ease;
}

.c-link-01.c02:visited {
  color: #1874C6;
  text-decoration: none;
}

.c-link-01.c02:hover {
  color: #fb5656;
  text-decoration: none;
  transition: 0.3s ease;
}

/* タイトル */
.titleh2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.titleh2::before,
.titleh2::after {
  width: 6px;
  height: 45px;
  content: "";
  /* background-image: linear-gradient(120deg, #EB7203 0%, #ffd1a5 100%); */
}

.titleh2::before {
  width: 59px;
  height: 50px;
  background: url(/asobono/img/common/ico_top_003@2x.png)0 center / 100% no-repeat;
}

.titleh2::after {
  width: 53px;
  height: 45px;
  background: url(/asobono/img/common/ico_top_004@2x.png)0 center / 100% no-repeat;
}

.titleh2.more::before,
.titleh2.more::after {
  width: 6px;
  height: 45px;
  content: "";
  /* background-image: linear-gradient(120deg, #EB7203 0%, #ffd1a5 100%); */
}

.titleh2.more::before {
  width: 56px;
  height: 51px;
  margin-top: -1px;
  margin-left: 28px;
  transform: rotate(12deg);
  background: url(/asobono/img/common/ico_top_001@2x.png)0 center / 100% no-repeat;
}

.titleh2.more::after {
  width: 52px;
  height: 44px;
  margin-right: 30px;
  background: url(/asobono/img/common/ico_top_004@2x.png)0 center / 100% no-repeat;
}

.titleh2.t15th::before,
.titleh2.t15th::after {
  width: 6px;
  height: 45px;
  content: "";
  /* background-image: linear-gradient(120deg, #EB7203 0%, #ffd1a5 100%); */
}

.titleh2.t15th::before {
  width: 56px;
  height: 51px;
  margin-top: -1px;
  margin-left: 28px;
  background: url(/asobono/15th/img/img_15th_16.png)0 center / 100% no-repeat;
}

.titleh2.t15th::after {
  width: 52px;
  height: 44px;
  margin-right: 30px;
  background: url(/asobono/img/common/ico_top_004@2x.png)0 center / 100% no-repeat;
}

.titleh3 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.titleh3::before,
.titleh3::after {
  width: 6px;
  height: 35px;
  content: "";
  background-image: linear-gradient(120deg, #007fbd 0%, #69C3EF 100%);
}

.titleh3::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.titleh3::after {
  margin-left: 0.5em;
  transform: rotate(35deg);
}

.titleh4 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 3px dashed #ff8f8f;
  width: 35%;
  justify-content: center;
}


.f01 {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

.f02 {
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}

.box02 {
  margin: 1.5em auto 3em;
  padding: 1.5em 0.5em;
  border-radius: 8px;
  border: 2px solid #cfcfcf;
  box-shadow: 4px 4px #c9bda0;
  width: 80%;
}

/* リボン */
.ribbonbox {
  text-align: center;
  margin-bottom: 5%;
}

.ribbon6 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #ec9e85;
  color: #f34545;
  box-sizing: border-box;
  box-shadow: 0 2px 2px #cfcfcf;
}

.ribbon6 h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px #fff;
  border-bottom: dashed 2px #fff;
  line-height: 42px;
  color: #fff;
}

.ribbon6:before,
.ribbon6:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon6:before {
  top: -2px;
  left: -2px;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #FBF6E3;
  border-style: solid;
}

.ribbon6:after {
  top: -2px;
  right: -2px;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #FBF6E3 transparent transparent;
  border-style: solid;
}



/* お店ロゴボックス */
.card01 {
  border-left: solid 10px #B084FF;
  border-right: solid 1px #B084FF;
  border-top: solid 1px #B084FF;
  border-bottom: solid 1px #B084FF;
  background-color: #fafafa;
  display: flex;
  margin: 5% auto;
  padding: 16px;
}

.cardin01 {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.cardin02 {
  width: 90%;
}

.c-txt-01.p01 {
  font-size: 16px;
}

.text01 {
  margin: 3% 0 0 1%;
}

.text01 h4:hover {
  text-decoration: none;
}


/* 月太陽アイコン */
.grid-cmn__col.icon01 {
  padding-right: 1px;
}

.grid-cmn__col.icon02 {
  height: 28px;
  padding-top: 3px;
  padding-left: 1px;
}

.grid-cmn__col.icon03 {
  height: 28px;
  padding-top: 3px;
}

/* モーダルCSS */
.modalarea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalback {
  width: 100%;
  height: 100%;
  background-color: #7b7b7b;
  opacity: 0.5;
}

.modalmain {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 90vh;
  padding: 3vw;
  background-color: #fff;
}

.close01 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.open01 {
  color: #1874C6;
  cursor: pointer;
}

.open01:visited {
  color: #1874C6;
}

.open01:hover {
  color: #fb5656;
  text-decoration: none;
  transition: 0.3s ease;
}

.paw01{
  border: 2px solid #00ADE0;
  border-radius: 15px;
  padding: 12px 10px 24px;
  margin-top: 48px;
}


/* モニターフル */
@media screen and (min-width: 1600px) {
  .mainlead {
    width: 60%;
  }
}

/* モニターフル */
@media screen and (min-width: 1450px) {
  .label01 {
    margin-left: 25%;
  }

  .tabmain>label {
    width: 25%;
  }
}


/* ノートPC */
@media screen and (min-width: 1005px)and (max-width: 1280px) {
  .c-fig-cmn-02.no-pc {
    display: none;
  }
}

/* iPad PRO */
@media screen and (min-width: 1010px)and (max-width: 1030px) {
  .tabmain>label {
    width: 40%;
  }

  .label01 {
    margin-left: 10%;
  }


}




/* スマホ */
@media screen and (max-width: 999px) {

  .contentin {
    width: auto;
  }

  .contentin .f01 {
    width: 90%;
    padding: 1rem;
  }

  .titleh2 {
    font-size: 20px;
  }

  .box02 {
    width: 100%;
  }

  .titleh4 {
    width: 100%;
  }

  .c-ttl-cmn-01.c01 {
    font-size: 22px;
  }

  .c-ttl-head-01.h101 {
    font-size: 20px;
  }

  .c-fig-cmn-02.pc01 {
    display: none;
  }

  .label01 {
    margin-left: 10%;
  }

  .link01 ul {
    display: unset;
  }

  .grid-cmn__col.icon02 {
    padding-top: 2px;
  }

  .grid-cmn__col.icon02 img {
    width: 90%;
  }


  .box01 {
    display: flex;
    justify-content: center;
    margin-top: 0;
    width: auto;
  }

  .cardin02 {
    width: 60%;
    margin: auto;
  }

  .c-ttl-cmn-03 {
    font-size: 18px;
  }

  .c-ttl-cmn-02 {
    font-size: 20px;
  }

  .c-txt-01 {
    font-size: 14px;
  }

  .c-txt-01.p01 {
    font-size: 14px;
  }

  .grid-cmn.type-mediablock-rwd+.grid-cmn.type-mediablock-rwd {
    margin-top: 24px;
  }

  .grid-cmn__col [class*=c-ttl-]:first-child {
    margin-top: 30px;
  }

  .ribbon6 h3 {
    font-size: 18px;
  }

  .grid-cmn__col.g01 {
    margin-bottom: 0;
  }

  .paw01{
  margin-top: 0;
}


}