/* # =================================================================
   # フォント
   # ================================================================= */
.notoSerif {
  font-family: 'Noto Serif JP', serif;
}

.notoSans {
  font-family: 'Noto Sans JP', sans-serif;
}

.gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*DNP 秀英明朝 Pr6N L*/
.shueiMin {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*DNP 秀英角ゴシック銀 Std*/
.shueiGo {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*DNP 秀英丸ゴシック Std*/
.shueiMgo {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* # =================================================================
   # 共通要素
   # ================================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.6rem;
  color: #323214;
  line-height: 1.8;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  transition: all .25s;
  text-decoration: none;
}

a:hover {
  opacity: 0.75;
}

h1,
h2,
h3 {
  font-weight: 700;
}

*::before,
*::after {
  position: absolute;
  transition: all 0.2s;
}




header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  transition: all 0.7s;
  z-index: 20;
}

header.hide {
  top: -70px;
}

.hdWrapper {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hdContainer .logo {
  width: 65px;
}

.drawer nav {
  display: flex;
  align-items: center;
}

.drawer .logo {
  display: none;
}

.drawer ul {
  display: flex;
}

.drawer li {
  font-size: 1.4rem;
  margin-right: 40px;
}

.drawer .sns a:not(:last-child) {
  margin-right: 10px;
}

.drawer .sns img {
  height: 42px;
}


.toggle {
  display: none;
  position: relative;
  top: 0;
  width: 22px;
  height: 60px;
  z-index: 25;
}

.toggle span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: calc(50% - 11px);
  background-color: #666;
  transition: all 0.2s;
}

.toggle span:nth-child(1) {
  top: 23px;
}

.toggle span:nth-child(2) {
  top: 50%;
}

.toggle span:nth-child(3) {
  top: 37px;
}

.open .toggle span:nth-child(1) {
  top: 30px;
  left: calc(50% - 20px);
  transform: rotate(45deg);
  width: 40px;
}

.open .toggle span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.open .toggle span:nth-child(3) {
  top: 30px;
  left: calc(50% - 20px);
  transform: rotate(135deg);
  width: 40px;
}


.container {
  width: min(90%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.scPa {
  padding-top: min(21vw, 110px);
  padding-bottom: min(21vw, 110px);
}

.scPt {
  padding-top: min(21vw, 110px);
}

.scPb {
  padding-bottom: min(21vw, 110px);
}

.scMa {
  margin-top: min(21vw, 110px);
  margin-bottom: min(21vw, 110px);
}

.relative {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spInline {
  display: none;
}

.bgWh {
  background-color: #FFF;
}

.bgGr {
  background: #F5F5F5;
}

.txtCenter {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.midi {
  font-weight: 500;
}

main {
  padding-top: 70px;
}

footer {
  border-top: 0.5px solid #9FA0A0;
}

.ftWrapper {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.ftWrapper .colL {
  font-size: 1.4rem;
}

.ftWrapper .colL a:first-of-type {
  display: inline-flex;
  column-gap: 5px;
  margin-right: 35px;
}

.copyright {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  font-size: 1rem;
}


/* # =================================================================
   # KoMeTa
   # ================================================================= */
.pageKometa {
  background: linear-gradient(to bottom, #C4DDE6 30%, #E1EEF2 90%, #FFF 100%);
  background: -webkit-linear-gradient(270deg, #C4DDE6 30%, #E1EEF2 90%, #FFF 100%);
  padding-bottom: min(70vw, 120px);
}

.kometaConcept {
  font-family: 'Noto Serif JP', serif;
}

.kometaConcept .container {
  width: min(100%, 1000px);
}

.kometaConcept .bgImg {
  background: url("../img/kometa/kometa-bg.png") no-repeat center top / contain;
  padding: min(9vw, 120px) 0 min(10vw, 130px);
  margin-bottom: 130px;
  opacity: 0;
  animation: opacity 1s cubic-bezier(.08, .6, .42, .99) 0.3s forwards;
  -webkit-animation: opacity 1s cubic-bezier(.08, .6, .42, .99) 0.3s forwards;
}

.kometaConcept .kometaLogo,
.kometaConcept .kometaCopy1,
.kometaConcept .kometaCopy2,
.kometaConcept p {
  opacity: 0;
  animation: fadeIn 1.3s cubic-bezier(.08, .6, .42, .99) 0.3s forwards;
  -webkit-animation: fadeIn 1.3s cubic-bezier(.08, .6, .42, .99) 0.3s forwards;
}

.kometaConcept .kometaLogo {
  width: min(14vw, 184px);
  margin: 0 auto min(5vw, 110px);
}

.kometaConcept .kometaCopy1 {
  width: min(24vw, 312px);
  margin: 0 auto 75px;
}

.kometaConcept .kometaCopy2 {
  font-size: min(2vw, 2.4rem);
  letter-spacing: 0.05em;
  margin: 0 auto min(10vw, 140px);
}

.kometaConcept p {
  font-size: 1.8rem;
  line-height: 2.2;
}

.kometaConcept p:nth-of-type(1) {
  margin-bottom: min(9vw, 135px);
}

.kometaConcept p:nth-of-type(2) {
  display: inline-block;
}

.kometaConcept p:nth-of-type(2)::before {
  content: "";
  width: 100px;
  height: min(11vw, 126px);
  top: -10%;
  left: -120px;
  background: url("../img/kometa/ine.png") no-repeat center center / contain;
}

.kometaConcept p:nth-of-type(2)::after {
  content: "";
  width: 93px;
  height: min(6vw, 65px);
  bottom: 40%;
  right: -100px;
  background: url("../img/kometa/okome.png") no-repeat center center / contain;
}

.pageKometa .kinousei {
  font-size: 1.8rem;
  margin-bottom: min(22vw, 130px);
}

.pageKometa .kinousei span {
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: -0.5em;
}

.pageKometa .toSumuLink a {
  display: block;
  width: min(100%, 600px);
  margin: 0 auto;
}

.pageKometa .toSumuLink .btnImg1 {
  filter: drop-shadow(0 0 5px rgba(87, 159, 182, 0.3));
}

.pageKometa .toSumuLink .btnImg2 {
  width: min(29%, 154px);
  position: absolute;
  top: -20%;
  left: 7%;
}


/* 表示領域に入ったらフェードイン */
.motion {
  opacity: 0;
}

.motion.act {
  animation: fadeIn 0.8s ease-out 0s forwards;
  -webkit-animation: fadeIn 0.8s ease-out 0s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* # =================================================================
   # SUMU
   # ================================================================= */
.pageSumu .floating {
  position: fixed;
  width: 190px;
  bottom: 35px;
  right: 4%;
  z-index: 10;
}

#scSumu1 {
  background: url("../img/sumu/bg-sumu1.jpg") no-repeat center bottom / cover;
  padding-top: 40px;
}

#scSumu1 .scLink {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}

#scSumu1 .scLink li {
  padding: 0 1.5em;
  border-left: 1px solid #666;
}

#scSumu1 .scLink li:last-child {
  border-right: 1px solid #666;
}

#scSumu1 h2 {
  margin-bottom: 60px;
  font-size: clamp(3.5rem, 3.8vw, 4.6rem);
  color: #5289C8;
}

#scSumu1 p {
  color: #5289C8;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
  line-height: 2;
  letter-spacing: 0.05em;
}

#scSumu1 p:not(:last-child) {
  margin-bottom: 2em;
}

.pageSumu p.fs22 {
  line-height: 2;
  font-feature-settings: "palt";
  margin-bottom: 1.5em;
}

#scSumu1 .small {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
}

.txtBlue {
  color: #004986;
}

.fs22 {
  font-size: clamp(1.9rem, 1.7vw, 2.2rem);
}

.sumuChapter {
  display: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  letter-spacing: 0.15em;
  color: #004986;
  margin-bottom: min(13vw, 70px);
  position: relative;
  padding-left: 40px;
  border-bottom: 1px solid #004986;
}

.sumuChapter::before {
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/sumu/icon-chapter.png") no-repeat center center / contain;
}

#scSumu2 {
  background: url("../img/sumu/bg-sumu2.jpg") no-repeat center top / cover;
}

#scSumu2 h3 {
  font-size: clamp(3.1rem, 3.6vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #004986;
  margin-bottom: 40px;
}

#scSumu2 h3 sup {
  font-size: 0.4em;
  top: -1.3em;
}

