@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabNone {
    display: none !important; } }
/*AL.CUPE----------------------------------------*/
body {
  color: #474340; }

#category-insist-lamellar {
  padding: 0;
  margin: 0; }

#chronicle {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #474340; }

.pc {
  display: block; }

.sp {
  display: none; }

img {
  max-width: 100%; }

/*フォント*/
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important; }

#alcupe p {
  margin: 0; }

#alcupe .attention {
  font-size: 13px;
  line-height: 2;
  margin-top: 20px; }

/*YouTube*/
#products_itemBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

#products_itemBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (max-width: 768px) {
  #category-insist_lamellar #wrapper {
    padding-top: 0 !important; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  #alcupe .attention {
    font-size: 11px;
    margin-top: 15px; } }
/*ヘッダー*/
/*
.chronicle-page header {
  background: #FFF;
  box-sizing: border-box;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .chronicle-page header .chronicle-logo {
    text-align: center;
    margin: 0;
    line-height: 0; }
  .chronicle-page header .chronicle-logo a {
    display: inline-block; }
  .chronicle-page header .chronicle-logo img {
    width: auto;
    height: 60px; }
*/
/* 英語ページボタン追加 */
/*
  .chronicle-page header .english_verBt {
    position: absolute;
    right: 50px;
    top: 25px;
    max-width: 200px;     
  }
  @media screen and (max-width: 768px) {
    .chronicle-page header .english_verBt {
    position: absolute;
    right: 5px;
    top: 35px;
    max-width: 125px; } }

@media screen and (max-width: 768px) {
  .chronicle-page header {
    padding: 5px 0; }
    .chronicle-page header .chronicle-logo img {
      width: auto;
      height: 50px; } }
     */
/*メインビジュアル*/
#chronicle #kv-wrap {
  margin-top: 90px;
  position: relative;
  height: 550px;
  background: url("../../images/products/chronicle/top_bg.png") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center bottom; }

@media screen and (max-width: 767px) {
  #chronicle #kv-wrap {
    background: none;
    height: auto;
    margin-top: 60px; } }
#chronicle #kv-wrap .sp_img {
  width: 100%; }

#chronicle #kv-wrap .kv_img_box {
  position: absolute;
  max-width: 978px;
  width: 98%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

@media screen and (max-width: 767px) {
  #chronicle #kv-wrap .kv_img_box {
    max-width: inherit;
    -webkit-transform: inherit;
    left: 5%;
    top: 23%;
    width: 17%; } }
#chronicle #kv-wrap .kv_img_01 {
  width: 100%;
  position: relative;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  #chronicle #kv-wrap .kv_img_01 {
    width: 80%; } }
#chronicle #kv-wrap .kv_icon {
  position: absolute;
  max-width: 135px;
  width: 50%;
  left: -10%;
  top: -10%; }

@media screen and (max-width: 767px) {
  #chronicle #kv-wrap .kv_icon {
    width: 100%;
    left: 0;
    top: -90px; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #chronicle #kv-wrap .kv_icon {
    left: 0%;
    top: -15%;
    width: 10%;
    max-width: inherit; } }
/* 英語Verボタン変更 */
#chronicle #kv-wrap .kv_enBt {
  position: absolute;
  max-width: 180px;
  width: 50%;
  right: 0%;
  top: -15%; }

@media screen and (max-width: 767px) {
  #chronicle #kv-wrap .kv_enBt {
    max-width: 150px;
    right: 0;
    top: 0%; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #chronicle #kv-wrap .kv_enBt {
    right: 0%;
    top: -15%;
    max-width: 160px; } }
#chronicle #kv {
  background: #000;
  /*position: relative;
  height: 675px;
  margin: 0 auto;
  background: url("../../images/products/alcupe/top-kv.jpg") no-repeat center top;
  background-size: contain;*/ }

#chronicle #kv .pc {
  max-height: 675px;
  margin: 0 auto; }

#chronicle aside#navigation {
  max-width: 980px;
  margin: 50px auto; }

@media screen and (max-width: 767px) {
  #chronicle aside#navigation {
    margin: 0 auto; } }
#chronicle aside#navigation.narrow {
  max-width: 580px;
  margin: 0 auto; }

#chronicle aside#navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 50px 0;
  padding-left: 0;
  list-style: none; }

@media screen and (max-width: 767px) {
  #chronicle aside#navigation ul {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    margin: 20px 0 20px 0; } }
#chronicle aside#navigation ul li {
  width: calc(94%/5);
  text-align: center; }

