@charset "UTF-8";
/*

* "Renner*" licensed under the SIL Open Font License

* https://indestructibletype.com/Renner.html

*/
/*メディアクエリー
---------------------------------------------*/
dt.under_line {
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 10px;
  border-bottom: solid 1px #a477b2;
  display: inline-block; }

br.sp {
  display: none; }

@media only screen and (max-width: 424px) {
  br.sp {
    display: block; } }
#visual .scroll {
  width: 2px;
  height: 50px;
  padding: 0px;
  margin: 0 0 0 -1px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#visual .scroll span {
  width: 2px;
  height: 80px;
  margin: 0 0 0 -1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  -webkit-animation: bar-anime 1.5s ease-out 0s infinite normal;
  animation: bar-anime 1.5s ease-out 0s infinite normal; }

@-webkit-keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }
@keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }
/* stylists
	MEMO: vol1に影響が出ないようにこちらにしています。
	vol1もこちらに合わせたらstyle_commonへ移動してください
*/
#stylist {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 0;
  margin: 0 auto 70px auto;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC; }

@media only screen and (max-width: 424px) {
  #stylist {
    margin: 0 20px 70px;
    padding: 30px 0;
    width: auto; } }
#stylist h3 {
  width: 130px;
  height: 25px;
  background-image: url(../images/title_styling.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px; }

#stylist .prof {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media only screen and (max-width: 424px) {
  #stylist .prof {
    display: block; } }
#stylist .photo {
  width: 120px; }

@media only screen and (max-width: 424px) {
  #stylist .photo {
    width: 140px;
    margin: 0 auto 25px auto; } }
#stylist .photo img {
  border-radius: 60px; }

#stylist .text {
  width: 850px;
  margin: 0 0 0 30px; }

@media only screen and (max-width: 424px) {
  #stylist .text {
    width: 100%;
    margin: 0px; } }
#stylist .text h5 {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: bold; }

@media only screen and (max-width: 424px) {
  #stylist .text h5 {
    text-align: center; } }
#stylist .text h5 .en {
  font-size: 14px; }

#stylist .text a {
  color: #ab83b8; }

#stylist .text a:hover {
  color: #d8c7dd; }

.anim {
  position: relative;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }

.anim:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.anim2 {
  position: relative;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }

.anim2:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #bf975e;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.anim-delay1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.anim-delay1:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.anim-delay2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.anim-delay2:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.anim-delay3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.anim-delay3:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.anim-delay4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.anim-delay4:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.anim-delay5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.anim-delay5:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.anim-delay6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.anim-delay6:after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.anim-delay7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.anim-delay7:after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.anim-delay8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.anim-delay8:after {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.anim-delay9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.anim-delay9:after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.anim-delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-delay10:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-delay11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.anim-delay11:after {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.anim-delay12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.anim-delay12:after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.anim-delay13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.anim-delay13:after {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.anim-delay14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.anim-delay14:after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.anim-delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.anim-delay15:after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.anim-delay16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.anim-delay16:after {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.anim-delay17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.anim-delay17:after {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.anim-delay18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.anim-delay18:after {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.anim-delay19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

.anim-delay19:after {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

.anim-delay20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.anim-delay20:after {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.active .anim.anim-right_left:after, .active .anim2.anim-right_left:after {
  width: 0; }

.active .anim.anim-left_right:after, .active .anim2.anim-left_right:after {
  width: 0; }

.anim.anim-left_right:after, .anim2.anim-left_right:after {
  left: initial;
  left: auto;
  right: 0px; }

.active .anim.anim-top_bottom:after, .active .anim2.anim-top_bottom:after {
  height: 0; }

.anim.anim-top_bottom:after, .anim2.anim-top_bottom:after {
  top: initial;
  bottom: 0px; }

.active .anim.anim-bottom_top:after {
  height: 0; }

.anim.anim-opacity {
  opacity: 0.1; }

.anim.anim-opacity:after {
  display: none; }

.active .anim.anim-opacity {
  opacity: 1; }

.layout p {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 424px) {
  .layout p {
    font-size: 12px; } }
.layout .note {
  font-size: 12px;
  margin-bottom: 40px;
  color: #666666;
  font-style: italic; }

@media only screen and (max-width: 424px) {
  .layout .note {
    font-size: 11px; } }
.layout dl.credit {
  margin-top: 40px; }

.layout-04 .pl {
  margin-right: 50px; }

.layout-04 .pr {
  width: 53.28597%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

#container #visual {
  background-image: url("../images/visual_pc.jpg");
  background-position: top center;
  background-size: contain;
  position: relative; }
  @media screen and (min-width: 425px) {
    #container #visual {
      min-height: 770px; } }

@media only screen and (max-width: 424px) {
  #container #visual {
    background-image: url("../images/visual_sp.jpg");
    background-position: top center;
    background-size: contain; } }