.sumuFeatureRow>div:first-child {
  width: 56%;
}

.sumuFeatureRow>div:last-child {
  width: 41%;
}

#scSumu2 .sumuFeatureRow {
  align-items: center;
  margin-bottom: 40px;
}

.accSwitch {
  position: relative;
  cursor: pointer;
}

.aboutCeramide {
  background: rgba(255, 255, 255, 0.4);
  padding: 25px min(5vw, 25px);
}

.aboutCeramide .accSwitch {
  font-size: clamp(1.9rem, 1.8vw, 2.2rem);
  color: #004986;
  font-weight: 700;
}

.aboutCeramide .accSwitch::after {
  content: "";
  width: 18px;
  height: 13px;
  top: calc(50% - 5px);
  right: 0;
  background: url("../img/sumu/about-ceramide-arw.png") no-repeat center center / contain;
}

.aboutCeramide .accSwitch:not(.accOpen)::after {
  transform: scale(1, -1);
}

.aboutCeramide .accCntn {
  background: #FFF;
  padding: 20px 20px;
  margin-top: 15px;
}

.aboutCeramide .accCntn p {
  width: 50%;
  margin: 0;
}

.aboutCeramide .accCntn .img {
  width: 46%;
}

#scSumu3 {
  overflow: hidden;
  padding: 70px 0 min(21vw, 110px);
}