@media screen and (max-width: 767px) {
  #chronicle aside#navigation ul li {
    width: 48%;
    margin: 0 1% 10px 1%;
    letter-spacing: 0.05em; } }
#chronicle aside#navigation.narrow ul li {
  width: 48%;
  margin-bottom: 2%; }

#chronicle aside#navigation ul li a {
  background: linear-gradient(to right, #ee8488, #f19c95, #ee8488);
  display: block;
  padding: 0;
  height: 62px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 15px;
  position: relative;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 100, 86, 0.5); }

@media screen and (max-width: 767px) {
  #chronicle aside#navigation ul li a {
    font-size: 13px;
    height: 50px;
    line-height: 1.3; } }
#chronicle aside#navigation ul li a:after {
  content: ">";
  transform: rotate(90deg) scale(0.6, 1.2);
  display: block;
  position: absolute;
  right: 7%;
  bottom: 32%;
  text-shadow: none; }

.super {
  vertical-align: super; }

/*-------------------*/
/*      メインコンテンツ
/*------------------*/
/*コンセプト*/
#chronicle_box01 {
  background: linear-gradient(#fad9cd, #f3aaa4);
  position: relative;
  padding: 100px 0; }

@media screen and (max-width: 767px) {
  #chronicle_box01 {
    background: url("../../images/products/chronicle/m_bg01_sp.png") no-repeat;
    width: 100%;
    padding: 45px 0;
    background-size: cover;
    margin: 0 0 25px; } }
#chronicle_box01:before {
  content: "";
  background: url("../../images/products/chronicle/m_bg01.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 980px;
  height: 406px;
  z-index: 0; }

@media screen and (max-width: 767px) {
  #chronicle_box01:before {
    content: inherit; } }
#chronicle_box01 h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  margin: 0 0 25px;
  color: #474340;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  #chronicle_box01 h2 {
    font-size: 25px;
    margin: 0 0 15px; } }
#chronicle_box01 h3 {
  text-align: center;
  font-size: 23px;
  line-height: 41px;
  letter-spacing: .05em;
  color: #474340;
  position: relative;
  z-index: 1;
  font-weight: 500; }

@media screen and (max-width: 767px) {
  #chronicle_box01 h3 {
    font-size: 12px;
    line-height: 2.2;
    margin-bottom: 0;
    font-weight: bold; } }
article#chronicle-main {
  background: #f9d0c1;
  padding: 50px 0; }

@media screen and (max-width: 767px) {
  article#chronicle-main {
    padding: 25px 0; } }
article#chronicle-main .chronicle_text_box01 {
  max-width: 980px;
  margin: 70px auto;
  padding: 80px 70px;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 {
    margin: 0px 20px 35px;
    padding: 25px 15px; } }
article#chronicle-main .chronicle_text_box01 h2 {
  font-size: 40px;
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 50px;
  color: #e9546b;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #ed7c85; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #ed7c85; } }
article#chronicle-main .chronicle_text_box01 .text_01 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: .05rem;
  margin: 0 0 0px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text_01 {
    font-size: 11px;
    text-align: justify;
    margin-bottom: 0px;
    line-height: 1.8; } }
article#chronicle-main .chronicle_text_box01 .text_01 .color_01 {
  color: #f2a096;
  padding-right: 2px; }

article#chronicle-main .chronicle_text_box01 .list_text {
  margin: 0 0 50px;
  padding: 0; }

article#chronicle-main .chronicle_text_box01 .list_text li {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: .05rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 36px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .list_text li {
    font-size: 11px;
    text-align: justify;
    line-height: 1.8;
    padding-left: 15px; } }
article#chronicle-main .chronicle_text_box01 .list_text li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #f2a096;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .list_text li:before {
    width: 10px;
    height: 10px;
    top: 4px;
    bottom: inherit; } }
article#chronicle-main .chronicle_text_box01 .text-button {
  max-width: 238px;
  margin: 0 auto 50px;
  border: 1px solid #474340;
  padding: 15px 0;
  font-weight: 600;
  transition: 1s; }

article#chronicle-main .chronicle_text_box01 .text-button:hover {
  background: #474340;
  transition: 1s;
  border: 1px solid #fff; }

article#chronicle-main .chronicle_text_box01 .text-button:hover a {
  color: #fff; }

article#chronicle-main .chronicle_text_box01 .text-button:hover a:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-button {
    width: 50%;
    max-width: inherit;
    padding: 5px; } }
article#chronicle-main .chronicle_text_box01 .text-button a {
  font-size: 18px;
  color: #474340;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-button a {
    font-size: 12px; } }
