@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .shareList_node a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer; }
    .shareList_node a:hover {
      opacity: .5; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*  mainVisualCover
 -------------------------- */
/*  online
 -------------------------- */
/*  column
 -------------------------- */
/*  snsList
 -------------------------- */
/*  button
 -------------------------- */
/*  and more
 -------------------------- */
/*  section title
 -------------------------- */
.c-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.c-snsList_node-official {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-snsList_node-official span {
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    font-size: 12px; }
  .c-snsList_node-official .c-snsList_svg {
    margin-left: 4px;
    width: 10px;
    height: 10px; }

.c-snsList_node-instagram,
.c-snsList_node-facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1024px) {
    .c-snsList_node-instagram,
    .c-snsList_node-facebook {
      width: 40px; } }
  @media print, screen and (min-width: 1025px) {
    .c-snsList_node-instagram,
    .c-snsList_node-facebook {
      width: 32px; } }

@media print, screen and (max-width: 1024px) {
  .c-snsList_node-instagram .c-snsList_svg {
    width: 17px;
    height: 17px; } }

@media print, screen and (min-width: 1025px) {
  .c-snsList_node-instagram .c-snsList_svg {
    width: 14px;
    height: 14px; } }

@media print, screen and (max-width: 1024px) {
  .c-snsList_node-facebook .c-snsList_svg {
    width: 9px;
    height: 17px; } }

@media print, screen and (min-width: 1025px) {
  .c-snsList_node-facebook .c-snsList_svg {
    width: 7px;
    height: 15px; } }

.c-andmore {
  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;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  color: #192746; }
  @media print, screen and (max-width: 767px) {
    .c-andmore {
      font-size: 13px;
      height: 60px;
      border-top: 1px solid rgba(25, 39, 70, 0.2);
      border-bottom: 1px solid rgba(25, 39, 70, 0.2); } }
  @media print, screen and (min-width: 1025px) {
    .c-andmore {
      cursor: pointer; } }
  .c-andmore .icon {
    position: relative;
    margin-left: 10px;
    width: 10px;
    height: 10px; }
    .c-andmore .icon::after, .c-andmore .icon::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: '';
      width: 2px;
      height: 100%;
      background-color: #192746; }
    .c-andmore .icon::after {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .c-andmore .icon::before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }

.columnSection {
  background-color: #f0f0f0; }
  @media print, screen and (max-width: 767px) {
    .columnSection {
      padding: 50px 20px 40px; } }
  @media print, screen and (min-width: 768px) {
    .columnSection {
      padding: 40px 0 50px; } }
  .columnSection .c-title_en {
    color: #fff; }
  @media print, screen and (max-width: 767px) {
    .columnSection .c-andmore {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .columnSection .c-andmore {
      margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .columnSection_inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 78.125%; } }

.columnContainer {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: height .3s ease, opacity .3s ease, visibility .3s ease;
  -o-transition: height .3s ease, opacity .3s ease, visibility .3s ease;
  transition: height .3s ease, opacity .3s ease, visibility .3s ease; }
  @media print, screen and (max-width: 767px) {
    .columnContainer {
      margin-top: 38px; } }
  @media print, screen and (min-width: 768px) {
    .columnContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 44px auto 0;
      width: 86%; } }
  @media print, screen and (max-width: 767px) {
    .columnContainer + .columnContainer {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .columnContainer + .columnContainer {
      margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  .columnContainer_node {
    width: calc( ( 100% - (60px + 1px)) / 2);
    margin-bottom: 30px; } }

@media print, screen and (max-width: 767px) {
  .columnContainer_node + .columnContainer_node {
    margin-top: 40px; } }

.columnContainer_node.is-comingsoon {
  pointer-events: none; }

@media print, screen and (min-width: 1025px) {
  .columnContainer_link:hover .columnContainer_img_inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@media print, screen and (min-width: 1025px) {
  .columnContainer_img {
    overflow: hidden; } }

.is-comingsoon .columnContainer_img {
  position: relative; }
  .is-comingsoon .columnContainer_img::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    content: "COMING SOON";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 900; }

@media print, screen and (min-width: 1025px) {
  .columnContainer_img_inner {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; } }

.columnContainer_title {
  margin-top: 15px;
  letter-spacing: .04em;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75; }

.columnContainer_description {
  letter-spacing: .04em; }
  @media print, screen and (max-width: 767px) {
    .columnContainer_description {
      margin-top: 10px;
      font-size: 13px;
      line-height: 1.53; } }
  @media print, screen and (min-width: 768px) {
    .columnContainer_description {
      margin-top: 6px;
      line-height: 2; } }

/* --------------------------------------------------
    onlineSection
   --------------------------------------------------*/
.onlineSection {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .onlineSection {
      padding: 50px 0 0; } }
  @media print, screen and (min-width: 768px) {
    .onlineSection {
      padding: 80px 0 100px; } }
  @media print, screen and (max-width: 767px) {
    .onlineSection .c-title {
      padding: 0 20px; } }
  .onlineSection .c-title_en {
    color: #E6E6E6; }

@media print, screen and (min-width: 768px) {
  .onlineSection_inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 78.125%; } }

.onlineSection_text {
  letter-spacing: .04em;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .onlineSection_text {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .onlineSection_text {
      margin-top: 60px; } }

/* --------------------------
    onlineList
   ------------------------- */
.onlineList {
  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; }
  @media print, screen and (max-width: 767px) {
    .onlineList {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .onlineList {
      margin-top: 60px; } }

.onlineList_node {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1; }
  @media print, screen and (max-width: 767px) {
    .onlineList_node {
      font-size: 17px; } }
  @media print, screen and (min-width: 768px) {
    .onlineList_node {
      font-size: 24px; } }
  @media print, screen and (min-width: 1025px) {
    .onlineList_node:hover::after {
      opacity: 0;
      visibility: hidden; } }
  @media print, screen and (max-width: 767px) {
    .onlineList_node + .onlineList_node {
      margin-left: 13.33333%; } }
  @media print, screen and (min-width: 768px) {
    .onlineList_node + .onlineList_node {
      margin-left: 80px; } }
  .onlineList_node::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #192746;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }

/* --------------------------
    pageUp
   ------------------------- */
@media print, screen and (max-width: 767px) {
  .pageUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-top: 57px;
    border-top: 1px solid rgba(25, 39, 70, 0.1);
    border-bottom: 1px solid rgba(25, 39, 70, 0.1); } }

@media print, screen and (min-width: 768px) {
  .pageUp {
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 9000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; } }

@media print, screen and (min-width: 768px) {
  .pageUp.is-hide {
    opacity: 0;
    visibility: 0; } }

.pageUp_icon {
  display: block;
  text-align: center; }

@media print, screen and (max-width: 767px) {
  .pageUp_icon_svg {
    width: 14px;
    height: 8px; } }

@media print, screen and (min-width: 768px) {
  .pageUp_icon_svg {
    width: 20px;
    height: 12px; } }

.pageUp_text {
  font-family: "Lato", sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
  text-align: center;
  font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .pageUp_text {
      margin-top: 4px;
      line-height: 1; } }
  @media print, screen and (min-width: 768px) {
    .pageUp_text {
      margin-top: 12px;
      line-height: 1.15; } }

.mainVisualCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  z-index: 999;
  -webkit-transition: opacity 1s ease 2s;
  -o-transition: opacity 1s ease 2s;
  transition: opacity 1s ease 2s; }
  .mainVisual.anm-started .mainVisualCover {
    opacity: 0;
    pointer-events: none; }
  .mainVisualCover::before, .mainVisualCover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1); }
    .mainVisual.anm-started .mainVisualCover::before, .mainVisual.anm-started .mainVisualCover::after {
      width: 100%; }
  .mainVisualCover::before {
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 10000;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .mainVisualCover::after {
    background-color: #f0f0f0;
    z-index: 10001;
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }

.c-section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #B29A74; }
  @media print, screen and (max-width: 767px) {
    .c-section_title {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 768px) {
    .c-section_title {
      margin-bottom: 33px; } }

.c-section_titleInner {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #B29A74;
  width: 100%;
  border-bottom: 1px solid;
  border-color: #B29A74; }
  @media print, screen and (max-width: 767px) {
    .c-section_titleInner {
      font-size: 20px;
      padding: 0 0 6px; } }
  @media print, screen and (max-width: 320px) {
    .c-section_titleInner {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-section_titleInner {
      font-size: 24px;
      padding: 0 26px 6px; } }
  .c-section_titleInner::before, .c-section_titleInner::after {
    position: absolute;
    bottom: -4px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #B29A74; }
  .c-section_titleInner::before {
    left: 0; }
  .c-section_titleInner::after {
    right: 0; }

.shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .shareList {
      margin: 0 auto 64px;
      max-width: 300px; } }
  @media print, screen and (min-width: 768px) {
    .shareList {
      margin-bottom: 100px; } }

.shareList_node 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;
  font-family: "Lato", sans-serif;
  color: #192746;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em; }

@media print, screen and (max-width: 767px) {
  .shareList_node + .shareList_node {
    margin-left: 12.5%; } }

@media print, screen and (min-width: 768px) {
  .shareList_node + .shareList_node {
    margin-left: 30px; } }

@media print, screen and (max-width: 767px) {
  .shareList_node svg {
    margin-right: 10px; } }

@media print, screen and (min-width: 768px) {
  .shareList_node svg {
    margin-right: 15px; } }

.shareList_node.twitter svg {
  width: 20px;
  height: 17px; }

.shareList_node.facebook svg {
  width: 10px;
  height: 20px; }

.shareList_node.line svg {
  width: 20px;
  height: 20px; }

.mainVisual {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .mainVisual {
      margin: 0 auto;
      max-width: 1000px;
      width: 78.125%;
      padding: 40px 0 55px; } }

.mainVisual_img {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .mainVisual_img {
      margin-right: 10%; } }
  .mainVisual_img img {
    width: 100%; }

.mainVisual_info {
  position: relative;
  color: #192746;
  opacity: 0; }
  .mainVisual.anm-started .mainVisual_info {
    -webkit-transition: opacity 1s ease 3s;
    -o-transition: opacity 1s ease 3s;
    transition: opacity 1s ease 3s;
    opacity: 1; }
  .mainVisual.is-hideIntro .mainVisual_info {
    opacity: 1; }
  @media print, screen and (max-width: 767px) {
    .mainVisual_info {
      max-width: 280px;
      margin: 26px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .mainVisual_info {
      position: absolute;
      top: 68%;
      right: 0;
      padding: 5.5% 6.8% 4%; } }
  .mainVisual_info::before, .mainVisual_info::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #192746; }
  @media print, screen and (max-width: 767px) {
    .mainVisual_info::before {
      top: 3px;
      left: 3px; } }
  @media print, screen and (min-width: 768px) {
    .mainVisual_info::before {
      top: 0;
      left: 0; } }
  @media print, screen and (max-width: 767px) {
    .mainVisual_info::after {
      top: -3px;
      left: -3px; } }
  @media print, screen and (min-width: 768px) {
    .mainVisual_info::after {
      top: -10px;
      left: -10px; } }

.mainVisual_title {
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.54; }
  @media print, screen and (max-width: 1024px) {
    .mainVisual_title {
      font-size: 19px; } }
  @media print, screen and (min-width: 1025px) {
    .mainVisual_title {
      font-size: 26px; } }

.mainVisual_text {
  font-weight: bold;
  letter-spacing: .04em; }
  @media print, screen and (max-width: 1024px) {
    .mainVisual_text {
      margin-top: 12px;
      font-size: 11px;
      line-height: 1.4; } }
  @media print, screen and (min-width: 1025px) {
    .mainVisual_text {
      margin-top: 16px;
      font-size: 15px;
      line-height: 1.8; } }

@media print, screen and (max-width: 767px) {
  .leadSection {
    margin: 40px 20px 0; } }

@media print, screen and (min-width: 768px) {
  .leadSection {
    margin: 58px auto 0;
    max-width: 800px;
    width: 62.5%; } }

.leadSection_text {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.87;
  color: #000; }
  [data-column='yuri_miyata'] .leadSection_text i {
    color: #B29A74; }
  [data-column='bluepond'] .leadSection_text i {
    color: #669F8B; }
  [data-column='kahoko_sodeyama'] .leadSection_text i {
    color: #F0705E; }
  [data-column='manami_sakurai'] .leadSection_text i {
    color: #D979B1; }
  [data-column='shirauwo_shiine'] .leadSection_text i {
    color: #CC5966; }
  .leadSection_text .notice {
    font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .leadSection_img + .leadSection_text {
      margin-top: 24px; } }
  @media print, screen and (min-width: 768px) {
    .leadSection_img + .leadSection_text {
      margin-top: 26px; } }

@media print, screen and (max-width: 767px) {
  .leadSection_img {
    margin-top: 44px; } }

@media print, screen and (min-width: 768px) {
  .leadSection_img {
    margin-top: 58px; } }

.leadSection_img img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .articleSection {
    margin: 40px 20px 0; } }

@media print, screen and (min-width: 768px) {
  .articleSection {
    margin: 58px auto 0;
    max-width: 800px;
    width: 62.5%; } }

.articleSection_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .articleSection_title {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 768px) {
    .articleSection_title {
      margin-bottom: 36px; } }

.articleSection_titleInner {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  [data-column='yuri_miyata'] .articleSection_titleInner {
    color: #B29A74; }
  [data-column='bluepond'] .articleSection_titleInner {
    color: #669F8B; }
  [data-column='kahoko_sodeyama'] .articleSection_titleInner {
    color: #F0705E; }
  [data-column='manami_sakurai'] .articleSection_titleInner {
    color: #D979B1; }
  [data-column='shirauwo_shiine'] .articleSection_titleInner {
    color: #CC5966; }
  @media print, screen and (max-width: 767px) {
    .articleSection_titleInner {
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .articleSection_titleInner {
      font-size: 24px; } }

.articleSection_img {
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .articleSection_text + .articleSection_img {
      margin-top: 44px; } }
  @media print, screen and (min-width: 768px) {
    .articleSection_text + .articleSection_img {
      margin-top: 58px; } }
  .articleSection_img img {
    width: 100%; }

@media print, screen and (max-width: 767px) {
  .articleSection_img-vertical {
    max-width: 280px; } }

@media print, screen and (min-width: 768px) {
  .articleSection_img-vertical {
    max-width: 500px; } }

@media print, screen and (max-width: 767px) {
  .articleSection_img-horizontal {
    max-width: 335px; } }

@media print, screen and (min-width: 768px) {
  .articleSection_img-horizontal {
    max-width: 800px; } }

.articleSection_text {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.87;
  color: #000; }
  [data-column='yuri_miyata'] .articleSection_text i {
    color: #B29A74; }
  [data-column='bluepond'] .articleSection_text i {
    color: #669F8B; }
  [data-column='kahoko_sodeyama'] .articleSection_text i {
    color: #F0705E; }
  [data-column='manami_sakurai'] .articleSection_text i {
    color: #D979B1; }
  [data-column='shirauwo_shiine'] .articleSection_text i {
    color: #CC5966; }
  .articleSection_text .notice {
    font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .articleSection_img + .articleSection_text {
      margin-top: 26px; } }
  @media print, screen and (min-width: 768px) {
    .articleSection_img + .articleSection_text {
      margin-top: 34px; } }

.articleSection_captioin {
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.87;
  color: #000;
  font-size: 13px; }
  [data-column='yuri_miyata'] .articleSection_captioin i {
    color: #B29A74; }
  [data-column='bluepond'] .articleSection_captioin i {
    color: #669F8B; }
  [data-column='kahoko_sodeyama'] .articleSection_captioin i {
    color: #F0705E; }
  [data-column='manami_sakurai'] .articleSection_captioin i {
    color: #D979B1; }
  [data-column='shirauwo_shiine'] .articleSection_captioin i {
    color: #CC5966; }
  .articleSection_captioin .notice {
    font-size: 13px; }
  @media print, screen and (max-width: 767px) {
    .articleSection_img + .articleSection_captioin {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    .articleSection_img + .articleSection_captioin {
      margin-top: 15px; } }

.information {
  color: #000; }
  @media print, screen and (max-width: 767px) {
    .information {
      margin: 40px 20px 0; } }
  @media print, screen and (min-width: 768px) {
    .information {
      margin: 58px auto 0;
      max-width: 800px;
      width: 62.5%; } }
  @media print, screen and (max-width: 767px) {
    .information {
      margin: 58px 20px 64px; } }
  @media print, screen and (min-width: 768px) {
    .information {
      margin: 90px auto 80px; } }

.informationBlock {
  border: 1px solid #192746; }
  @media print, screen and (max-width: 767px) {
    .informationBlock {
      padding: 30px 25px; } }
  @media print, screen and (min-width: 768px) {
    .informationBlock {
      padding: 30px 40px; } }
  .informationBlock + .informationBlock {
    margin-top: 40px; }

.informationBlock_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .07em;
  color: #192746; }
  .informationBlock_title svg {
    margin-right: 9px; }

.informationBlock_name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [data-column='yuri_miyata'] .informationBlock_name {
    color: #B29A74; }
  [data-column='bluepond'] .informationBlock_name {
    color: #669F8B; }
  [data-column='kahoko_sodeyama'] .informationBlock_name {
    color: #F0705E; }
  [data-column='manami_sakurai'] .informationBlock_name {
    color: #D979B1; }
  [data-column='shirauwo_shiine'] .informationBlock_name {
    color: #CC5966; }
  .informationBlock_name span {
    font-size: 12px;
    padding-left: 12px; }

.informationBlock_text {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1.6; }
  .informationBlock_text a {
    text-decoration: underline;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media print, screen and (min-width: 768px) {
      .informationBlock_text a:hover {
        opacity: .6; } }

@media print, screen and (max-width: 767px) {
  [data-column='yuri_miyata'] .mainVisual_info {
    padding: 30px 35px; } }

[data-column='yuri_miyata'] .articleSection_titleInner {
  border-bottom: 1px solid;
  border-color: #B29A74; }
  @media print, screen and (max-width: 767px) {
    [data-column='yuri_miyata'] .articleSection_titleInner {
      padding: 0 0 6px; } }
  @media print, screen and (min-width: 768px) {
    [data-column='yuri_miyata'] .articleSection_titleInner {
      padding: 0 26px 6px; } }
  [data-column='yuri_miyata'] .articleSection_titleInner::before, [data-column='yuri_miyata'] .articleSection_titleInner::after {
    position: absolute;
    bottom: -4px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #B29A74; }
  [data-column='yuri_miyata'] .articleSection_titleInner::before {
    left: 0; }
  [data-column='yuri_miyata'] .articleSection_titleInner::after {
    right: 0; }

@media print, screen and (max-width: 767px) {
  [data-column='yuri_miyata'] .articleSection-mobile .articleSection_titleInner {
    padding: 0 13% 6px; } }

[data-column='yuri_miyata'] .informationBlock-interviewee svg {
  width: 22px;
  height: 18px; }

[data-column='yuri_miyata'] .informationBlock-product svg {
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg); }

@media print, screen and (max-width: 767px) {
  [data-column='bluepond'] .mainVisual_info {
    padding: 30px 25px; } }

@media print, screen and (min-width: 768px) {
  [data-column='bluepond'] .mainVisual_info {
    background-color: rgba(255, 255, 255, 0.49);
    text-align: center; } }

[data-column='bluepond'] .articleSection_title {
  position: relative;
  padding-bottom: 13px; }
  [data-column='bluepond'] .articleSection_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url("../../assets/images/column2/title_border.svg");
    background-size: 20px 5px;
    background-position: left center;
    background-repeat: repeat-x; }

[data-column='bluepond'] .informationBlock-interviewee svg {
  width: 20px;
  height: 20px; }

[data-column='bluepond'] .informationBlock-product svg {
  width: 18px;
  height: 19px; }

@media print, screen and (max-width: 767px) {
  [data-column='kahoko_sodeyama'] .mainVisual_info {
    padding: 30px 25px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  [data-column='kahoko_sodeyama'] .mainVisual_info {
    background-color: rgba(255, 255, 255, 0.49);
    text-align: center; } }

[data-column='kahoko_sodeyama'] .articleSection_title {
  position: relative;
  padding-bottom: 13px; }
  [data-column='kahoko_sodeyama'] .articleSection_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url("../../assets/images/column3/title_border.svg");
    background-size: 6px 7px;
    background-position: left center;
    background-repeat: repeat-x; }

[data-column='kahoko_sodeyama'] .informationBlock-interviewee svg {
  width: 17px;
  height: 21px; }

[data-column='kahoko_sodeyama'] .informationBlock-product svg {
  width: 22px;
  height: 18px; }

@media print, screen and (max-width: 767px) {
  [data-column='manami_sakurai'] .mainVisual_info {
    padding: 30px 25px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  [data-column='manami_sakurai'] .mainVisual_info {
    background-color: rgba(255, 255, 255, 0.49);
    text-align: center;
    padding: 4% 6.8% 4%;
    top: 70%; } }

[data-column='manami_sakurai'] .articleSection_title {
  position: relative;
  padding-bottom: 13px; }
  [data-column='manami_sakurai'] .articleSection_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url("../../assets/images/column4/title_border.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

[data-column='manami_sakurai'] .informationBlock-interviewee svg {
  width: 18px;
  height: 20px; }

[data-column='manami_sakurai'] .informationBlock-product svg {
  width: 19px;
  height: 23px; }

@media print, screen and (max-width: 767px) {
  [data-column='shirauwo_shiine'] .mainVisual_info {
    padding: 30px 25px; } }

@media print, screen and (min-width: 768px) {
  [data-column='shirauwo_shiine'] .mainVisual_info {
    background-color: rgba(255, 255, 255, 0.49);
    padding: 4% 6.8% 4%;
    top: 70%; } }

[data-column='shirauwo_shiine'] .articleSection_title {
  position: relative;
  padding-bottom: 13px; }
  [data-column='shirauwo_shiine'] .articleSection_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 7px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 767px) {
      [data-column='shirauwo_shiine'] .articleSection_title::after {
        background-image: url("../../assets/images/column5/title_border-sp.svg"); } }
    @media print, screen and (min-width: 768px) {
      [data-column='shirauwo_shiine'] .articleSection_title::after {
        background-image: url("../../assets/images/column5/title_border.svg"); } }

[data-column='shirauwo_shiine'] .informationBlock-interviewee svg {
  width: 18px;
  height: 20px; }

[data-column='shirauwo_shiine'] .informationBlock-product svg {
  width: 19px;
  height: 23px; }

/* --------------------------------------------------
  presentSection
---------------------------------------------------*/
.presentSection {
  color: #000;
  padding: 50px 0;
  background-color: #F0F0F0; }
  @media print, screen and (max-width: 767px) {
    .presentSection {
      margin: 40px 0 45px; } }
  @media print, screen and (min-width: 768px) {
    .presentSection {
      margin: 63px auto 74px; } }
  [data-column="manami_sakurai"] .presentSection {
    background-color: #F7ECF1; }
  [data-column="shirauwo_shiine"] .presentSection {
    background-color: #FAEEEF; }

.presentSection_inner {
  border-radius: 10px;
  background-color: #FFF; }
  @media print, screen and (max-width: 767px) {
    .presentSection_inner {
      padding: 30px 20px;
      margin: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .presentSection_inner {
      padding: 40px 50px;
      margin: 0 auto;
      max-width: 900px;
      width: 70.3125%; } }

.presentSection_text {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.5;
  color: #000; }
  @media print, screen and (max-width: 767px) {
    .presentSection_text {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .presentSection_text {
      margin-top: 26px; } }
  .presentSection_text a {
    text-decoration: underline; }
  .presentSection_text i {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid; }
    [data-column='yuri_miyata'] .presentSection_text i {
      color: #B29A74;
      border-color: #B29A74; }
    [data-column='bluepond'] .presentSection_text i {
      color: #669F8B;
      border-color: #669F8B; }
    [data-column='kahoko_sodeyama'] .presentSection_text i {
      color: #F0705E;
      border-color: #F0705E; }
    [data-column='manami_sakurai'] .presentSection_text i {
      color: #D979B1;
      border-color: #D979B1; }
    [data-column='shirauwo_shiine'] .presentSection_text i {
      color: #CC5966;
      border-color: #CC5966; }