.advnt {
  position: relative;
  padding: min(19vw, 135px) 0;
}

.advnt::before {
  content: "";
  width: min(60vw, 810px);
  height: min(60vw, 810px);
  border-radius: 420px;
  background: rgba(203, 218, 255, 0.22);
  top: -4.8%;
}

div.advnt:nth-of-type(odd)::before {
  left: 45%;
}

div.advnt:nth-of-type(even)::before {
  right: 45%;
}

.advnt .container {
  position: relative;
}

div.advnt:nth-of-type(even) .colImg {
  order: -1;
}

.advnt1 .advntRow {
  margin-bottom: 10px;
}

.advnt3 .advntRow {
  margin-bottom: 50px;
}

.advntRow .colTxt {
  width: 43%;
}

.advntRow .colTxt h2 {
  margin-bottom: min(10vw, 60px);
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 300;
  font-size: min(2.7vw, 3.1rem);
  letter-spacing: 0.15em;
  color: #004986;
  width: 80%;
}

.advntRow .colTxt h2 img {
  transform: translateX(-15px);
}

.advntRow .colTxt h2 span {
  display: block;
}

.advntRow .colTxt h2 span:nth-of-type(1) {
  margin-top: 0.3em;
}

.advntRow .colTxt h2 span:nth-of-type(2) {
  text-align: right;
}

.advnt3 .colTxt h2 {
  width: 100%;
  letter-spacing: 0.06em;
}

.advnt3 .colTxt h2 span:nth-of-type(2) {
  text-align: left;
}

.advntRow .colImg {
  width: 49%;
  margin-top: 30px;
}

.advnt2 .hashtag {
  margin-top: 40px;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

.aboutSumu {
  margin-bottom: min(15vw, 100px);
}

.aboutSumu h2 {
  color: #004986;
  font-weight: 700;
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 15px;
}

.tableSumu {
  text-align: center;
  font-size: clamp(1rem, 1.17vw, 1.4rem);
  line-height: 1.6;
  border-top: 1px solid #004986;
  padding-bottom: 1px;
}

.tableSumu .tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #004986;
}

.tableSumu .tr.th {
  font-size: clamp(1.1rem, 1.5vw, 1.8rem);
  background: #E6E6E6;
}

.tableSumu .tr>div {
  border-right: 1px solid #004986;
  padding: min(2.5vw, 18px) 0;
}

.tableSumu .tr.th>div {
  padding: 5px 0;
}

.tableSumu .tr>div:nth-child(1) {
  width: 11%;
  font-size: clamp(1.1rem, 1.3vw, 1.6rem);
  font-weight: 500;
  display: grid;
  place-content: center;
  background: #E6E6E6;
  border-left: 1px solid #004986;
}

