﻿@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "PoetsenOne";
  src: url("../fonts/PoetsenOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

:root {
  --tx-pink: #F8AFCE;
  --tx-black: #000000;
  --tx-white: #ffffff;
}

/* ページ共通___________________________*/
.main-area {
  --font-min: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(13* (100vw / 375));
  text-align: center;
  overflow-x: hidden;
  color: #524C4C;
  --font-rounded-1c: "MPLUSRounded1c", sans-serif;
  --font-poetsen: "PoetsenOne", sans-serif;
  font-family: "NotoSansJP", sans-serif;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  letter-spacing: 0.075em;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.main-area .lp_credit {
  font-size: calc(12*(100vw / 375));
  margin-top: calc(14*(100vw / 375));
  text-align: left;
  line-height: 1.5;
  display: flex;
  letter-spacing: 0.02em;
  flex-direction: column;
  white-space: nowrap;
  gap: calc(6*(100vw / 375));
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_credit {
  font-weight: 400;
}

.iphone .main-area .lp_credit {
  font-weight: 400;
}

.main-area .lp_credit a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area a {
    transition: all 0.3s;
  }

  .ff_gara {
    font-size: 5rem;
  }

  .main-area .lp_credit {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 2;
    gap: 0;
  }
}

/* ===============================================
* fv *
=============================================== */
.sec__fv {
  position: relative;
}

.fv_txt {
  margin-top: calc(50 * (100vw / 375));
  text-align: center;
}

.fv_logo {
  width: calc(200*(100vw / 375));
  margin: 0 auto;
}
.fv_txt h3 {
  font-size: calc(16*(100vw / 375));
  font-weight: var(--fw-medium);
  margin-top: calc(20 * (100vw / 375));
}
.fv_txt p {
  font-size: calc(14*(100vw / 375));
  margin-top: calc(15 * (100vw / 375));
}
.fv_txt sup {
  font-size: calc(8 * (100vw / 375));
  vertical-align: super;
  line-height: 0;
  top: calc(1 * (100vw / 375));
}
.fv_btn {
  width: calc(150*(100vw / 375));
  margin: calc(29 * (100vw / 375)) auto;
}

.fv_img {
  width: calc(345*(100vw / 375));
  margin: calc(50 * (100vw / 375)) auto;
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 100%;
    margin: 0 auto;
  }

  .fv_txt {
    margin-top: 8rem;
  }

  .fv_logo {
    width: 23rem;
    margin: auto;
  }

  .fv_txt h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .fv_txt p {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }

.fv_txt sup {
  font-size: 0.8rem;
  top: 0;
}

  .fv_btn {
    width: 15rem;
    margin: 3rem auto;
  }

  .fv_img {
    width: 120rem;
    margin: 8rem auto;
  }
}

/* ===============================================
* sec__nav *
=============================================== */
.sec__nav {
  width: 100%;
  background-color: #F8E9DD;
  padding-block: calc(50*(100vw / 375)) calc(30*(100vw / 375));
}
.sec__nav .nav_txt {
  width: calc(256*(100vw / 375));
  margin: 0 auto;
  text-align: center;
}
.sec__nav .fv_logo {
  width: calc(146*(100vw / 375));
  margin: 0 auto;
}
.sec__nav .nav_txt h3 {
  font-size: calc(16*(100vw / 375));
  font-weight: var(--fw-medium);
  margin-top: calc(15 * (100vw / 375));
}
.sec__nav .nav_txt p {
  font-size: calc(22*(100vw / 375));
  font-weight: var(--fw-medium);
  margin-top: calc(5 * (100vw / 375));
}
.sec__nav .nav_txt span {
  color: #F5AD76;
}
.sec__nav .nav_list {
  width: 100%;
  margin: calc(15 * (100vw / 375)) auto;
  display: flex;
  justify-content: space-between;
  /* gap: calc(13 * (100vw / 375)); */
  flex-wrap: wrap;
  position: relative;
}
.sec__nav .nav_list li {
  width: calc(196*(100vw / 375));
}
@media screen and (max-width: 767px) {
.sec__nav .nav_list .position_change_sp {
  position: absolute;
  right: 0;
}
.sec__nav .nav_list .ch_sp {
  top: calc(130 * (100vw / 375));
  right: calc(2 * (100vw / 375));
}
}
@media screen and (min-width: 768px) {
.sec__nav {
  padding-block: 8rem 5.8rem;
}
.sec__nav .nav_txt {
  width: 39.6rem;
}
.sec__nav .fv_logo {
  width: 14rem;
}
.sec__nav .nav_txt h3 {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.sec__nav .nav_txt p {
  font-size: 3.4rem;
  margin-top: 0.3rem;
}
.sec__nav .nav_list {
  width: 126rem;
  margin: 1.1rem auto;
  flex-wrap: nowrap;
  position: relative;
}
.sec__nav .nav_list li {
  width: 34.2rem;
}
.sec__nav .nav_list .position_change_pc {
  position: absolute;
  left: 30.6rem;
}
.sec__nav .nav_list .ch_pc {
  left: 61.2rem;
}
}
/* ===============================================
* sec *
=============================================== */
.sec__style {
  width: calc(375*(100vw / 375));
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec__style {
    width: 140rem;
    margin: 0 auto;
  }
}
/* ===============================================
* sec__style1 *
=============================================== */
.bg_yellow {
  width: 100%;
  background-color: #FDFCF7;
  padding-bottom: calc(48 * (100vw / 375));
}
.sec__style1 {
  padding-top: calc(51 * (100vw / 375));
}
.sec__style1 .txt-wrap {
  width: calc(345*(100vw / 375));
  margin: 0 auto 0 calc(15 * (100vw / 375));
  font-weight: var(--fw-medium);
}
.sec__style1 .txt-wrap .txt_ttl {
  font-size: calc(22*(100vw / 375));
}
.sec__style1 .txt-wrap .txt_lead {
  font-size: calc(16*(100vw / 375));
  margin-top: calc(5 * (100vw / 375));
}

.sec__style1 .sec__block {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.sec__style1 .copy-wrap {
  width: calc(345*(100vw / 375));
  margin: calc(27*(100vw / 375)) auto 0 calc(15*(100vw / 375));
}
.sec__style1 .copy-num {
  font-family: var(--font-poetsen);
  font-size: calc(20*(100vw / 375));
  text-align: left;
  margin-top: calc(10*(100vw / 375));
  color: var(--tx-pink);
  letter-spacing: 0;
}
.sec__style1 .copy-ttl {
  font-family: var(--font-rounded-1c);
  font-size: calc(24*(100vw / 375));
  font-weight: var(--fw-extrabold);
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--tx-pink);
}
.sec__style1 .copy-icon {
  width: calc(289*(100vw / 375));
  display: flex;
  justify-content: space-between;
  row-gap: calc(5*(100vw / 375));
  margin-top: calc(6 * (100vw / 375));
}
.sec__style1 .copy-icon_img {
  width: calc(142*(100vw / 375));
}
.sec__style1 .copy-desc {
  font-size: calc(14*(100vw / 375));
  text-align: left;
  margin-top: calc(15*(100vw / 375));
}
.sec__style1 .copy-point {
  width: calc(345*(100vw / 375));
  margin: calc(9 * (100vw / 375)) auto 0;
}

.sec__style1 .img-wrap {
  width: calc(360*(100vw / 375));
  position: relative;
  margin-top: calc(30 * (100vw / 375));
  margin-left: calc(15 * (100vw / 375));
}
.sec__style1 .img0101 {
  width: 100%;
  position: relative;
  z-index: 5;
}
.sec__style1 .img0102 {
  width: calc(226*(100vw / 375));
  position: absolute;
  right: 0;
  bottom: calc(-30*(100vw / 375));
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bg_yellow {
  padding-bottom: 17.9rem;
  }
  .sec__style1 {
    padding-top: 10rem;
  }
  .sec__style1 .txt-wrap {
    width: 47.2rem;
    margin: 0 auto;
  }
  .sec__style1 .txt-wrap .txt_ttl {
    font-size: 3.4rem;
  }
  .sec__style1 .txt-wrap .txt_lead {
    font-size: 1.8rem;
    margin-top: 0.9rem;
  }

  .sec__style1 .sec__block {
    width: 120rem;
    margin-top: 5.9rem;
    margin-left: 20rem;
    flex-direction: row;
  }
  .sec__style1 .copy-wrap {
    width: 34.5rem;
    margin: 12.2rem auto 0 0;
  }
  .sec__style1 .copy-num {
    font-size: 2.3rem;
    margin-top: 0;
  }
  .sec__style1 .copy-ttl {
    font-size: 2.8rem;
    margin-top: -0.5rem;
  }
  .sec__style1 .copy-icon {
    width: 28.9rem;
    row-gap: 0.5rem;
    margin-top: 0.6rem;
  }
  .sec__style1 .copy-icon_img {
    width: 14.2rem;
  }
  .sec__style1 .copy-desc {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .sec__style1 .copy-point {
    width: 34.5rem;
    margin: 0.7rem auto 0;
  }

  .sec__style1 .img-wrap {
    width: 79.5rem;
    margin-top: 0;
    margin-left: 0;
  }
  .sec__style1 .img0102 {
    width: 50rem;
    bottom: -8rem;
  }
}

/* ===============================================
* sec__style2 *
=============================================== */
.sec__style2 {
  margin-top: calc(40 * (100vw / 375));
}

.sec__style2 .sec__block {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.sec__style2 .copy-wrap {
  width: calc(345*(100vw / 375));
  margin: calc(36 * (100vw / 375)) auto 0 calc(15 * (100vw / 375));
}
.sec__style2 .copy-num {
  font-family: var(--font-poetsen);
  font-size: calc(20*(100vw / 375));
  text-align: left;
  margin-top: calc(10*(100vw / 375));
  color: var(--tx-pink);
  letter-spacing: 0;
}
.sec__style2 .copy-ttl {
  font-family: var(--font-rounded-1c);
  font-size: calc(24*(100vw / 375));
  font-weight: var(--fw-extrabold);
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--tx-pink);
  position: relative;
}
.sec__style2 .copy-ttl span {
  font-size: calc(14 * (100vw / 375));
  position: absolute;
  top: calc(3 * (100vw / 375));
}
.sec__style2 .copy-desc {
  font-size: calc(14*(100vw / 375));
  text-align: left;
  margin-top: calc(13*(100vw / 375));
}
.sec__style2 .copy-point {
  width: calc(345*(100vw / 375));
  margin: calc(9 * (100vw / 375)) auto 0;
}

.sec__style2 .img-wrap {
  width: calc(345*(100vw / 375));
  position: relative;
  margin-left: 0;
}
.sec__style2 .img0101 {
  width: 100%;
  position: relative;
  z-index: 5;
}
.sec__style2 .img0102 {
  width: calc(217*(100vw / 375));
  position: absolute;
  left: 0;
  bottom: calc(-29*(100vw / 375));
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .sec__style2 {
    margin-top: 13rem;
  }

  .sec__style2 .sec__block {
    width: 120.6rem;
    margin-left: 0;
    flex-direction: row-reverse;
    column-gap: 6rem;
  }
  .sec__style2 .copy-wrap {
    width: 35.1rem;
    margin: 13.6rem auto 0 0;
  }
  .sec__style2 .copy-num {
    font-size: 2.3rem;
    margin-top: 0;
  }
  .sec__style2 .copy-ttl {
    font-size: 2.8rem;
    margin-top: -0.5rem;
  }
  .sec__style2 .copy-ttl span {
    font-size: 1.6rem;
    top: 0.4rem;
  }
  .sec__style2 .copy-desc {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .sec__style2 .copy-point {
    width: 34.5rem;
    margin: 1.9rem auto 0 0;
  }

  .sec__style2 .img-wrap {
    width: 79.5rem;
    margin-top: 0;
    margin-left: 0;
  }
  .sec__style2 .img0102 {
    width: 50rem;
    bottom: -8rem;
  }
}

/* ===============================================
* sec__style3 *
=============================================== */
.bg_pink {
  width: 100%;
  background-color: #F7ECEC;
  padding-bottom: calc(46 * (100vw / 375));
}
.sec__style3 {
  margin-top: calc(39* (100vw /375));
}
.sec__style3 .sec__inner {
  width: calc(405 * (100vw / 375));
  height: calc(2328 * (100vw / 375));
  background-image: url(../img/sec03_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: calc(-15 * (100vw / 375));
  padding-block: calc(46 * (100vw / 375)) calc(28 * (100vw / 375));
}
.sec__style3 .sec__block {
  width: calc(305* (100vw /375));
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: calc(30 * (100vw / 375));
}
.sec__style3 .img-wrap {
  width: 100%;
  position: relative;
}
.sec__style3 .img0302 {
  width: calc(204* (100vw /375));
  position: absolute;
  top: calc(-41* (100vw /375));
  right: 0;
}
.sec__style3 .copy-wrap {
  margin-top: calc(20* (100vw /375));
  text-align: left;
}
.sec__style3 .copy-ttl {
  font-size: calc(20* (100vw /375));
  color: var(--tx-pink);
  font-weight: var(--fw-bold);
}
.sec__style3 .copy-desc {
  font-size: calc(14* (100vw /375));
  margin-top: calc(14 * (100vw / 375));
}
.sec__style3 .copy-credit {
  display: flex;
  justify-content: space-between;
  margin-top: calc(13 * (100vw / 375));
}
.sec__style3 .credit_txt {
  width: calc(200* (100vw /375));
  font-size: calc(12* (100vw /375));
  line-height: 1.65;
  text-align: left;
}
.sec__style3 .buy_btn {
  width: calc(100* (100vw /375));
  margin-top: calc(3 * (100vw / 375));
}
.sec__style3 .block02 {
  margin-top: calc(68 * (100vw / 375));
}
.sec__style3 .img0304 {
  width: calc(228 * (100vw / 375));
  position: absolute;
  top: calc(-41 * (100vw / 375));
  right: 0;
}
.sec__style3 .block03 {
  margin-top: calc(68 * (100vw / 375));
}
.sec__style3 .img0306 {
  width: calc(232 * (100vw / 375));
  position: absolute;
  top: calc(-41 * (100vw / 375));
  right: 0;
}
.sec__style3 .block04 {
  margin-top: calc(69 * (100vw / 375));
}
.sec__style3 .block04 .copy-wrap {
  margin-top: calc(18 * (100vw / 375));
}
.sec__style3 .block04 .copy-ttl {
  line-height: 1.65;
}
.sec__style3 .block04 .copy-ttl sup {
  font-size: calc(12 * (100vw / 375));
  vertical-align: super;
  line-height: 0;
  top: calc(0 * (100vw / 375));
}
.sec__style3 .block04 .copy-desc sup {
  font-size: calc(9 * (100vw / 375));
  vertical-align: super;
  line-height: 0;
  top: calc(0 * (100vw / 375));
}
.sec__style3 .block04 .copy-desc {
  margin-top: calc(13 * (100vw / 375));
}
.sec__style3 .img0308 {
  width: calc(187 * (100vw / 375));
  position: absolute;
  top: calc(-41 * (100vw / 375));
  right: 0;
}
.sec__style3 .sec03_desc {
  width: calc(348 * (100vw / 375));
  margin: calc(4 * (100vw / 375)) auto;
}
.sec__style3 .sec03_desc p {
  font-size: calc(10 * (100vw / 375));
  text-align: right;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .bg_pink {
    padding-bottom: 9.3rem;
  }
  .sec__style3 {
    margin-top: 8.9rem;
  }
  .sec__style3 .sec__inner {
    width: 106rem;
    height: 212.5rem;
    background-image: url(../img/sec03_bg_pc.png);
    margin: 0 auto;
    padding-block: 9.1rem 8.5rem;
  }
  .sec__style3 .sec__block {
    width: 80rem;
    flex-direction: row;
    margin-top: 0;
    column-gap: 5.5rem;
  }
  .sec__style3 .img-wrap {
    width: 40rem;
  }
  .sec__style3 .img0302 {
    width: 31rem;
    top: 3rem;
    right: -27.3rem;
  }
  .sec__style3 .copy-wrap {
    width: 34.5rem;
    margin-top: 14.5rem;
  }
  .sec__style3 .copy-ttl {
    font-size: 2.2rem;
  }
  .sec__style3 .copy-desc {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
  .sec__style3 .copy-credit {
    flex-direction: column;
    margin-top: 1.3rem;
  }
  .sec__style3 .credit_txt {
    width: 100%;
    font-size: 1.2rem;
  }
  .sec__style3 .buy_btn {
    width: 12.5rem;
    margin-top: 2.8rem;
  }
  .sec__style3 .block02 {
    margin-top: 7rem;
  }
  .sec__style3 .img0304 {
    width: 34rem;
    top: 3.1rem;
    right: -30.3rem;
  }
  .sec__style3 .block03 {
    margin-top: 7rem;
  }
  .sec__style3 .img0306 {
    width: 34.8rem;
    top: 3rem;
    right: -31.1rem;
  }
  .sec__style3 .block04 {
    margin-top: 7rem;
  }
  .sec__style3 .block04 .copy-wrap {
    margin-top: 14.4rem;
  }
  .sec__style3 .block04 .copy-ttl {
    line-height: 1.5;
  }
  .sec__style3 .block04 .copy-ttl sup {
    font-size: 1.2rem;
  }
  .sec__style3 .block04 .copy-desc sup {
    font-size: 0.9rem;
  }
  .sec__style3 .block04 .copy-desc {
    margin-top: 1.4rem;
  }
  .sec__style3 .img0308 {
    width: 28.2rem;
    top: 3rem;
    right: -24.5rem;
  }
  .sec__style3 .sec03_desc {
    width: 100.2rem;
    margin: 0.6rem auto;
  }
  .sec__style3 .sec03_desc p {
    font-size: 1rem;
  }
}

/* ===============================================
* sec__style4 *
=============================================== */
.sec__style4 {
  margin: calc(50 * (100vw / 375)) auto 0;
}
.sec__style4 .product__image {
  width: 100%;
  margin: 0 auto;
}
.sec__style4 .product__image .product__image-inner .product__slider {
  width: calc(230 * (100vw / 375));
  margin: 0 calc(15 * (100vw / 375));
}
.sec__style4 .product__image .product__image-inner a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sec__style4 {
    margin: 8rem auto 0;
  }
  .sec__style4 .product__image {
    width: 120rem;
  }
  .sec__style4 .product__image .product__image-inner .product__slider {
    width: 36rem;
    margin: 0 3rem;
  }
}
/* ===============================================
* sec__style5 *
=============================================== */
.bg_orange {
  background: #F8E9DD;
  margin-top: calc(46 * (100vw / 375));
  padding: calc(40 * (100vw / 375)) 0 calc(29 * (100vw / 375));
}

.sec__style5 .sec__inner {
  width: calc(405 * (100vw / 375));
  background-image: url(../img/profile_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: calc(-12 * (100vw / 375));
  height: calc(658 * (100vw / 375));
  /* padding-block: calc(35 * (100vw / 375)) calc(28 * (100vw / 375)); */
}

.sec__style5 .sec__block {
  width: calc(312 * (100vw / 375));
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  border-bottom: solid calc(4 * (100vw / 375)) #F8E9DD;
  margin-bottom: calc(23 * (100vw / 375));
}
.sec__style5 .img-wrap {
  width: calc(200 * (100vw / 375));
  margin: calc(58 * (100vw / 375)) auto 0 calc(53 * (100vw / 375));
}
.sec__style5 .profile_txt {
  width: calc(82 * (100vw / 375));
  margin: calc(10 * (100vw / 375)) auto 0;
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
}
.sec__style5 .profile_name {
  font-size: calc(18 * (100vw / 375));
}
.sec__style5 .profile_en {
  font-size: calc(12 * (100vw / 375));
  opacity: 20%;
  margin-top: calc(2 * (100vw / 375));
  white-space: nowrap;
}
.sec__style5 .profile-wrap {
  width: 100%;
  margin-top: calc(8 * (100vw / 375));
  text-align: justify;
}
.sec__style5 .profile_lead {
  font-size: calc(14 * (100vw / 375));
}
.sec__style5 .profile_lead:nth-of-type(2) {
  margin-top: calc(9 * (100vw / 375));
}
.sec__style5 .profile_desc {
  font-size: calc(12 * (100vw / 375));
  margin-top: calc(24 * (100vw / 375));
  margin-bottom: calc(27 * (100vw / 375));
}
.sec__style5 .profile_sns {
  width: calc(162 * (100vw / 375));
  margin: calc(0 * (100vw / 375)) auto 0 calc(119 * (100vw / 375));
  display: flex;
  justify-content: space-between;
  row-gap: calc(15 * (100vw / 375));
}
.sec__style5 .profile_sns .sns_btn {
  width: calc(44 * (100vw / 375));
}

@media screen and (min-width: 768px) {
  .bg_orange {
    margin-top: 7.5rem;
    padding: 8.9rem 0 7.8rem;
  }
  .sec__style5 .sec__inner {
    width: 86rem;
    background-image: url(../img/profile_bg_pc.png);
    margin: 0 auto 0 27.3rem;
    height: 47rem;
  }

  .sec__style5 .sec__block {
    width: 66rem;
    flex-direction: row;
    column-gap: 3rem;
    border-bottom: solid 0.4rem #F8E9DD;
    margin-bottom: 2rem;
    padding-top: 6.9rem;
    margin-left: 9.7rem;
  }
  .sec__style5 .img-wrap {
    width: 25rem;
    margin: 0 auto;
  }
  .sec__style5 .profile_txt {
    width: 9.6rem;
    margin: 2rem auto 0;
  }
  .sec__style5 .profile_name {
    font-size: 2rem;
  }
  .sec__style5 .profile_en {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .sec__style5 .profile-wrap {
    width: 38rem;
    margin-top: 0;
    border-bottom: none;
  }
  .sec__style5 .profile_lead {
    font-size: 1.4rem;
  }
  .sec__style5 .profile_lead:nth-of-type(2) {
    margin-top: 1rem;
  }
  .sec__style5 .profile_desc {
    font-size: 1.2rem;
    margin-top: 2.3rem;
    margin-bottom: 3.8rem;
  }
  .sec__style5 .profile_sns {
    width: 16.2rem;
    margin: 2.8rem auto 0 34.6rem;
    row-gap: 1.5rem;
  }
  .sec__style5 .profile_sns .sns_btn {
    width: 4.4rem;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  /* will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1000ms;
  transform: translate3d(0, 0, 0) scale(1); */
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}