@charset "UTF-8";
/* ========================================
  override
======================================== */
@media screen and (min-width: 768px) {
  .l-mv {
    max-height: 830px;
    height: 100vh;
  }

  .l-mv__inner {
    height: 100%;
  }

  .l-mv__media {
    max-width: none;
    height: 100%;
    background: url(../img/img-mv.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}

.modal-video-body {
  max-width: 740px;
}

.modal-video-close-btn {
  right: -5px;
}

/* ========================================
  EACH SECTION
======================================== */
/* about */
.t-box-about {
  position: relative;
  margin-bottom: 100px;
}

.t-box-about > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .t-box-about::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 45%;
    background-color: #ecf6f1;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
  }
  
  .t-box-about.-type02::before {
    height: 76%;
  }
}

@media screen and (max-width: 767px) {
  .t-box-about {
    margin-bottom: 65px;
  }
}

.t-block-help {
  min-height: 642px;
  background: url(../img/img-help-09.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.t-block-help__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 99px 0;
}

.t-block-help__content {
  position: relative;
  width: 780px;
  height: 642px;
}

.t-block-help__symbol,
.t-block-help__label2,
.t-block-help__arrowVertical,
.t-block-help__arrowHorizon {
  position: absolute;
}

.t-block-help__symbol,
.t-block-help__label,
.t-block-help__label2,
.t-block-help__arrowVertical,
.t-block-help__arrowHorizon {
  visibility: hidden;
  opacity: 0;
}

.t-block-help__symbol,
.t-block-help__label,
.t-block-help__label2 {
  transform: translateY(15px);
}

.t-block-help__arrowVertical {
  transform: scaleY(0) translateY(-50%);
}

.t-block-help__arrowHorizon {
  transform: scaleX(0) translateY(-50%);
}

.is-animate .t-block-help__symbol,
.is-animate .t-block-help__label,
.is-animate .t-block-help__label2,
.is-animate .t-block-help__arrowVertical,
.is-animate .t-block-help__arrowHorizon {
  visibility: visible;
  opacity: 1;
  line-height: 1;
  transform: translateY(0);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out;
}

.is-animate .t-block-help__symbol.-symbol1 {
  transition-delay: 2s;
}

.is-animate .t-block-help__symbol.-symbol2 {
  transition-delay: 1.8s;
}

.is-animate .t-block-help__label {
  transition-delay: 1.2s;
}

.is-animate .t-block-help__label2 {
  transition-delay: 1.4s;
}

.is-animate .t-block-help__arrowVertical {
  transform: scaleY(1) translateY(-50%);
  transition-delay: .6s;
  transform-origin: top center;
}

.is-animate .t-block-help__arrowHorizon {
  transform: scaleX(1) translateY(-50%);
  transition-delay: .6s;
  transform-origin: center;
}

.t-block-help__symbol.-symbol1 {
  top: 95px;
  left: 100px;
}

.t-block-help__symbol.-symbol2 {
  bottom: 85px;
  right: 90px;
}

.t-block-help__label,
.t-block-help__label2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.t-block-help__label {
  flex-direction: column;
}

.t-block-help__label2 {
  top: 0;
  left: 0;
}

.t-block-help__arrowVertical {
  top: 50%;
  left: calc(50% - 8px);
}

.t-block-help__arrowHorizon {
  top: 50%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .t-block-help {
    min-height: auto;
    height: 392px;
    background-image: url(../img/img-help-09-narrow.jpg);
  }

  .t-block-help__inner {
    padding: 40px 10px;
    height: 100%;
  }

  .t-block-help__content {
    width: 100%;
    height: 100%;
  }

  .t-block-help__symbol.-symbol1 {
    top: 50px;
    left: 45px;
  }
  
  .t-block-help__symbol.-symbol2 {
    bottom: 40px;
    right: 45px;
  }

  .t-block-help__arrowVertical {
    left: calc(50% - 4px);
  }

  .t-block-help__arrowHorizon {
    top: calc(50% + 7px);
  }

  .t-block-help__symbol.-symbol1 img {
    height: 81px;
  }

  .t-block-help__symbol.-symbol2 img {
    height: 89px;
  }

  .t-block-help__label img {
    height: 20px;
  }

  .t-block-help__label2 img {
    width: 20px;
  }

  .t-block-help__arrowVertical img {
    height: 240px;
  }

  .t-block-help__arrowHorizon img {
    height: 20px;
  }
}

.t-about-performance {
  margin-bottom: 140px;
}

@media screen and (max-width: 1220px) {
  .t-about-performance {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .t-about-performance {
    margin-bottom: 95px;
  }
}

.t-compare-about {
  margin-bottom: 40px;
}

.t-compare-about__inner {
  margin: auto;
  max-width: 1200px;
}

.t-compare-about__grid {
  display: flex;
  margin-bottom: 20px;
}

.t-compare-about__col,
.t-compare-about__col2 {
  padding: 40px 35px;
  background-color: #ecf6f1;
}

.t-compare-about__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  width: 35%;
}

.t-compare-about__col2 {
  text-align: center;
}

.t-compare-about__title {
  font-size: 22px;
  text-align: center;
}

.t-compare-about__col2 .t-compare-about__title {
  margin-bottom: 18px;
  color: #4f9d71;
}

.t-compare-about__before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.t-compare-about__before::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -50px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #401f18;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  content: "";
}