.tableSumu .tr>div:not(:nth-child(1)) {
  font-feature-settings: "palt";
}

.tableSumu .tr>div:nth-child(2),
.tableSumu .tr>div:nth-child(3) {
  width: calc(58%/2);
}

.tableSumu .tr>div:nth-child(4) {
  width: 31%;
  background: #E5ECF3;
}

.tableSumu .th>div:nth-child(4) {
  color: #FFF;
  background: #004986;
}

.prp {
  margin-bottom: min(2vw, 10px);
}

.fs18 {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

.tableSumu .txtBlue {
  font-weight: 700;
}

.tableSumu .small {
  font-size: clamp(1rem, 1vw, 1.2rem);
}

.xScroll {
  margin-bottom: 10px;
}

.xScroll+.small {
  font-size: 1.2rem;
  text-align: right;
  font-feature-settings: "palt";
}

.wellLiked {
  margin-bottom: min(15vw, 100px);
}

.wellLiked .bg {
  text-align: center;
}

.wellLiked .ttl {
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: min(7vw, 60px);
}

.wellLiked .ttl>span {
  position: relative;
  display: inline-block;
}

.wellLiked .ttl>span::before,
.wellLiked .ttl>span::after {
  content: "";
  width: 32px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.wellLiked .ttl>span::before {
  left: -45px;
  background: url("../img/sumu/well-liked-head-l.png") no-repeat center center / contain;
}

.wellLiked .ttl>span::after {
  right: -45px;
  background: url("../img/sumu/well-liked-head-r.png") no-repeat center center / contain;
}

.wellLiked .ttl .blue {
  color: #004986;
}

.wellLiked .chart {
  padding: 0 8px;
}

.txtRight {
  text-align: right;
}

.wellLiked .kome {
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
  margin: 2.5em min(5.5vw, 75px) 0 auto;
  font-feature-settings: "palt";
}

.wellLiked .kome::before {
  content: "※";
  left: 0;
}

.wellLiked .kome .small {
  font-size: 0.9em;
}

.nutritionist {
  background: #FFF;
  position: relative;
  padding: min(6vw, 60px) min(4.5vw, 55px);
}

.nutritionist .headImg {
  position: absolute;
  top: 30px;
  left: 13px;
  color: #FFF;
  background: #AA993E;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  transform: rotate(-10deg);
  padding: 1px 8px;
}

.nutritionist .colPrf {
  width: 180px;
  line-height: 1.6;
}

.colPrf .img {
  margin-bottom: 10px;
}

.colPrf .profRow {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.colPrf .name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: min(2vw, 0.8em);
}

.colPrf .aol {
  font-size: clamp(1.3rem, 1.1vw, 1.4rem);
  font-feature-settings: "palt";
}

.colPrf .intrdct {
  font-size: 1.4rem;
}

.nutritionist .colCmnt {
  width: calc(94% - 180px);
  line-height: 1.8;
}

.cmntHead {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

.nutritionist .colCmnt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.colCmnt .small {
  font-size: 1.4rem;
}

#scSumu4 {
  background: #FDFDFD;
}

.productRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.productRow .img {
  width: min(28%, 192px);
  margin-right: 6%;
}

.productRow .txt {
  width: min(60%, 425px);
  font-feature-settings: "palt";
}

.productRow h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.productRow h2 img {
  margin-bottom: 15px;
}

.productRow h2 .blue {
  color: #004986;
  font-size: 3.2rem;
}

.productRow .txt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.productRow .txt .small {
  font-size: 0.8em;
}

.btnToKometa {
  position: relative;
  display: inline-block;
  font-size: 2.1rem;
  color: #666;
  width: 275px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  padding: 5px;
}

.btnToKometa::after {
  content: "";
  width: 9px;
  height: 16px;
  top: calc(50% - 8px);
  right: 20px;
  background: url("../img/sumu/btn-arw.png") no-repeat center center / contain;
}

#scSumu5 .cntntWrap {
  width: min(100%, 620px);
  margin: 0 auto;
}

.containerS {
  width: min(90%, 820px);
  margin-left: auto;
  margin-right: auto;
}

.suihanMode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(4vw, 28px) 13%;
  background: #FFF;
  color: #5289C8;
  font-size: clamp(1rem, 1.7vw, 2rem);
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: min(10vw, 70px);
}