article#chronicle-main .chronicle_text_box01 .text-button a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #474340;
  border-right: solid 1px #474340;
  position: absolute;
  right: 7%;
  top: -5px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg); }

article#chronicle-main .chronicle_text_box01 h3 {
  text-align: center;
  background: #898989;
  padding: 4px 0;
  color: #fff;
  border-radius: 26px;
  font-size: 22px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 h3 {
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 10px;
    max-width: 100%;
    margin: 40px auto 20px; } }
article#chronicle-main .chronicle_text_box01 .text-box01 h4 {
  color: #727171;
  font-size: 22px;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 1em; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box01 h4 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px; } }
article#chronicle-main .chronicle_text_box01 .text-box01 p.asterisk_text {
  font-size: 11px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box01 p.asterisk_text {
    font-size: 10px;
    letter-spacing: -.01rem; } }
article#chronicle-main .chronicle_text_box01 .text-box02 h4 {
  color: #727171;
  font-size: 22px;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 1em;
  margin: 0; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 h4 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box {
    display: block; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box {
  width: 50%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box {
    width: 100%; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box h5 {
  color: #727171;
  font-size: 19px;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: justify;
  letter-spacing: -.05rem;
  padding: 0; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box p {
    font-size: 12px;
    margin: 0 0 20px; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box .waku_p {
  color: #717071;
  text-align: center;
  border: 2px solid #717071;
  border-radius: 50px;
  font-size: 14px;
  padding: 2px 0;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box .waku_p p {
  font-size: 12px;
  margin: 0;
  text-align: center; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .left-box .waku_p p span {
  font-size: 10px; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box {
  width: 48%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box {
    width: 100%; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li {
  list-style: none; }

article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:first-child {
  width: 40.5%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:first-child {
    margin-left: 4%;
    width: 42%; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:last-child {
  width: 55%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:last-child {
    width: 52%; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:last-child p {
  line-height: 23px;
  font-size: 13px;
  letter-spacing: -.05rem;
  letter-spacing: 0;
  font-weight: 500; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box ul li:last-child p {
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 500;
    text-indent: -1.5em;
    padding-left: 1.5em;
    letter-spacing: -1px; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box .w_text {
  border: 1px solid #474340;
  padding: 10px 5px;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box .w_text {
    padding: 5px 20px;
    line-height: 1.7; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box .w_text p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: center; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .text-box02 .flex-box .right-box .w_text p {
    font-size: 12px; } }
article#chronicle-main .chronicle_text_box01 .text-box02 .asterisk_text {
  font-size: 12px; }

article#chronicle-main .chronicle_text_box01 .flex-box01 {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  position: relative;
  margin: 0 0 25px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 {
    display: block;
    padding: 0; } }
article#chronicle-main .chronicle_text_box01 .flex-box01:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ed7c85;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01:before {
    content: inherit; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .left-box {
  position: relative; }

article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 {
  width: 45%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ed7c85; } }
@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .f_text-box {
    width: 58%; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 25px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl {
    flex-wrap: wrap;
    margin: 0 0 5px; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl dt {
  width: 15%;
  margin-right: 2%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl dt {
    display: block;
    width: 100%; } }
@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl dt img {
    width: 25%; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl dd {
  width: fit-content;
  font-size: 22px;
  background: linear-gradient(transparent 80%, #fce4da 50%);
  margin: 0;
  padding: 0;
  background-position: 0 -5px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .title-box dl dd {
    font-size: 13px; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 24px;
  text-align: justify; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 p {
    font-size: 12px;
    line-height: 18px; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 p span {
  font-size: 12px;
  text-align: right;
  display: block; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 p span {
    font-size: 10px; } }
@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .f_img_box {
    width: 40%;
    padding-top: 10px; } }
article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .f_img_box img {
  width: 90%;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box01 .chronicle_common_box01 .f_img_box img {
    width: 100%; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 25px 0;
  margin: 0;
  border-top: 1px solid #ed7c85; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 {
    border-top: none;
    padding: 0 0 0;
    justify-content: space-between;
    align-items: flex-start; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box {
  width: 57%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box {
    width: 58%; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 25px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl {
    flex-wrap: wrap;
    margin: 0 0 5px; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl dt {
  width: 15%;
  margin-right: 2%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl dt {
    display: block;
    width: 100%; } }
@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl dt img {
    width: 25%; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl dd {
  width: fit-content;
  font-size: 22px;
  background: linear-gradient(transparent 80%, #fce4da 50%);
  margin: 0;
  padding: 0;
  background-position: 0 -5px; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box .title-box dl dd {
    font-size: 12px;
    letter-spacing: -1px; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  width: 85%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .left-box p {
    font-size: 12px;
    line-height: 18px;
    width: 100%; } }
article#chronicle-main .chronicle_text_box01 .flex-box02 .right-box {
  width: 38%; }

@media screen and (max-width: 767px) {
  article#chronicle-main .chronicle_text_box01 .flex-box02 .right-box {
    width: 40%; } }
.chronicle_text_box02 {
  max-width: 980px;
  margin: 50px auto 0;
  padding: 50px 0 0;
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 {
    padding: 0 20px; } }
.chronicle_text_box02 .chronicle_text_box_inner {
  padding: 0 20px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .chronicle_text_box_inner {
    padding: 0; } }
.chronicle_text_box02 h2 {
  background: #FFF;
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  color: #e9546b;
  position: relative; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 h2 {
    font-size: 18px;
    margin-bottom: 15px; } }
.chronicle_text_box02 h2:before {
  background: #e9546b;
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 h2:before {
    background: #e9546b;
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0; } }
.chronicle_text_box02 h2:after {
  background: #e9546b;
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 h2:after {
    background: #e9546b;
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0; } }
.chronicle_text_box02 h2 span {
  background: #FFF;
  font-size: 36px;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 h2 span {
    font-size: 18px;
    font-weight: 600; } }
.chronicle_text_box02 .youtube_box {
  width: 720px;
  margin: 0 auto 60px;
  overflow: hidden;
  text-align: center; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .youtube_box {
    width: 100%;
    margin: 0 auto 25px; } }
.chronicle_text_box02 .youtube_box .responsive-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.chronicle_text_box02 .youtube_box .responsive-video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.chronicle_text_box02 .how_to_box01 .flex-box {
  display: flex;
  justify-content: space-between; }

.chronicle_text_box02 .how_to_box01 .flex-box .left-box {
  font-size: 18px;
  width: 12%;
  text-align: center;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .left-box {
    font-size: 10px;
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0; } }
.chronicle_text_box02 .how_to_box01 .flex-box .left-box h3 {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .left-box h3 {
    font-size: 13px; } }
.chronicle_text_box02 .how_to_box01 .flex-box .right-box {
  width: 87%; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .right-box {
    width: 80%; } }
.chronicle_text_box02 .how_to_box01 .flex-box .right-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .right-box ul {
    display: block; } }
.chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li {
  width: 45%;
  margin: 0 0 40px;
  list-style: none; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px; } }
.chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  display: flex;
  margin: 0 0 20px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li p {
    font-size: 11px;
    line-height: 16px;
    width: 60%; } }
.chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li p span {
  display: block;
  padding-right: 1px; }

.chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li img {
  width: 48%;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box01 .flex-box .right-box ul li img {
    width: 30%; } }
.chronicle_text_box02 .how_to_box02 h3 {
  font-size: 18px;
  margin: 0 0 30px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 h3 {
    font-size: 13px; } }
.chronicle_text_box02 .how_to_box02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }

.chronicle_text_box02 .how_to_box02 ul li {
  width: 45%;
  list-style: none;
  margin: 0 0 60px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px; } }
.chronicle_text_box02 .how_to_box02 ul li .img-box {
  width: 100%;
  position: relative;
  text-align: center; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li .img-box {
    width: 40%; } }
.chronicle_text_box02 .how_to_box02 ul li .img-box img {
  width: 37%;
  margin: 0 auto 25px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li .img-box img {
    width: 65%; } }
.chronicle_text_box02 .how_to_box02 ul li .img-box p {
  width: 25px;
  height: 25px;
  background: #474340;
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li .img-box p {
    width: 20px;
    height: 20px; } }
.chronicle_text_box02 .how_to_box02 ul li .img-box p span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: normal; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li .img-box p span {
    font-size: 13px; } }
.chronicle_text_box02 .how_to_box02 ul li p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -.02rem;
  margin: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .how_to_box02 ul li p {
    font-size: 11px;
    line-height: 1.4;
    width: 55%; } }
.chronicle_text_box02 ul.voice-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 ul.voice-layout {
    display: block; } }
.chronicle_text_box02 ul.voice-layout li {
  width: 49%;
  position: relative;
  background: #fef1ed;
  margin: 0 0 60px;
  list-style: none;
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-radius: 25px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 ul.voice-layout li {
    width: 100%;
    padding: 15px 0 10px; } }
.chronicle_text_box02 ul.voice-layout li:before {
  width: 90px;
  height: 30px;
  content: "";
  background: url(../../images/products/chronicle/f.svg) no-repeat;
  position: absolute;
  right: 12%;
  bottom: -27px; }

.chronicle_text_box02 ul.voice-layout li:after {
  width: 52px;
  height: 79px;
  content: "";
  background: url(../../images/products/chronicle/voice_img01.svg) no-repeat;
  position: absolute;
  right: 10px;
  bottom: -45px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 ul.voice-layout li:after {
    width: 39px;
    height: 50px;
    content: "";
    background: url(../../images/products/chronicle/voice_img01.svg) no-repeat;
    position: absolute;
    right: 10px;
    bottom: -28px; } }
.chronicle_text_box02 ul.voice-layout li:nth-child(2):after {
  background: url(../../images/products/chronicle/voice_img02.svg) no-repeat; }

.chronicle_text_box02 ul.voice-layout li:nth-child(3):after {
  background: url(../../images/products/chronicle/voice_img03.svg) no-repeat; }

.chronicle_text_box02 ul.voice-layout li:nth-child(4):after {
  background: url(../../images/products/chronicle/voice_img04.svg) no-repeat; }

.chronicle_text_box02 ul.voice-layout li p.voice_text {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 ul.voice-layout li p.voice_text {
    font-size: 13px;
    line-height: 18px; } }
.chronicle_text_box02 ul.voice-layout li p.voice_text span.color_01 {
  color: #e9546b; }

.chronicle_text_box02 ul.voice-layout li p.voice_text span.age {
  display: block;
  text-align: right;
  font-size: 16px;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 ul.voice-layout li p.voice_text span.age {
    font-size: 12px; } }
.chronicle_text_box02 .attention {
  text-align: right;
  font-size: 12px;
  margin: 0 0 35px; }

@media screen and (max-width: 767px) {
  .chronicle_text_box02 .attention {
    font-size: 10px;
    margin-top: 15px; } }
/*商品紹介*/
#link-product.use-product {
  border-top: 1px solid #474340;
  border-bottom: 1px solid #474340;
  padding: 60px 0;
  margin: 60px auto;
  max-width: 980px; }

@media screen and (max-width: 767px) {
  #link-product.use-product {
    padding: 25px 0;
    margin: 20px auto;
    width: calc(100% - 40px);
    max-width: inherit; } }
#link-product.use-product .flex-box {
  display: flex;
  justify-content: space-between;
  padding: 0 40px; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #link-product.use-product .flex-box {
    padding: 0 10px; } }
@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box {
    display: block;
    padding: 0; } }
#link-product.use-product .flex-box .left-box {
  width: 41%; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .left-box {
    width: 100%;
    text-align: center; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #link-product.use-product .flex-box .left-box {
    width: 38%; } }
@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .left-box img {
    width: 80%;
    margin: 0 auto; } }
#link-product.use-product .flex-box .right-box {
  width: 55%; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box {
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #link-product.use-product .flex-box .right-box {
    width: 58%; } }
#link-product.use-product .flex-box .right-box h2 {
  font-size: 16px;
  margin: 15px 0 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box h2 {
    font-size: 12px; } }
#link-product.use-product .flex-box .right-box h3 {
  font-size: 28px;
  margin: 0px 0;
  padding: 0; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box h3 {
    font-size: 18px;
    line-height: 1.5; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #link-product.use-product .flex-box .right-box h3 {
    font-size: 26px; } }
#link-product.use-product .flex-box .right-box h4 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box h4 {
    font-size: 12px; } }
#link-product.use-product .flex-box .right-box p.price {
  font-size: 19px;
  padding: 0;
  margin: 0 0 5px;
  font-weight: 600; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box p.price {
    font-size: 13px; } }
#link-product.use-product .flex-box .right-box p.price span {
  font-size: 12px; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box p.price span {
    font-size: 11px; } }
#link-product.use-product .flex-box .right-box p {
  font-size: 16px;
  line-height: 26px;
  margin: 0; }

@media screen and (max-width: 767px) {
  #link-product.use-product .flex-box .right-box p {
    font-size: 13px; } }
#link-product.use-product .text-box {
  padding: 50px 60px 0;
  margin: 0; }

@media screen and (max-width: 767px) {
  #link-product.use-product .text-box {
    padding: 0; } }
#link-product.use-product .text-box p {
  font-size: 17px;
  line-height: 26px; }