.t-comare-about__label {
  line-height: 1;
}

.t-comare-about__label > span {
  display: block;
  margin-top: 3px;
}

.t-compare-about__before .t-compare-about__label {
  margin-right: 18px;
}

.t-compare-about__days {
  display: flex;
}

.t-compare-about__daysItem {
  max-width: 150px;
}

.t-compare-about__daysItem + .t-compare-about__daysItem {
  margin-left: 30px;
}

.t-compare-about__daysItem .t-comare-about__label {
  margin-bottom: 15px;
}

.t-compare-about__media {
  display: flex;
  flex-direction: column;
  max-width: 150px;
  width: 100%
}

.t-compare-about__media > span {
  display: block;
  line-height: 1;
}

.t-compare-about__mediaImage {
  position: relative;
  display: block;
  line-height: 1;
}

.t-compare-about__daysItem:not(:first-child) .t-compare-about__mediaImage::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #401f18;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  content: "";
}

.t-compare-about__note {
  font-size: 16px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .t-compare-about__before + .t-compare-about__before {
    margin-top: 23px;
  }

  .t-compare-about__mediaImage + .t-compare-about__mediaImage {
    margin-top: 24px;
  }

  .t-compare-about__days {
    transform: translateY(-15px);
  }

  .t-compare-about .js-animate,
  .t-compare-about + .c-button.js-animate {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .t-compare-about__grid {
    display: block;
    margin-bottom: 0;
  }

  .t-compare-about__col {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 25px 28px;
    width: 100%;
  }

  .t-compare-about__col2 {
    padding: 25px 28px 10px;
  }

  .t-compare-about__title {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .t-compare-about__col2 .t-compare-about__title {
    margin-bottom: 18px;
  }

  .t-compare-about__content {
    display: flex;
    justify-content: space-between;
  }

  .t-compare-about__before {
    flex-direction: column;
  }

  .t-compare-about__before::before {
    top: auto;
    bottom: -45px;
    left: 50%;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #401f18 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .t-compare-about__col .t-comare-about__label {
    margin-bottom: 9px;
    font-size: 13px;
    text-align: center;
  }

  .t-compare-about__col2 .t-comare-about__label {
    font-size: 11px;
  }

  .t-compare-about__media img {
    width: 125px;
  }

  .t-compare-about__days {
    display: block;
  }

  .t-compare-about__daysItem {
    max-width: 100%;
  }

  .t-compare-about__daysItem + .t-compare-about__daysItem {
    margin-top: 8px;
    margin-left: 0;
  }

  .t-compare-about__media {
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
  }

  .t-compare-about__mediaImage {
    max-width: 125px;
  }

  .t-compare-about__daysItem:not(:first-child) .t-compare-about__mediaImage::before {
    top: -23px;
    left: 50%;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #401f18 transparent transparent transparent;
    transform: translateX(-50%);
  }

  .t-compare-about__note {
    padding: 0 28px 15px;
    font-size: 11px;
    background: #ecf6f1;
  }
}

.t-mediaLayout-about {
  margin-bottom: 100px;
}

.t-mediaLayout-about__inner {
  display: flex;
  align-items: center;
}

.t-mediaLayout-about__title {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: .2em;
}

.t-mediaLayout-about__item img {
  max-width: none;
  width: 100%;
}

.t-mediaLayout-about__content {
  padding: 0 5.4%;
  width: 37%;
}

.t-mediaLayout-about__text {
  margin-bottom: 40px;
  line-height: 1.7;
}

.t-mediaLayout-about__text > p + p {
  margin-top: 40px;
}

.t-mediaLayout-about__item {
  width: 63%;
  line-height: 1;
}

.t-mediaLayout-about.-reverse .t-mediaLayout-about__inner {
  flex-direction: row-reverse;
}

.t-mediaLayout-about.-type02 .t-mediaLayout-about__content,
.t-mediaLayout-about.-type02 .t-mediaLayout-about__item {
  width: 50%;
}

.t-mediaLayout-about.-type02 .t-mediaLayout-about__content {
  padding: 0 8.5%;
}

@media screen and (max-width: 767px) {
  .t-mediaLayout-about {
    margin-bottom: 50px;
  }

  .t-mediaLayout-about__inner,
  .t-mediaLayout-about.-reverse .t-mediaLayout-about__inner {
    flex-direction: column-reverse;
  }

  .t-mediaLayout-about__content,
  .t-mediaLayout-about.-type02 .t-mediaLayout-about__content {
    padding: 0 15px;
    width: 100%;
  }

  .t-mediaLayout-about__title {
    margin-bottom: 13px;
    font-size: 18px;
  }

  .t-mediaLayout-about__item {
    align-self: flex-end;
    margin-bottom: 15px;
    width: 71.6%;
  }

  .t-mediaLayout-about.-reverse .t-mediaLayout-about__content {
    text-align: right;
  }

  .t-mediaLayout-about.-reverse .t-mediaLayout-about__item {
    align-self: flex-start;
  }

  .t-mediaLayout-about.-type02 {
    margin-bottom: 40px;
  }

  .t-mediaLayout-about.-type02 .t-mediaLayout-about__content {
    text-align: left;
  }

  .t-mediaLayout-about.-type02 .t-mediaLayout-about__content,
  .t-mediaLayout-about.-type02 .t-mediaLayout-about__item {
    width: 100%;
  }

  .t-mediaLayout-about__text {
    margin-bottom: 5px;
  }

  .t-mediaLayout-about__text > p + p {
    margin-top: 28px;
  }
}

/* found */
.t-tab-found {
  margin-bottom: 60px;
}

.t-tab-found__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}

.t-tab-found__item {
  visibility: hidden;
  opacity: 0;
  transform: rotate(-45deg);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out;
}

.t-tab-found__link {
  display: block;
  transform: scale(.85);
  opacity: .5;
  transition: filter .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
}

.t-tab-found__link.is-show {
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(0,0,0, .4));
  transform: scale(1);
}