.suihanMode .blue {
  color: #004986;
}

.suihanMode .lg {
  font-size: 1.2em;
}

#scSumu6 h3 {
  color: #AA993E;
  font-size: clamp(2.1rem, 2vw, 2.4rem);
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: min(10vw, 45px);
}

.recipeSelectRow .recipeOpen {
  width: 46.3%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: min(10vw, 50px);
  transition: all 0.2s;
  cursor: pointer;
}

.recipeSelectRow .recipeOpen:hover {
  opacity: 0.8;
}

.recipeSelectRow .recipeOpen .img {
  position: relative;
  margin-bottom: 8px;
}

.recipeSelectRow .recipeOpen .img::after {
  content: "";
  width: 51px;
  height: 51px;
  bottom: 0;
  right: 0;
  background: url("../img/sumu/plus.png") no-repeat right bottom / contain;
}

.recipeOpen img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.rcp {
  display: none;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #A9CDEF;
  width: min(90%, 815px);
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  padding: min(5vw, 40px) min(2vw, 20px);
  z-index: 22;
}

.modalBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  z-index: 21;
}

.rcp .scrlY {
  max-height: 80vh;
  overflow: auto;
  position: relative;
  padding: 0 min(3vw, 20px);
  scrollbar-width: none;
  /* IE, Edge 対応 */
}

.rcp .scrlY::-webkit-scrollbar {
  display: none;
}

.rcp .scrlY::-webkit-scrollbar-track {
  display: none;
}

.rcp .scrlY::-webkit-scrollbar-thumb {
  display: none;
}

.rcp .simplebar-scrollbar::before {
  background: #004986;
  width: 100%;
  margin: 0 -2px 0 -2px;
}

.rcp .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.rcp .simplebar-track {
  background: #E6E6E6;
  width: 6px !important;
  border: 1px solid #FFF;
}

.rcp .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  z-index: 1;
}

.rcp .close::before,
.rcp .close::after {
  content: "";
  width: 128%;
  height: 1px;
  left: -10%;
  background: #000;
}

.rcp .close::before {
  transform: rotate(45deg);
}

.rcp .close::after {
  transform: rotate(135deg);
}

.rcpRow1 .img {
  width: 33%;
  margin-bottom: 20px;
}

.rcpRow1 .txt {
  width: 62%;
}

.rcpRow1 .ttl {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(2.3rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: min(7vw, 25px);
}

.rcpHeadBlue {
  color: #004986;
  font-size: 2rem;
  font-weight: 300;
}

.rcpHeadBlue span {
  color: #323214;
  font-size: 1.4rem;
}

.material {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.material ul {
  width: 46%;
  overflow: hidden;
}

.material li {
  display: flex;
  justify-content: space-between;
}

.material li span {
  position: relative;
  display: block;
}

.material li span:first-child::before {
  content: "……………………………………………………………";
  width: 220px;
  right: 0;
  transform: translateX(100%);
}

.material li span:last-child {
  background: #FFF;
  padding-left: 0.2em;
}

.making {}

.making ol {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px 3%;
  margin-bottom: 20px;
}

.making li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.1em;
  min-width: 21%;
}

.making li::before {
  color: #004986;
  left: 0;
}

.making li:nth-child(1)::before {
  content: "❶";
}

.making li:nth-child(2)::before {
  content: "❷";
}

.making li:nth-child(3)::before {
  content: "❸";
}

.rcp .point {
  background: #E6F3FB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

.rcp .point img {
  width: 7%;
}

.rcp .point .txt {
  width: 91%;
  color: #004986;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  font-feature-settings: "palt";
}

#scSumu7 h3 {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  color: #AA993E;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border-left: 4px solid #AA993E;
  padding-left: 0.4em;
  margin-bottom: 30px;
}

.faqGroup:not(:last-child) {
  margin-bottom: min(12vw, 90px);
}

.faqGroup dl {
  background: #FAF9F4;
  border: 1px solid #AA993E;
  border-radius: 10px;
  padding: min(4.5vw, 25px) min(3.5vw, 20px);
  cursor: pointer;
}

.faqGroup dl:not(:last-child) {
  margin-bottom: min(6vw, 35px);
}

.faqGroup dt {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: clamp(1.7rem, 1.6vw, 2rem);
  font-weight: 500;
  line-height: 1.4;
  padding: 0 25px 0 min(10vw, 55px);
}

.faqGroup dt::before {
  content: "";
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  background: url("../img/sumu/q.png") no-repeat center center / contain;
}

.faqGroup dt::after {
  content: "";
  width: 18px;
  height: 13px;
  top: calc(50% - 6px);
  right: 0;
  background: url("../img/sumu/faq-arw.png") no-repeat center center / contain;
}

.faqGroup dl:not(.accOpen) dt::after {
  transform: scale(1, -1);
}

.faqGroup dd {
  display: none;
  line-height: 1.6;
  width: calc(100% - 40px);
  background: #FFF;
  padding: 15px;
  margin: 15px 0 0 auto;
}

#scSumu8 {
  padding-top: min(30vw, 140px);
  padding-bottom: min(30vw, 140px);
}