@media screen and (max-width: 767px) {
  #link-product.use-product .text-box p {
    font-size: 12px;
    line-height: 1.5; } }
/*--------chroniclefooter----------*/
/*inc>footer.htmlの表示調整*/
/*
.chronicle-page footer {
  background: #8a939e;
  box-sizing: border-box;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  padding-top: 50px; }
  .chronicle-page footer .f_link_area .f_block1, .chronicle-page footer .f_link_area .f_block2, .chronicle-page footer .f_link_area .f_block3 {
    display: none; }
  .chronicle-page footer .contents_txt, .chronicle-page footer #copy {
    display: none; }
  .chronicle-page footer #p_top img {
    display: block;
    width: 54px; }
  .chronicle-page footer p {
    margin: 0; }
  .chronicle-page footer .f-ttl {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em; }
  .chronicle-page footer .f-contents {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 50px auto; }
    .chronicle-page footer .f-contents .inside {
      box-sizing: border-box;
      background: #FFF;
      padding: 25px 30px;
      text-align: center;
      width: calc(98%/2); }
      .chronicle-page footer .f-contents .inside .f-subttl {
        border-bottom: 1px solid #ADB6C1;
        font-size: 20px;
        font-weight: bold;
        color: #4D4D4D;
        padding-bottom: 15px;
        text-align: center;
        margin: 0 auto 20px; }
      .chronicle-page footer .f-contents .inside:first-child .icon-box {
        margin-bottom: 40px; }
      .chronicle-page footer .f-contents .inside .btn-contact p {
        background: #a9887f;
        max-width: 330px;
        margin: 0 auto; }
        .chronicle-page footer .f-contents .inside .btn-contact p a {
          color: #FFF;
          display: block;
          font-size: 18px;
          font-weight: 600;
          line-height: 60px;
          text-decoration: none; }
      .chronicle-page footer .f-contents .inside:last-child .icon-box {
        margin-bottom: 20px; }
      .chronicle-page footer .f-contents .inside .text-box {
        box-sizing: border-box;
        padding: 0 30px;
        text-align: left; }
        .chronicle-page footer .f-contents .inside .text-box .f-class {
          color: #4D4D4D;
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 15px;
          line-height: 1;
          text-align: center; }
        .chronicle-page footer .f-contents .inside .text-box .f-tel a {
          align-items: center;
          display: flex;
          color: #a9887f;
          font-family: Helvetica, "sans-serif";
          font-size: 40px;
          font-weight: bold;
          text-decoration: none; }
        .chronicle-page footer .f-contents .inside .text-box .f-tel img {
          margin: 0 5px 0 0; }
        .chronicle-page footer .f-contents .inside .text-box .f-time {
          box-sizing: border-box;
          align-items: center;
          color: #4D4D4D;
          font-size: 14px;
          font-weight: 600;
          margin-top: 15px; }
          .chronicle-page footer .f-contents .inside .text-box .f-time span {
            box-sizing: border-box;
            background: #8a939e;
            padding: 5px 10px;
            color: #FFF;
            font-size: 12px;
            font-weight: 600;
            text-align: center;
            margin-right: 10px;
            letter-spacing: 0.1em; }
  .chronicle-page footer .f-copyright {
    background: #808080;
    box-sizing: border-box; }
    .chronicle-page footer .f-copyright p {
      text-align: center;
      color: #FFF;
      font-size: 13px;
      line-height: 50px;
      margin: 0; }
*/
/*オリジナルフッター*/
/*
@media screen and (max-width: 980px) {
  .chronicle-page footer .f-contents .inside .text-box {
    padding: 0; }
    .chronicle-page footer .f-contents .inside .text-box .f-tel a {
      justify-content: center; }
    .chronicle-page footer .f-contents .inside .text-box .f-time {
      text-align: center; } }
@media screen and (max-width: 768px) {
  .chronicle-page footer {
    box-sizing: border-box;
    padding: 25px 0 0; }
    .chronicle-page footer .f-ttl {
      font-size: 20px;
      line-height: 1.5; }
    .chronicle-page footer .f-contents {
      box-sizing: border-box;
      display: block;
      max-width: 100%;
      margin: 25px auto 40px;
      padding: 0 20px; }
      .chronicle-page footer .f-contents .inside {
        padding: 20px 15px;
        margin-bottom: 15px;
        width: 100%; }
        .chronicle-page footer .f-contents .inside .f-subttl {
          font-size: 16px;
          padding-bottom: 10px;
          margin: 0 auto 15px; }
        .chronicle-page footer .f-contents .inside:first-child .icon-box {
          margin-bottom: 20px; }
        .chronicle-page footer .f-contents .inside .btn-contact p {
          max-width: 90%; }
          .chronicle-page footer .f-contents .inside .btn-contact p a {
            font-size: 16px;
            line-height: 56px; }
        .chronicle-page footer .f-contents .inside:last-child .icon-box {
          margin-bottom: 10px; }
        .chronicle-page footer .f-contents .inside .text-box {
          padding: 0 5px; }
          .chronicle-page footer .f-contents .inside .text-box .f-class {
            font-size: 15px;
            margin-bottom: 10px; }
          .chronicle-page footer .f-contents .inside .text-box .f-tel a {
            font-size: 36px; }
          .chronicle-page footer .f-contents .inside .text-box .f-tel img {
            height: 24px;
            width: auto; }
          .chronicle-page footer .f-contents .inside .text-box .f-time {
            font-size: 12px;
            margin-top: 10px; }
            .chronicle-page footer .f-contents .inside .text-box .f-time span {
              padding: 3px 5px;
              font-size: 10px;
              margin-right: 5px; }
    .chronicle-page footer .f-copyright p {
      font-size: 10px;
      line-height: 40px; } }
*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }

/*new kv*/
#kv_box {
  background: url(../../images/products/chronicle/top_bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
  margin-top: 35px; }
  @media screen and (max-width: 767px) {
    #kv_box {
      background: none;
      margin-top: 0; } }
  #kv_box .kv_box_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 75px 0 10px; }
    @media screen and (max-width: 767px) {
      #kv_box .kv_box_inner {
        padding: 0px 0 20px; } }
    #kv_box .kv_box_inner .icon01 {
      position: absolute;
      max-width: 135px;
      width: 50%;
      left: -10%;
      top: 10%; }
      @media screen and (max-width: 1250px) {
        #kv_box .kv_box_inner .icon01 {
          left: 1%;
          width: 10%;
          top: 20px; } }
      @media screen and (max-width: 767px) {
        #kv_box .kv_box_inner .icon01 {
          width: 20%;
          left: 10px;
          top: 9%; } }
    #kv_box .kv_box_inner .kv_btn {
      position: absolute;
      max-width: 180px;
      width: 50%;
      right: 0%;
      top: 10%; }
      @media screen and (max-width: 1250px) {
        #kv_box .kv_box_inner .kv_btn {
          right: 0;
          width: 20%;
          top: 35px; } }
      @media screen and (max-width: 767px) {
        #kv_box .kv_box_inner .kv_btn {
          width: 40%;
          right: 0%;
          top: 5%; } }

