@charset "UTF-8";

:root {
  --font-common: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-heading: adobe-jenson-pro, serif;
  --font-lead: 'Noto Serif JP', serif;
  --font-caption: "Crimson Text", serif;
  --color-normal: #000;
  --color-dark: #5f0d1e;
  --color-light: #f9f4f5;
}

.js-fade {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: calc(10* (100vw / 1280)) !important;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

body {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}

#main-container.__landing-page img,
#main-container.__landing-page video {
  width: 100%;
  height: auto;
}

#main-container.__landing-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  #main-container.__landing-page .sp_component {
    display: none;
  }

  #main-container.__landing-page #breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #main-container.__landing-page #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
  }

  #main-container.__landing-page .pc_component {
    display: none;
  }

  #main-container.__landing-page .order_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #main-container.__landing-page .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#hana-matsushima-archive #CE211203hana {
  display: none;
}

/*//////////////////////////////////////////////////

Title : _layout.css
For   : "Hana Matsushima Vol.3" styles of the site

Created       : 2021-11-26
Last Modified : 2021-11-26

==========================================

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container.__landing-page {
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-common);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: var(--color-normal);
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page {
    max-width: 1280px;
    padding: 20px 0 90px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-container.__landing-page {
    font-size: 11px;
  }
}

.main-container.__landing-page a,
.main-container.__landing-page picture {
  display: block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page {
    padding: 0 0 18.66667vw;
    font-size: 14px;
  }
}

/*//////////////////////////////////////////////////

Title : _caption.css
For   : "Hana Matsushima Vol.3" styles of the site

Created       : 2021-11-26
Last Modified : 2021-11-26

==========================================

Content

    caption

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            caption
============================================================================================== */
.main-container.__landing-page .content__caption {
  font-family: var(--font-caption);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption {
    margin-top: 30px;
    font-size: 0.92857em;
  }
}

