/* ==========================================================================
    inner&column
========================================================================== */
/* ==========================================================================
    color
========================================================================== */
/* ==========================================================================
    font
========================================================================== */
/* ==========================================================================
    mixin
========================================================================== */
/* ==========================================================================
    pc/sp
========================================================================== */
.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/* ==========================================================================
    animation
========================================================================== */
.c-anm--fadeIn {
  opacity: 0;
}
.c-anm--fadeIn.is-animated {
  -webkit-animation-name: anm-fadeIn;
          animation-name: anm-fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}
.c-anm--fadeInUp {
  opacity: 0;
}
.c-anm--fadeInUp.is-animated {
  -webkit-animation-name: anm-fadeInUp;
          animation-name: anm-fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

@-webkit-keyframes anm-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes anm-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes anm-fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes anm-fadeInUp {
  0% {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
/* ====================================
	body - common
 ==================================== */
body {
  font-weight: 400;
}

.font-zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-beige {
  background-color: #FBF7EF;
}

.lpContent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: justify;
  overflow: hidden;
}

.lp-section {
  color: #333333;
  padding: 80px 0;
}
@media screen and (max-width: 1366px) {
  .lp-section {
    padding: 5.8565153734vw 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-section {
    padding: 10.6666666667vw 0;
  }
}

.lp-section__inr {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 90px;
}
@media screen and (max-width: 1366px) {
  .lp-section__inr {
    max-width: 99.560761347vw;
    padding: 0 6.588579795vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-section__inr {
    max-width: 100%;
    padding: 0 5vw;
  }
}

.lp-section__title {
  text-align: center;
}
.lp-section__title span {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  font-size: 34px;
  padding: 0 80px 25px;
  margin: 0 0 70px;
}
.lp-section__title span::after {
  content: "";
  display: block;
  background: url(../images/bg-title.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 30px;
}
.lp-section__title span strong {
  line-height: 1.3;
  color: #F77F4A;
  font-size: 37px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .lp-section__title span {
    font-size: 2.4890190337vw;
    padding: 0 5.8565153734vw 1.8301610542vw;
    margin: 0 0 5.1244509517vw;
  }
  .lp-section__title span::after {
    height: 2.196193265vw;
  }
  .lp-section__title span strong {
    font-size: 2.7086383602vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-section__title span {
    letter-spacing: -0.01em;
    font-size: 6.9333333333vw;
    padding: 0 0 5.3333333333vw;
    margin: 0 0 10.6666666667vw;
    width: 100%;
  }
  .lp-section__title span::after {
    height: 5.3333333333vw;
  }
  .lp-section__title span strong {
    font-size: 7.4666666667vw;
  }
}

/* ------------------------------------
	mainvisual
 ------------------------------------ */
.mainvisual {
  position: relative;
}
.mainvisual__bg > img {
  width: 100%;
  height: auto;
}
.mainvisual__catch {
  position: absolute;
  top: calc(50% - 2.196193265vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 49.4875549048vw;
  height: 14.2020497804vw;
}
.mainvisual__catch > img {
  width: 100%;
  height: auto;
}
.mainvisual__point {
  position: absolute;
  top: calc(50% + 13.9092240117vw);
  left: calc(50% + 21.9619326501vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15.3733528551vw;
}
.mainvisual__point height:vw($bw-pc, 194) > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mainvisual__catch {
    top: calc(50% - 18.6666666667vw);
    left: 50%;
    width: 89.8666666667vw;
    height: 25.6vw;
  }
  .mainvisual__point {
    top: calc(50% + 21.3333333333vw);
    left: 50%;
    width: 43.7333333333vw;
    height: 40.5333333333vw;
  }
}

/* ------------------------------------
	introduction
 ------------------------------------ */
.introduction__row {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 890px;
  height: 250px;
}
.introduction__col--contents {
  width: 617px;
  margin: 0 0 27px;
}
.introduction__col--contents > p {
  width: 100%;
  background: url(../images/introduction-speech-bubble.svg) no-repeat center center;
  background-size: contain;
  line-height: 1.75;
  height: 190px;
  padding: 25px 90px 30px 130px;
  font-size: 18px;
}
.introduction__col--contents > p strong {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F77F4A;
  line-height: 1.4;
  font-size: 32px;
}
.introduction__col--contents > p strong span {
  font-size: 28px;
}
.introduction__col--image {
  width: 260px;
  margin-left: 10px;
}
.introduction__col--image > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .introduction__row {
    width: 65.1537335286vw;
    height: 18.3016105417vw;
  }
  .introduction__col--contents {
    width: 45.168374817vw;
    margin: 0 0 1.9765739385vw;
  }
  .introduction__col--contents > p {
    height: 13.9092240117vw;
    padding: 1.8301610542vw 6.588579795vw 2.196193265vw 9.5168374817vw;
    font-size: 1.317715959vw;
  }
  .introduction__col--contents > p strong {
    font-size: 2.3426061493vw;
  }
  .introduction__col--contents > p strong span {
    font-size: 2.0497803807vw;
  }
  .introduction__col--image {
    width: 19.0336749634vw;
    margin-left: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .introduction__row {
    width: 100%;
    height: auto;
    display: block;
  }
  .introduction__col--contents {
    width: calc(100% + 10vw);
    margin: 0 -5vw -18.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .introduction__col--contents > p {
    width: 100%;
    height: auto;
    padding: 10.1333333333vw 8vw 19.2vw 8vw;
    background: url(../images/introduction-speech-bubble-sp.svg) no-repeat center center;
    background-size: cover;
    font-size: 4vw;
  }
  .introduction__col--contents > p strong {
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .introduction__col--contents > p strong span {
    font-size: 4.8vw;
  }
  .introduction__col--image {
    width: 100%;
    margin-left: 2.6666666667vw;
  }
  .introduction__col--image > img {
    display: block;
    margin: auto;
    width: 69.3333333333vw;
  }
}

/* ------------------------------------
	link
 ------------------------------------ */
.link-section__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 56px;
}
.link-section__wrap.is-fixed .link-section {
  position: fixed;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .link-section__wrap {
    height: 4.0995607613vw;
  }
}
@media screen and (max-width: 767px) {
  .link-section__wrap {
    height: 14.9333333333vw;
  }
}

.link-section {
  background: #F77F4A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.link-section .link-section__inr {
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .link-section {
    padding: 0 1.4641288433vw;
  }
}
@media screen and (max-width: 767px) {
  .link-section {
    padding: 0 12vw;
  }
}

.link-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding: 0 20px;
  height: 56px;
}
.link-list li {
  display: inline-block;
  margin: 0 15px;
  line-height: 56px;
}
@media screen and (max-width: 1366px) {
  .link-list {
    padding: 0 1.4641288433vw;
    height: 4.0995607613vw;
  }
  .link-list li {
    line-height: 4.0995607613vw;
    margin: 0 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .link-list {
    height: 14.9333333333vw;
  }
  .link-list li {
    line-height: 14.9333333333vw;
    margin: 0;
    width: 76vw;
  }
  .link-list li:last-child {
    margin-left: 4vw;
  }
}

.link-list li a {
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
}
@media screen and (max-width: 1366px) {
  .link-list li a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 767px) {
  .link-list li a {
    font-size: 4vw;
  }
}

.link-list li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.link-list .slick-arrow {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: 10px;
}
@media screen and (max-width: 1366px) {
  .link-list .slick-arrow {
    height: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .link-list .slick-arrow {
    height: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .link-list .slick-arrow::before {
    content: "";
    display: block;
    border-top: 0.5333333333vw solid #FFFFFF;
    border-right: 0.5333333333vw solid #FFFFFF;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
}

@media screen and (max-width: 1366px) {
  .link-list .slick-arrow.slick-prev {
    left: 0vw;
  }
}

.link-list .slick-arrow.slick-prev::before {
  margin-right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .link-list .slick-arrow.slick-next {
    right: -7.4666666667vw;
  }
}

.link-list .slick-arrow.slick-next::before {
  margin-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ------------------------------------
	about
 ------------------------------------ */
.lp-section__title--about {
  margin-top: -1.756954612vw;
}

.about__image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
}
.about__image > img {
  width: 100%;
  height: auto;
}
.about__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__list {
  background: #FFFFFF;
  width: 373px;
  border-radius: 10px;
  padding: 25px 30px 40px;
}
.about__list > dt {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F77F4A;
  line-height: 1.75;
  text-align: center;
  font-size: 26px;
  padding: 15px 0;
}
.about__list > dd {
  line-height: 1.75;
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  .about__image {
    margin: 0 0 2.196193265vw;
  }
  .about__list {
    width: 27.3060029283vw;
    border-radius: 0.7320644217vw;
    padding: 1.8301610542vw 2.196193265vw 2.9282576867vw;
  }
  .about__list > dt {
    font-size: 1.9033674963vw;
    padding: 1.0980966325vw 0;
  }
  .about__list > dd {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .about__image {
    margin: 0 0 2.6666666667vw;
  }
  .about__list-wrap {
    display: block;
  }
  .about__list {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .about__list > dt {
    font-size: 5.8666666667vw;
  }
  .about__list > dd {
    font-size: 4vw;
  }
}

/* ------------------------------------
	flow
 ------------------------------------ */
.flow__image {
  margin: 0 -30px 40px 0;
  width: calc(100% + 30px);
}
.flow__image > img {
  width: 100%;
  height: auto;
}
.flow__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FBF7EF;
  border-radius: 10px;
  padding: 50px;
}
.flow__col--contents {
  width: 625px;
}
.flow__col--contents > h3 {
  margin: 0 0 24px;
}
.flow__col--contents > h3 > img {
  width: 478px;
  height: 75px;
}
.flow__col--contents > p {
  font-size: 18px;
  line-height: 2;
}
.flow__col--image {
  width: 365px;
}
.flow__col--image > img {
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .flow__image {
    margin: 0 -2.196193265vw 2.9282576867vw 0;
    width: calc(100% + 2.196193265vw);
  }
  .flow__row {
    border-radius: 0.7320644217vw;
    padding: 3.6603221083vw;
  }
  .flow__col--contents {
    width: 45.7540263543vw;
  }
  .flow__col--contents > h3 {
    margin: 0 0 1.756954612vw;
  }
  .flow__col--contents > h3 > img {
    width: 34.9926793558vw;
    height: 5.4904831625vw;
  }
  .flow__col--contents > p {
    font-size: 1.317715959vw;
  }
  .flow__col--image {
    width: 26.7203513909vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__image {
    margin: 0 0 5.3333333333vw;
  }
  .flow__row {
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
    display: block;
  }
  .flow__col--contents {
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
  .flow__col--contents > h3 {
    margin: 0 0 5.3333333333vw;
  }
  .flow__col--contents > h3 > img {
    width: 77.3333333333vw;
    height: 25.6vw;
  }
  .flow__col--contents > p {
    font-size: 4vw;
    line-height: 1.75;
  }
  .flow__col--image {
    margin: 0 -2.6666666667vw;
    width: calc(100% + 5.3333333333vw);
  }
}

/* ------------------------------------
	interview
 ------------------------------------ */
.interview__list {
  margin: 0 0 -60px;
  padding: 0;
}
.interview__item {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview__item--ci {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview__item--c > div {
  width: 100% !important;
}
.interview__item > img {
  width: 570px;
  height: auto;
  border-radius: 10px;
}
.interview__item > div {
  width: 570px;
}
.interview__item > div > h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F77F4A;
  line-height: 1.5;
  margin: 0 0 20px;
}
.interview__item > div > dl > dt {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.45;
  margin: 0 0 25px;
}
.interview__item > div > dl > dd {
  font-size: 18px;
  line-height: 1.75;
}
.interview__item > div > dl > dd strong {
  font-weight: 500;
  background: rgba(247, 127, 74, 0.3);
}
.interview__item > div > dl + h3 {
  margin: 20px 0 0;
}
@media screen and (max-width: 1366px) {
  .interview__list {
    margin: 0 0 -4.39238653vw;
  }
  .interview__item {
    margin: 0 0 4.39238653vw;
  }
  .interview__item > img {
    width: 41.7276720351vw;
    border-radius: 0.7320644217vw;
  }
  .interview__item > div {
    width: 41.7276720351vw;
  }
  .interview__item > div > h3 {
    font-size: 2.196193265vw;
    margin: 0 0 1.4641288433vw;
  }
  .interview__item > div > dl > dt {
    font-size: 1.756954612vw;
    margin: 0 0 1.8301610542vw;
  }
  .interview__item > div > dl > dd {
    font-size: 1.317715959vw;
  }
  .interview__item > div > dl + h3 {
    margin: 1.4641288433vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__list {
    margin: 0 0 -8vw;
  }
  .interview__item {
    margin: 0 0 8vw;
    display: block;
  }
  .interview__item > img {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .interview__item > div {
    width: 100%;
  }
  .interview__item > div > h3 {
    font-size: 5.8666666667vw;
    margin: 0 0 4vw;
  }
  .interview__item > div > dl > dt {
    font-size: 5.3333333333vw;
    line-height: 1.75;
    margin: 0 0 4vw;
  }
  .interview__item > div > dl > dd {
    font-size: 4vw;
    line-height: 1.75;
  }
  .interview__item > div > dl + h3 {
    margin: 4vw 0 0;
  }
}

/* ------------------------------------
	menu
 ------------------------------------ */
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
}
.menu__item {
  width: 373px;
  margin: 0 0 20px;
  padding: 0 0 75px;
  position: relative;
}
.menu__item::before {
  content: "";
  width: 70px;
  height: 50px;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 55px;
  font-size: 33px;
}
.menu__item:nth-child(1)::before {
  content: "1";
  background: url(../images/menu-1st.svg) 0 0/100% auto no-repeat;
}
.menu__item:nth-child(2)::before {
  content: "2";
  background: url(../images/menu-2nd.svg) 0 0/100% auto no-repeat;
}
.menu__item:nth-child(3)::before {
  content: "3";
  background: url(../images/menu-3rd.svg) 0 0/100% auto no-repeat;
}
.menu__item > img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 20px;
}
.menu__item .name {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  height: auto;
  margin: 0 0 20px;
}
.menu__item .text {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.menu__item .link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
}
.menu__item .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #F77F4A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  white-space: nowrap;
}
.menu__item .link a::before {
  content: "";
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.menu__item .link a[href*="cocoroplus.jp.sharp"]::before {
  background: url(../images/icon-list.svg) 0 0/100% auto no-repeat;
}
.menu__item .link a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.menu__item .link a + a {
  margin-top: 10px;
}
.menu__movie {
  width: 800px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu__movie > div {
  position: relative;
  margin: 0 0 25px;
}
.menu__movie > div::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.menu__movie > div::after {
  content: "";
  width: 85px;
  height: 85px;
  background: url(../images/icon-play.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu__movie > img {
  width: 100%;
  height: auto;
}
.menu__movie > p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F77F4A;
  text-align: center;
}
.menu__movie:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .menu__list {
    margin: 0 0 5.8565153734vw;
  }
  .menu__item {
    width: 27.3060029283vw;
    margin: 0 0 1.4641288433vw;
    padding: 0 0 5.4904831625vw;
  }
  .menu__item::before {
    width: 5.1244509517vw;
    height: 3.6603221083vw;
    margin: 0 auto 1.4641288433vw;
    line-height: 4.0263543192vw;
    font-size: 2.4158125915vw;
  }
  .menu__item > img {
    border-radius: 0.7320644217vw;
    margin: 0 0 1.4641288433vw;
  }
  .menu__item .name {
    font-size: 1.4641288433vw;
    margin: 0 0 1.4641288433vw;
  }
  .menu__item .text {
    font-size: 1.317715959vw;
    margin: 0 0 1.4641288433vw;
  }
  .menu__item .link {
    height: 4.7584187408vw;
  }
  .menu__item .link a {
    font-size: 1.317715959vw;
  }
  .menu__item .link a::before {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
    margin-right: 0.7320644217vw;
  }
  .menu__item .link a + a {
    margin-top: 0.7320644217vw;
  }
  .menu__movie {
    width: 58.5651537335vw;
  }
  .menu__movie > div {
    margin: 0 0 1.8301610542vw;
  }
  .menu__movie > div::after {
    width: 6.2225475842vw;
    height: 6.2225475842vw;
  }
  .menu__movie > p {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 767px) {
  .menu__list {
    display: block;
  }
  .menu__item {
    width: 100%;
    margin: 0 0 10.6666666667vw;
    padding: 0;
  }
  .menu__item::before {
    content: "";
    width: 15.7333333333vw;
    height: 11.2vw;
    margin: 0 auto 2.6666666667vw;
    line-height: 12.5333333333vw;
    font-size: 6.6666666667vw;
  }
  .menu__item > img {
    border-radius: 2.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .menu__item .name {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  .menu__item .text {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .menu__item .link {
    position: relative;
    left: auto;
    bottom: auto;
    height: auto;
  }
  .menu__item .link a {
    font-size: 4vw;
  }
  .menu__item .link a::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
  .menu__movie {
    width: 100%;
  }
  .menu__movie > div {
    margin: 0 0 2.6666666667vw;
  }
  .menu__movie > div::after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .menu__movie > p {
    font-size: 5.3333333333vw;
  }
}

/* ------------------------------------
	tsukaikonashitai
 ------------------------------------ */
/* ------------------------------------
	tsukaikonashitai-member
 ------------------------------------ */
.tsukaikonashitai-member__title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.tsukaikonashitai-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
.tsukaikonashitai-member__item {
  width: 180px;
  margin: 0 10px;
}
.tsukaikonashitai-member__item > div {
  margin: 0 auto 10px;
  width: 120px;
}
.tsukaikonashitai-member__item > div > img {
  width: 100%;
  height: auto;
}
.tsukaikonashitai-member__item > p {
  height: 16px;
}
.tsukaikonashitai-member__item > p > img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .tsukaikonashitai-member__title {
    margin: 0 0 1.4641288433vw;
    font-size: 1.756954612vw;
  }
  .tsukaikonashitai-member__list {
    margin: 0 0 4.39238653vw;
  }
  .tsukaikonashitai-member__item {
    width: 13.17715959vw;
    margin: 0 0.7320644217vw;
  }
  .tsukaikonashitai-member__item > div {
    margin: 0 auto 0.7320644217vw;
    width: 8.78477306vw;
  }
  .tsukaikonashitai-member__item > p {
    height: 1.1713030747vw;
  }
}
@media screen and (max-width: 767px) {
  .tsukaikonashitai-member__title {
    margin: 0 0 4vw;
    font-size: 4.8vw;
  }
  .tsukaikonashitai-member__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 8vw;
  }
  .tsukaikonashitai-member__item {
    width: 26.6666666667vw;
    margin: 0;
  }
  .tsukaikonashitai-member__item > div {
    margin: 0 auto 2.6666666667vw;
    width: 26.6666666667vw;
  }
  .tsukaikonashitai-member__item > p {
    height: 6.9333333333vw;
  }
}

/* ------------------------------------
	tsukaikonashitai-recipe
 ------------------------------------ */
.tsukaikonashitai-recipe__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 960px;
  height: 195px;
  margin: 0 auto 40px;
}
.tsukaikonashitai-recipe__tab li {
  width: 140px;
}
.tsukaikonashitai-recipe__tab li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #CCCCCC;
  width: 140px;
  height: 175px;
  overflow: hidden;
}
.tsukaikonashitai-recipe__tab li a.is-active {
  margin-top: 20px;
  opacity: 0.5;
}
.tsukaikonashitai-recipe__tab li a img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsukaikonashitai-recipe__tab li a:hover {
  opacity: 0.5;
}
.tsukaikonashitai-recipe__list {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.tsukaikonashitai-recipe__item {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsukaikonashitai-recipe__item.is-active {
  display: block;
  -webkit-animation-name: anm-fadeIn;
          animation-name: anm-fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.tsukaikonashitai-recipe__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tsukaikonashitai-recipe__slide {
  width: 320px;
  position: relative;
  border: 1px solid #CCCCCC;
}
.tsukaikonashitai-recipe__slide img {
  width: 320px;
}
.tsukaikonashitai-recipe__slide video {
  width: 320px;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsukaikonashitai-recipe__slide .slick-arrow {
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 1px 2px rgba(51, 51, 51, 0.16));
          filter: drop-shadow(0 1px 2px rgba(51, 51, 51, 0.16));
  top: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: calc(50% - 25px);
  z-index: 2;
  width: 48px;
  height: 48px;
}
.tsukaikonashitai-recipe__slide .slick-arrow::before {
  border-top: 2px solid #F77F4A;
  border-right: 2px solid #F77F4A;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}
.tsukaikonashitai-recipe__slide .slick-arrow.slick-prev {
  left: 0;
}
.tsukaikonashitai-recipe__slide .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: -4px;
}
.tsukaikonashitai-recipe__slide .slick-arrow.slick-next {
  right: -50px;
}
.tsukaikonashitai-recipe__slide .slick-arrow.slick-next::before {
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tsukaikonashitai-recipe__contents {
  width: 600px;
}
.tsukaikonashitai-recipe__contents .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 0 20px;
}
.tsukaikonashitai-recipe__contents .label > span {
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.tsukaikonashitai-recipe__contents .label > span > small {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  white-space: nowrap;
  margin-left: 10px;
}
.tsukaikonashitai-recipe__contents .label::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px dashed #333333;
  margin-left: 20px;
}
.tsukaikonashitai-recipe__contents .catch {
  font-size: 24px;
  font-weight: 700;
  color: #F77F4A;
  line-height: 1.5;
  margin: 0 0 20px;
}
.tsukaikonashitai-recipe__contents .text {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px;
}
.tsukaikonashitai-recipe__contents .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #F77F4A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  white-space: nowrap;
}
.tsukaikonashitai-recipe__contents .link:not(:last-child) {
  margin: 0 0 10px;
}
.tsukaikonashitai-recipe__contents .link::before {
  content: "";
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url(../images/icon-instagram.svg) 0 0/100% auto no-repeat;
}
.tsukaikonashitai-recipe__contents .link:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
  .tsukaikonashitai-recipe__tab {
    width: 70.2781844802vw;
    height: 14.2752562225vw;
    margin: 0 auto 2.9282576867vw;
  }
  .tsukaikonashitai-recipe__tab li {
    width: 10.2489019034vw;
  }
  .tsukaikonashitai-recipe__tab li a {
    border: 0.0732064422vw solid #CCCCCC;
    width: 10.2489019034vw;
    height: 12.8111273792vw;
  }
  .tsukaikonashitai-recipe__tab li a.is-active {
    margin-top: 1.4641288433vw;
  }
  .tsukaikonashitai-recipe__list {
    width: 70.2781844802vw;
  }
  .tsukaikonashitai-recipe__slide {
    width: 23.4260614934vw;
    border: 0.0732064422vw solid #CCCCCC;
  }
  .tsukaikonashitai-recipe__slide img {
    width: 23.4260614934vw;
  }
  .tsukaikonashitai-recipe__slide video {
    width: 23.4260614934vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow {
    -webkit-filter: drop-shadow(0 0.0732064422vw 0.1464128843vw rgba(51, 51, 51, 0.16));
            filter: drop-shadow(0 0.0732064422vw 0.1464128843vw rgba(51, 51, 51, 0.16));
    top: calc(50% - 1.8301610542vw);
    width: 3.513909224vw;
    height: 3.513909224vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow::before {
    border-top: 0.1464128843vw solid #F77F4A;
    border-right: 0.1464128843vw solid #F77F4A;
    height: 0.7320644217vw;
    width: 0.7320644217vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-prev::before {
    margin-right: -0.2928257687vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-next {
    right: -3.6603221083vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-next::before {
    margin-left: -0.2928257687vw;
  }
  .tsukaikonashitai-recipe__contents {
    width: 43.9238653001vw;
  }
  .tsukaikonashitai-recipe__contents .label {
    margin: 0 0 1.4641288433vw;
  }
  .tsukaikonashitai-recipe__contents .label > span {
    font-size: 2.196193265vw;
  }
  .tsukaikonashitai-recipe__contents .label > span > small {
    font-size: 1.4641288433vw;
    margin-left: 0.7320644217vw;
  }
  .tsukaikonashitai-recipe__contents .label::after {
    border-top: 0.2196193265vw dashed #333333;
    margin-left: 1.4641288433vw;
  }
  .tsukaikonashitai-recipe__contents .catch {
    font-size: 1.756954612vw;
    margin: 0 0 1.4641288433vw;
  }
  .tsukaikonashitai-recipe__contents .text {
    font-size: 1.317715959vw;
    margin: 0 0 1.4641288433vw;
  }
  .tsukaikonashitai-recipe__contents .link {
    font-size: 1.317715959vw;
  }
  .tsukaikonashitai-recipe__contents .link:not(:last-child) {
    margin: 0 0 0.7320644217vw;
  }
  .tsukaikonashitai-recipe__contents .link::before {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
    margin-right: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .tsukaikonashitai-recipe__tab {
    height: 52vw;
    width: calc(100% + 10vw);
    margin: 0 -5vw 25.6vw;
    padding-left: 5.3333333333vw;
    position: relative;
  }
  .tsukaikonashitai-recipe__tab .slick-slide {
    width: 37.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .tsukaikonashitai-recipe__tab .slick-arrow {
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.16));
    top: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -26.6666666667vw;
    z-index: 2;
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }
  .tsukaikonashitai-recipe__tab .slick-arrow::before {
    border-top: 0.5333333333vw solid #F77F4A;
    border-right: 0.5333333333vw solid #F77F4A;
    content: "";
    display: block;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .tsukaikonashitai-recipe__tab .slick-arrow.slick-prev {
    left: 17.6vw;
  }
  .tsukaikonashitai-recipe__tab .slick-arrow.slick-prev::before {
    margin-right: -1.0666666667vw;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .tsukaikonashitai-recipe__tab .slick-arrow.slick-next {
    right: 20.2666666667vw;
  }
  .tsukaikonashitai-recipe__tab .slick-arrow.slick-next::before {
    margin-left: -1.0666666667vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .tsukaikonashitai-recipe__tab .slick-num {
    position: absolute;
    bottom: -14.6666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 4vw;
  }
  .tsukaikonashitai-recipe__tab li > a {
    width: 37.3333333333vw;
    height: 46.6666666667vw;
  }
  .tsukaikonashitai-recipe__tab li > a.is-active {
    margin-top: 5.3333333333vw;
  }
  .tsukaikonashitai-recipe__list {
    width: 100%;
  }
  .tsukaikonashitai-recipe__item > div {
    display: block;
  }
  .tsukaikonashitai-recipe__slide {
    width: 85.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .tsukaikonashitai-recipe__slide img {
    width: 85.3333333333vw;
  }
  .tsukaikonashitai-recipe__slide video {
    width: 85.3333333333vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow {
    -webkit-filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(51, 51, 51, 0.16));
            filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(51, 51, 51, 0.16));
    top: calc(50% - 6.6666666667vw);
    width: 12.8vw;
    height: 12.8vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow::before {
    border-top: 0.5333333333vw solid #F77F4A;
    border-right: 0.5333333333vw solid #F77F4A;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-prev::before {
    margin-right: 0;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-next {
    right: -13.3333333333vw;
  }
  .tsukaikonashitai-recipe__slide .slick-arrow.slick-next::before {
    margin-left: -1.0666666667vw;
  }
  .tsukaikonashitai-recipe__contents {
    width: 100%;
  }
  .tsukaikonashitai-recipe__contents .label {
    margin: 0 0 4vw;
  }
  .tsukaikonashitai-recipe__contents .label > span {
    display: block;
    font-size: 6.4vw;
  }
  .tsukaikonashitai-recipe__contents .label > span > small {
    font-size: 4.8vw;
    margin-left: 0;
    display: block;
  }
  .tsukaikonashitai-recipe__contents .label::after {
    border-top: 0.5333333333vw dashed #333333;
    margin-left: 5.3333333333vw;
  }
  .tsukaikonashitai-recipe__contents .catch {
    font-size: 5.3333333333vw;
    margin: 0 0 4vw;
  }
  .tsukaikonashitai-recipe__contents .text {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
  .tsukaikonashitai-recipe__contents .link {
    font-size: 4vw;
  }
  .tsukaikonashitai-recipe__contents .link::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
}

/* ------------------------------------
	tsukaikonashitai-method
 ------------------------------------ */
.tsukaikonashitai-method__list {
  margin: 0 0 -30px;
  padding: 0;
  list-style: none;
}
.tsukaikonashitai-method__item {
  margin: 0 0 30px;
  background: #FBF7EF;
  border-radius: 10px;
  padding: 40px 30px;
}
.tsukaikonashitai-method__item:nth-child(odd) .tsukaikonashitai-method__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tsukaikonashitai-method__item:nth-child(odd) .tsukaikonashitai-method__col--contents {
  margin: 0 60px 0 0;
}
.tsukaikonashitai-method__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 970px;
  margin: auto;
}
.tsukaikonashitai-method__col--image {
  width: 160px;
}
.tsukaikonashitai-method__col--image > img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
.tsukaikonashitai-method__col--image > p:nth-of-type(1) {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.tsukaikonashitai-method__col--image > p:nth-of-type(2) {
  position: relative;
  height: 14px;
}
.tsukaikonashitai-method__col--image > p:nth-of-type(2) > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100%;
  width: auto;
}
.tsukaikonashitai-method__col--contents {
  margin: 0 0 0 60px;
}
.tsukaikonashitai-method__col--contents > h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F77F4A;
  line-height: 1.75;
  margin-bottom: 20px;
}
.tsukaikonashitai-method__col--contents > p {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 1366px) {
  .tsukaikonashitai-method__list {
    margin: 0 0 -2.196193265vw;
  }
  .tsukaikonashitai-method__item {
    margin: 0 0 2.196193265vw;
    border-radius: 0.7320644217vw;
    padding: 2.9282576867vw 2.196193265vw;
  }
  .tsukaikonashitai-method__item:nth-child(odd) .tsukaikonashitai-method__col--contents {
    margin: 0 4.39238653vw 0 0;
  }
  .tsukaikonashitai-method__row {
    width: 71.0102489019vw;
  }
  .tsukaikonashitai-method__col--image {
    width: 11.7130307467vw;
  }
  .tsukaikonashitai-method__col--image > img {
    width: 8.78477306vw;
    margin: 0 auto 1.4641288433vw;
  }
  .tsukaikonashitai-method__col--image > p:nth-of-type(1) {
    font-size: 1.756954612vw;
    margin-bottom: 0.7320644217vw;
  }
  .tsukaikonashitai-method__col--image > p:nth-of-type(2) {
    height: 1.0248901903vw;
  }
  .tsukaikonashitai-method__col--contents {
    margin: 0 0 0 4.39238653vw;
  }
  .tsukaikonashitai-method__col--contents > h3 {
    font-size: 1.9033674963vw;
    margin-bottom: 1.4641288433vw;
  }
  .tsukaikonashitai-method__col--contents > p {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .tsukaikonashitai-method__list {
    margin: 0 0 -2.6666666667vw;
  }
  .tsukaikonashitai-method__item {
    margin: 0 0 2.6666666667vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
  }
  .tsukaikonashitai-method__row {
    display: block;
    width: auto;
  }
  .tsukaikonashitai-method__col--image {
    width: 100%;
    margin: 0 0 4vw;
  }
  .tsukaikonashitai-method__col--image > img {
    width: 21.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  .tsukaikonashitai-method__col--image > p:nth-of-type(1) {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .tsukaikonashitai-method__col--image > p:nth-of-type(2) {
    position: relative;
    text-align: center;
    height: 3.2vw;
  }
  .tsukaikonashitai-method__col--image > p:nth-of-type(2) > img {
    display: inline-block;
  }
  .tsukaikonashitai-method__col--contents {
    width: 100%;
    margin: 0;
  }
  .tsukaikonashitai-method__col--contents > h3 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .tsukaikonashitai-method__col--contents > p {
    font-size: 4vw;
  }
}

/* ------------------------------------
	tsukaikonashitai-menu
 ------------------------------------ */
.tsukaikonashitai-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}
.tsukaikonashitai-menu__item {
  width: 342px;
  position: relative;
  padding: 0 0 70px;
}
.tsukaikonashitai-menu__item:nth-child(odd) .tsukaikonashitai-menu__label::before {
  -webkit-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg);
}
.tsukaikonashitai-menu__item:nth-child(even) .tsukaikonashitai-menu__label::before {
  -webkit-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}
.tsukaikonashitai-menu__label {
  position: relative;
  margin: 0 auto -35px;
  height: 60px;
  max-width: 300px;
}
.tsukaikonashitai-menu__label > img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 23px;
}
.tsukaikonashitai-menu__label::before {
  background: url(../images/bg-tag.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tsukaikonashitai-menu__image {
  margin: -5px 0 15px;
  width: 100%;
  -webkit-box-shadow: 0 0 15px -5px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 15px -5px rgba(51, 51, 51, 0.5);
}
.tsukaikonashitai-menu__image > img {
  width: 100%;
  height: auto;
}
.tsukaikonashitai-menu__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  gap: 10px;
  font-size: 16px;
  padding: 0;
}
.tsukaikonashitai-menu__author > div {
  margin: 0 10px 0 10px;
}
.tsukaikonashitai-menu__author > div > img {
  width: 50px;
  height: auto;
}
.tsukaikonashitai-menu__author > p {
  text-align: center;
  height: 16px;
}
.tsukaikonashitai-menu__author > p > img {
  display: block;
  height: 100%;
  width: auto;
}
.tsukaikonashitai-menu__text {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.tsukaikonashitai-menu__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tsukaikonashitai-menu__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #F77F4A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  white-space: nowrap;
}
.tsukaikonashitai-menu__link a:not(:last-child) {
  margin: 0 0 10px;
}
.tsukaikonashitai-menu__link a::before {
  content: "";
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.tsukaikonashitai-menu__link a[href*="instagram.com"]::before {
  background: url(../images/icon-instagram.svg) 0 0/100% auto no-repeat;
}
.tsukaikonashitai-menu__link a[href*="cocoroplus.jp.sharp"]::before {
  background: url(../images/icon-list.svg) 0 0/100% auto no-repeat;
}
.tsukaikonashitai-menu__link a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
  .tsukaikonashitai-menu__item {
    width: 25.0366032211vw;
    padding: 0 0 5.1244509517vw;
  }
  .tsukaikonashitai-menu__label {
    margin: 0 auto -2.5622254758vw;
    height: 4.39238653vw;
    max-width: 21.9619326501vw;
  }
  .tsukaikonashitai-menu__label > img {
    height: 1.6837481698vw;
  }
  .tsukaikonashitai-menu__image {
    margin: -0.3660322108vw 0 1.0980966325vw;
    -webkit-box-shadow: 0 0 1.0980966325vw -0.3660322108vw rgba(51, 51, 51, 0.5);
            box-shadow: 0 0 1.0980966325vw -0.3660322108vw rgba(51, 51, 51, 0.5);
  }
  .tsukaikonashitai-menu__author {
    margin-bottom: 0.7320644217vw;
    gap: 0.7320644217vw;
    font-size: 1.1713030747vw;
    padding: 0;
  }
  .tsukaikonashitai-menu__author > div {
    margin: 0 0.7320644217vw 0 0.7320644217vw;
  }
  .tsukaikonashitai-menu__author > div > img {
    width: 3.6603221083vw;
  }
  .tsukaikonashitai-menu__author > p {
    height: 1.1713030747vw;
  }
  .tsukaikonashitai-menu__text {
    font-size: 1.1713030747vw;
    margin: 0 0 1.4641288433vw;
  }
  .tsukaikonashitai-menu__link a {
    font-size: 1.317715959vw;
  }
  .tsukaikonashitai-menu__link a:not(:last-child) {
    margin: 0 0 0.7320644217vw;
  }
  .tsukaikonashitai-menu__link a::before {
    width: 1.8301610542vw;
    height: 1.8301610542vw;
    margin-right: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .tsukaikonashitai-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    list-style: none;
    padding: 0 0 26.6666666667vw 5.3333333333vw;
    margin: 0 -5vw 5.3333333333vw;
    width: calc(100% + 10vw);
  }
  .tsukaikonashitai-menu__list .slick-list {
    padding-top: 1.3333333333vw;
  }
  .tsukaikonashitai-menu__list .slick-arrow {
    background-color: #FFFFFF;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.16));
    top: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -6.6666666667vw;
    z-index: 2;
    height: 14.6666666667vw;
    width: 14.6666666667vw;
  }
  .tsukaikonashitai-menu__list .slick-arrow::before {
    border-top: 0.5333333333vw solid #F77F4A;
    border-right: 0.5333333333vw solid #F77F4A;
    content: "";
    display: block;
    height: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .tsukaikonashitai-menu__list .slick-arrow.slick-prev {
    left: 17.6vw;
  }
  .tsukaikonashitai-menu__list .slick-arrow.slick-prev::before {
    margin-right: -1.0666666667vw;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .tsukaikonashitai-menu__list .slick-arrow.slick-next {
    right: 20.2666666667vw;
  }
  .tsukaikonashitai-menu__list .slick-arrow.slick-next::before {
    margin-left: -1.0666666667vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .tsukaikonashitai-menu__list .slick-num {
    position: absolute;
    bottom: 5.3333333333vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 4vw;
  }
  .tsukaikonashitai-menu__item {
    width: 72vw;
    padding: 0 6.6666666667vw 26.6666666667vw 0;
  }
  .tsukaikonashitai-menu__label {
    margin: 0 auto -9.3333333333vw;
    height: 13.3333333333vw;
    max-width: 72vw;
  }
  .tsukaikonashitai-menu__label > img {
    height: 5.6vw;
  }
  .tsukaikonashitai-menu__image {
    margin: -1.3333333333vw 0 4vw;
    -webkit-box-shadow: 0 0 4vw -1.3333333333vw rgba(51, 51, 51, 0.5);
            box-shadow: 0 0 4vw -1.3333333333vw rgba(51, 51, 51, 0.5);
  }
  .tsukaikonashitai-menu__author {
    margin-bottom: 2.6666666667vw;
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .tsukaikonashitai-menu__author > div {
    margin: 0 2.6666666667vw 0 2.6666666667vw;
  }
  .tsukaikonashitai-menu__author > div > img {
    width: 13.3333333333vw;
  }
  .tsukaikonashitai-menu__author > p {
    height: 3.4666666667vw;
  }
  .tsukaikonashitai-menu__text {
    font-size: 4vw;
  }
  .tsukaikonashitai-menu__link {
    width: calc(100% - 4vw);
  }
  .tsukaikonashitai-menu__link a {
    white-space: break-spaces;
    font-size: 4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tsukaikonashitai-menu__link a:not(:last-child) {
    margin: 0 0 2.6666666667vw;
  }
  .tsukaikonashitai-menu__link a::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6666666667vw;
  }
}

/* ------------------------------------
	productsproducts
 ------------------------------------ */
.products__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1075px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
.products__item {
  width: 350px;
}
.products__item .catch {
  margin: 0 0 24px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__item .image {
  width: 350px;
  margin: 0 auto 24px;
}
.products__item .image > img {
  width: 100%;
  height: auto;
}
.products__item .number {
  margin: 0 0 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.products__item .button {
  width: 282px;
  height: 46px;
  line-height: 46px;
  border-radius: 10px;
  background: #F77F4A;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  display: block;
  margin: auto;
}
.products__item .button:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1366px) {
  .products__list {
    width: 78.6969253294vw;
  }
  .products__item {
    width: 25.6222547584vw;
  }
  .products__item .catch {
    margin: 0 0 1.756954612vw;
    font-size: 1.6105417277vw;
    height: 4.831625183vw;
  }
  .products__item .image {
    width: 25.6222547584vw;
    margin: 0 auto 1.756954612vw;
  }
  .products__item .number {
    margin: 0 0 1.756954612vw;
    font-size: 1.4641288433vw;
  }
  .products__item .button {
    width: 20.6442166911vw;
    height: 3.3674963397vw;
    line-height: 3.3674963397vw;
    border-radius: 0.7320644217vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 767px) {
  .products__list {
    display: block;
    width: 100%;
    margin: 0 auto -10.6666666667vw;
  }
  .products__item {
    margin: 0 auto 10.6666666667vw;
    width: 100%;
  }
  .products__item .catch {
    margin: 0 0 5.3333333333vw;
    font-size: 5.8666666667vw;
    height: auto;
    display: block;
  }
  .products__item .image {
    width: 89.8666666667vw;
    margin: 0 auto 4vw;
  }
  .products__item .number {
    margin: 0 0 4vw;
    font-size: 5.3333333333vw;
  }
  .products__item .button {
    width: 64.5333333333vw;
    height: 12.2666666667vw;
    line-height: 12.2666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

/* ==========================================================================
    Modal
========================================================================== */
.js-modal-trg {
  position: relative;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal .modal__bg {
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal .modal__movie {
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  width: 64.4216691069vw;
  padding: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie {
    padding: 13.3333333333vw 5.3333333333vw;
    width: 90%;
    height: auto;
  }
}
.modal .modal__movie .modal__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  top: 0.7320644217vw;
  right: 0.7320644217vw;
  height: 2.7818448023vw;
  width: 2.7818448023vw;
  border: 0.1464128843vw solid #F77F4A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie .modal__close {
    height: 7.4666666667vw;
    width: 7.4666666667vw;
  }
}
.modal .modal__movie .modal__close > span {
  height: 1.4641288433vw;
  width: 1.4641288433vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie .modal__close > span {
    height: 4vw;
    width: 4vw;
  }
}
.modal .modal__movie .modal__close > span::before, .modal .modal__movie .modal__close > span::after {
  content: "";
  display: block;
  background-color: #F77F4A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal .modal__movie .modal__close > span::before {
  height: 100%;
  width: 0.1464128843vw;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie .modal__close > span::before {
    width: 0.5333333333vw;
  }
}
.modal .modal__movie .modal__close > span::after {
  height: 0.1464128843vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie .modal__close > span::after {
    height: 0.5333333333vw;
  }
}
.modal .modal__movie .modal__movie__inr {
  overflow-y: auto;
  text-align: center;
  overflow: hidden;
}
.modal .modal__movie .modal__movie__inr video {
  aspect-ratio: 16/9;
  width: 100%;
}
.modal .modal__movie .modal__movie__inr iframe {
  margin-bottom: 3.6603221083vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal__movie .modal__movie__inr iframe {
    margin-bottom: 13.3333333333vw;
    min-width: 100% !important;
  }
}