.t-tab-found__content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.t-tab-found__content.is-show {
  position: static;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.t-tab-found.is-animate-tab .t-tab-found__item  {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}

.t-tab-found__item.-tab2 {
  transition-delay: .1s;
}

.t-tab-found__item.-tab3 {
  transition-delay: .2s;
}

.t-tab-found__item.-tab4 {
  transition-delay: .3s;
}

.t-tab-found__item.-tab5 {
  transition-delay: .4s;
}

.t-tab-found__item.-tab6 {
  transition-delay: .5s;
}

.t-tab-found__item.-tab7 {
  transition-delay: .5s;
}

.t-tab-found__item.-tab8 {
  transition-delay: .7s;
}

.t-tab-found__item.-tab9 {
  transition-delay: .8s;
}

@media screen and (min-width: 768px) {
  .t-tab-found__link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .t-tab-found {
    margin-bottom: 25px;
  }

  .t-tab-found__inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .t-tab-found__list {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .t-tab-found__item {
    width: calc(20% - 10px);
  }
  .-puffin .t-tab-found__item {
    width: calc(30% - 10px);
  }

  .t-tab-found__link {
    transform: scale(.75);
  }
}

.t-color-found__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.t-color-found__content {
  flex-grow: 1;
  margin-left: 90px;
}

.t-color-found__heading {
  margin-bottom: 35px;
  
}

.t-color-found__main {
  display: block;
  font-size: 40px;
}

.t-color-found__sub {
  display: block;
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.t-color-found__text {
  margin-bottom: 40px;
}

.t-color-found__main,
.t-color-found__sub,
.t-color-found__text,
.t-color-found__icon {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out;
}

.t-color-found__media {
  opacity: 0;
  line-height: 1;
  transform: scale(.9);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}

.is-animate2 .t-color-found__main,
.is-animate2 .t-color-found__sub,
.is-animate2 .t-color-found__text,
.is-animate2 .t-color-found__icon {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.is-animate2 .t-color-found__main {
  transition-delay: .5s;
}

.is-animate2 .t-color-found__sub {
  transition-delay: .4s;
}

.is-animate2 .t-color-found__text {
  transition-delay: .6s;
}

.is-animate2 .t-color-found__icon {
  transition-delay: .7s;
}

.is-animate2 .t-color-found__media {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .is-animate2 .t-color-found__media {
    flex-shrink: 0;
  }
}
.t-color-found.-color1 {
  background-color: #efedfa;
}

.t-color-found.-color2 {
  background-color: #faedf4;
}

.t-color-found.-color3 {
  background-color: #faedfa;
}

.t-color-found.-color4 {
  background-color: #faedf6;
}

.t-color-found.-color5 {
  background-color: #faedf6;
}

.t-color-found.-color6 {
  background-color: #faedf4;
}

.t-color-found.-color7 {
  background-color: #faedf4;
}

.t-color-found.-color8 {
  background-color: #faedf0;
}

.t-color-found.-color9 {
  background-color: #f5effb;
}

.t-color-found.-color10 {
  background-color: #f5effb;
}

.t-color-found.-color-silver {
  background-color: #f0f4f7;
}

@media screen and (max-width: 767px) {
  .t-color-found {
    position: relative;
    padding: 40px 15px;
  }

  .t-color-found__inner {
    display: block;
  }

  .t-color-found__content {
    margin-left: 0;
    min-height: 325px;
  }

  .t-color-found__heading {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .t-color-found__sub {
    font-size: 18px;
  }

  .t-color-found__main {
    font-size: 27px;
  }

  .t-color-found__text {
    margin-bottom: 20px;
    margin-left: 140px;
    font-size: 18px;
  }

  .t-color-found__icon {
    margin-left: 130px;
    width: 32%;
  }

  .t-color-found__media {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
  }

  .t-color-found__media img {
    height: 233px;
    object-fit: cover;
  }
}

.t-grid-found {
  position: relative;
  margin-left: -40px;
}

.t-grid-found__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.t-grid-found__col {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-left: 40px;
  max-width: 426px;
  width: calc((100% / 3) - 40px);
}

.t-grid-found__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
  height: 90px;
}

.t-grid-found__title {
  font-size: 30px;
}

.t-grid-found__media {
  position: relative;
  margin-bottom: 50px;
  line-height: 1;
}

.t-grid-found__accent {
  position: absolute;
  bottom: -15px;
  max-width: 90%;
}

.t-grid-found__accent.-type01 {
  right: 27px;
}

.t-grid-found__accent.-type02 {
  right: 20px;
}

.t-grid-found__accent.-type03 {
  right: 30px;
}

.t-grid-found__content {
  padding-right: 9%;
  padding-left: 9%;
}

.t-grid-found__text {
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .t-grid-found::before {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    width: 83%;
    height: 600px;
    background-color: #ecf6f1;
    content: "";
  } 
}

@media screen and (max-width: 767px) {
  .t-grid-found {
    margin-left: 0;
  }

  .t-grid-found__inner {
    display: block;
  }

  .t-grid-found__inner > *:last-child {
    margin-bottom: 0;
  }

  .t-grid-found__col {
    justify-content: flex-start;
    margin: 0 auto 45px;
    width: 73.3%;
  }

  .t-grid-found__content {
    padding: 0;
  }

  .t-grid-found__heading {
    margin-bottom: 15px;
    height: auto;
  }

  .t-grid-found__title {
    font-size: 18px;
  }

  .t-grid-found__media {
    margin-bottom: 22px;
  }
}

.t-button-found {
  margin-bottom: 100px;
}

.t-button-found__list {
  display: flex;
  justify-content: center;
}

.t-button-found__item {
  max-width: 540px;
  width: 50%;
}

.t-button-found__item + .t-button-found__item {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .t-button-found {
    margin-bottom: 65px;
    padding: 0 15px;
  }

  .t-button-found__list {
    display: block;
  }

  .t-button-found__item {
    width: 100%;
  }
  
  .t-button-found__item + .t-button-found__item {
    margin-top: 15px;
    margin-left: 0;
  }

  .t-grid-found__accent {
    right: 20px;
  }

  .t-grid-found__accent.-type01 {
    bottom: -10px;
    height: 70px;
  }

  .t-grid-found__accent.-type02 {
    bottom: -15px;
    height: 83px;
  }

  .t-grid-found__accent.-type03 {
    bottom: -9px;
    height: 75px;
  }
}

/* howto */
@media screen and (min-width: 768px) {
  .t-blockSymbol-howto {
    position: relative;
  }

  .t-blockSymbol-howto::before,
  .t-blockSymbol-howto::after {
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    width: 90%;
    height: 600px;
    background-color: #ecf6f1;
    content: "";
  }

  .t-blockSymbol-howto::after {
    right: 100%;
    left: auto;
  }

  .t-blockSymbol-howto.-reverse::before,
  .t-blockSymbol-howto.-reverse::after {
    top: 50%;
    width: 83.3%;
    transform: translateY(-50%);
  }

  .t-blockSymbol-howto.-reverse::before {
    right: 0;
    left: auto;
  }

  .t-blockSymbol-howto.-reverse::after {
    right: auto;
    left: 100%;
  }
}

.t-list-howto__item {
  position: relative;
  padding-left: 33px;
}

.t-list-howto__item::before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #4f9d71;
  content: "";
}

@media screen and (max-width: 767px) {
  .t-list-howto__list {
    margin-top: -5px;
  }

  .t-list-howto__item {
    margin-top: 5px;
    padding-left: 20px;
  }

  .t-list-howto__item::before {
    top: 10px;
    width: 11px;
  }

  .t-list-howto.-col2 .t-list-howto__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 22px;
  }

  .t-list-howto.-col2 .t-list-howto__item {
    width: calc(50% - 11px);
  }
}

.t-wideSection-howto {
  margin-bottom: 80px;
  background-color: #ecf6f1;
}

.t-wideSection-howto__inner {
  position: relative;
  padding: 64px 0;
}

.t-wideSection-howto__inner::before,
.t-wideSection-howto__inner::after {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ecf6f1;
  content: "";
}

.t-wideSection-howto__inner::before {
  right: 100%;
}

.t-wideSection-howto__inner::after {
  left: 100%;
}

.t-wideSection-howto__inner > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .t-wideSection-howto {
    margin-bottom: 40px;
  }

  .t-wideSection-howto__inner {
    padding: 25px 0;
  }
}

.t-mediaLayout-howto {
  margin-bottom: 80px;
}

.t-mediaLayout-howto__inner {
  display: flex;
  align-items: center;
}

.t-mediaLayout-howto__content {
  flex-grow: 1;
}

.t-mediaLayout-howto__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}