.main-container.__landing-page .content__caption span {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__caption--inline span:not(:first-of-type) {
    margin-left: 12px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__caption {
    margin-top: 4vw;
    font-size: 11.5px;
  }

  .main-container.__landing-page .content__caption span {
    margin-top: 2.66667vw;
  }

  .main-container.__landing-page .content__caption--inline span:not(:last-of-type) {
    margin-right: 2.66667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "Hana Matsushima Vol.3" styles of the site

Created       : 2021-11-26
Last Modified : 2021-11-26

==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
.main-container.__landing-page .content__button {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__button {
    margin-top: 85px;
  }
}

.main-container.__landing-page .content__button p {
  display: inline-block;
  font-family: var(--font-caption);
  font-style: normal;
  font-weight: 400;
  line-height: 1.54545;
  letter-spacing: 0.002em;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__button p {
    max-width: 600px;
    width: 100%;
    height: 64px;
    font-size: 0.78571em;
  }
}

.main-container.__landing-page .content__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__button {
    margin-top: 18.66667vw;
  }

  .main-container.__landing-page .content__button p {
    width: 82.13333vw;
    height: 16.66667vw;
    font-size: 11px;
  }
}

/*//////////////////////////////////////////////////

Title : _first view.css
For   : "Hana Matsushima Vol.3" styles of the site

Created       : 2021-11-26
Last Modified : 2021-11-26

==========================================

Content

    first view

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            first view
============================================================================================== */
.main-container.__landing-page .firstview__wrapper {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .firstview__sentence {
    margin-top: 90px;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .firstview__sentence {
    margin-top: 18.66667vw;
  }
}

/*//////////////////////////////////////////////////

Title : _content.css
For   : "Hana Matsushima Vol.3" styles of the site

Created       : 2021-11-26
Last Modified : 2021-11-26

==========================================

Content

    contentz

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            content
============================================================================================== */
.main-container.__landing-page .content__wrapper {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__wrapper {
    margin-top: 90px;
  }
}

.main-container.__landing-page .content__block {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__block {
    padding: 0 40px;
  }

  .main-container.__landing-page .content__block:not(:nth-of-type(1)) {
    margin-top: 150px;
  }

  .main-container.__landing-page .content__block::before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--color-light);
    content: "";
  }

  .main-container.__landing-page .content__block--sec01::before {
    top: 36.96925%;
    max-width: 1080px;
    width: 100%;
    height: 47%;
  }

  .main-container.__landing-page .content__block--sec02::before {
    top: 19.54397%;
    max-width: 820px;
    width: 100%;
    height: 73.4%;
  }

  .main-container.__landing-page .content__block--sec03 {
    padding-bottom: 60px;
  }

  .main-container.__landing-page .content__block--sec03::before {
    top: initial;
    bottom: 0;
    max-width: 1080px;
    width: 100%;
    height: 61.7931%;
  }

  .main-container.__landing-page .content__block--sec04 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container.__landing-page .content__block--sec04::before {
    top: 25.69444%;
    left: 0;
    right: initial;
    max-width: 800px;
    width: 86.95652%;
    height: 56.66667%;
  }
}

.main-container.__landing-page .content__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-container.__landing-page .content__unit--sec01-01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 620px;
    margin: auto;
    padding: 0 60px;
  }

  .main-container.__landing-page .content__unit--sec01-01 .content__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-bottom: 100px;
    z-index: 2;
  }

  .main-container.__landing-page .content__unit--sec01-02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .main-container.__landing-page .content__unit--sec01-02 .content__image {
    -webkit-box-flex: 1.55556;
    -ms-flex-positive: 1.55556;
    flex-grow: 1.55556;
    max-width: 560px;
  }

  .main-container.__landing-page .content__unit--sec01-02 .content__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 360px;
    margin-left: 60px;
    padding-top: 100px;
  }

  .main-container.__landing-page .content__unit--sec02-01 .content__image:nth-of-type(1) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 460px;
    padding-top: 350px;
  }

  .main-container.__landing-page .content__unit--sec02-01 .content__image:nth-of-type(2) {
    -webkit-box-flex: 1.34783;
    -ms-flex-positive: 1.34783;
    flex-grow: 1.34783;
    max-width: 620px;
    margin-left: 40px;
  }

  .main-container.__landing-page .content__unit--sec02-01 .content__heading {
    text-align: right;
  }

  .main-container.__landing-page .content__unit--sec02-02 {
    margin-top: 60px;
    text-align: center;
  }

  .main-container.__landing-page .content__unit--sec03-01 {
    display: block;
    max-width: 720px;
    margin: auto;
  }

  .main-container.__landing-page .content__unit--sec03-01 .content__image {
    padding: 0 80px;
  }

  .main-container.__landing-page .content__unit--sec03-02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container.__landing-page .content__unit--sec03-02 .content__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 380px;
    padding-top: 20px;
  }

  .main-container.__landing-page .content__unit--sec03-02 .content__image {
    -webkit-box-flex: 1.21053;
    -ms-flex-positive: 1.21053;
    flex-grow: 1.21053;
    max-width: 460px;
    margin-left: 60px;
  }

  .main-container.__landing-page .content__unit--sec04-01 {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-container.__landing-page .content__unit--sec04-01 .content__image {
    padding-left: 300px;
  }

  .main-container.__landing-page .content__unit--sec04-01 .content__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110px;
    margin: auto;
    padding-bottom: 120px;
    z-index: 2;
  }

  .main-container.__landing-page .content__unit--sec04-02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .main-container.__landing-page .content__unit--sec04-02 .content__image {
    -webkit-box-flex: 1.19048;
    -ms-flex-positive: 1.19048;
    flex-grow: 1.19048;
    max-width: 500px;
  }

  .main-container.__landing-page .content__unit--sec04-02 .content__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 420px;
    margin-left: -120px;
    padding-top: 30px;
    z-index: 2;
  }
}

.main-container.__landing-page .content__image {
  position: relative;
}

.main-container.__landing-page .content__heading {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-dark);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading {
    padding: 40px 0;
  }
}

.main-container.__landing-page .content__heading h3 {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__heading h3 {
    font-size: 2.28571em;
    line-height: 1.3125;
  }
}

.main-container.__landing-page .content__lead {
  font-family: var(--font-lead);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__lead {
    font-size: 1.35714em;
    line-height: 1.89474;
  }
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__sentence {
    margin-top: 25px;
  }
}

