@charset "UTF-8";
/* ========================================
  BASE
======================================== */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}

body {
  width: 100%;
  background-color: #fff;
  color: #401f18;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 15px;
  }
}

h1,h2,h3,h4,h5,h6,p,dl,ul,ol,li,dt,dd {
  margin: 0;
  padding: 0;
}

ul,ol,li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

a {
  color: #401f18;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

* {
  box-sizing: border-box;
}

/* ========================================
  JS
======================================== */
.js-animate {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out;
}

.is-animate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.is-overlay-show body {
  position: fixed;
}

[class*="fn-animate__"] {
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out, transform .6s ease-in-out;
}

.is-animate [class*="fn-animate__"],
.is-animate[class*="fn-animate__"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .fn-animate__title,
  .fn-animate__text,
  .fn-animate__text2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .is-animate .fn-animate__content,
  .is-animate .fn-animate__item2 {
    transition-delay: 0s;
  }

  .is-animate .fn-animate__item,
  .is-animate .fn-animate__content2 {
    transition-delay: .6s;
  }

  .is-animate.fn-animate__grid1 {
    transition-delay: 0s;
  }

  .is-animate.fn-animate__grid2 {
    transition-delay: .7s;
  }

  .is-animate.fn-animate__grid3 {
    transition-delay: 1.4s;
  }
}

@media screen and (max-width: 767px) {
  .fn-modal__content.js-animate {
    transform: translateY(0);
    transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
  }

  .fn-animate__content,
  .fn-animate__content2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .is-animate .fn-animate__title,
  .is-animate .fn-animate__text2 {
    transition-delay: .4s;
  }

  .is-animate .fn-animate__text {
    transition-delay: .8s;
  }

  .is-animate .fn-animate__item,
  .is-animate .fn-animate__item2 {
    transition-delay: 0s;
  }
}

/* ========================================
  Layout HEADER
======================================== */
.l-header {
  position: relative;
  z-index: 2;
}

.l-header__logo {
  position: absolute;
  top: 45px;
  left: 3%;
}

.l-header__logo > a {
  display: block;
  text-align: center;
  transition: opacity .3s ease-in-out;
  line-height: 0;
}

.l-header__logoImage {
  display: block;
  margin-bottom: 17px;
  width: 180px;
  height: 82px;
}

.l-header__logoImage2 {
  width: 66px;
  height: 16px;
}

@media screen and (min-width: 768px) {
  .l-header__logo > a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 25px;
    left: 15px;
  }

  .l-header__logoImage {
    margin-bottom: 5px;
    width: 80px;
    height: 36px;
  }

  .l-header__logoImage2 {
    width: 33px;
    height: 8px;
  }
}

/* ========================================
  Layout MAINVISUAL
======================================== */
.l-mv {
  position: relative;
  z-index: 1;
}

.l-mv__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.l-mv__heading {
  position: absolute;
  bottom: 13%;
  left: 8%;
}