/**/
#chronicle #lamellarmode-sec06 {
  background: #fbe1d7;
  padding: 50px 0; }

#chronicle #lamellarmode-sec06 .counseling-box {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

#chronicle #lamellarmode-sec06 .counseling-box h2 {
  font-size: 32px;
  color: #e9546b;
  letter-spacing: .025em;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold;
  text-align: center; }

#chronicle #lamellarmode-sec06 .counseling-box p {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 34px;
  padding: 15px 0 40px;
  font-weight: bold;
  text-align: center; }

#chronicle #lamellarmode-sec06 .counseling-box .flex-box {
  justify-content: space-between;
  display: flex;
  align-items: center; }

#chronicle #lamellarmode-sec06 .counseling-box .flex-box .left-box, #chronicle #lamellarmode-sec06 .counseling-box .flex-box .right-box {
  background-color: #fff;
  padding: 0 30px;
  width: 49%; }

#chronicle #lamellarmode-sec06 .counseling-box .flex-box h3 {
  font-size: 21px;
  letter-spacing: .025em;
  color: #4D4D4D;
  font-weight: bold;
  border-bottom: 2px solid #ee8488;
  padding: 30px 0 15px;
  text-align: center; }

#chronicle #lamellarmode-sec06 .counseling-box .flex-box .icon-img {
  width: 25%;
  margin: 30px auto;
  padding: 0; }