.t-mediaLayout-howto__item {
  flex-shrink: 0;
  margin-left: 10%;
}

.t-mediaLayout-howto.-reverse .t-mediaLayout-howto__inner {
  flex-direction: row-reverse;
}

.t-mediaLayout-howto.-reverse .t-mediaLayout-howto__item {
  margin-right: 10%;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .t-mediaLayout-howto.-symbol1,
  .t-mediaLayout-howto.-symbol2 {
    position: relative;
  }

  .t-mediaLayout-howto.-symbol2 {
    margin-bottom: 240px;
  }

  .t-mediaLayout-howto.-symbol1::before,
  .t-mediaLayout-howto.-symbol1::after,
  .t-mediaLayout-howto.-symbol2::before,
  .t-mediaLayout-howto.-symbol2::after {
    display: block;
    position: absolute;
    width: 90%;
    height: 600px;
    background-color: #ecf6f1;
    content: "";
    z-index: -1;
  }

  .t-mediaLayout-howto.-symbol1::before,
  .t-mediaLayout-howto.-symbol1::after {
    top: 20%;
  }

  .t-mediaLayout-howto.-symbol1::after {
    right: 100%;
    left: auto;
  }

  .t-mediaLayout-howto.-symbol2::before,
  .t-mediaLayout-howto.-symbol2::after {
    top: 12%;
  }

  .t-mediaLayout-howto.-symbol2::before {
    right: 0;
  }

  .t-mediaLayout-howto.-symbol2::after {
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t-mediaLayout-howto {
    margin: 0 auto 40px;
    width: calc(64% + 30px);
  }

  .t-mediaLayout-howto__inner,
  .t-mediaLayout-howto.-reverse .t-mediaLayout-howto__inner {
    flex-direction: column-reverse;
  }

  .t-mediaLayout-howto__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .t-mediaLayout-howto__content {
    width: 100%;
  }

  .t-mediaLayout-howto__item {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .t-mediaLayout-howto.-reverse .t-mediaLayout-howto__item {
    margin-right: 0;
  }
}

.t-block-base {
  position: relative;
  margin-bottom: 60px;
}

.t-block-base__grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.t-block-base__col:nth-child(2) {
  margin-right: 3%;
  margin-left: 1%;
}

.t-block-base__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-block-base__contentCol {
  text-align: center;
}

.t-block-base__contentCol2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.t-block-base__image {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-out;
}
.t-block-base__image-name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.t-block-base__image.-photo {
  margin-right: 20px;
  margin-top: 30px;
}

.t-block-base__image.-sideLine {
  margin-right: 20px;
  transform: scaleY(0);
}

.t-block-base__image.-upperLine {
  margin-bottom: 30px;
  transform: scaleX(0);
}

.is-animate .t-block-base__image {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.is-animate .t-block-base__image.-sideLine {
  transform: scaleY(1);
  transform-origin: center;
  transition-delay: .8s;
}

.is-animate .t-block-base__image.-sideText {
  transition-delay: 1s;
}

.is-animate .t-block-base__image.-upperLine {
  transform: scaleX(1);
  transform-origin: center;
  transition-delay: .8s;
}

.is-animate .t-block-base__image.-upperText {
  transition-delay: 1s;
}

.is-animate .t-block-base__contentCol2 .t-block-base__image.-sideLine {
  transition-delay: .8s;
}

.is-animate .t-block-base__contentCol2 .t-block-base__image.-sideText {
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  .t-block-base__grid {
    display: block;
  }
  
  .t-block-base__image.-photo {
    margin-top: 0;
  }

  .t-block-base__content {
    position: relative;
    left: 11%;
  }

  .t-block-base__image.-upperLine {
    margin-bottom: 15px;
  }

  .t-block-base__contentCol .t-block-base__image.-photo {
    margin-right: 0;
  }

  .t-block-base__contentCol2 {
    padding-top: 25px;
  }

  .t-block-base__image.-upperText {
    margin-bottom: 0;
  }

  .t-block-base__image.-upperLine {
    line-height: 1;
  }

  .t-block-base__image.-sideLine {
    margin-right: 8px;
  }

  .t-block-base__image.-photo img {
    width: 120px;
  }

  .t-block-base__image.-sideText img {
    height: 34px;
  }

  .t-block-base__image.-sideLine img {
    height: 123px;
  }

  .t-block-base__col:nth-child(2) .t-block-base__image.-photo img {
    width: 157px;
  }

  .t-block-base__image.-upperLine img {
    width: 145px;
  }

  .t-block-base__image.-upperText img,
  .t-block-base__contentCol2 .t-block-base__image.-sideText img {
    height: 33px;
  }

  .t-block-base__contentCol2 .t-block-base__image.-sideLine img {
    height: 102px;
  }

  .is-animate .t-block-base__contentCol2 .t-block-base__image.-photo {
    transition-delay: 0;
  }
  
  .is-animate .t-block-base__image.-upperLine {
    transition-delay: .6s;
  }
  
  .is-animate .t-block-base__image.-upperText {
    transition-delay: 1.2s;
  }
  
  .is-animate .t-block-base__contentCol2 .t-block-base__image.-sideLine {
    transition-delay: 1.8s;
  }
  
  .is-animate .t-block-base__contentCol2 .t-block-base__image.-sideText {
    transition-delay: 2.4s;
  }
  
  .t-block-base__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .t-block-base__image-name {
    font-size: 17px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
  }

  .t-block-base__col:nth-child(1) .t-block-base__image.-sideLine img {
    height: 105px;
  }

  .t-block-base__col:nth-child(2) .t-block-base__image.-sideLine img {
    height: 138px;
    width: 6px;
  }
  
}

/* trivia */
.t-heading-trivia {
  position: relative;
  overflow: hidden;
  margin-bottom: 78px;
  padding-bottom: 105px;
}

.t-heading-trivia__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.t-heading-trivia__title {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  line-height: 1.25;
}

.t-heading-trivia__media {
  display: block;
  margin-bottom: -12px;
}

.t-heading-trivia__item {
  margin-right: 5%;
  width: 63%;
}

.t-heading-trivia__item img {
  max-width: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .t-heading-trivia::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 540px;
    background-color: #ecf6f1;
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .t-heading-trivia {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .t-heading-trivia__inner {
    display: block;
  }

  .t-heading-trivia__title {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .t-heading-trivia__media {
    margin-bottom: -6px;
  }

  .t-heading-trivia__mediaImage {
    height: 20px;
  }

  .t-heading-trivia__item {
    margin-right: 0;
    width: 100%;
  }
}

/* opening */
.c-block-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

.c-block-opening.is-hide {
  display: none;
}

.c-block-opening-container {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .6s cubic-bezier(0.11, 0, 0.5, 0);
}

.c-block-opening-container.is-show {
  opacity: 1;
  position: static;
}

.c-block-opening__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.c-block-opening__logo,
.c-block-opening__text,
.c-block-opening__skip {
  visibility: hidden;
  opacity: 0;
  transition: visibility .6s cubic-bezier(0.11, 0, 0.5, 0), opacity .6s cubic-bezier(0.11, 0, 0.5, 0);
}

.c-block-opening__logoImage {
  width: 218px;
  height: 100px;
}

.c-block-opening__lead {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #401f18;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.c-block-opening.is-fade .c-block-opening__logo,
.c-block-opening.is-fade .c-block-opening__text,
.c-block-opening.is-fade .c-block-opening__skip {
  visibility: visible;
  opacity: 1;
}

.c-block-opening.is-fade .c-block-opening__logo,
.c-block-opening.is-fade .c-block-opening__skip {
  margin-bottom: 15px;
  transition-delay: 1s;
}

.c-block-opening.is-fade .c-block-opening__text.-text1 {
  margin-bottom: 10px;
  transition-delay: 2s;
}

.c-block-opening.is-fade .c-block-opening__text.-text2 {
  margin-bottom: 10px;
  transition-delay: 4s;
}

.c-block-opening.is-fade .c-block-opening__text.-text3 {
  transition-delay: 6s;
}

.c-block-opening.is-fade .-text4 {
  transition-delay: 8s;
}

.c-block-opening.is-fade  {
  animation: fadeout 11.5s ease-in forwards;
}

.c-block-opening__skip {
  visibility: hidden;
  opacity: 0;
  margin-top: 100px;
  width: 120px;
  height: 36px;
}

.c-block-opening__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #401f18;
  padding: 10px 20px;
  width: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #401f18;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
}

.c-block-opening__button:hover {
  cursor: pointer;
}

.c-block-opening__buttonIcon {
  display: block;
  margin-left: 10px;
}

.c-block-opening__buttonIcon > svg {
  width: 25px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .c-block-opening__inner {
    top: -8em;
  }

  .c-block-opening__logoImage {
    width: 109px;
    height: 50px;
  }

  .c-block-opening__text {
    font-size: 18px;
  }

  .c-block-opening__skip {
    margin-top: 50px;
  }

  .c-block-opening__button {
    border-color: rgba(64,31,24,.5);
    font-size: 12px;
  }

  .c-block-opening__buttonIcon > svg {
    width: 18px;
    height: 8px;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}


/* 202311 add */
.t-color-found__text_bottom {
  margin: 15px 0 0;
}
.t-color-found__text_bottom > .smaller {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .t-color-found__text_bottom {
    margin-left: 140px;
  }
  .t-color-found__text_bottom > .smaller {
    font-size: 12px;
  }
}