.l-mv__title {
  font-size: 36px;
  line-height: 1.9;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

.l-mv__titleMedia,
.l-mv__text {
  display: block;
}

.l-mv__titleMedia {
  position: relative;
  left: -60px;
  line-height: 1;
}

.l-mv__media {
  max-width: 1200px;
  width: 83%;
  line-height: 1;
}

.l-mv__media img {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-mv {
    margin-bottom: 50px;
    background-image: linear-gradient(to top, #ecf6f1 50%, transparent 50%);
  }

  .l-mv__inner {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-bottom: 35px;
  }
  
  .l-mv__heading {
    display: flex;
    justify-content: center;
    align-self: center;
    position: static;
    width: 100%;
  }

  .l-mv__title {
    position: relative;
    padding-left: 1.5em;
    font-size: 18px;
  }

  .l-mv__titleMedia {
    position: absolute;
    top: -84px;
    left: 0;
  }

  .l-mv__titleMedia > img {
    width: 178px;
  }

  .l-mv__media {
    margin-bottom: 25px;
    width: 71%;
  }
}

/* ========================================
  Layout MAIN, SECTION
======================================== */
.l-main > *:last-child {
  margin-bottom: 0;
}

.l-section {
  overflow: hidden;
}

.l-section__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-section__inner > *:last-child {
  margin-bottom: 0;
}

.l-section.-about {
  margin-bottom: 190px;
}

.l-section.-found {
  margin-bottom: 180px;
}

.l-section.-howto {
  margin-bottom: 170px;
}

.l-section.-trivia {
  margin-bottom: 230px;
}

.l-section.-buy {
  margin-bottom: 90px;
  padding-top: 1px;
  background-color: #f8f6f4;
  overflow: visible;
}

.l-section.-buy .l-section__inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 1220px) {
  .l-section__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-section.-about {
    margin-bottom: 30px;
  }
  
  .l-section.-found {
    margin-bottom: 75px;
  }
  
  .l-section.-howto {
    margin-bottom: 50px;
  }
  
  .l-section.-trivia {
    margin-bottom: 125px;
    padding: 0 30px 30px;
    background-color: transparent;
    background-image: linear-gradient(to top, #ecf6f1 60%, transparent 60%);
  }

  .l-section.-buy {
    margin-bottom: 0;
  }

  .l-section.-buy .l-section__inner {
    padding: 0 45px 12px;
  }

  .l-section.-recommend {
    background-color: #f8f6f4;
  }
}

/* ========================================
  NAVIGATION
======================================== */
.l-nav {
  position: relative;
  margin-bottom: 90px;
  padding-top: 38px;
  padding-bottom: 110px;
  background-color: #ecf6f1;
}

.l-nav__list {
  display: flex;
  justify-content: space-between;
}

.l-nav__item {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .18em;
}

.l-nav__item + .l-nav__item {
  margin-left: 1.5em;
}

.l-nav__link {
  display: block;
}

@media screen and (max-width: 1220px) {
  .l-nav__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-nav__inner {
    transition: .3s;
  }

  .l-nav.is-fixed .l-nav__inner {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    background-color: #ecf6f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 1000;
    transition: .3s;
  }

  .l-nav__list {
    margin: auto;
    max-width: 1200px;
  }

  .l-nav.is-fixed .l-nav__list {
    justify-content: center;
  }

  .l-nav::before {
    display: block;
    position: absolute;
    top: -260px;
    left: 0;
    width: 100%;
    height: 260px;
    background-color: #ecf6f1;
    content: "";
  }

  .l-nav__link {
    transition: opacity .3s ease-in-out;
  }

  .l-nav__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .l-nav {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
    z-index: -1;
  }

  .l-nav.is-show {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }

  .l-nav__inner {
    padding: 0;
  }

  .l-nav__list {
    display: block;
    text-align: center;
  }

  .l-nav__item {
    font-size: 19px;
  }

  .l-nav__item + .l-nav__item {
    margin-top: 32px;
    margin-left: 0;
    line-height: 1.8;
  }
}

/* ========================================
  COMPONENT
======================================== */
/* heading */
.c-heading {
  margin-bottom: 90px;
  text-align: center;
}

.c-heading__title {
  font-weight: 600;
  font-size: 44px;
  letter-spacing: .1em;
}

.c-heading__media {
  display: block;
  margin-bottom: -12px;
  line-height: 1;
}

.c-heading.-buy {
  margin-top: -72px;
}

@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 25px;
  }

  .c-heading__title {
    font-size: 22px;
  }

  .c-heading__media {
    margin-bottom: -6px;
  }

  .c-heading.-buy {
    margin-top: -40px;
  }

  .t-textMedia-about {
    height: 21px;
  }
  
  .t-textMedia-found {
    height: 29px;
  }
  
  .t-textMedia-howto {
    height: 25px;
  }
  
  .t-textMedia-buy {
    height: 26px;
  }
}

.c-heading-l3 {
  margin-bottom: 80px;
  text-align: center;
}