#chronicle #lamellarmode-sec06 .counseling-box .text-button {
  width: 330px;
  background: #ee8488;
  height: 60px;
  margin: 0 auto 30px; }

#chronicle #lamellarmode-sec06 .counseling-box .text-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 19px;
  letter-spacing: .1em;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-weight: bold;
  position: relative;
  font-weight: bold !important; }

#chronicle #lamellarmode-sec06 .counseling-box .text-button a:before {
  content: "";
  display: block;
  position: absolute;
  right: 7%;
  top: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 775px) {
  #chronicle #lamellarmode-sec06 .counseling-box .flex-box h3 {
    font-size: 19px; } }
@media screen and (max-width: 767px) {
  #chronicle #lamellarmode-sec06 .counseling-box h2 {
    font-size: 20px; }

  #chronicle #lamellarmode-sec06 {
    padding: 50px 15px; }

  #chronicle #lamellarmode-sec06 .counseling-box p {
    font-size: 13px;
    line-height: 26px;
    padding: 15px 0 40px;
    text-align: left; }

  #chronicle #lamellarmode-sec06 .counseling-box .flex-box {
    display: block; }

  #chronicle #lamellarmode-sec06 .counseling-box .flex-box .left-box, #chronicle #lamellarmode-sec06 .counseling-box .flex-box .right-box {
    background-color: #fff;
    padding: 0 30px 30px;
    width: 100%;
    margin-bottom: 30px; }

  #chronicle #lamellarmode-sec06 .counseling-box .flex-box h3 {
    font-size: 17px; }

  #chronicle #lamellarmode-sec06 .counseling-box .text-button {
    width: 240px;
    background: #ee8488;
    height: 50px;
    margin: 0 auto 30px; }

  #chronicle #lamellarmode-sec06 .counseling-box .text-button a {
    font-size: 16px; }

  #chronicle #lamellarmode-sec06 .counseling-box .text-button {
    width: 240px;
    background: #ee8488;
    height: 50px;
    margin: 0 auto;
    box-sizing: inherit; } }
