@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(../photo/SHIPSKIDS25SS_summer_PC_1.jpg) center center no-repeat #002f51;
    background-size: cover;
    background-attachment: fixed;
  }
}

._fontbaby {
  font-family: "new-atten-round", sans-serif;
  font-weight: 700;
}

._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(../photo/SHIPSKIDS25AW_autumn_PC_1.jpg) center center no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 1;
  }
  .OPD_background._OPD_background1 {
    background: url(../photo/SHIPSKIDS25AW_autumn_PC_2.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .OPD_background._OPD_background2 {
    background: url(../photo/SHIPSKIDS25AW_autumn_PC_3.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .OPD_background._OPD_background3 {
    background: #dddfd1;
    z-index: 3;
  }
  .OPD_background._OPD_background4 {
    background: #002f51;
    z-index: 4;
  }
  .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: 35px;
}
.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__body._OPD_grid_3 {
  padding: 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
.OPD_globalnavigation__body._OPD_grid_4 {
  padding: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}
._area1 {
  grid-area: 1 / 1 / 2 / 2;
}
._area2 {
  grid-area: 1 / 2 / 2 / 3;
}
._area3 {
  grid-area: 1 / 3 / 3 / 4;
}
._area4 {
  grid-area: 2 / 1 / 3 / 2;
}
._area5 {
  grid-area: 2 / 2 / 3 / 3;
}
._OPD_grid_3 .OPD_globalnavigation__image, 
._OPD_grid_4 .OPD_globalnavigation__image {
  width: 100%;
  background: #ffffff;
}
._OPD_grid_3 .OPD_globalnavigation__image:nth-child(n+3),
._OPD_grid_4 .OPD_globalnavigation__image:nth-child(n+3) {
  margin-top: 0px;
}

.OPD_globalnavigation__body._girl {
  background: #e7bfbf;
}
.OPD_globalnavigation__body._boy {
  background: #b3c0cf;
}
.OPD_globalnavigation__body._50th {
  background: url(../photo/SHIPSKIDS25AW_autumn_SP_3.jpg) center center no-repeat;
  background-size: cover;
}

.OPD_globalnavigation__image {
  width: calc(50% - 4px);
}
.OPD_globalnavigation__image:nth-child(n+3) {
  margin-top: 8px;
}
._OPD_single .OPD_globalnavigation__image {
  width: 100%;
}
.OPD_globalnavigation__image._yellow {
  background: #E2DBA7;
}
.OPD_globalnavigation__image._baby {
  background: #dddfd1;
}
.OPD_globalnavigation__image._OPD_tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.OPD_globalnavigation__link {
  display: block;
}
.OPD_globalnavigation__link._OPD_tandem {
  height: 100%;
  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_globalnavigation__link._OPD_half {
  width: 50%;
  padding: 0 4%;
}
.OPD_globalnavigation__link._OPD_half:nth-child(2n) {
  padding-right: 1.5%;
}
.OPD_globalnavigation__link._OPD_half:nth-child(2n+1) {
  padding-left: 1.5%;
}
.OPD_globalnavigation__link._OPD_half:nth-child(n+2) {
  margin-top: 3%;
}
.OPD_globalnavigation__link._OPD_half:last-child {
  padding-bottom: 4%;
}
.OPD_globalnavigation__link._OPD_half img {
  width: 100% !important;
}
.OPD_globalnavigation__link._OPD_full {
  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;
  height: 100%;
}
.OPD_globalnavigation__link._OPD_full img {
  width: 48.5%;
}
.OPD_globalnavigation__link._OPD_full img:nth-child(n+3) {
  margin-top: 4%;
}
.OPD_globalnavigation__link._OPD_full img._wide {
  width: 100%;
}
.OPD_globalnavigation__link._OPD_full 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 0;
  }
}

.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;
}
@media all and (min-width: 700px) {
  .OPD_keyvisual_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.OPD_keyvisual__subheader {
  padding: 0 4%;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  position: relative;
  font-size: 22px;
}
.OPD_keyvisual__subheader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 92%;
  height: 1px;
  border-top: thin dotted black;
}
.OPD_keyvisual__subheader span {
  position: relative;
  background: white;
  padding: 0 10px;
}

.OPD_visual {
  position: relative;
  padding: 0;
  margin-top: 5%;
}

.OPD_data__id {
  display: none;
}
.OPD_data__name::after {
  content: ":";
}
div[data-multiprice=true] .OPD_data__price::before {
  content: "各";
}
.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 {
  padding: 0 4%;
  position: absolute;
  overflow-y: scroll;
  top: 0;
  z-index: 1;
  color: white;
  height: 100%;
  width: 92%;
  left: 4%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.OPD_credit._full {
  width: 100%;
  left: 0;
}
/*
.OPD_credit._look::before {
  content: "※モデル着用サイズは全て120cm相当となります";
  position: absolute;
  top: 10px;
  right: calc(4% + 15px);
  font-size: 11px;
}
*/
.OPD_credit._OPD_visible {
  visibility: visible;
  opacity: 1;
}
._item .OPD_credit._OPD_visible {
  padding: 0;
  background: none;
}
.OPD_credit__body {
  padding: 0 15px 80px;
  font-size: 12px;
}

.OPD_photo {
  cursor: pointer;
}
.OPD_credit__close {
  width: 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 auto;
}
._item .OPD_credit__close {
  width: 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
  margin: 20px 0 0 auto;
}
.OPD_credit__close::before, .OPD_credit__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background: white;
}
.OPD_credit__close::before {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}
.OPD_credit__close::after {
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}

@media all and (min-width: 700px) {
  .OPD_credit__close {
    margin: 20px 0 0 auto;
  }
  ._item .OPD_credit__close {
    margin: 40px 0 0 auto;
  }
}

.OPD_credit__heading {
  margin-top: 40px;
}
.OPD_credit__heading._credit_top {
  margin-top: 0;
}

@media all and (min-width: 700px) {
  ._item .OPD_credit__heading {
    margin-top: 60px;
  }
  ._item .OPD_credit__heading._credit_top {
    margin-top: 0;
  }
}

/*
.OPD_credit__heading span {
  display: block;
}
@media all and (min-width: 700px) {
  .OPD_credit__heading span {
    display: inline-block;
    position: absolute;
    right: 40px;
  }
}
.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__data:first-child {
  margin-top: 40px;
}

@media all and (min-width: 700px) {
  ._item .OPD_credit__data:first-child {
    margin-top: 60px;
  }
}

.OPD_credit__text {
  line-height: 16px;
  width: calc(100% - 100px);
}
.OPD_credit__link {
  height: 18px;
  line-height: 17px;
  width: 85px;
  border-radius: 10px;
  text-align: center;
  border: thin solid white;
  color: white;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.OPD_credit__link:hover {
  text-decoration: none;
  background: black;
  color: white;
}
div[data-status=disactive] .OPD_credit__link {
  display: none;
}
div[data-status=disactive] .OPD_credit__link._OPD_ask {
  display: block;
}
div[data-status=active] .OPD_credit__link._OPD_ask {
  display: none;
}
div[data-gender=boy] .OPD_credit__link:not(._OPD_ask) {
  background: #0b318b;
}
div[data-gender=boy] .OPD_credit__link:not(._OPD_ask):hover {
  color: black;
  background: white;
}
div[data-gender=girl] .OPD_credit__link:not(._OPD_ask) {
  background: #e20012;
}
div[data-gender=girl] .OPD_credit__link:not(._OPD_ask):hover {
  color: black;
  background: white;
}
div[data-gender=none] .OPD_credit__link:not(._OPD_ask) {
  background: #002f51;
}
div[data-gender=none] .OPD_credit__link:not(._OPD_ask):hover {
  color: black;
  background: white;
}

._item_girl {
  background: url(../photo/SHIPSKIDS25AW_autumn_SP_1.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0 !important;
}

._item_boy {
  background: url(../photo/SHIPSKIDS25AW_autumn_SP_2.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0 !important;
}

._item_50th {
  background: url(../photo/SHIPSKIDS25AW_autumn_SP_3.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 0 !important;
}

#OPD_boy.OPD_section::after, 
#section_start_50th.OPD_section::after, 
#OPD_baby_look1.OPD_section::after, 
#OPD_item_baby1.OPD_section::after, 
#OPD_item_baby2.OPD_section::after {
  position: absolute;
  bottom: 0;
  left: 4%;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: dotted black thin;
}

.OPD_section {
  position: relative;
  padding-bottom: 15px;
}
.OPD_section._look, 
.OPD_section._item {
  padding-bottom: 0;
}

@media all and (min-width: 700px) {
  .OPD_section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .OPD_section._fullonpc {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
.OPD_section::after {
  position: absolute;
  bottom: 0;
  left: 4%;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: dotted black thin;
}
*/

.OPD_section__body {
  position: relative;
}
.OPD_section__visual {
  margin-top: 50px;
}
@media all and (min-width: 700px) {
  .OPD_section__visual {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.OPD_section__visual + .OPD_section {
  margin-top: 50px;
}

.OPD_trigger {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.OPD_trigger._look {
  margin-top: 0;
  padding-top: 0;
}

.OPD_trigger._item {
  background: #ffffff;
  margin-top: 0;
  padding: 20px 0;
}

.OPD_slider .OPD_trigger__button {
  width: 100%;
}

.OPD_trigger__button._pos_bot_rt {
  position: absolute;
  bottom: 3%;
  right: 4%;
  z-index: 10;
}

.OPD_trigger__button._pos_bot_lf {
  position: absolute;
  bottom: 3%;
  left: 4%;
  z-index: 10;
}

@media all and (min-width: 700px) {
  .OPD_trigger__button._pos_bot_rt {
    right: 8%;
  }

  .OPD_trigger__button._pos_bot_lf {
    left: 8%;
  }
}

.OPD_trigger__button._rectangle {
  font-size: 23px;
  min-width: 150px;
  padding: 5px 30px;
  border: thin solid black;
  border-radius: 50px;
  background: white;
  margin: 0 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.OPD_trigger__button._circle {
  width: 35px;
  height: 35px;
  border: thin solid black;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.OPD_trigger__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.OPD_trigger__button._fortop {
  font-size: 30px;
}
.OPD_trigger__button._OPD_boy {
  color: white;
  background: #0b3180;
}
.OPD_trigger__button._OPD_girl {
  color: white;
  background: #d40012;
}

.OPD_trigger__button ._plus {
  position: relative;
}
.OPD_trigger__button ._plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background: white;
  transition: all 0.3s;
}
.OPD_trigger__button ._plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 1px;
  height: 20px;
  background: white;
  transition: all 0.3s;
}
.OPD_trigger__button._active ._plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.OPD_trigger__button._active ._plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.OPD_trigger__button ._plus._black::before, 
.OPD_trigger__button ._plus._black::after {
  background: black;
}

/*
.OPD_trigger__button._active {
  text-indent: -9999px;
  position: relative;
}
.OPD_trigger__button._active span {
  opacity: 0;
}
.OPD_trigger__button._active::before, .OPD_trigger__button._active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: white;
}
.OPD_trigger__button._active:not(._OPD_girl):not(._OPD_boy)::before, .OPD_trigger__button._active:not(._OPD_girl):not(._OPD_boy)::after {
  background: black;
}
.OPD_trigger__button._active::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.OPD_trigger__button._active::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
*/

.OPD_trigger__button img {
  width: 10px;
  height: 10px;
  margin-right: 0.25em;
}

.OPD_slider {
  margin-top: 20px;
}

.OPD_slider__item {
  padding-bottom: 5px;
}

._item_girl .OPD_slider__item, 
._item_boy .OPD_slider__item, 
._item_50th .OPD_slider__item, 
._item_baby .OPD_slider__item {
  padding-bottom: 0 !important;
}

.yokoyure {
  -webkit-animation: yokoyure 2s infinite;
          animation: yokoyure 2s infinite;
}

@-webkit-keyframes yokoyure {
  0% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  5% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  15% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  25% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yokoyure {
  0% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  5% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  15% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  20% {
    -webkit-transform: translate(2px, 0px) rotate(2deg);
            transform: translate(2px, 0px) rotate(2deg);
  }
  25% {
    -webkit-transform: translate(-2px, 0px) rotate(-2deg);
            transform: translate(-2px, 0px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.tateyure {
  -webkit-animation: tateyure 2s infinite;
          animation: tateyure 2s infinite;
}

@-webkit-keyframes tateyure {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes tateyure {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.fukuramu {
  -webkit-animation: fukuramu 2s infinite;
          animation: fukuramu 2s infinite;
}

@-webkit-keyframes fukuramu {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

@keyframes fukuramu {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  65% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}
.OPD_look {
  position: relative;
  margin: 0 4%;
  margin-top: 20px;
  /* &__figurenumber {
      position: absolute;
      bottom: 0;
      right: 0;
      &_current {
          position: absolute;
          font-size: 40px;
          line-height: 40px;
          right: 45px;
          bottom: 15px;
          font-weight: 300;
      }
      &_denominator {
          position: absolute;
          font-size: 16px;
          line-height: 24px;
          right: 20px;
          bottom: 15px;
          &::before {
              content: "";
              height: 1px;
              width: 25px;
              position: absolute;
              left: -10px;
              bottom: 6px;
              background: black;
              transform: rotate(-60deg);
              transform-origin: bottom left;
          }
      }
  } */
}
.OPD_look._full {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5%;
}
.OPD_look__header {
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.OPD_look__header._fontitem {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.OPD_look__header._fontgirl, 
.OPD_look__header._fontboy {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #ffffff;
}

.OPD_look__header._fontbaby {
  font-size: 86px;
  line-height: 70px;
  font-weight: 500;
  color: #cc6875;
}
.OPD_look__header._fontbaby span {
  font-size: 35px;
}
.OPD_look__header._sub {
  font-size: 70px;
  margin-top: 35px;
  font-weight: 300;
}
.OPD_look__header._babystart {
  margin-top: 60px;
}
.OPD_look__header._follow {
  font-size: 32px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
.OPD_look__header._follow + .OPD_section {
  margin-top: 60px;
}

.OPD_look__header._50th_logo {
  width: 73.33%;
  margin: 15% auto 0;
  padding-top: 20%;
}
.OPD_look__header._50th_title {
  width: 78.13%;
  margin: 15% auto;
}

.OPD_visuals {
  margin-top: 35px;
}

.OPD_item {
  padding: 4% 2%;
}
.OPD_item._gray {
  background: #C1CACF;
}
.OPD_item._yellow {
  background: #E2DBA7;
}
.OPD_item._baby {
  background: #dddfd1;
}
.OPD_item__figure {
  position: relative;
}
.OPD_item__photo {
  position: relative;
}
.OPD_item__photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
._OPD_visible .OPD_item__photo::before {
  visibility: visible;
  opacity: 1;
}

.OPD_footer {
  margin-top: 100px;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (min-width: 700px) {
  .OPD_footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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: 30px;
  font-weight: 500;
}
.OPD_footer__subheader img {
  width: 33%;
}
.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);
}