#container #visual .img {
  text-indent: 0;
  max-width: 100%;
  text-align: center; }

#container #visual .title {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%; }
  @media screen and (max-width: 424px) {
    #container #visual .title {
      top: 25%;
      transform: translateY(-50%); } }

#container #visual .title h2 {
  margin: 0 auto 15px auto;
  -webkit-transition: all 0.3s ease-out 2s;
  transition: all 0.3s ease-out 2s;
  opacity: 0; }

.loaded #container #visual .title h2 {
  opacity: 1; }

#container #visual .title h2 img {
  width: 160px;
  height: 53px; }

#container #visual .title h3 {
  -webkit-transition: all 0.3s ease-out 2.5s;
  transition: all 0.3s ease-out 2.5s;
  opacity: 0; }

.loaded #container #visual .title h3 {
  opacity: 1; }

#container #visual .title h3 img {
  width: 271px;
  height: 54px; }
  @media screen and (max-width: 424px) {
    #container #visual .title h3 img {
      width: 200px;
      height: auto; } }

#container #visual .body {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 3.5s;
  transition: all 0.3s ease-out 3.5s;
  opacity: 0; }

.loaded #container #visual .body {
  opacity: 1; }

@media screen and (min-width: 425px) {
  #container #visual .body p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px; } }
@media screen and (max-width: 424px) {
  #container #visual .body p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px; } }

#container #visual .body h3 img {
  width: 574px;
  height: 106px; }

@media only screen and (max-width: 424px) {
  #container #visual .body h3 img {
    width: 80%;
    height: auto; } }
#lead {
  max-width: 767px;
  margin: 103px auto;
  padding: 60px 0 36px;
  position: relative;
  border-color: #999999;
  border-style: solid;
  border-width: 2px;
  padding: 57px 32px; }

@media only screen and (max-width: 424px) {
  #lead {
    margin: 1.6rem 1.6rem;
    padding: 1.6rem 1.6rem;
    text-align: left; } }
#lead:before, #lead:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  width: calc(100% - 6px);
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0 0 0; }

#lead:before {
  top: 3px; }

#lead:after {
  bottom: 3px; }

#lead p {
  font-size: 15px;
  line-height: 29px; }

@media only screen and (max-width: 424px) {
  #lead p {
    font-size: 14px;
    line-height: 24px; } }
#lead .writer {
  margin-top: 42px;
  text-align: right;
  font-size: 18px; }

@media only screen and (max-width: 424px) {
  #lead .writer {
    margin-top: 26px;
    margin-right: 10px;
    font-size: 16px; } }
@media screen and (min-width: 425px) {
  .pcNone {
    display: none; } }
@media screen and (max-width: 424px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 425px) {
  .spNone {
    display: block; } }
@media screen and (max-width: 424px) {
  .spNone {
    display: none; } }

div#intro {
  display: flex;
  font-family: 'renner'; }
  @media screen and (min-width: 425px) {
    div#intro {
      width: 780px;
      margin: 0 auto 155px; } }
  @media screen and (max-width: 424px) {
    div#intro {
      width: 97%;
      margin: 60px auto; } }
  div#intro div.brown {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #f8f7f4; }
    @media screen and (min-width: 425px) {
      div#intro div.brown {
        width: calc(50% - 20px);
        margin-right: 20px;
        box-sizing: border-box;
        padding: 30px 55px; } }
    @media screen and (max-width: 424px) {
      div#intro div.brown {
        width: calc(50% - 2px);
        margin-right: 2px;
        box-sizing: border-box;
        padding: 25px; } }
    div#intro div.brown dl {
      border-bottom: 1px solid #000; }
    div#intro div.brown dl.color dd {
      position: relative; }
      div#intro div.brown dl.color dd img {
        position: absolute; }
        @media screen and (min-width: 425px) {
          div#intro div.brown dl.color dd img {
            width: 162px;
            height: auto;
            left: 0;
            top: -25px; } }
        @media screen and (max-width: 424px) {
          div#intro div.brown dl.color dd img {
            width: 90px;
            height: auto;
            left: 0;
            top: -15px; } }
  div#intro div.ivory {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #bf975e;
    color: #fff; }
    @media screen and (min-width: 425px) {
      div#intro div.ivory {
        width: calc(50% - 20px);
        margin-left: 20px;
        box-sizing: border-box;
        padding: 30px 55px; } }
    @media screen and (max-width: 424px) {
      div#intro div.ivory {
        width: calc(50% - 2px);
        margin-left: 2px;
        box-sizing: border-box;
        padding: 25px; } }
    div#intro div.ivory dl {
      border-bottom: 1px solid #fff; }
    div#intro div.ivory dl.color dd {
      position: relative; }
      div#intro div.ivory dl.color dd img {
        position: absolute; }
        @media screen and (min-width: 425px) {
          div#intro div.ivory dl.color dd img {
            width: 106px;
            height: auto;
            left: 0;
            top: -25px; } }
        @media screen and (max-width: 424px) {
          div#intro div.ivory dl.color dd img {
            width: 60px;
            height: auto;
            left: 0;
            top: -15px; } }
  div#intro p.collabo {
    text-align: left;
    line-height: 1.2; }
    @media screen and (min-width: 425px) {
      div#intro p.collabo {
        font-size: 17px;
        margin-bottom: 45px; } }
    @media screen and (max-width: 424px) {
      div#intro p.collabo {
        font-size: 10px;
        margin-bottom: 25px; } }
  div#intro dl.price, div#intro dl.color {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 1.0;
    box-sizing: border-box; }
    @media screen and (min-width: 425px) {
      div#intro dl.price, div#intro dl.color {
        padding-bottom: 5px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 424px) {
      div#intro dl.price, div#intro dl.color {
        margin-bottom: 15px; } }
    div#intro dl.price dt, div#intro dl.color dt {
      width: 33%;
      text-align: left; }
      @media screen and (min-width: 425px) {
        div#intro dl.price dt, div#intro dl.color dt {
          font-size: 14px; } }
      @media screen and (max-width: 424px) {
        div#intro dl.price dt, div#intro dl.color dt {
          font-size: 10px;
          transform: scale(0.8);
          transform-origin: left center; } }
    div#intro dl.price dd, div#intro dl.color dd {
      width: 67%;
      text-align: left; }
  @media screen and (min-width: 425px) {
    div#intro dl.price {
      margin-bottom: 30px; } }
  div#intro dl.price dd {
    font-family: 'rennersemi'; }
    @media screen and (min-width: 425px) {
      div#intro dl.price dd {
        font-size: 17px; } }