#scSumu8 h2 {
  margin-bottom: 45px;
}

.shopLink {
  width: min(100%, 326px);
  margin: 0 auto;
}

/* # =================================================================
   # レスポンシブ要素
   # ================================================================= */
@media screen and (max-width: 1200px) {

  /*======== SUMU ========*/
  .advnt::before {
    top: 2%;
  }

  div.advnt:nth-of-type(odd)::before {
    left: 43%;
  }

  div.advnt:nth-of-type(even)::before {
    right: 43%;
  }


}

@media screen and (max-width: 820px) {
  .hdWrapper {
    height: 56px;
  }

  .hdContainer .logo {
    width: 50px;
  }

  main {
    padding-top: 56px;
  }

  /*======== KoMeTa ========*/
  .kometaConcept .bgImg {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }

  .kometaConcept .spBgImg {
    background: url("../img/kometa/kometa-bg.png") no-repeat center top / contain;
    padding: min(16vw, 120px) 0 23vw;
    margin-bottom: 60px;
  }

  .kometaConcept .kometaLogo {
    width: 31vw;
    margin-bottom: 16vw;
  }

  .kometaConcept .kometaCopy1 {
    width: 282px;
    margin-bottom: 16vw;
  }

  .kometaConcept .kometaCopy2 {
    margin-bottom: 0;
  }

  .kometaConcept p:nth-of-type(2) {
    margin-bottom: 120px;
  }

  .pageKometa .toSumuLink .btnImg2 {
    width: 30%;
    left: 10%;
  }

  /*======== SUMU ========*/
  .wellLiked .kome {
    margin: 1.5em 0 0 auto;
  }


}