.c-heading-l3__title {
  display: inline-block;
  border-bottom: 1px solid #401f18;
  font-weight: 600;
  font-size: 34px;
}
.c-heading-l3__title.c-heading-l3__title {
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .c-heading-l3 {
    margin-bottom: 35px;
  }

  .c-heading-l3__title {
    border-bottom: 0;
    font-size: 18px;
  }

  .c-heading-l3__title > span {
    background: linear-gradient(to top, #401f18 1px, transparent 1px);
  }

  .t-mediaLayout-howto + .c-heading-l3 {
    margin-top: 70px;
  }
}

.c-heading-l4 {
  margin-bottom: 30px;
  text-align: center;
}

.c-heading-l4__title {
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-heading-l4 {
    margin-bottom: 23px;
  }
  
  .c-heading-l4__title {
    font-size: 18px;
  }
}

/* text */
.c-text {
  line-height: 1.7;
}

/* note */
.c-note {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-note {
    font-size: 12px;
  } 
}

/* lead */
.c-lead {
  margin-bottom: 80px;
  text-align: center;
}

.c-text > p + p,
.c-lead > p + p {
  margin-top: 1em;
}

.c-lead.-about {
  margin-bottom: 50px;
}

.c-lead.-trivia {
  margin-bottom: 80px;
}

.c-lead.-buy {
  margin-top: -15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 25px;
  }

  .c-lead.-help {
    padding: 0 25px;
    text-align: left;
  }

  .c-lead.-found {
    margin-bottom: 40px;
    padding: 0 25px;
    text-align: left;
  }

  .c-lead.-found > p + p {
    margin-top: 25px;
  }

  .c-lead.-trivia {
    margin-bottom: 25px;
    text-align: left;
  }

  .c-lead.-buy {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left;
  }
}

/* media */
.c-media {
  margin-bottom: 40px;
  text-align: center;
}

.c-media.-full .c-media__inner img {
  max-width: none;
  width: 100%;
}

.c-media.-howto {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .c-media.-howto {
    margin-bottom: 65px;
  }

  .c-media.-howto + .u-none-wide {
    margin-top: -15px;
  }
}

/* button */
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-button__item {
  border-radius: 50vh;
  padding: 25px 10px;
  width: 100%;
  background-color: #401f18;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.c-button__item[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.c-button.-solid .c-button__item {
  width: 540px;
}

.c-button.-primary .c-button__item {
  background-color: #4f9d71;
}

.c-button.-buy .c-button__item {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  .c-button__item {
    transition: background-color .3s ease-in-out;
  }

  .c-button__item:hover,
  .c-button__item:focus {
    background-color: #655539;
  }

  .c-button.-primary .c-button__item:hover,
  .c-button.-primary .c-button__item:focus {
    background-color: #8bc4a4;
  }
}

@media screen and (max-width: 767px) {
  .c-button__item {
    padding: 15px;
    font-size: 15px;
  }

  .c-button.-buy .c-button__item {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 220px;
    font-size: 10px;
  }
}

/* c-button-menu */
.c-button-menu {
  display: none;
}

@media screen and (max-width: 767px) {
 .c-button-menu {
   display: block;
   position: fixed;
   top: 10px;
   right: 10px;
   z-index: 9999;
  }

  .c-button-menu__item + .c-button-menu__item {
    margin-top: 20px;
  }

  .c-button-menu__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    width: 55px;
    height: 55px;
    background-color: #401f18;
    color: #fff;
    font-size: 10px;
  }

 .c-button-menu__button[type="button"] {
   -webkit-appearance: none;
   appearance: none;
   border: 0;
   padding: 0;
 }

 .c-button-menu__icon > span {
   display: block;
   position: relative;
   border-radius: 1px;
   width: 18px;
   height: 2px;
   background-color: #fff;
   transition: transform .3s ease-in-out, opacity .3s ease-in-out;
 }

 .c-button-menu__icon > span + span {
   margin-top: 5px;
 }

 .c-button-menu__line3 {
   margin-bottom: 7px;
 }

 .c-button-menu__icon > img {
   width: 21px;
 }

 .c-button-menu__button.is-show .c-button-menu__line1 {
   top: 9px;
   width: 22px;
   transform: rotate(45deg);
 }

 .c-button-menu__button.is-show .c-button-menu__line2 {
   opacity: 0;
   transform: translateX(10px);
 }

 .c-button-menu__button.is-show .c-button-menu__line3 {
  top: -5px;
  width: 22px;
  transform: rotate(-45deg);
 }
}

/* c-button-pagetop */
.c-button-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
  transition: visibility .6s ease-in-out, opacity .6s ease-in-out;
}

.c-button-pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

.c-button-pagetop__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 5px;
  width: 100%;
  height: 100%;
  background-color: #401f18;
  color: #fff;
  font-size: 11px;
  text-align: center;
  transition: .3s;
}