article#chronicle-main .chronicle_text_box01 .text-box01 h4 {
  font-size: 27px;
  letter-spacing: .05em;
  position: relative;
  color: #595757;
  margin-bottom: 15px;
  margin-top: 1.33em; }
  @media screen and (max-width: 775px) {
    article#chronicle-main .chronicle_text_box01 .text-box01 h4 {
      font-size: 17px; } }
  article#chronicle-main .chronicle_text_box01 .text-box01 h4 span {
    font-size: 27px; }
    @media screen and (max-width: 775px) {
      article#chronicle-main .chronicle_text_box01 .text-box01 h4 span {
        font-size: 18px; } }
article#chronicle-main .chronicle_text_box01 .text-box01 .img_02 {
  width: 570px;
  margin: 0 auto 25px;
  display: block; }
  @media screen and (max-width: 775px) {
    article#chronicle-main .chronicle_text_box01 .text-box01 .img_02 {
      width: 90%; } }
article#chronicle-main .chronicle_text_box01 .text-box01 .attention {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px; }
  @media screen and (max-width: 775px) {
    article#chronicle-main .chronicle_text_box01 .text-box01 .attention {
      font-size: 10px; } }

.method-point-box02 h4 {
  font-size: 27px;
  letter-spacing: .05em;
  position: relative;
  color: #595757;
  margin-bottom: 15px;
  margin-top: 1.33em; }
  @media screen and (max-width: 775px) {
    .method-point-box02 h4 {
      font-size: 17px;
      letter-spacing: 0; } }
  .method-point-box02 h4 span {
    font-size: 27px; }
    @media screen and (max-width: 775px) {
      .method-point-box02 h4 span {
        font-size: 18px; } }