/* モバイル */
@media screen and (max-width: 600px) {

  .spNone {
    display: none !important;
  }

  .spInline {
    display: inline !important;
  }

  .hdContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toggle {
    display: block;
  }

  .drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/hd-drawer-bg.jpg") no-repeat center center / cover;
    z-index: 1;
  }

  .drawer nav {
    display: block;
  }

  .drawer .logo {
    display: block;
    width: 90px;
    position: absolute;
    top: 15px;
    left: 18px;
  }

  .drawer .logo+div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 5vw;
  }

  .drawer ul {
    display: block;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    text-align: center;
    margin-bottom: 60px;
  }

  .drawer li {
    font-size: 2.2rem;
    color: #004986;
    margin: 0 0 55px;
  }

  .drawer .sns {
    text-align: center;
  }

  .drawer .sns a:not(:last-child) {
    margin-right: 15px;
  }

  .drawer .sns img {
    height: 73px;
  }

  .ftWrapper {
    justify-content: center;
  }

  .ftWrapper .colL {
    margin-bottom: 20px;
  }


  /*======== KoMeTa ========*/
  .kometaConcept .kometaCopy1 {
    width: 75vw;
  }

  .kometaConcept .kometaCopy2 {
    font-size: 2.3rem;
  }

  .kometaConcept p:nth-of-type(1) {
    margin-bottom: 120px;
  }

  .kometaConcept p:nth-of-type(2)::before {
    width: 80px;
    height: 102px;
    top: -80px;
    left: -15px;
  }

  .kometaConcept p:nth-of-type(2)::after {
    width: 74px;
    height: 52px;
    bottom: -50px;
    right: -15px;
  }

  .pageKometa .toSumuLink .btnImg2 {
    width: 29%;
    top: -18%;
  }

  /*======== SUMU ========*/
  .pageSumu .floating {
    width: 220px;
    bottom: 10px;
    right: calc(50% - 110px);
  }

  .pageSumu .mv {}

  .pageSumu .mv h1 {
    height: calc(100svh - 56px);
    overflow: hidden;
  }

  .pageSumu .mv h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mvSpTxt {
    position: absolute;
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }

  #scSumu1 {
    background: url("../img/sumu/bg-sumu1-sp.jpg") no-repeat center bottom / contain;
    padding: 0 0 85vw;
  }

  #scSumu1 .motion {
    opacity: 1;
    animation: none;
  }

  #scSumu2 {
    background: url("../img/sumu/bg-sumu2-sp.jpg") no-repeat center top / cover;
  }

  .sumuChapter {
    padding-left: 30px;
  }

  .sumuChapter::before {
    width: 22px;
    height: 22px;
  }

  .sumuFeatureRow>div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .sumuFeatureRow>div:last-child {
    width: 90%;
    margin: 0 auto;
  }

  .sumuFeatureRow .small {
    font-size: 1.2rem;
  }

  .aboutCeramide .accCntn p {
    width: 100%;
    margin-bottom: 25px;
  }

  .aboutCeramide .accCntn .img {
    width: 100%;
  }

  #scSumu3 {
    padding: 0 0 70px;
  }

  .advnt::before {
    width: 140vw;
    height: 140vw;
    top: auto;
    bottom: -15vw;
  }

  div.advnt:nth-of-type(odd)::before {
    left: -2vw;
  }

  div.advnt:nth-of-type(even)::before {
    right: -2vw;
  }

  .advntRow .colTxt {
    width: 100%;
  }

  .advntRow .colImg {
    width: 100%;
  }

  .advntRow {
    display: contents;
  }

  .advnt .container {
    display: flex;
    flex-wrap: wrap;
  }

  .advntRow .colImg,
  div.advnt:nth-of-type(even) .colImg {
    order: 3;
    margin-top: 50px;
  }

  .advntRow .colTxt h2 {
    font-size: min(6.9vw, 2.8rem);
  }

  .advnt1 .colTxt h2 {
    width: 95%;
  }

  .advnt2 .colTxt h2,
  .advnt3 .colTxt h2 {
    width: 100%;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }

  .advntRow .colTxt h2 img {
    max-height: 100px;
    transform: translateX(-10px);
  }

  .advntRow .colTxt p:last-of-type {
    margin-bottom: 40px;
  }

  .advntRow .hashtag {
    text-align: center;
  }

  .advnt3 {
    margin-bottom: 60px;
  }

  .xScroll {
    overflow-x: scroll;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #004986 #E6E6E6;
  }

  .xScroll::-webkit-scrollbar {
    display: none;
  }

  .xScroll::-webkit-scrollbar-track {
    display: none;
  }

  .xScroll::-webkit-scrollbar-thumb {
    display: none;
  }

  .xScroll .simplebar-scrollbar::before {
    background: #004986;
    height: 4px !important;
    margin: -2px 0 0 0;
  }

  .xScroll .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .xScroll .simplebar-track {
    background: #E6E6E6;
    height: 8px !important;
    border: 2px solid #F5F5F5;
  }

  .xScroll+.small {
    font-size: 1rem;
    text-align: left;
  }

  .tableSumu {
    width: 550px;
  }

  .tableSumu .tr:nth-child(2) img {
    width: 56px;
  }

  .tableSumu .tr>div:nth-child(1) {
    width: 11%;
  }

  .tableSumu .tr>div:nth-child(2),
  .tableSumu .tr>div:nth-child(3) {
    width: calc(60%/2);
  }

  .tableSumu .tr>div:nth-child(4) {
    width: 29%;
  }

  .nutritionist .headImg {
    position: relative;
    top: 0;
    left: -5px;
    order: 1;
    margin: 10px 0;
  }

  .nutritionist .colPrf {
    width: 100%;
    order: 3;
  }

  .nutritionist .colCmnt {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }

  .cmntHead {
    margin: 20px 0 35px;
  }

  .colPrf .profRow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .colPrf .img {
    width: 44%;
    margin: 0;
  }

  .colPrf .img+div {
    width: 51%;
  }

  .colPrf .name {
    text-align: left;
  }

  .colPrf .aol {
    text-align: left;
  }

  .productRow .img {
    width: 100%;
    margin: 0 0 40px;
  }

  .productRow .img img {
    width: 130px;
  }

  .productRow .txt {
    width: 100%;
  }

  .suihanMode img {
    width: 40px;
  }

  .suihanMode .lg {
    font-size: 1.4rem;
  }

  #scSumu6 h3 {
    text-align: left;
  }

  .recipeSelectRow .recipeOpen {
    width: 100%;
  }

  .rcp {
    padding: 0 2px;
    scrollbar-width: thin;
    scrollbar-color: #004986 #E6E6E6;
  }

  .rcp::before {
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
  }

  .rcp .scrlY {
    max-height: 85vh;
    padding: 15px 13px 40px;
  }

  .rcp .close {
    top: auto;
    right: calc(50% - 18px);
    bottom: 0;
    width: 35px;
    height: 35px;
    background: rgba(82, 137, 200, 0.5);
  }

  .rcp .close::before,
  .rcp .close::after {
    background: #FFF;
    width: 80%;
    height: 3px;
    top: calc(50% - 2px);
    left: 10%;
  }

  .rcpRow1 .img {
    width: 100%;
  }

  .rcpRow1 .txt {
    width: 100%;
  }

  .material {
    margin-bottom: 30px;
  }

  .material ul {
    width: 100%;
  }

  .making ol {
    display: block;
  }

  .making li {
    margin-bottom: 30px;
  }

  .rcp .point {
    align-items: flex-start;
    page-break-after: 10px 8px;
  }

  .rcp .point img {
    width: 20%;
  }

  .rcp .point .txt {
    width: 76%;
  }

  .faqGroup dt::before {
    width: 28px;
    height: 28px;
    top: -2px;
  }

  .faqGroup dd {
    width: 100%;
  }

}