.main-container.__landing-page .content__credit {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main-container.__landing-page .content__credit {
    font-size: 0.92857em;
    line-height: 1.69231;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for mobile
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .main-container.__landing-page .content__wrapper {
    margin-top: 18.66667vw;
  }

  .main-container.__landing-page .content__block:not(:nth-of-type(1)) {
    margin-top: 28vw;
  }

  .main-container.__landing-page .content__block--sec01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(74.66667vw, #fff), color-stop(74.66667vw, var(--color-light)), color-stop(221.33333vw, var(--color-light)), color-stop(221.33333vw, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 74.66667vw, var(--color-light) 74.66667vw, var(--color-light) 221.33333vw, #fff 221.33333vw, #fff 100%);
  }

  .main-container.__landing-page .content__block--sec02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(52vw, #fff), color-stop(52vw, var(--color-light)), color-stop(287.33333vw, var(--color-light)), color-stop(287.33333vw, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 52vw, var(--color-light) 52vw, var(--color-light) 287.33333vw, #fff 287.33333vw, #fff 100%);
  }

  .main-container.__landing-page .content__block--sec03 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(8vw, #fff), color-stop(8vw, var(--color-light)), color-stop(261.33333vw, var(--color-light)), color-stop(261.33333vw, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 8vw, var(--color-light) 8vw, var(--color-light) 261.33333vw, #fff 261.33333vw, #fff 100%);
  }

  .main-container.__landing-page .content__block--sec03::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17.33333vw;
    height: 100%;
    background: #fff;
    content: "";
  }

  .main-container.__landing-page .content__block--sec04 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50.66667vw, #fff), color-stop(50.66667vw, var(--color-light)), color-stop(274.66667vw, var(--color-light)), color-stop(274.66667vw, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 50.66667vw, var(--color-light) 50.66667vw, var(--color-light) 274.66667vw, #fff 274.66667vw, #fff 100%);
  }

  .main-container.__landing-page .content__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-container.__landing-page .content__unit--sec01-01 {
    padding-left: 5.33333vw;
    padding-right: 4vw;
  }

  .main-container.__landing-page .content__unit--sec01-01 .content__image {
    padding-right: 16vw;
  }

  .main-container.__landing-page .content__unit--sec01-01 .content__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    padding-bottom: 5.33333vw;
    z-index: 2;
  }

  .main-container.__landing-page .content__unit--sec01-02 {
    padding: 0 5.33333vw;
  }

  .main-container.__landing-page .content__unit--sec01-02 .content__image {
    margin-top: 8vw;
    padding-left: 6.66667vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-container.__landing-page .content__unit--sec01-02 .content__description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-container.__landing-page .content__unit--sec02-01 {
    padding: 0 4.66667vw;
  }

  .main-container.__landing-page .content__unit--sec02-01 .content__image:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-container.__landing-page .content__unit--sec02-01 .content__heading {
    text-align: right;
  }

  .main-container.__landing-page .content__unit--sec02-02 {
    text-align: center;
  }

  .main-container.__landing-page .content__unit--sec02-02 .content__image {
    margin-top: 8vw;
    padding: 0 15.33333vw;
  }

  .main-container.__landing-page .content__unit--sec02-02 .content__sentence {
    text-align: center;
  }

  .main-container.__landing-page .content__unit--sec03-01 {
    padding-left: 5.33333vw;
    padding-right: 12vw;
  }

  .main-container.__landing-page .content__unit--sec03-01 .content__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-container.__landing-page .content__unit--sec03-01 .content__heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-container.__landing-page .content__unit--sec03-02 {
    padding: 0 5.33333vw;
  }

  .main-container.__landing-page .content__unit--sec03-02 .content__desciption {
    padding-right: 6.66667vw;
  }

  .main-container.__landing-page .content__unit--sec03-02 .content__image {
    margin-top: 8vw;
    padding-left: 20vw;
  }

  .main-container.__landing-page .content__unit--sec04-01 {
    padding: 10.8vw 4.66667vw 0;
  }

  .main-container.__landing-page .content__unit--sec04-01 .content__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-container.__landing-page .content__unit--sec04-01 .content__heading {
    position: absolute;
    top: 0;
    left: 4vw;
    z-index: 2;
  }

  .main-container.__landing-page .content__unit--sec04-02 {
    padding: 0 4.66667vw;
  }

  .main-container.__landing-page .content__unit--sec04-02 .content__desciption {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-container.__landing-page .content__unit--sec04-02 .content__image {
    margin-top: 8vw;
    padding-right: 16vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-container.__landing-page .content__heading {
    margin-bottom: 6vw;
  }

  .main-container.__landing-page .content__heading h3 {
    font-size: 22px;
    line-height: 1.31818;
  }

  .main-container.__landing-page .content__description {
    margin-top: 6vw;
  }

  .main-container.__landing-page .content__lead {
    font-size: 17px;
    line-height: 1.88235;
  }

  .main-container.__landing-page .content__sentence {
    margin-top: 3.06667vw;
    text-align: justify;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .main-container.__landing-page .content__credit {
    font-size: 11.5;
    line-height: 1.73913;
  }
}

@media all and (-ms-high-contrast: none) {
  .main-container.__landing-page .content__heading {
    letter-spacing: 0.05em;
  }

  .main-container.__landing-page .content__block--sec04::before {
    right: inherit;
  }
}