.method-point-box02 .flex-box {
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 775px) {
    .method-point-box02 .flex-box {
      display: block; } }
  .method-point-box02 .flex-box .left-box {
    width: 48%; }
    @media screen and (max-width: 775px) {
      .method-point-box02 .flex-box .left-box {
        width: 100%; } }
    .method-point-box02 .flex-box .left-box h5 {
      color: #595757;
      font-size: 24px;
      letter-spacing: .05em;
      margin: 0 0 10px; }
      @media screen and (max-width: 775px) {
        .method-point-box02 .flex-box .left-box h5 {
          font-size: 16px; } }
    .method-point-box02 .flex-box .left-box p {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: .025em;
      color: #3E3A39;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 775px) {
        .method-point-box02 .flex-box .left-box p {
          font-size: 14px; } }
  .method-point-box02 .flex-box .right-box {
    margin-left: 70px; }
    @media screen and (max-width: 775px) {
      .method-point-box02 .flex-box .right-box {
        margin: 0; } }
    @media screen and (max-width: 775px) {
      .method-point-box02 .flex-box .right-box .rinner {
        display: flex;
        justify-content: flex-start;
        margin: 15px 0;
        align-items: center; } }
    .method-point-box02 .flex-box .right-box img {
      width: 175px;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 775px) {
        .method-point-box02 .flex-box .right-box img {
          width: 40%; } }
    .method-point-box02 .flex-box .right-box p {
      font-size: 16px;
      text-align: center;
      letter-spacing: .025em;
      padding: 15px 0 20px;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 775px) {
        .method-point-box02 .flex-box .right-box p {
          display: block;
          width: 50%;
          font-size: 12px;
          padding: 0;
          letter-spacing: 0; } }