.c-button-pagetop__icon > svg {
  width: 10px;
  height: 25px;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .c-button-pagetop__item:hover {
    background-color: #655539;
  }

  .c-button-pagetop__item:hover svg {
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 767px) {
  .c-button-pagetop {
    bottom: 10px;
    right: 10px;
  }

  .c-button-pagetop__icon > svg {
    width: 8px;
    height: 20px;
  }
}

/* list */
.c-list-qa__dt {
  display: flex;
  align-items: center;
  padding: 33px 40px;
  background-color: #ecf6f1;
}

.c-list-qa__dd {
  display: flex;
  padding: 30px 40px;
  background-color: #fff;
}

.c-list-qa__q,
.c-list-qa__a {
  flex-shrink: 0;
  margin-right: 30px;
}

.c-list-qa__text,
.c-list-qa__content {
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .c-list-qa {
    position: relative;
    left: -15px;
    width: 100vw;
  }

  .c-list-qa__dt {
    align-items: flex-start;
    padding: 20px 30px 20px 15px;
  }

  .c-list-qa__dd {
    padding: 22px 30px 22px 15px;
  }

  .c-list-qa__q,
  .c-list-qa__a {
    margin-right: 10px;
    width: 15px;
  }
}

/* ========================================
  UTILITY
======================================== */
.u-none-wide {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-none-wide {
    display: block;
  }

  .u-none-narrow {
    display: none;
  }
}

.u-ta-center {
  text-align: center;
}

.u-family-en {
  font-family: 'Barlow', sans-serif;
}

/* ========================================
  Layout FOOTER
======================================== */
/* buy */
.t-heading-buy {
  margin-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}

.t-heading-buy__title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: .2em;
  font-feature-settings: 'palt';
}

@media screen and (max-width: 767px) {
  .t-heading-buy {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .t-heading-buy__title {
    font-size: 15px;
  }

  .c-heading + .t-heading-buy {
    margin-top: 25px;
  }
}

.t-grid-buy {
  margin-left: -16px;
}

.t-grid-buy__inner {
  display: flex;
}

.t-grid-buy__col {
  margin-left: 16px;
  padding: 45px 40px 30px;
  width: calc((100% / 2) - 16px);
  background-color: #fff;
}

.t-grid-buy__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.t-grid-buy__upper {
  flex-grow: 1;
  margin-bottom: 30px;
}

.t-grid-buy__upper > *:last-child {
  margin-bottom: 0;
}

.t-grid-buy.-col3 .t-grid-buy__col {
  width: calc((100% / 3) - 16px);
}

.t-grid-buy__media {
  min-height: 70px;
  margin-bottom: 35px;
  text-align: center;
}

.t-grid-buy__text {
  margin-bottom: 1em;
}

.t-grid-buy__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.t-grid-buy__note > p {
  width: 100%;
}

.t-grid-buy__item {
  display: block;
  border-radius: 50vh;
  padding: 19px 10px;
  background-color: #4f9d71;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.t-grid-buy__title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: 2px;
}

.t-grid-buy__content.web .t-grid-buy__title,
.t-grid-buy__content.web .t-grid-buy__text {
  margin-bottom: 45px;
}

.t-grid-buy__title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background-color: #4f9d71;
  transform: translateX(-50%);
  content: "";
}

.t-grid-buy__dt,
.t-grid-buy__number,
.t-grid-buy__time {
  text-align: center;
}

.t-grid-buy__tel {
  display: block;
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: .2em
}

.t-grid-buy__number > span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.t-grid-buy__time {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .t-grid-buy__item {
    transition: background-color .3s ease-in-out;
  }

  .t-grid-buy__item:hover,
  .t-grid-buy__item:focus {
    background-color: #8bc4a4;
  }
}

