﻿@charset "UTF-8";
.product__search--filtername {
  display: none;
}

.product__search--resultarea {
  ¥display: none;
}

.awoo-product-tags--upper.awoo-product-tags:has(.awoo-tag) {
  display: none;
}

#gogatu-wrapper .sp_only {
  display: none;
}
#gogatu-wrapper * {
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  /*margin: 0;
  padding: 0;
  color: #333;*/
}
#gogatu-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#gogatu-wrapper .serif, #gogatu-wrapper .sans {
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  font-family: serif;
}
#gogatu-wrapper .fw-bold {
  font-weight: bold;
}
#gogatu-wrapper .al-center {
  text-align: center;
}
#gogatu-wrapper .ly-full {
  width: 100%;
  margin: auto;
}
#gogatu-wrapper .ly-full#cat_06{
    margin:64px 0;
}
#gogatu-wrapper .ly-max {
  max-width: 1200px;
  margin: auto;
}
#gogatu-wrapper .ly-mid {
  width: 90%;
  margin: auto;
}
#gogatu-wrapper .fc-white {
  color: #fff;
}
#gogatu-wrapper .fc-red {
  color: #f00;
}
#gogatu-wrapper .fc-green {
  color: #33b495;
}
#gogatu-wrapper .bg-white {
  background: #fff;
}
#gogatu-wrapper .bg-green {
  background: #33b495;
}
#gogatu-wrapper .bg-green-50 {
  background: #84ccc9;
}
#gogatu-wrapper .fv-title-image {
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  #gogatu-wrapper .fv-cont {
    width: 90%;
    margin: auto;
  }
}
#gogatu-wrapper .fv-cont h2 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
#gogatu-wrapper .fv-cont h2 span {
  display: inline-block;
}
#gogatu-wrapper .fv-cont .fv-slider {
  margin-top: 32px;
}
#gogatu-wrapper .fv-cont .fv-slider ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .fv-cont .fv-slider ul li {
  width: 48%;
}
@media (max-width: 480px) {
  #gogatu-wrapper .fv-cont .fv-slider ul li {
    width: 100%;
    margin-bottom: 2%;
  }
}
#gogatu-wrapper .fv-cont .fv-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-top: 32px;
}
#gogatu-wrapper .fv-cont .fv-link-list li {
  width: 48%;
}
#gogatu-wrapper .fv-cont .fv-link-list li a {
  display: block;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  font-weight: bold;
}
#gogatu-wrapper .fv-cont .fv-link-list li a.btn01 {
  background-image: url("/Contents/ImagesPkg/kids/100180190050_2025/arrow_01.png"), url("/Contents/ImagesPkg/kids/100180190050_2025/btn_bg.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 20px, 100% 100%;
  background-position: 95% center, center center;
}
#gogatu-wrapper .fv-bnr .fv-bnr-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .fv-bnr .fv-bnr-wrapper .fv-bnr_item {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #gogatu-wrapper .fv-bnr .fv-bnr-wrapper {
    width: 90%;
    margin: auto;
  }
  #gogatu-wrapper .fv-bnr .fv-bnr-wrapper .fv-bnr_item {
    width: 100%;
    margin-bottom: 2%;
  }
}
#gogatu-wrapper .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
#gogatu-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #F7EFEF;
}
#gogatu-wrapper .bl-nav .bl-nav-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion {
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 10;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion > .bl-nav-item-inner {
  cursor: pointer;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion > .bl-nav-inner {
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  top: calc(100% + 4px);
  position: absolute;
  display: flex;
  flex-flow: column;
  gap: 0px;
  opacity: 0;
  transition: 0.3s;
  gap: 4px;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion > .bl-nav-inner .bl-nav-item-inner {
  transition: 0.3s;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion > .bl-nav-inner .bl-nav-item-inner:hover {
  opacity: 0.9;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion--show > .bl-nav-inner {
  opacity: 1;
  pointer-events: visible;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item-inner {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-radius: 24px;
  position: relative;
}
#gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item-inner::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 14px;
  top: 20px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
#gogatu-wrapper .section-inner .title {
  padding: 32px 0 24px;
}
#gogatu-wrapper .section-inner .title h2 {
  font-size: min(24px, 5vw);
}
#gogatu-wrapper .section-inner .title h2.serif{
    color: #25447c;
    font-size: min(32px, 7.5vw);
    font-weight: 600;
    letter-spacing: 0.2rem;
}
#gogatu-wrapper .section-inner .title p {
  font-size: min(18px, 4vw);
  margin-top: 8px;
  padding: 0 5%;
}
#gogatu-wrapper #lineup .section-inner {
  background-image: url("/Contents/ImagesPkg/kids/100180190050_2025/catalog_left.png"), url("/Contents/ImagesPkg/kids/100180190050_2025/catalog_right.png"), url("/Contents/ImagesPkg/kids/100180190050_2025/catalog_bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 100%;
  background-position: right top, left bottom, center center;
  padding:16px 0 24px;
}
#gogatu-wrapper .bl-lineup-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap: 16px;
  padding: 0 0 24px;
}
#gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item{
    width:18%;
    display:block;
}
#gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
}
#gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item .text {
    font-size: min(14px, 4vw);
    margin-top: 8px;
}
#gogatu-wrapper .products > .footer-link {
  text-align: center;
  padding: 40px 0 24px;
}
#gogatu-wrapper .products > .list .item-inner {
  padding: 0 16px;
  padding-bottom: 40px;
  display: block;
}
#gogatu-wrapper .products > .list .item-inner .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 16px;
}
#gogatu-wrapper .products > .list .item-inner .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#gogatu-wrapper .products > .list .item-inner .name {
  overflow: hidden;
}
#gogatu-wrapper .products > .list .item-inner .price {
  margin-top: 16px;
  font-size: min(16px, 3vw);
}
#gogatu-wrapper .products > .main {
  background-image: url("/Contents/ImagesPkg/kids/100180190050_2025/top_left.png"), url("/Contents/ImagesPkg/kids/100180190050_2025/top_bottom.png"), url("/Contents/ImagesPkg/kids/100180190050_2025/main_bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, 100% 100%;
  background-position: center top, center bottom, center center;
  border-radius: 20px;
  margin:0 0 40px;
  padding:0 0 24px;
}
#gogatu-wrapper .products > .main .inner {
  background: #fff;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 32px;
  padding: 24px 2%;
  margin: 0 4%;
}
#gogatu-wrapper .products > .main .inner .main-products-slider .slide_item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#gogatu-wrapper .products > .main .inner .main-products-slider .slide_item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gogatu-wrapper .products > .main .inner .info {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#gogatu-wrapper .products > .main .inner .info .company-logo img {
  height: 80px;
  width: auto;
  display: block;
}
#gogatu-wrapper .products > .main .inner .info > .name {
  font-size: 20px;
  font-family: serif;
  font-weight: 600;
  margin: 16px 0 0;
}
#gogatu-wrapper .products > .main .inner .info > .name--ruby {
  font-size: min(18px, 2.5vw);
}
#gogatu-wrapper .products > .main .inner .info > .discount {
  margin-top: 16px;
  margin-bottom: 0px;
}
#gogatu-wrapper .products > .main .inner .price{
    width: fit-content;
    text-align: right;
}
#gogatu-wrapper .products > .main .inner .price--main{
    font-size:14px;
    line-height: 1;
    margin: 16px 0 0;
}
#gogatu-wrapper .products > .main .inner .price--main span {
  font-size: 32px;
  font-weight:600;
}
#gogatu-wrapper .products > .main .inner .price--tax span {
  font-size: 24px;
  font-weight:600;
}
#gogatu-wrapper .products > .main .inner .info > .description {
  font-size: 14px;
  margin-top: 24px;
}
#gogatu-wrapper .products > .sub .btns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 16px 0 24px;
}
#gogatu-wrapper .products > .sub .btns .btn-item--inner {
  display: block;
  padding: 8px 0;
  border-radius: 16px;
}
#gogatu-wrapper .guide {
  margin-bottom: 40px;
}
#gogatu-wrapper .guide--title {
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
}
#gogatu-wrapper .guide--title h3 {
  font-size: min(20px, 4vw);
}
#gogatu-wrapper .guide--title.border {
  border-bottom: 2px solid #efefef;
}
#gogatu-wrapper .guide--list li {
  padding-left: 1em;
  position: relative;
  font-size: 1em;
}
#gogatu-wrapper .guide--list li::before {
  content: "■";
  position: absolute;
  left: 0;
}
#gogatu-wrapper #lineup {
  margin: 32px 0;
  background: url(../images/bg-hina-left.webp) no-repeat, url(../images/bg-hina-right.webp) no-repeat;
  background-position: left top, right bottom;
  background-size: 30%;
}
#gogatu-wrapper #digi-cata {
  background: url(/Contents/ImagesPkg/kids/100180190050_2025/catalog_bg.jpg) no-repeat;
  background-position: center;
  background-size: 150%;
  border-radius: 32px;
  padding: 0 24px 40px;
  width: 90%;
  margin: 40px auto 0;
}
#gogatu-wrapper #digi-cata .body {
  display: block;
}
#gogatu-wrapper #digi-cata .body img {
  width: 90%;
  margin: auto;
}
#gogatu-wrapper #digi-cata .body .description {
  margin-top: -16px;
}
#gogatu-wrapper dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 32px 32px;
  border: none;
  max-width: 560px;
  width: 90%;
  background: url(/Contents/ImagesPkg/kids/100180190050_2025/pop_bg01.jpg) no-repeat #fff center top;
  background-size: 100% auto;
  border-radius: 16px;
}
#gogatu-wrapper dialog #close {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}
#gogatu-wrapper dialog #close svg {
  width: 100%;
  height: 100%;
}
#gogatu-wrapper dialog h4 {
  color: #ad7e45;
}
#gogatu-wrapper dialog p.note {
  font-size: 12px;
  margin-top: 16px;
  background: url(/Contents/ImagesPkg/kids/100180190050_2025/pop_bg02.jpg) no-repeat #fff center top;
  background-size: contain;
}
#gogatu-wrapper dialog a.more {
  padding: 8px 40px;
}
@media screen and (max-width: 768px) {
  #gogatu-wrapper dialog {
    padding: 5% 5%;
  }
}
#gogatu-wrapper .kochira_btn {
  display: inline-block;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 8px 52px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-image: url(/Contents/ImagesPkg/kids/100180190050_2025/btn_icon.png), url(/Contents/ImagesPkg/kids/100180190050_2025/btn_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 20px, cover;
  background-position: 95% center, center top;
}
#gogatu-wrapper a.more {
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 12px 52px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/Contents/ImagesPkg/kids/100180190050_2025/arrow_01.png), url(/Contents/ImagesPkg/kids/100180190050_2025/btn_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px 20px, cover;
  background-position: 95% center, center top;
}
#gogatu-wrapper .guide_wrap {
  background: url(/Contents/ImagesPkg/kids/100180190050_2025/guide_bg.png) no-repeat center top #f5f0e8;
  background-size: 100% auto;
  border-radius: 20px;
  padding-bottom: 40px;
}
#gogatu-wrapper .guide_wrap h2 {
  color: #956f29;
}
#gogatu-wrapper .guide_wrap .guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .guide_wrap .guide .guide--title {
  background: #dbcaaa;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#gogatu-wrapper .guide_wrap .guide .guide--title h3 {
  color: #fff;
}
#gogatu-wrapper .guide_wrap .guide .guide--body {
  width: 72%;
}
@media (max-width: 768px) {
    #gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item{
        width:31%;
    }
  #gogatu-wrapper .guide_wrap {
    background: url(/Contents/ImagesPkg/kids/100180190050_2025/guide_bg.png) no-repeat center top #f5f0e8;
    background-size: 100% auto;
    padding-bottom: 6%;
    width: 95%;
    margin: auto;
  }
  #gogatu-wrapper .guide_wrap h2 {
    color: #956f29;
  }
  #gogatu-wrapper .guide_wrap .guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gogatu-wrapper .guide_wrap .guide .guide--title {
    background: #dbcaaa;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2% 2%;
    margin-bottom: 2%;
  }
  #gogatu-wrapper .guide_wrap .guide .guide--title h3 {
    color: #fff;
  }
  #gogatu-wrapper .guide_wrap .guide .guide--body {
    width: 100%;
  }
}
#gogatu-wrapper .explanation_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .explanation_wrap .explanation_text h2 {
  color: #956f29;
  font-size: min(24px, 4vw);
  margin-bottom: 10px;
}
#gogatu-wrapper .explanation_wrap .explanation_text p {
  padding-left: 1em;
}
#gogatu-wrapper .explanation_wrap .explanation_box_l {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_img {
  position: relative;
  width: 60%;
}
#gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_img::before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_text {
  width: 40%;
}
#gogatu-wrapper .explanation_wrap .explanation_box_m {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_img {
  width: 40%;
}
#gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_text {
  width: 58%;
}
#gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_text h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #956f29;
}
@media (max-width: 768px) {
    #gogatu-wrapper .products > .main{
        margin: 0 4% 40px;
    }
  #gogatu-wrapper .products > .main .inner .info .company-logo img{
    height: 60px;
  }
  #gogatu-wrapper .explanation_wrap {
    width: 95%;
    margin: auto;
  }
  #gogatu-wrapper .explanation_wrap .explanation_text h2 {
    color: #956f29;
    font-size: min(24px, 5vw);
    margin-bottom: 10px;
  }
  #gogatu-wrapper .explanation_wrap .explanation_text p {
    padding-left: 1em;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_l {
    width: 100%;
    margin-bottom: 4%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_img {
    width: 100%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_img::before {
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_l .explanation_text {
    width: 100%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_m {
    width: 100%;
    margin-bottom: 4%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_img {
    width: 40%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_text {
    width: 58%;
  }
  #gogatu-wrapper .explanation_wrap .explanation_box_m .explanation_text h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #956f29;
  }
}

@media (max-width: 480px) {
  #gogatu-wrapper .sp_only {
    display: block;
  }
  #gogatu-wrapper .pc_only {
    display: none;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-nav .bl-nav-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .bl-nav .bl-nav-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion > .bl-nav-inner {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    height: 0;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-nav .bl-nav-inner .bl-nav-item.accordion--show > .bl-nav-inner {
    height: auto;
    margin-top: 4px;
  }
  #gogatu-wrapper .bl-lineup-wrapper {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .bl-lineup-wrapper {
    gap: 8px;
  }
  #gogatu-wrapper .bl-lineup-wrapper .bl-lineup-item .text {
    margin-top: 4px;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-lineup-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .bl-lineup-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-ar .bl-ar-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .bl-ar .bl-ar-inner .bl-ar-notes .bl-ar-note--link {
    position: relative;
    text-align: right;
    padding-top: 16px;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .list .item-inner {
    padding: 0 0 32px 8px;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .products > .main .inner {
    grid-template-columns: 45% 1fr;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .main .inner {
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .main .inner .info .company-logo img {
    height: auto;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .main .inner .info > .discount {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
    #gogatu-wrapper .products > .main .inner .info > .name{
        text-align: center;
        margin: 8px 0 0;
    }
    #gogatu-wrapper .products > .main .inner .price{
        margin:0 auto;
    }
    #gogatu-wrapper .products > .main .inner .info > .description{
        text-align: center;
        margin: 16px 8%;
    }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .main .inner .info {
    display: block;
  }
  #gogatu-wrapper .products > .main .inner .info .company-logo {
    width: 30%;
    display: block;
    margin:0 auto;
  }
  #gogatu-wrapper .products > .main .inner .info .discount {
    clear: both;
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper .products > .sub .btns {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper .products > .sub .btns {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 900px) {
  #gogatu-wrapper #digi-cata {
    background-size: auto;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper #digi-cata .body img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper #digi-cata .body .description {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper #kazari .btn-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper dialog h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #gogatu-wrapper dialog p.note {
    max-height: 80px;
    overflow-y: scroll;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-container .modal_ttl {
  color: #33b495 !important;
  text-align: center;
  margin-bottom: 24px !important;
  font-size: 24px;
}
@media (max-width: 480px) {
  .modal-container .modal_ttl {
    font-size: 18px;
  }
}
.modal-container .cp_warp {
  margin-bottom: 32px;
}
.modal-container .cp_warp dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-container .cp_warp dl dt {
  width: 50%;
  border: 2px solid #33b495;
  background: #33b495;
  color: #fff !important;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .modal-container .cp_warp dl dt {
    width: 100%;
  }
}
.modal-container .cp_warp dl dd {
  width: 50%;
  border: 2px solid #33b495;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.modal-container .cp_warp dl dd input {
  font-size: 24px;
}
@media (max-width: 480px) {
  .modal-container .cp_warp dl dd input {
    width: 70%;
  }
}
.modal-container .cp_warp dl dd a {
  background: #ccc;
  padding: 8px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .modal-container .cp_warp dl dd {
    width: 100%;
  }
}
.modal-container .modal_bg {
  background: url(/Contents/ImagesPkg/kids/100180190050_2025/5off-bg.png) no-repeat center top;
  background-size: 100% auto;
}
.modal-container .text_wrap {
  margin-top: 24px !important;
}
.modal-container .text_wrap h4 {
  font-size: 18px;
}
.modal-container .text_wrap p {
  padding-left: 16px !important;
  font-size: 14px;
}
.modal-container .text_wrap p.att {
  color: #EA6173 !important;
}

.modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 32px 24px !important;
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 560px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
@media (max-width: 480px) {
  .modal-content {
    padding: 24px 16px !important;
  }
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #FF0000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #FFF;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#gogatu-wrapper .swiper.sub-products-slider-none .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#gogatu-wrapper .swiper.sub-products-slider-none .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 26%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
@media (max-width: 480px) {
  #gogatu-wrapper .swiper.sub-products-slider-none .swiper-wrapper .swiper-slide {
    width: 39%;
  }
}

/*# sourceMappingURL=100180190050_2025.css.map */