/* 20240930 追記 */
#scSumu8 .links {
  display: flex;
  justify-content: space-between;
}

#scSumu8 .links>div {
  width: 32.6%;
}

@media screen and (max-width: 820px) {
  #scSumu8 .links {
    flex-direction: column;
    row-gap: min(6vw, 40px);
  }

  #scSumu8 .links>div {
    width: 100%;
  }
}

/*202412 追記CSS*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: grid;
  place-content: center;
  place-items: center;


  .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .cont {
    width: 700px;
    max-width: 90%;
    position: relative;

    @media screen and (max-width: 600px) {
      width: 73%;
    }

    .close {
      position: absolute;
      right: 2%;
      top: 3%;
      width: 4%;
      aspect-ratio: 1/1;

      @media screen and (max-width: 600px) {
        right: 5.4%;
        top: 2.3%;
        width: 10%;
      }

      span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        rotate: 45deg;

      }

      span::before,
      span::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      span::after {
        transform: translate(-50%, -50%) rotate(90deg);
      }
    }

    .fig {
      width: 100%;

      img {
        width: 100%;
        height: auto;
      }
    }
  }
}

.scPa {
  video {
    width: 100%;
    margin-top: 50px;

    @media screen and (max-width: 600px) {
      margin-top: 8vw;
    }
  }

  .packLink {
    display: grid;
    place-content: center;
    border: 1px solid #CCCCCC;
    margin-top: 110px;

    @media screen and (max-width: 600px) {
      margin: 8vw auto 0;
      width: 74vw;
    }
  }


  .kidsnastyle {
    place-content: center;
    margin-top: 110px;

    @media screen and (max-width: 600px) {
      margin: 8vw auto 0;
      width: 74vw;
    }
  }

}

#scSumu8 {
  .packBnr {
    display: block;
    width: 330px;
    margin: 40px auto 0;

    @media screen and (max-width: 600px) {
      width: 100%;
      margin-top: min(6vw, 40px);
    }

  }
}

.links2>div {
  width: 100%
}
