@charset "UTF-8";
img[src$=".svg"] {
  width: 100%;
}

/*def end*/
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

em, i {
  font-style: normal;
}

@media all and (max-width: 700px) {
  ._pc {
    display: none !important;
  }
}

@media all and (min-width: 700px) {
  ._sp {
    display: none !important;
  }
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
@media all and (min-width: 700px) {
  body {
    background: url(/campaign/2023/spring_catalog_kids/photo/background/background_1.jpg) center center no-repeat #002f51;
    background-size: cover;
    background-attachment: fixed;
  }
  body._OPD_summer {
    background: url(../photo/summer/background/background_1.jpg?2023-02-08) center center no-repeat #002f51;
    background-size: cover;
    background-attachment: fixed;
  }
}

._fadein {
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
._fadein._animated {
  opacity: 1;
}

@media all and (min-width: 700px) {
  .OPD_background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .OPD_background._OPD_blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    margin: -10px;
  }
  .OPD_background._OPD_background0 {
    background: url(/campaign/2023/spring_catalog_kids/photo/background/background_1.jpg) center center no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 1;
  }
  .OPD_background._OPD_background0._OPD_summer {
    background: url(/campaign/2023/summer_catalog_kids/photo/background/background_1.jpg) center center no-repeat #002f51;
    background-size: cover;
  }
  .OPD_background._OPD_background1 {
    background: url(/campaign/2023/spring_catalog_kids/photo/background/background_2.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .OPD_background._OPD_background1._OPD_summer {
    background: url(/campaign/2023/summer_catalog_kids/photo/background/background_2.jpg) center center no-repeat #002f51;
    background-size: cover;
  }
  .OPD_background._OPD_background2 {
    background: url(/campaign/2023/spring_catalog_kids/photo/background/background_3.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .OPD_background._OPD_background2._OPD_summer {
    background: url(/campaign/2023/summer_catalog_kids/photo/background/background_3.jpg) center center no-repeat #002f51;
    background-size: cover;
  }
  .OPD_background._OPD_background3 {
    background: #002f51;
    z-index: 3;
  }
  .OPD_background._OPD_active {
    opacity: 1;
  }
}

.OPD_globalnavigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 85.5%;
  height: 100%;
  background: white;
  padding-left: 15px;
  padding-top: 50px;
  text-align: center;
  z-index: 900;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.OPD_globalnavigation._OPD_visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.OPD_globalnavigation__heading {
  font-size: 25px;
  margin-top: 25px;
}
.OPD_globalnavigation__inner {
  padding-right: 15px;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 45px;
}
.OPD_globalnavigation__body {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.OPD_globalnavigation__image {
  width: calc(50% - 4px);
  background: #EAEAEA;
}
.OPD_globalnavigation__image:nth-child(n+3) {
  margin-top: 8px;
}
._OPD_single .OPD_globalnavigation__image {
  width: 100%;
}
.OPD_globalnavigation__image._pink {
  background: #F0BEC8;
}
.OPD_globalnavigation__image._green {
  background: #A5C8A5;
}
.OPD_globalnavigation__image._yellow {
  background: #ECE297;
}
.OPD_globalnavigation__image._blue {
  background: #9CCED8;
}
.OPD_globalnavigation__link {
  display: block;
  height: 100%;
}
.OPD_globalnavigation__link._OPD_tandem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
._OPD_tile .OPD_globalnavigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._OPD_tile .OPD_globalnavigation__link img {
  width: 48.5%;
}
._OPD_tile .OPD_globalnavigation__link img:nth-child(n+3) {
  margin-top: 4%;
}
._OPD_tile .OPD_globalnavigation__link img._wide {
  width: 100%;
}
._OPD_tile .OPD_globalnavigation__link img._wide + * {
  margin-top: 4%;
}
@media all and (min-width: 700px) {
  .OPD_globalnavigation {
    max-width: 700px;
  }
}

.OPD_wrapper {
  z-index: 5;
  position: relative;
  background: white;
}
@media all and (min-width: 700px) {
  .OPD_wrapper {
    max-width: 700px;
    margin: 0 auto 100px;
    padding: 30px;
  }
}

.OPD_cover {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: none;
  cursor: pointer;
}
.OPD_cover._OPD_visible {
  display: block;
}

.OPD_content {
  padding-top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.OPD_content._OPD_blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.OPD_keyvisual {
  margin-top: 0;
}

.OPD_visual {
  position: relative;
  /*     &#OPD_visual_winter_movie {
          width: 100%;
          margin-top: 25%;
          position: relative;
          padding-top: 57.5%;
          iframe {
              position: absolute;
              width: 100%;
              top: 0;
              left: 0;
          }
      } */
}
.OPD_visual#OPD_visual_spring_1 {
  width: 52.8%;
  margin-top: 13.3%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_2 {
  width: 36%;
  margin-top: -10.7%;
  margin-left: 4%;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_3 {
  width: 36%;
  margin-top: -5.3%;
  margin-left: auto;
  margin-right: 4%;
}
.OPD_visual#OPD_visual_spring_4 {
  width: 78.4%;
  margin-top: -10.7%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_5 {
  width: 24%;
  margin-top: -9.3%;
  margin-left: 4%;
  margin-right: auto;
  z-index: 2;
}
.OPD_visual#OPD_visual_spring_6 {
  width: 78.4%;
  margin-top: -13.3%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_7 {
  width: 24%;
  margin-top: -8%;
  margin-left: auto;
  margin-right: 4%;
  z-index: 2;
}
.OPD_visual#OPD_visual_spring_8 {
  width: 78.4%;
  margin-top: -12.8%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_9 {
  width: 36%;
  margin-top: -8%;
  margin-left: 4%;
  margin-right: auto;
  z-index: -1;
}
.OPD_visual#OPD_visual_spring_10 {
  width: 77.3%;
  margin-top: 14.7%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_11 {
  width: 52.8%;
  margin-top: -17.3%;
  margin-left: auto;
  margin-right: 4%;
}
.OPD_visual#OPD_visual_spring_12 {
  width: 24%;
  margin-top: -53.3%;
  margin-left: 4%;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_13 {
  width: 52.8%;
  margin-top: 9.3%;
  margin-left: 4%;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_14 {
  width: 24%;
  margin-top: -53.3%;
  margin-left: auto;
  margin-right: 4%;
}
.OPD_visual#OPD_visual_spring_15 {
  width: 64%;
  margin-top: 32%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_spring_16 {
  width: 100%;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
}
.OPD_visual#OPD_visual_summer_1 {
  width: 92%;
  margin: 0 auto;
  margin-top: 18.7%;
}
.OPD_visual#OPD_visual_summer_2 {
  width: 92%;
  margin: 0 auto;
  margin-top: 2.7%;
}
.OPD_visual#OPD_visual_summer_3 {
  width: 58.7%;
  margin: 0 auto;
  margin-top: 13.3%;
}
.OPD_visual#OPD_visual_summer_4 {
  width: 92%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_5 {
  width: 58.7%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_6 {
  width: 92%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_7 {
  width: 58.7%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_8 {
  width: 92%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_9 {
  width: 58.7%;
  margin: 0 auto;
  margin-top: 8%;
}
.OPD_visual#OPD_visual_summer_10 {
  width: 100%;
  margin-top: 30.7%;
}

.OPD_data__id {
  display: none;
}
.OPD_data__name::after {
  content: ":";
}
.OPD_data__price::after {
  padding-left: 0.25em;
  content: "(inc. tax)";
}
.OPD_data__brand::before {
  padding-left: 0.1em;
  margin-right: 0.3em;
  content: "/";
}
.OPD_data__size::before {
  content: "[";
}
.OPD_data__size::after {
  content: "]";
}

.OPD_credit {
  margin-top: 20px;
  padding: 0 4%;
  position: relative;
}
.OPD_credit::after {
  position: absolute;
  bottom: 0;
  left: 4%;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: dotted black thin;
}
.OPD_creditnumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
}
@media all and (min-width: 700px) {
  .OPD_creditnumbers {
    padding: 0 80px;
  }
}
.OPD_creditnumber {
  margin-top: 20px;
  text-align: center;
  width: 25%;
}
.OPD_creditnumber a {
  padding: 0 30px;
  padding-top: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.OPD_creditnumber a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.OPD_creditnumber._OPD_boy a {
  color: #0b3180;
}
.OPD_creditnumber._OPD_girl a {
  color: #d40012;
}
.OPD_credit__header {
  padding: 0 15px;
  line-height: 40px;
  border-top: dotted black thin;
  position: relative;
  cursor: pointer;
}
.OPD_credit__icon {
  height: 18px;
  width: 18px;
  display: block;
  background: black;
  border: thin solid black;
  border-radius: 10px;
  position: absolute;
  right: 15px;
  top: 11px;
}
.OPD_credit__icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.OPD_credit__icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
._OPD_visible .OPD_credit__icon {
  background: white;
}
._OPD_visible .OPD_credit__icon::after {
  background: black;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
._OPD_visible .OPD_credit__icon::before {
  background: black;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.OPD_credit__body {
  padding: 0 15px 40px;
  font-size: 12px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.OPD_credit__body._OPD_visible {
  opacity: 1;
}
.OPD_credit__heading {
  margin-top: 40px;
}
.OPD_credit__heading:first-child {
  margin-top: 30px;
}
.OPD_credit__heading._OPD_boy {
  color: #0b3180;
}
.OPD_credit__heading._OPD_girl {
  color: #d40012;
}
.OPD_credit__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}
.OPD_credit__text {
  line-height: 16px;
  width: calc(100% - 100px);
}
.OPD_credit__link {
  height: 18px;
  line-height: 17px;
  width: 77px;
  border-radius: 10px;
  background: white;
  text-align: center;
  border: thin solid black;
  color: black;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.OPD_credit__link:hover {
  text-decoration: none;
  background: black;
  color: white;
}
div[data-status=active] .OPD_credit__link._OPD_ask {
  display: none;
}
div[data-status=disactive] .OPD_credit__link._OPD_xxx {
  display: none;
}
div[data-status=disactive] .OPD_credit__link._OPD_baby {
  display: none;
}
.OPD_credit__link._OPD_boy {
  color: white;
  background: #0b318b;
}
.OPD_credit__link._OPD_boy:hover {
  color: black;
  background: white;
}
div[data-status=disactive] .OPD_credit__link._OPD_boy {
  display: none;
}
.OPD_credit__link._OPD_girl {
  color: white;
  background: #e20012;
}
.OPD_credit__link._OPD_girl:hover {
  color: black;
  background: white;
}
div[data-status=disactive] .OPD_credit__link._OPD_girl {
  display: none;
}

.OPD_look {
  position: relative;
  margin: 0 4%;
  margin-top: 20px;
}
.OPD_look__header {
  font-size: 60px;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
}
.OPD_look__subheader {
  font-size: 35px;
  text-align: center;
  margin-top: 20px;
}
.OPD_look__subheader + .OPD_look {
  margin-top: 65px;
}
.OPD_look__figurenumber {
  position: absolute;
  bottom: 0;
  right: 0;
}
.OPD_look__figurenumber_current {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  right: 45px;
  bottom: 15px;
  font-weight: 300;
}
.OPD_look__figurenumber_denominator {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  right: 20px;
  bottom: 15px;
}
.OPD_look__figurenumber_denominator::before {
  content: "";
  height: 1px;
  width: 25px;
  position: absolute;
  left: -10px;
  bottom: 6px;
  background: black;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.OPD_item {
  margin-top: 20px;
  padding: 4% 4%;
  /* &__title {
      font-size: 16px;
      padding: 0 15px;
      font-weight: 500;
      &._OPD_boy {
          color: $color_blue;
      }
      &._OPD_girl {
          color: $color_red;
      }
  } */
}
.OPD_item._pink {
  background: #F0BEC8;
}
.OPD_item._green {
  background: #A5C8A5;
}
.OPD_item._yellow {
  background: #ECE297;
}
.OPD_item._blue {
  background: #9CCED8;
}
.OPD_item__figure {
  position: relative;
}
.OPD_item__figure._tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
._tile .OPD_item__photo {
  width: 49%;
}
._tile .OPD_item__photo:nth-child(n+3) {
  margin-top: 2%;
}
._tile .OPD_item__photo._wide {
  width: 100%;
}
._tile .OPD_item__photo._wide + * {
  margin-top: 2%;
}

.OPD_footer {
  margin-top: 95px;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.OPD_footer._OPD_blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.OPD_footer__visual img + img {
  margin-top: 5px;
}
.OPD_footer__header {
  margin-top: 65px;
  text-align: center;
}
.OPD_footer__header img {
  width: 56%;
}
.OPD_footer__subheader {
  margin-top: 30px;
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}
.OPD_footer__credit {
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  margin-top: 45px;
  text-align: center;
}
@media all and (min-width: 700px) {
  .OPD_footer__credit {
    font-size: 14px;
    line-height: 23px;
  }
}
.OPD_footer__credit a:hover {
  text-decoration: none;
  border-bottom: thin solid #002f51;
}
.OPD_footer__backhome {
  margin-top: 80px;
  text-align: center;
}
.OPD_footer__backhome a {
  display: block;
}
.OPD_footer__backhome img {
  width: 21%;
}
.OPD_footer__copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  font-weight: 300;
}

.OPD_menubutton {
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 1000;
  width: 60px;
  height: 50px;
  cursor: pointer;
  right: 0;
  top: 0;
  mix-blend-mode: difference;
}
.OPD_menubutton span, .OPD_menubutton::before, .OPD_menubutton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: white;
}
.OPD_menubutton span {
  overflow: hidden;
  z-index: 1;
  color: white;
}
.OPD_menubutton::before {
  z-index: 2;
  -webkit-transform: translate(0, -9px);
          transform: translate(0, -9px);
  content: "";
}
.OPD_menubutton::after {
  z-index: 2;
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
  content: "";
}
.OPD_menubutton span {
  -webkit-transition: -webkit-transform 0.15s 0.05s;
  transition: -webkit-transform 0.15s 0.05s;
  transition: transform 0.15s 0.05s;
  transition: transform 0.15s 0.05s, -webkit-transform 0.15s 0.05s;
}
.OPD_menubutton::before, .OPD_menubutton::after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.OPD_menubutton._clicked span {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.OPD_menubutton._clicked::before {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.OPD_menubutton._clicked::after {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}
/*# sourceMappingURL=base.css.map */