@media screen and (max-width: 767px) {
  .t-grid-buy {
    margin: 0
  }
  
  .t-grid-buy__inner {
    display: block;
  }

  .t-grid-buy__inner > *:last-child {
    margin-bottom: 0;
  }
  
  .t-grid-buy__col {
    margin-bottom: 15px;
    margin-left: 0;
    padding: 25px 22px 30px;
    width: 100%;
  }

  .t-grid-buy__media {
    margin-bottom: 10px;
    min-height: auto;
  }

  .t-grid-buy__title {
    margin-bottom: 20px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .t-grid-buy__content.web .t-grid-buy__title,
  .t-grid-buy__content.web .t-grid-buy__text {
    margin-bottom: 20px;
  }

  .t-grid-buy__title::before {
    width: 20px;
    height: 2px;
  }

  .t-grid-buy__dt {
    font-size: 12px;
  }

  .t-grid-buy__tel {
    font-size: 30px;
    letter-spacing: .1em;
  }

  .t-grid-buy__number > span {
    font-size: 12px;
  }

  .t-grid-buy__time {
    font-size: 12px;
  }

  .t-grid-buy__text.-small {
    font-size: 12px;
  }

  .t-grid-buy.-col3 .t-grid-buy__col {
    width: 100%;
  }

  .t-grid-buy__note {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .t-grid-buy__item {
    margin: 0 auto;
    padding: 8px 13px;
    max-width: 200px;
    line-height: 1.7;
  }
}

.t-note-buy {
  padding-top: 22px;
  background-color: #fff;
}

.t-note-buy__text {
  margin: auto;
  max-width: 1200px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .t-note-buy {
    background-color: transparent;
    padding: 0 45px 50px;
  }

  .t-note-buy__text {
    font-size: 14px;
  }
}

/* recommend */
.t-grid-recommend__list {
  display: flex;
  justify-content: center;
}

.t-grid-recommend__item + .t-grid-recommend__item {
  margin-left: 40px;
}

@media screen and (min-width: 768px) {
  .t-grid-recommend__link {
    transition: opacity .3s ease-in-out;
  }

  .t-grid-recommend__link:hover,
  .t-grid-recommend__link:focus {
    opacity: .7;
  }
  
  .t-grid-recommend__list > li {
    width: 50%;
    max-width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .t-grid-recommend__list {
    display: block;
  }

  .t-grid-recommend__list > *:last-child {
    margin-bottom: 0;
  }

  .t-grid-recommend__item {
    margin-bottom: 15px;
  }

  .t-grid-recommend__item + .t-grid-recommend__item {
    margin-left: 0;
  }
}

/* copy */
.l-footer {
  margin-top: 100px;
  padding: 0 15px 45px;
}

.l-footer__copy {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 30px;
  }
}

/* 
group_planting
*/
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.group_planting__wrap {
  padding: 60px 0 30px;
  margin: 0 0 40px;
}
.group_planting__ttl-note {
  letter-spacing: .1em;
  margin: 20px 0 0;
}
.group_planting__ttl-note p {
  text-align: left;
}
.group_planting__type {
  position: relative;
}
.group_planting__type::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 60%;
  width: 90%;
  height: 78%;
  background-color: #ecf6f1;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}
.group_planting__type > li+li {
  margin-top: 45px;
}
.group_planting__inner {
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .group_planting__wrap {
    padding: 100px 0 80px;
    margin: 0 0 65px;
  }
  .group_planting__wrap .c-heading-l3__title.c-heading-l3__title {
    letter-spacing: 0;
  }
  .group_planting__ttl-note {
    margin: 50px 0 0;
  }
  .group_planting__ttl-note p {
    text-align: center;
  }
  .group_planting__type::before {
    display: block;
  }
  .group_planting__type > li+li {
    margin-top: 100px;
  }
  .group_planting__inner {
    max-width: 1440px;
    margin: auto;
    padding: 0;
  }
}
.group_planting__title {
  font-size: 18px;
}

.group_planting__text {
  font-size: 13px;
  margin: 20px 0 25px;
  line-height: 1.65;
  letter-spacing: .1em;
}
.group_planting__text-media-wrap {
  position: relative;
}
.group_planting__text-media-wrap figure {
  margin: 0;
}
.group_planting__media figcaption {
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .group_planting__title {
    font-size: 30px;
  }
  .group_planting__text {
    font-size: 20px;
    margin: 40px 0 60px;
    width: 44%;
  }
  .__type02 .group_planting__title {
    text-align: right;
  }
  .group_planting__media figcaption {
    font-size: 14px;
  }
  .__type02 .group_planting__text {
    margin: 40px 0 30px auto;
    width: 52%;
  }
  .group_planting__media {
    position: absolute;
    top: 0;
    margin: 0;
    width: clamp( 360px, 34.34vw, 508px);
  }
  .__type01 .group_planting {
  margin: 0 0 0 clamp( 40px, 6.76vw, 100px);
  }
  .__type01 .group_planting .group_planting__media {
    right: 40px;
  }
  .__type02 .group_planting .group_planting__media {
    left: 40px;
  }
}
.group_planting__breed-ttl,
.group_planting__diagram-ttl {
  font-size: 16px;
  margin: 0 0 20px;
}
.group_planting__infobox {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 25px 0 0;
}
.group_planting__breed-list p {
  text-indent: -1em;
  padding-left: 1em;
}
.group_planting__breed-list li+li {
  margin-top: 10px;
}
.group_planting__diagram-img {
  width: 52.8vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .group_planting__breed-ttl,
  .group_planting__diagram-ttl {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .group_planting__breed-list li+li {
    margin-top: 15px;
  }
  .group_planting__infobox {
    margin: 0;
    display: flex;
    gap: 0 12%;
    width: 50%;
    flex-direction: row;
  }
  .__type02 .group_planting__infobox {
    margin-left: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 52%;
  }
  .group_planting__diagram-img {
    padding-left: 30px;
    width: auto;
  }
  
}

/* add */
.t-grid-buy__media img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  
  .t-grid-buy.-col2 .t-grid-buy__col {
    width: calc((100% / 2) - 16px);
  }
}

.t-color-found__sub.icon-new__wrap {
  display: flex;
  align-items: center;
}
.t-color-found__sub .icon_new { 
  margin-right: 5px;
  width: 50px;
  display: inline-block;
}
.t-color-found__sub .icon_new > img { 
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .t-color-found__sub .icon_new { 
    width: 60px;
  }
}

/*
パフィン追加
*/
.c-lead__text_note {
  font-size: 14px;
}
.c-lead__found_flower {
  display: flex;
  justify-content: center;
  margin: 0 0 100px;
  transform: translateY(0);
}
.c-lead__found_flower > figure {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  z-index: 1;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}
.c-lead__found_flower > figure img {
  transform: scale(.9);
  opacity: 0;
  transition: transform .6s ease-in-out,opacity .4s ease-in-out;
}
.c-c-lead__found_flower_baccaraiq img {
  transition-delay: .2s;
}
.c-lead__found_flower_puffin img {
  transition: transform .6s ease-in-out,opacity .4s ease-in-out;
  transition-delay: .4s;
}
.c-lead__found_flower_line {
  display: flex;
  align-items: center;
  margin: 10px -25px 0 0px;
}
.c-lead__found_flower > figure figcaption {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: -65px;
}
@media screen and (max-width: 767px) {
  .c-lead__text_note {
    font-size: 12px;
  }
  .c-lead__found_flower {
    padding: 0 25px;
    margin: 0 0 70px;
  }
  .c-lead__found_flower > figure figcaption {
    font-size: 14px;
    bottom: -48px;
  }
}
.c-lead__found_flower_line {
  overflow: hidden;
  position: relative;
}
.is-animate.c-lead__found_flower > figure img {
  transform: scale(1);
  opacity: 1;
}
.c-lead__found_flower_line::before {
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.is-animate .c-lead__found_flower_line::before {
  animation: img-wrap 1s ease-in-out forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.t-color-found.-puffin-color1 {
  background-color: #ffeff7;
}
.t-color-found.-puffin-color2 {
  background-color: #fff7fd;
}
.t-color-found.-puffin-color3 {
  background-color: #efebf6;
}
.t-color-found.-puffin-color4 {
  background-color: #f8e6ef;
}
.t-color-found.-puffin-color5 {
  background-color: #f8e5e7;
}
.t-color-found.-puffin-color6 {
  background-color: #fbe9f0;
}

/* icon--new-text */
.icon--new-text {
  color: #e8255d;
  font-size: 0.65em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  span.icon--new-text {
    background: none;
  }
}


.l-section.-insta{
  margin-bottom: 180px;
}
.insta-content{
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
  padding: 45px 54px 40px;
  background-color: #ECF6F1;
}
.insta-lead{
	text-align: center;
}
.insta-lead small{
	margin-top: 1em;
	display: block;
}
.ecbn-selection-page-tabs-area{
  display: none;
}
.ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box{
  padding-top: 40px !important;
}
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item{
  padding: 6px;
}
.ecbn-selection-to-nextpage{
  display: none;
}
.ecbn-selection-page-wrapper .ecbn-selection-more-btn{
  width: 540px !important;
  min-height: 80px;
  padding: 25px 10px !important;
  background-color: #401F18 !important;
  font-size: 0 !important;
  border-radius: 50vh !important;
  position: relative !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-more-btn::after{
  content: "もっと見る";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .insta-content{
    padding: 30px 15px 18px;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box{
    padding-top: 20px !important;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn{
    width: 100% !important;
    min-height: 50px;
    padding: 15px !important;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn::after{
    font-size: 15px !important;
  }

}