section.look {
  width: 100%; }
  @media screen and (min-width: 425px) {
    section.look div.block01 {
      display: flex;
      margin-bottom: 150px; } }
  @media screen and (max-width: 424px) {
    section.look div.block01 {
      margin-bottom: 70px; } }
  @media screen and (min-width: 425px) {
    section.look div.block01 div.imgArea {
      width: 53%; } }
  @media screen and (max-width: 424px) {
    section.look div.block01 div.imgArea {
      margin-bottom: 25px;
      position: relative;
      z-index: 999; } }
  section.look div.block01 div.brown {
    font-family: 'renner';
    border-top: 1px solid #000; }
    @media screen and (min-width: 425px) {
      section.look div.block01 div.brown {
        width: 78%;
        margin-right: 20px;
        box-sizing: border-box;
        padding: 20px 0px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 424px) {
      section.look div.block01 div.brown {
        width: 95%;
        margin: 0 auto;
        padding: 15px 0; } }
    section.look div.block01 div.brown p.collabo {
      text-align: left;
      line-height: 1.2; }
      @media screen and (min-width: 425px) {
        section.look div.block01 div.brown p.collabo {
          font-size: 22px;
          margin-bottom: 58px; } }
      @media screen and (max-width: 424px) {
        section.look div.block01 div.brown p.collabo {
          font-size: 18px;
          margin-bottom: 50px; } }
    section.look div.block01 div.brown dl {
      display: flex;
      border-bottom: 1px solid #000; }
      @media screen and (min-width: 425px) {
        section.look div.block01 div.brown dl {
          margin-bottom: 30px;
          font-size: 12px; } }
      @media screen and (max-width: 424px) {
        section.look div.block01 div.brown dl {
          margin-bottom: 18px; } }
      section.look div.block01 div.brown dl dt {
        width: 20%;
        text-align: left; }
        @media screen and (min-width: 425px) {
          section.look div.block01 div.brown dl dt {
            font-size: 18px; } }
        @media screen and (max-width: 424px) {
          section.look div.block01 div.brown dl dt {
            font-size: 14px; } }
      section.look div.block01 div.brown dl dd {
        font-family: 'rennersemi';
        width: 80%; }
        @media screen and (min-width: 425px) {
          section.look div.block01 div.brown dl dd {
            font-size: 22px; } }
        @media screen and (max-width: 424px) {
          section.look div.block01 div.brown dl dd {
            font-size: 18px;
            text-align: left; } }
    section.look div.block01 div.brown dl.color dd {
      position: relative; }
      section.look div.block01 div.brown dl.color dd img {
        position: absolute; }
        @media screen and (min-width: 425px) {
          section.look div.block01 div.brown dl.color dd img {
            width: 212px;
            height: auto;
            left: 0;
            top: -15px; } }
        @media screen and (max-width: 424px) {
          section.look div.block01 div.brown dl.color dd img {
            width: 180px;
            height: auto;
            left: 0;
            top: -15px; } }
  section.look div.block01 div.creditArea {
    text-align: left; }
    @media screen and (min-width: 425px) {
      section.look div.block01 div.creditArea {
        width: 47%;
        box-sizing: border-box;
        padding-left: 50px; } }
    section.look div.block01 div.creditArea p.explain {
      text-align: left;
      line-height: 1.8;
      letter-spacing: 1px;
      font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
      @media screen and (min-width: 425px) {
        section.look div.block01 div.creditArea p.explain {
          font-size: 22px;
          margin-bottom: 80px; } }
      @media screen and (max-width: 424px) {
        section.look div.block01 div.creditArea p.explain {
          display: flex;
          justify-content: center;
          font-size: 17px;
          margin-bottom: 25px; } }
    @media screen and (min-width: 425px) {
      section.look div.block01 div.creditArea dl.credit {
        font-size: 12px; } }
    @media screen and (max-width: 424px) {
      section.look div.block01 div.creditArea dl.credit {
        font-size: 10px;
        width: 78%;
        margin: 0 auto; } }
  section.look div.block02 {
    position: relative; }
    @media screen and (min-width: 425px) {
      section.look div.block02 {
        width: 72%;
        margin: 0 auto 170px; } }
    @media screen and (max-width: 424px) {
      section.look div.block02 {
        width: 95%;
        margin: 0 auto 190px; } }
    @media screen and (min-width: 425px) {
      section.look div.block02::before {
        display: block;
        content: "";
        padding-top: 150%; } }
    @media screen and (max-width: 424px) {
      section.look div.block02::before {
        display: block;
        content: "";
        padding-top: 277.5%; } }
    section.look div.block02 p.explain {
      position: absolute;
      text-align: left;
      line-height: 1.8;
      letter-spacing: 1px;
      font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
      @media screen and (min-width: 425px) {
        section.look div.block02 p.explain {
          font-size: 22px;
          top: 2.4%;
          left: 4.2%; } }
      @media screen and (max-width: 424px) {
        section.look div.block02 p.explain {
          top: 44.5%;
          left: 50%;
          transform: translateX(-50%);
          font-size: 17px;
          width: 65%; } }
    section.look div.block02 dl.credit {
      text-align: left;
      position: absolute; }
      @media screen and (min-width: 425px) {
        section.look div.block02 dl.credit {
          bottom: 0;
          left: 4.2%;
          font-size: 12px; } }
      @media screen and (max-width: 424px) {
        section.look div.block02 dl.credit {
          width: 68%;
          left: 50%;
          transform: translateX(-50%);
          font-size: 10px;
          bottom: 0; } }
    section.look div.block02 div.img01 {
      position: absolute; }
      @media screen and (min-width: 425px) {
        section.look div.block02 div.img01 {
          top: 14%;
          left: 0;
          width: 44.2%; } }
      @media screen and (max-width: 424px) {
        section.look div.block02 div.img01 {
          width: 57.3%;
          left: 0;
          top: 0; } }
    section.look div.block02 div.img02 {
      position: absolute; }
      @media screen and (min-width: 425px) {
        section.look div.block02 div.img02 {
          width: 44.2%;
          right: 0;
          top: 0; } }
      @media screen and (max-width: 424px) {
        section.look div.block02 div.img02 {
          width: 54.6%;
          right: 0;
          top: 11%;
          z-index: -1; } }
    section.look div.block02 div.img03 {
      position: absolute; }
      @media screen and (min-width: 425px) {
        section.look div.block02 div.img03 {
          width: 53%;
          right: 9.7%;
          bottom: 0%; } }
      @media screen and (max-width: 424px) {
        section.look div.block02 div.img03 {
          width: 68%;
          left: 50%;
          top: 57.5%;
          transform: translateX(-50%); } }

div.block03 {
  position: relative; }
  @media screen and (min-width: 425px) {
    div.block03 {
      width: 90%;
      margin-bottom: 140px; } }
  @media screen and (max-width: 424px) {
    div.block03 {
      margin-bottom: 90px; } }
  @media screen and (min-width: 425px) {
    div.block03::before {
      display: block;
      content: "";
      padding-top: 70%; } }
  @media screen and (max-width: 424px) {
    div.block03::before {
      display: block;
      content: "";
      padding-top: 187%; } }
  div.block03 p.explain {
    position: absolute;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
    @media screen and (min-width: 425px) {
      div.block03 p.explain {
        font-size: 22px;
        top: 14.7%;
        right: 0%; } }
    @media screen and (max-width: 424px) {
      div.block03 p.explain {
        font-size: 17px;
        width: 89%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 13.3%; } }
  div.block03 dl.credit {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block03 dl.credit {
        text-align: left;
        bottom: 0;
        left: 22.2%;
        font-size: 12px; } }
    @media screen and (max-width: 424px) {
      div.block03 dl.credit {
        bottom: 0;
        text-align: left;
        width: 89%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0%;
        font-size: 10px; } }
  div.block03 div.img01 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block03 div.img01 {
        top: 0%;
        left: 0;
        width: 70%; } }
    @media screen and (max-width: 424px) {
      div.block03 div.img01 {
        width: 100%;
        top: 0%;
        left: 0%; } }
  div.block03 div.img02 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block03 div.img02 {
        width: 51.2%;
        right: 0;
        bottom: 0; } }
    @media screen and (max-width: 424px) {
      div.block03 div.img02 {
        width: 70%;
        right: 5%;
        top: 44%; } }

div.block04 {
  width: 100%; }
  @media screen and (min-width: 425px) {
    div.block04 {
      margin-bottom: 124px; } }
  div.block04 div.imgArea {
    display: flex;
    width: 100%; }
    @media screen and (min-width: 425px) {
      div.block04 div.imgArea {
        margin-bottom: 45px; } }
    @media screen and (max-width: 424px) {
      div.block04 div.imgArea {
        width: 68%;
        margin: 0 auto 35px; } }
    @media screen and (min-width: 425px) {
      div.block04 div.imgArea div {
        width: calc(100% / 3); } }
  div.block04 p.explain {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
    @media screen and (min-width: 425px) {
      div.block04 p.explain {
        font-size: 22px;
        width: calc(100% - 20px);
        margin: 0 auto 50px;
        box-sizing: border-box;
        padding-left: 18px; } }
    @media screen and (max-width: 424px) {
      div.block04 p.explain {
        font-size: 17px;
        width: 85%;
        margin: 0 auto 10px; } }
  @media screen and (min-width: 425px) {
    div.block04 dl.credit {
      width: calc(100% - 20px);
      margin: 0 auto;
      text-align: left;
      font-size: 12px;
      box-sizing: border-box;
      padding-left: 20px; } }
  @media screen and (max-width: 424px) {
    div.block04 dl.credit {
      width: 85%;
      text-align: left;
      font-size: 10px;
      margin: 0 auto 65px; } }

div.block05 {
  position: relative; }
  @media screen and (min-width: 425px) {
    div.block05 {
      width: 76.8%;
      margin: 0 auto 145px; } }
  @media screen and (max-width: 424px) {
    div.block05 {
      width: 94.4%;
      margin: 0 auto 65px; } }
  @media screen and (min-width: 425px) {
    div.block05::before {
      content: "";
      display: block;
      padding-top: 87.5%; } }
  @media screen and (max-width: 424px) {
    div.block05::before {
      content: "";
      display: block;
      padding-top: 192.4%; } }
  div.block05 div.img01 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block05 div.img01 {
        top: 0%;
        left: 0;
        width: 50%; } }
    @media screen and (max-width: 424px) {
      div.block05 div.img01 {
        width: 59.8%;
        top: 0;
        left: 0; } }
  div.block05 div.img02 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block05 div.img02 {
        width: 40%;
        right: 0;
        bottom: 0; } }
    @media screen and (max-width: 424px) {
      div.block05 div.img02 {
        width: 60.2%;
        right: 0;
        top: 31.5%; } }
  div.block05 p.explain {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block05 p.explain {
        font-size: 22px;
        margin: 0 auto 50px;
        box-sizing: border-box;
        right: 0;
        top: 10.3%; } }
    @media screen and (max-width: 424px) {
      div.block05 p.explain {
        bottom: 9%;
        left: 3%;
        font-size: 17px; } }
  div.block05 dl.credit {
    text-align: left;
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block05 dl.credit {
        font-size: 12px;
        bottom: 0;
        left: 33%; } }
    @media screen and (max-width: 424px) {
      div.block05 dl.credit {
        font-size: 10px;
        bottom: 2%;
        left: 3%; } }

div.ivoryArea {
  width: 100;
  background: #bf975e;
  box-sizing: border-box; }
  @media screen and (min-width: 425px) {
    div.ivoryArea {
      padding: 140px 0;
      margin-bottom: 110px; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea {
      padding: 65px 0;
      margin-bottom: 50px; } }
  @media screen and (min-width: 425px) {
    div.ivoryArea div.block06 {
      display: flex;
      margin-bottom: 120px; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea div.block06 {
      margin-bottom: 50px; } }
  @media screen and (min-width: 425px) {
    div.ivoryArea div.block06 div.imgArea {
      width: 61.4%; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea div.block06 div.imgArea {
      margin-bottom: 45px; } }
  div.ivoryArea div.block06 div.imgArea dl.credit {
    color: #fff; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block06 div.imgArea dl.credit {
        text-align: left;
        font-size: 12px;
        box-sizing: border-box;
        padding: 30px 0 0px 20px; } }
    div.ivoryArea div.block06 div.imgArea dl.credit a {
      color: #fff !important; }
  @media screen and (min-width: 425px) {
    div.ivoryArea div.block06 div.creditArea {
      width: 38.6%;
      position: relative; } }
  div.ivoryArea div.block06 div.ivory {
    font-family: 'renner';
    border-top: 1px solid #fff; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block06 div.ivory {
        width: 85.2%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-top: 20px; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block06 div.ivory {
        width: 95%;
        margin: 0 auto;
        padding: 15px 0; } }
    div.ivoryArea div.block06 div.ivory p.collabo {
      text-align: left;
      line-height: 1.2;
      color: #fff; }
      @media screen and (min-width: 425px) {
        div.ivoryArea div.block06 div.ivory p.collabo {
          font-size: 22px;
          margin-bottom: 58px; } }
      @media screen and (max-width: 424px) {
        div.ivoryArea div.block06 div.ivory p.collabo {
          font-size: 18px;
          margin-bottom: 50px; } }
    div.ivoryArea div.block06 div.ivory dl {
      display: flex;
      border-bottom: 1px solid #fff;
      color: #fff; }
      @media screen and (min-width: 425px) {
        div.ivoryArea div.block06 div.ivory dl {
          margin-bottom: 30px;
          font-size: 12px; } }
      @media screen and (max-width: 424px) {
        div.ivoryArea div.block06 div.ivory dl {
          margin-bottom: 18px; } }
      div.ivoryArea div.block06 div.ivory dl dt {
        width: 20%;
        text-align: left; }
        @media screen and (min-width: 425px) {
          div.ivoryArea div.block06 div.ivory dl dt {
            font-size: 18px; } }
        @media screen and (max-width: 424px) {
          div.ivoryArea div.block06 div.ivory dl dt {
            font-size: 14px; } }
      div.ivoryArea div.block06 div.ivory dl dd {
        font-family: 'rennersemi';
        width: 80%; }
        @media screen and (min-width: 425px) {
          div.ivoryArea div.block06 div.ivory dl dd {
            font-size: 22px; } }
        @media screen and (max-width: 424px) {
          div.ivoryArea div.block06 div.ivory dl dd {
            font-size: 18px;
            text-align: left; } }
    div.ivoryArea div.block06 div.ivory dl.color dd {
      position: relative; }
      div.ivoryArea div.block06 div.ivory dl.color dd img {
        position: absolute; }
        @media screen and (min-width: 425px) {
          div.ivoryArea div.block06 div.ivory dl.color dd img {
            width: 138px;
            height: auto;
            left: 0;
            top: -15px; } }
        @media screen and (max-width: 424px) {
          div.ivoryArea div.block06 div.ivory dl.color dd img {
            width: 120px;
            height: auto;
            left: 0;
            top: -15px; } }
  div.ivoryArea div.block06 p.explain {
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block06 p.explain {
        font-size: 22px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        line-height: 1.8;
        height: 400px; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block06 p.explain {
        font-size: 17px;
        color: #fff;
        text-align: left;
        width: 80%;
        margin: 0 auto; } }
  div.ivoryArea div.block07 {
    position: relative; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block07 {
        width: 76.8%;
        margin: 0 auto 145px; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block07 {
        margin-bottom: 80px; } }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block07::before {
        content: "";
        display: block;
        padding-top: 75.3%; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block07::before {
        content: "";
        display: block;
        padding-top: 276.3%; } }
    div.ivoryArea div.block07 div.img01 {
      position: absolute; }
      @media screen and (min-width: 425px) {
        div.ivoryArea div.block07 div.img01 {
          width: 40%;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
      @media screen and (max-width: 424px) {
        div.ivoryArea div.block07 div.img01 {
          width: 80.9%;
          left: 3.1%;
          top: 0; } }
    div.ivoryArea div.block07 div.img02 {
      position: absolute; }
      @media screen and (min-width: 425px) {
        div.ivoryArea div.block07 div.img02 {
          width: 50%;
          top: 0;
          right: 0; } }
      @media screen and (max-width: 424px) {
        div.ivoryArea div.block07 div.img02 {
          top: 49.3%;
          right: 3.1%;
          width: 80.9%; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block07 dl.credit {
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 16.7%;
        color: #fff;
        font-size: 10px; } }
  @media screen and (max-width: 424px) and (max-width: 424px) {
    div.ivoryArea div.block07 dl.credit a {
      color: #fff; } }

  @media screen and (min-width: 425px) {
    div.ivoryArea div.block08 {
      width: 57.6%;
      margin: 0 auto 178px; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea div.block08 {
      margin-bottom: 75px; } }
  @media screen and (min-width: 425px) {
    div.ivoryArea div.block08 div.img01 {
      width: 100%;
      margin-bottom: 75px; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea div.block08 div.img01 {
      margin-bottom: 40px; } }
  div.ivoryArea div.block08 p.explain {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
    color: #fff; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block08 p.explain {
        font-size: 22px;
        margin: 0 auto 50px;
        box-sizing: border-box;
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block08 p.explain {
        font-size: 17px;
        width: 84%;
        margin: 0 auto 50px; } }
  @media screen and (min-width: 425px) {
    div.ivoryArea div.block08 div.img02 {
      width: 66.6%;
      margin: 0 auto 25px; } }
  @media screen and (max-width: 424px) {
    div.ivoryArea div.block08 div.img02 {
      width: 69.8%;
      margin: 0 auto 20px; } }
  div.ivoryArea div.block08 dl.credit {
    color: #fff;
    text-align: left; }
    @media screen and (min-width: 425px) {
      div.ivoryArea div.block08 dl.credit {
        width: 66.6%;
        margin: 0 auto;
        font-size: 12px; } }
    @media screen and (max-width: 424px) {
      div.ivoryArea div.block08 dl.credit {
        width: 69.8%;
        margin: 0 auto;
        font-size: 10px; } }
    div.ivoryArea div.block08 dl.credit a {
      color: #fff !important; }

div.block09 {
  position: relative; }
  @media screen and (min-width: 425px) {
    div.block09 {
      width: 81.4%;
      margin: 0 auto 150px; } }
  @media screen and (max-width: 424px) {
    div.block09 {
      margin-bottom: 86px; } }
  @media screen and (min-width: 425px) {
    div.block09::before {
      content: "";
      display: block;
      padding-top: 91.9%; } }
  @media screen and (max-width: 424px) {
    div.block09::before {
      content: "";
      display: block;
      padding-top: 165.1%; } }
  div.block09 div.img01 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block09 div.img01 {
        width: 74.2%;
        left: 0;
        top: 5%; } }
    @media screen and (max-width: 424px) {
      div.block09 div.img01 {
        top: 13.2%;
        left: 0;
        width: 100%; } }
    @media screen and (min-width: 425px) {
      div.block09 div.img01 img {
        margin-bottom: 25px; } }
    div.block09 div.img01 dl {
      color: #fff;
      text-align: left; }
      div.block09 div.img01 dl a {
        color: #fff !important; }
  div.block09 div.img02 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block09 div.img02 {
        width: 56.6%;
        bottom: 0;
        right: 0; } }
    @media screen and (max-width: 424px) {
      div.block09 div.img02 {
        width: 70%;
        bottom: 0%;
        left: 22%; } }
    @media screen and (min-width: 425px) {
      div.block09 div.img02 img {
        margin-bottom: 25px; } }
    div.block09 div.img02 dl {
      color: #fff;
      text-align: left; }
      @media screen and (min-width: 425px) {
        div.block09 div.img02 dl {
          font-size: 12px; } }
      @media screen and (max-width: 424px) {
        div.block09 div.img02 dl {
          font-size: 10px;
          margin-top: 10px; } }
      div.block09 div.img02 dl a {
        color: #fff !important; }
  div.block09 p.explain {
    position: absolute;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
    @media screen and (min-width: 425px) {
      div.block09 p.explain {
        font-size: 22px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-align: left;
        top: 0;
        right: 8.4%;
        color: #fff;
        line-height: 1.8; } }
    @media screen and (max-width: 424px) {
      div.block09 p.explain {
        font-size: 17px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        width: 88%;
        text-align: left; } }

div.block10 {
  position: relative; }
  @media screen and (min-width: 425px) {
    div.block10 {
      width: 82%;
      margin: 0 auto 182px; } }
  @media screen and (max-width: 424px) {
    div.block10 {
      margin-bottom: 80px; } }
  @media screen and (min-width: 425px) {
    div.block10::before {
      content: "";
      display: block;
      padding-top: 90.7%; } }
  @media screen and (max-width: 424px) {
    div.block10::before {
      content: "";
      display: block;
      padding-top: 312%; } }
  div.block10 div.img01 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block10 div.img01 {
        width: 46.7%;
        left: 0;
        top: 0; } }
    @media screen and (max-width: 424px) {
      div.block10 div.img01 {
        width: 83.3%;
        top: 0;
        left: 3.1%; } }
  div.block10 div.img02 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block10 div.img02 {
        width: 46.7%;
        right: 1.7%;
        top: 10.5%; } }
    @media screen and (max-width: 424px) {
      div.block10 div.img02 {
        width: 76.7%;
        right: 3.1%;
        top: 46.4%; } }
  div.block10 div.img03 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block10 div.img03 {
        width: 46.7%;
        right: 0%;
        bottom: 11.4%; } }
    @media screen and (max-width: 424px) {
      div.block10 div.img03 {
        width: 76.5%;
        left: 3%;
        bottom: 5.5%; } }
  div.block10 p.explain {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
    color: #fff;
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block10 p.explain {
        font-size: 22px;
        margin: 0 auto 50px;
        box-sizing: border-box;
        bottom: 6%;
        left: 0; } }
    @media screen and (max-width: 424px) {
      div.block10 p.explain {
        left: 50%;
        transform: translateX(-50%);
        top: 68.4%;
        font-size: 17px;
        width: 95%; } }
  div.block10 dl.credit {
    text-align: left;
    color: #fff;
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.block10 dl.credit {
        bottom: 0;
        left: 0;
        font-size: 12px; } }
    @media screen and (max-width: 424px) {
      div.block10 dl.credit {
        font-size: 10px;
        bottom: 0;
        left: 3.1%; } }
    div.block10 dl.credit a {
      color: #fff; }

@media screen and (min-width: 425px) {
  div.block11 {
    width: 38.4%;
    margin: 0 auto;
    position: relative; } }
@media screen and (min-width: 425px) {
  div.block11 div.img01 {
    margin-bottom: 25px; } }
@media screen and (max-width: 424px) {
  div.block11 div.img01 {
    width: 85%;
    margin: 0 auto 30px; } }
div.block11 dl.credit {
  text-align: left;
  color: #fff; }
  @media screen and (min-width: 425px) {
    div.block11 dl.credit {
      font-size: 12px; } }
  @media screen and (max-width: 424px) {
    div.block11 dl.credit {
      width: 85%;
      margin: 0 auto;
      font-size: 10px; } }
  div.block11 dl.credit a {
    color: #fff; }
div.block11 p.explain {
  font-family: 'YuGothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', arial, helvetica, sans-serif; }
  @media screen and (min-width: 425px) {
    div.block11 p.explain {
      font-size: 22px;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: left;
      position: absolute;
      top: 0;
      right: -38.4%;
      color: #fff;
      line-height: 1.8; } }
  @media screen and (max-width: 424px) {
    div.block11 p.explain {
      font-size: 17px;
      width: 85%;
      margin: 0 auto 25px;
      text-align: left;
      color: #fff; } }

@media screen and (min-width: 425px) {
  div.message h4 {
    width: 48.6%;
    margin: 0 auto 114px; } }
@media screen and (max-width: 424px) {
  div.message h4 {
    width: 88.7%;
    margin: 0 auto 50px; } }
div.message div.imgArea {
  position: relative; }
  @media screen and (min-width: 425px) {
    div.message div.imgArea {
      width: 89.1%;
      margin: 0 auto 72px; } }
  @media screen and (max-width: 424px) {
    div.message div.imgArea {
      width: 86.2%;
      margin: 0 auto 44px; } }
  @media screen and (min-width: 425px) {
    div.message div.imgArea::before {
      content: "";
      display: block;
      padding-top: 57.45%; } }
  @media screen and (max-width: 424px) {
    div.message div.imgArea::before {
      content: "";
      display: block;
      padding-top: 190.1%; } }
  div.message div.imgArea div.img01 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.message div.imgArea div.img01 {
        left: 0;
        top: 6%;
        width: 28.94%; } }
    @media screen and (max-width: 424px) {
      div.message div.imgArea div.img01 {
        left: 0%;
        top: 33.7%;
        width: 48.8%; } }
  div.message div.imgArea div.img02 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.message div.imgArea div.img02 {
        width: 40.4%;
        top: 0;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 424px) {
      div.message div.imgArea div.img02 {
        bottom: 0.5%;
        right: 4.1%;
        width: 75.8%; } }
  div.message div.imgArea div.img03 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.message div.imgArea div.img03 {
        width: 28.94%;
        right: 0;
        top: 18.29%; } }
    @media screen and (max-width: 424px) {
      div.message div.imgArea div.img03 {
        width: 41.6%;
        top: 39.4%;
        right: 8.1%; } }
  div.message div.imgArea div.img04 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.message div.imgArea div.img04 {
        width: 19.72%;
        left: 29.8%;
        bottom: 0; } }
    @media screen and (max-width: 424px) {
      div.message div.imgArea div.img04 {
        left: 7%;
        top: 0;
        width: 41.6%; } }
  div.message div.imgArea div.img05 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      div.message div.imgArea div.img05 {
        width: 19.72%;
        right: 29.8%;
        bottom: 0; } }
    @media screen and (max-width: 424px) {
      div.message div.imgArea div.img05 {
        width: 49.1%;
        right: 0.6%;
        top: 0; } }
@media screen and (min-width: 425px) {
  div.message p {
    width: 76.88%;
    margin: 0 auto 180px;
    text-align: left;
    font-size: 12px; } }
@media screen and (max-width: 424px) {
  div.message p {
    width: 86.2%;
    margin: 0 auto;
    font-size: 12px;
    text-align: left; } }

dl.credit {
  line-height: 1.6; }

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