@charset "UTF-8";
:root{
  --bg-pink: #FFEBD5;
  --bg-green: #C2F4B0;
  --bg-blue: #D7F3FF;
  --font-red: #CB5420;
  --font-green: #308C39;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  font-size: 10px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
a:hover img {
  opacity: 0.7; }
a[href^="tel:"] {
  cursor: default; }
i {
  font-style: normal; }
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*****
  COMMON
*****/
@media screen and (min-width: 1024px) {
  .d-under {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .d-over {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%; }
body {
  position: relative;
  width: 100%;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #fff; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
.img-stretch{width: 100%;}
p {
  line-height: 1.6;
  letter-spacing: .05em;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  transform: rotate(0.05deg); }
a {
  color: #009fe8;
  text-decoration: underline; }
a:hover {
  text-decoration: none; }
h1,h2,h3,h4,h5{
  font-weight: 800;
  font-feature-settings: "palt" 1;
  transform: rotate(0.05deg);
}

.align-c {
  text-align: center; }
.align-r {
  text-align: right; }
.align-l {
  text-align: left; }
.margin-c {
  margin-left: auto;
  margin-right: auto; }
.wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow: visible; } }
.dot01 {
  position: absolute;
  height: 100%;
  width: 500px;
  left: 50%;
  transform: translate(600px, 0);
  -webkit-transform: translate(600px, 0);
  -ms-transform: translate(600px, 0);
  -moz-transform: translate(600px, 0);
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    .dot01 {
      display: none; } }
.dot01 .dot_right {
  background: url("../../../assets/img/webp/common/dot.webp");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative; }
.no-webp .dot01 .dot_right {
  background: url("../../../assets/img/common/dot.png"); }
.dot02 {
  position: absolute;
  height: 100%;
  width: 500px;
  left: 50%;
  transform: translate(-1100px, 0);
  -webkit-transform: translate(-1100px, 0);
  -ms-transform: translate(-1100px, 0);
  -moz-transform: translate(-1100px, 0);
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    .dot02 {
      display: none; } }
.dot02 .dot_left {
  background: url("../../../assets/img/webp/common/dot.webp");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative; }
.no-webp .dot02 .dot_left {
  background: url("../../../assets/img/common/dot.png"); }

.inner {
  margin: 0 auto;
  max-width: 870px;
  width: 90%; }
.mgt150 { margin-top: 150px !important; }
.mgt120 { margin-top: 120px !important; }
.mgt100 { margin-top: 100px !important; }
.mgt80 { margin-top: 80px !important; }
.mgt75 { margin-top: 75px !important; }
.mgt70 { margin-top: 70px !important; }
.mgt65 { margin-top: 65px !important; }
.mgt60 { margin-top: 60px !important; }
.mgt55 { margin-top: 55px !important; }
.mgt50 { margin-top: 50px !important; }
.mgt45 { margin-top: 45px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt35 { margin-top: 35px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt5 { margin-top: 5px !important; }
.mgt0 { margin-top: 0 !important; }
.mgb80 { margin-bottom: 80px !important; }
.mgb70 { margin-bottom: 70px !important; }
.mgb60 { margin-bottom: 60px !important; }
.mgb50 { margin-bottom: 50px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb25 { margin-bottom: 25px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb15 { margin-bottom: 15px !important; }
.mgb10 { margin-bottom: 10px !important; }
.mgb5 { margin-bottom: 5px !important; }
@media screen and (max-width: 767px) {
  .mgt150 { margin-top: 150px !important; }
  .mgt120_sp { margin-top: 120px !important; }
  .mgt100_sp { margin-top: 100px !important; }
  .mgt80_sp { margin-top: 80px !important; }
  .mgt70_sp { margin-top: 70px !important; }
  .mgt60_sp { margin-top: 60px !important; }
  .mgt50_sp { margin-top: 50px !important; }
  .mgt40_sp { margin-top: 40px !important; }
  .mgt35_sp { margin-top: 35px !important; }
  .mgt30_sp { margin-top: 30px !important; }
  .mgt25_sp { margin-top: 25px !important; }
  .mgt20_sp { margin-top: 20px !important; }
  .mgt15_sp { margin-top: 15px !important; }
  .mgt10_sp { margin-top: 10px !important; }
  .mgt5_sp { margin-top: 5px !important; }
  .mgb80_sp { margin-bottom: 80px !important; }
  .mgb70_sp { margin-bottom: 70px !important; }
  .mgb60_sp { margin-bottom: 60px !important; }
  .mgb50_sp { margin-bottom: 50px !important; }
  .mgb40_sp { margin-bottom: 40px !important; }
  .mgb30_sp { margin-bottom: 30px !important; }
  .mgb25_sp { margin-bottom: 25px !important; }
  .mgb20_sp { margin-bottom: 20px !important; }
  .mgb15_sp { margin-bottom: 15px !important; }
  .mgb10_sp { margin-bottom: 10px !important; }
  .mgt0_sp { margin-top: 0px !important; }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; } }
.txt-yugo {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: none;
}
.txt-B {
  font-weight: bold; }
.fontS-S {
  font-size: .8em; }
.fontS-SS {
  font-size: .7em; }
@media screen and (max-width: 767px) {
  .txt-default_sp {
    font-size: 1em !important; }
  .fontS-S_sp {
    font-size: .8em; }
  .txt-S_sp {
    font-size: 10px; }
}
.color-green {
  color: var(--font-green); }
.color-red {
  color: var(--font-red); }
.btn-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
.note {
  font-size: 15px;
  width: 100%; }
.note-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.note_text {
  flex: 1; }
@media screen and (max-width: 767px) {
  .note{
    font-size: 10px;
  }
}

/****** 
header
*****/
.sec_header {
  padding-top: 15px;
  text-align: left;
  margin-bottom: 0;}
.sec_header .inner {
  max-width: 1150px; }
.sec_header .header_logo {
  display: inline-block;
  max-width: 180px;
  width: 35%; }
.sec_header .header_logo img {
  display: inline-block;
  vertical-align: middle; }
.sec_header .share_button {
  float: right;
  width: 48px; }
.sec_header .share_button a {
  display: block;
  margin-top: 10px;
  width: 48px; }
.sec_header .share_button a:first-child {
  margin-top: 0; }
@media screen and (max-width: 767px) {
  .sec_header {
    margin-bottom: 20px; }
  .sec_header .header_logo {
    margin-top: 3px;
    max-width: 135px;
    width: 40%; }
  .sec_header .share_button {
    width: 35px; }
  .sec_header .share_button a {
    width: 35px;
    margin-top: 8px; }
}
/****** 
footer
*****/
.sec_footer {
  margin-top: 120px;
  margin-bottom: 100px; }
.sec_footer .footer_logo {
  text-align: center;
  margin-bottom: 100px; }
.sec_footer .footer_catch {
  text-align: center;
  margin-bottom: 60px; }
.sec_footer .footer_message {
  max-width: 855px;
  width: 100%;
  font-size: 16px;
  line-height: 2.5em;
  font-weight: bold;
  margin: 0 auto;
  text-justify: inter-ideograph;
  text-align: justify; }
.sec_footer .footer_message p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    line-height: inherit; }
.sec_footer .copyright {
  margin-top: 120px;
  font-size: 10px;
  color: #808080;
  text-align: center; }
.sec_footer .copyright a {
  display: inline-block;
  max-width: 75%;
  text-align: center; }
  .sec_footer .copyright a:hover {
    opacity: 0.5; }
.sec_footer .copyright img {
  text-align: center;
  position: relative;
  display: inline-block; }
@media screen and (max-width: 1023px) {
  .sec_footer {
    margin-top: 80px;
    margin-bottom: 40px; }
  .sec_footer .footer_logo {
    margin-bottom: 40px; }
  .sec_footer .footer_logo img {
    width: 100%;
    max-width: 200px; }
  .sec_footer .footer_catch {
    margin-bottom: 40px; }
  .sec_footer .footer_message {
    line-height: 2em; }
  .sec_footer .copyright {
    margin-top: 40px;
    font-size: 10px; }
}
/******
side_button
*****/
.side_button {
  position: fixed;
  width: 48px;
  right: 10px;
  z-index: 100; }
.side_button_sns {
  top: 0; }
.side_button_top {
  bottom: 10px; }
.side_button a {
  display: block;
  margin-top: 10px; }
@media screen and (min-width: 1024px) {
  .side_button {
    left: 50%;
    transform: translate(525px, 0);
    -webkit-transform: translate(525px, 0);
    -ms-transform: translate(525px, 0);
    -moz-transform: translate(525px, 0); }
}
@media screen and (max-width: 767px) {
  .side_button {
    width: 38px; }
}
/******
content
*****/
/* MV */
.sec_mv {
  margin-bottom: 195px;
}
.sec_mv .inner {
  position: relative;
  width: 87%;
  max-width: 872px;
}
.sec_mv .mv_text{
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sec_mv .mv_text{
    position: absolute;
    top: 48%;
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .sec_mv {
    margin-bottom: 84px;
  }
  .sec_mv .inner {
    width: 92%;
  }
  .sec_mv .mv{
    width: 92%;
  }
  .sec_mv .mv_text {
    font-size: 15px;
    line-height: 1.8;
    margin: 17px auto 12px;
    text-align: center;
  }
}

/*****
section
*****/
.sec {
  position: relative;
  margin-top: -60px;
}
.sec::before {
  content: "";
  display: block;
  padding-top: 60px;
  height: 0;
  width: 100vw;
}
.sec.bg-pink::before{
  background: url("../img/webp/deco_pink.webp") center bottom / auto 100% repeat-x;
}
.sec.bg-green::before{
  background: url("../img/webp/deco_green.webp") center bottom / auto 100% repeat-x;
}
.sec.bg-blue::before{
  background: url("../img/webp/deco_blue.webp") center bottom / auto 100% repeat-x;
}
.no-webp .sec.bg-pink::before{
  background-image: url("../img/deco_pink.png");
}
.no-webp .sec.bg-green::before{
  background-image: url("../img/deco_green.png");
}
.no-webp .sec.bg-blue::before{
  background-image: url("../img/deco_blue.png");
}
.sec .sec_wrapper{
  padding: 115px 0 220px;
}
.sec.bg-pink .sec_wrapper{
  background-color: var(--bg-pink);
}
.sec.bg-green .sec_wrapper{
  background-color: var(--bg-green);
}
.sec.bg-blue .sec_wrapper{
  background-color: var(--bg-blue);
}
.sec .sec_label{
  position: absolute;
  top: -20px;
  max-width: 138px;
  width: 21.5%;;
}
.ttl-img{
  max-width: 690px;
  text-align: center;
}
.intro_text{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 45px;
  text-align: center;
}
.ttl-label{
  display: flex;
  align-items: center;
  margin-top: 140px;
}
.ttl-img + .ttl-label{
  margin-top: 70px;
}
.ttl-label .label{
  margin-right: 20px;
  width: 76px;
}
.ttl-label .text{
  flex: 1;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .sec{
    margin-top: -8%;
  }
  .sec::before{
    padding-top: 8%;
  }
  .sec.bg-pink::before{
    background: url("../img/webp/deco_pink_sp.webp") center bottom / contain no-repeat;
  }
  .sec.bg-green::before{
    background: url("../img/webp/deco_green_sp.webp") center bottom / contain no-repeat;
  }
  .sec.bg-blue::before{
    background: url("../img/webp/deco_blue_sp.webp") center bottom / contain no-repeat;
  }
  .no-webp .sec.bg-pink::before{
    background-image: url("../img/deco_pink_sp.png");
  }
  .no-webp .sec.bg-green::before{
    background-image: url("../img/deco_green_sp.png");
  }
  .no-webp .sec.bg-blue::before{
    background-image: url("../img/deco_blue_sp.png");
  }
  .sec .sec_wrapper{
    padding: 60px 0 135px;
  }
  .sec .sec_label{
    top: -3.8vw;
    left: 3%;
    max-width: inherit;
  }
  .ttl-img{
    width: 88%;
  }
  .intro_text{
    font-size: 14px;
    margin-top: 24px;
  }
  .ttl-label + .intro_text{
    margin-top: 15px;
  }
  .ttl-label{
    margin: 60px -5.55% 0;
  }
  .ttl-img + .ttl-label{
    margin-top: 28px;
  }
  .feels + .ttl-label{
    margin-top: 90px;
  }
  .ttl-label .label{
    margin-right: 12px;
    width: 44px;
  }
  .ttl-label .text{
    font-size: 16px;
  }
}
/*****
sec1
*****/
.balloon-line{
  background-color: #FFF;
  border: 3px solid var(--font-red);
  border-radius: 100vw;
  color: var(--font-red);
  font-size: 20px;
  font-weight: 800;
  min-width: 272px;
  max-width: 100%;
  width: max-content;
  padding: 12px 20px;
  position: absolute;
  left: 50%;
  top: -1.5em;
  transform: translateX(-50%) rotate(0.05deg);;
  text-align: center;
}
.balloon-line::before,.balloon-line::after{
  border: solid transparent;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
}
.balloon-line::before{
  border: 12px solid transparent;
  border-top: 17px solid var(--font-red);
}
.balloon-line::after{
  border: 10px solid transparent;
  border-top: 14px solid white;
}
.box-shadow-ttl-col1{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 95px;
  margin-top: 105px;
}
.box-shadow-ttl-col1 .item{
  width: 100%;
}
.box-shadow-ttl-col2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 95px 50px;
}
.box-shadow-col2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 50px;
}
.box-shadow-col2 .item{
  width: calc(50% - 25px);
}
.box-shadow{
  background-color: #FFF;
  border-radius: 28px;
  box-shadow: 10px 10px 0 #FFDCBD;
  position: relative;
}
.bg-green .box-shadow{
  box-shadow: 10px 10px 0 #A8E573;
}
.box-shadow .inner{
  padding: 30px 0;
  width: 90%;
}
.box-shadow .text{
  font-size: 20px;
}
.feels{
  margin-top: 80px;
}
.feels .item .img{
  position: relative;
  vertical-align: bottom;
}
.feels .item .text{
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  line-height: 1.5;
  left: 56.5%;
  top: 38%;
}
@media screen and (max-width: 767px) {
  .balloon-line{
    border-width: 2px;
    font-size: 15px;
    min-width: 195px;
    padding: 8px 15px;
  }
  .balloon-line::before{
    border: 9px solid transparent;
    border-top: 12px solid var(--font-red);
  }
  .balloon-line::after{
    border: 7px solid transparent;
    border-top: 9px solid white;
  }
  .box-shadow{
    border-radius: 15px;
    box-shadow: 7px 7px 0 #FFDCBD;
  }
  .bg-green .box-shadow{
    box-shadow: 7px 7px 0 #A8E573;
  }
  .box-shadow-col2{
    gap: 42px;
    justify-content: center;
  }
  .box-shadow-col1 .item,
  .box-shadow-col2 .item,
  .box-shadow-ttl-col1 .item{
    max-width: 400px;
    width: 88%;
  }
  .box-shadow-ttl-col1,
  .box-shadow-ttl-col2{
    gap: 55px 50px;
  }
  .box-shadow-ttl-col1{
    margin-top: 55px;
  }
  .box-shadow .text{
    font-size: 13px;
  }
  .feels{
    margin-top: 35px;
  }
}
@media screen and (max-width: 520px) {
  .feels .item .text{
    font-size: 13px;
    font-size: 3.466vw;
  }
}

.list-num li{
  list-style-type: none;
  counter-increment: cnt;
  display: flex;
  align-items: center;
  margin-top: 36px;
  line-height: 1.5;
}
.list-num li:before{
  background-color: #F98D73;
  border-radius: 50%;
  content: counter(cnt);
  color: #FFF;
  font-size: 26px;
  font-weight: 800;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  height: 45px;
  width: 45px;
  margin-right: 15px;
}
.list-num li .text{
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  transform: rotate(0.05deg);
}
.touch{
  max-width: 690px;
  margin: 80px auto 0;
}
.touch .inner{
  padding: 40px 0 50px;
  max-width: 582px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .list-num li{
    margin-top: 20px;
  }
  .list-num li:before{
    font-size: 18px;
    margin-right: 8px;
    height: 30px;
    width: 30px;
  }
  .list-num li .text{
    font-size: 13px;
  }
  .touch{
    margin-top: 60px;
  }
  .touch .inner{
    padding: 30px 0 35px;
  }
  .touch .img{
    width: 81%;
  }
}
/*****
からだの特長
*****/
.body{
  margin: 110px auto 0;
  position: relative;
}
.modal_btn{
  background: #ffef00;
  border: 4px solid #FFF;
  border-radius: 100vh;
  box-sizing: content-box;
  box-shadow: 6px 5px 4px rgba(74,74,74,.45);
  padding-top: 106px;
  position: absolute;
  text-decoration: none;
  height: 0;
  width: 106px;
}
.modal_btn::after{
  content: "";
  background: #009fe8 url("../img/webp/modal_btn_plus.webp") center center / 39% auto no-repeat;
  border: 3px solid #FFF;
  border-radius: 100vh;
  box-sizing: content-box;
  box-shadow: 5px 4px 4px rgba(74,74,74,.4);
  padding-top: calc(36px - 6px);
  height: 0;
  width: calc(36px - 6px);
  position: absolute;
  bottom: -4%;
  right: -3%;
  transition: .1s;
}
.no-webp .modal_btn::after{
  background-image: url("../img/modal_btn_plus.png");
}
.modal_btn:hover::after{
  transform: scale(1.1);
}
.modal_btn .text{
  color: initial;
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .body{
    margin-top: 50px;
  }
  .modal_btn{
    border-width: 3px;
    box-shadow: 3px 2px 3px rgba(74,74,74,.45);
    padding-top: 17%;
    width: 17%;
  }
  .modal_btn::after{
    background-size: 48% auto;
    border-width: 2px;
    box-shadow: 3px 2px 2px rgba(74,74,74,.4);
    padding-top: 30%;
    width: 30%;
  }
  .modal_btn .text{
    font-size: 17px;
    font-size: 4.533vw;
  }
}
/*****
ごはん
*****/
.foods{
  margin: 90px auto 0;
}
.box-shadow .box-title{
  background-color: #FFF;
  border-radius: 28px 28px 0 0;
  color: var(--font-red);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
  min-width: 215px;
  padding: 20px 30px 25px;
  position: absolute;
  left: 0;
  top: -2.1em;
  letter-spacing: .1em;
  text-align: center;
}
.box-shadow-ttl-col1 .box-shadow .box-title{
  min-width: 233px;
}
.bg-green .box-shadow .box-title{
  color: var(--font-green);
}
.foods .box-shadow .inner{
  padding: 55px 0 40px;
  text-align: center;
}
.foods .box-shadow .img{
  margin-inline: auto;
  position: relative;
  width: 90%;
}
.foods .box-shadow .img img{
  width: 100%;
}
.foods .box-shadow .caption{
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
.foods .box-shadow .label{
  background-color: #FFEBD5;
  border-radius: 100vh;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 45px;
  padding: 15px 20px 11px;
  text-align: center;
}
.foods .box-shadow .text{
  margin-top: 15px;
}
.foods + .intro_text{
  margin-top: 60px;
}
.allergy-wrapper{
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  max-width: 720px;
}
.allergy-wrapper .title{
  font-size: 30px;
  letter-spacing: .15em;
  line-height: 1.5;
  margin: 0 20px 25px 0;
  text-align: center;
}
.allergy-wrapper img{
  margin-bottom: -4px;
  width: 170px;
}
.box-caution{
  background-color: #fff4b6;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  margin-inline: auto;
  max-width: 720px;
  padding: 42px 15px 42px 28px;
  position: relative;
}
.box-caution .caution_item{
  align-items: center;
  display: flex;
  margin-top: 30px;
}
.box-caution .caution_item:first-child{
  margin-top: 0;
}
.box-caution .caution_item::before{
  background: url("../img/webp/icon_caution.webp") center center / contain no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-right: 17px;
  width: 54px;
}
.no-webp .box-caution .caution_item::before{
  background-image: url("../img/icon_caution.png");
}
.box-caution .caution_item p{
  flex: 1;
  font-size: 21px;
  letter-spacing: 0;
}
.box-caution .caution_item .fontS-S{
  font-size: 17px;
}
.box-caution .morecaution_item{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  max-width: 620px;
}
.box-caution .morecaution_item .title{
  font-size: 24px;
  font-weight: 800;
  padding-right: 10px;
  width: 140px;
}
.box-caution .morecaution_item .list{
  background-color: #FFF;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  padding: 25px 35px;
}
@media screen and (max-width: 767px) {
  .box-shadow .box-title{
    border-radius: 15px 15px 0 0;
    font-size: 16px;
    padding: 10px 15px 20px;
    min-width: 105px;
  }
  .box-shadow-ttl-col1 .box-shadow .box-title{
    min-width: 125px;
  }
  .foods{
    margin-top: 55px;
  }
  .foods .box-shadow .inner{
    padding: 20px 0 20px;
  }
  .foods .box-shadow .caption{
    margin-top: 3px;
    font-size: 11px;
  }
  .foods .box-shadow .label{
    font-size: 12px;
    padding: 9px 10px 8px;
    margin-top: 17px;
  }
  .foods .box-shadow .text{
    margin-top: 6px;
  }
  .foods + .intro_text{
    margin: 38px auto 0;
    width: 90%;
  }
  .foods + .intro_text + .note{
    margin-inline: auto;
    width: 90%;
  }
  
  .allergy-wrapper{
    margin-top: 48px;
  }
  .allergy-wrapper .title{
    font-size: 16px;
    margin: 0 7px 17px 12px;
  }
  .allergy-wrapper img{
    margin-bottom: -3px;
    width: 88px;
  }
  .box-caution{
    border-bottom-width: 2px;
    border-top-width: 2px;
    padding: 20px 10px 22px 16px;
  }
  .box-caution .caution_item{
    margin-top: 18px;
  }
  .box-caution .caution_item::before{
    height: 28px;
    margin-right: 8px;
    width: 32px;
  }
  .box-caution .caution_item p{
    font-size: 13px;
  }
  .box-caution .caution_item .fontS-S{
    font-size: 12px;
  }
  .box-caution .morecaution_item{
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    margin: 3px auto 0;
  }
  .box-caution .morecaution_item .title{
    font-size: 14px;
    margin-top: 15px;
    width: auto;
  }
  .box-caution .morecaution_item .list{
    border-radius: 10px;
    font-size: 13px;
    padding: 10px 18px;
    letter-spacing: -.05em;
  }
}
/*****
おうち
*****/
.house{
  background-color: #FFF;
  border-radius: 30px;
  padding: 87px 0 50px;
  position: relative;
  margin: 65px auto 0;
  max-width: 840px
}
.house::before, .house::after{
  content: "";
  display: block;
  position: absolute;
}
.house::before{
  bottom: 99.7%;
  left: 17%;
  height: 0;
  padding-top: 15%;
  transform: translateX(-50%);
  width: 9.2%;
}
.house::after{
  background: url("../img/webp/sec4_human.webp") center bottom / contain no-repeat;
  bottom: 98%;
  right: 16%;
  height: 0;
  padding-top: 14.6%;
  transform: translateX(50%);
  width: 18.5%;
}
.no-webp .house::after{
  background-image: url("../img/sec4_human.png");
}
.house .inner{
  width: 95%;
}
.house .modal_btn{
  position: absolute;
  padding-top: calc(95px - 6px);
  width: calc(95px - 6px);
}
.house .modal_btn::after{
  bottom: -8%;
  right: -8%;
}
.house .modal_btn .text{
  font-size: 20px;
}
.house-env .box-shadow .inner{
  padding: 55px 18px 45px;
}
/*****
よくある病気・ケガ
*****/
.sec5 .sec_wrapper{
  padding-bottom: 120px;
}
.accordion{
  max-width: 690px;
  margin-inline: auto;
  margin-top: 80px;
}
.accordion .item{
  background-color: #FFF;
  border-radius: 15px;
  margin-top: 20px;
  padding: 0 25px 0 40px;
}
.accordion .item:first-child{
  margin-top: 0;
}
.accordion .toggle{
  display: none;
}
.accordion .label{
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.5;
  padding: 30px 0;
  transform: rotate(0.03deg);
}
.accordion .label:hover{
  opacity: .8;
}
.accordion .label::after{
  background: url("../img/webp/icon_plus.webp") center center / contain no-repeat;
  content: "";
  height: 53px;
  width: 53px;
  flex-shrink: 0;
}
.no-webp .accordion .label::after{
  background-image: url("../img/icon_plus.png");
}
.accordion .label_inner{
  flex: 1;
  display: flex;
  align-items: center;
}
.accordion .label_inner::before,
.accordion .label_inner::after{
  content: "";
  flex-basis: 15px;
  flex-shrink: 0;
  height: 36px;
  width: 15px;
}
.accordion .label_inner::before{
  background: url("../img/webp/qa_brackets_l.webp") center center / contain no-repeat;
}
.accordion .label_inner::after{
  background: url("../img/webp/qa_brackets_r.webp") center center / contain no-repeat;
}
.no-webp .accordion .label_inner::before{
  background-image: url("../img/qa_brackets_l.png");
}
.no-webp .accordion .label_inner::after{
  background-image: url("../img/qa_brackets_r.png");
}
.accordion .label_inner .text{
  font-size: 22px;
  font-weight: 800;
  padding-inline: 10px;
  min-width: 143px;
  text-align: center;
}
.accordion .label .note{
  font-size: 18px;
  margin-left: 8px;
}
.accordion .toggle:checked + .label::after{
  background-image: url("../img/webp/icon_minus.webp");
}
.no-webp .accordion .toggle:checked + .label::after{
  background-image: url("../img/icon_minus.png");
}
.accordion .content{
  height: 0;
  line-height: 1.8;
  overflow: hidden;
  max-width: 565px;
  margin-inline: auto;
  width: 97%;
}
.accordion .toggle:checked + .label + .content {
  padding: 0 0 55px;
  height: auto;
}
.accordion .content p{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: none;
  font-weight: 500;
}
.accordion .content .title{
  background-color: #FFF4B6;
  border-radius: 6px;
  display: inline-block;
  padding: 6px;
  min-width: 88px;
  margin: 40px 0 10px;
  text-align: center;
}
.accordion .content .title:first-child{
  margin-top: 14px;
}
.accordion .content .text{
  line-height: 1.8;
}
.list-circle li{
  list-style-type: none;
  margin-top: 0.1em;
  padding-left: 1.8em;
  /*padding-left: 2em;*/
  position: relative;
  text-align: left;
}
.list-circle li::before{
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  height: .6em;
  left: .5em;
  top: 0.55em;
  width: .6em;
}
.list-circle.blue li::before {
  background-color: #6BC6F9;
}
@media screen and (max-width: 767px) {
  .sec5 .sec_wrapper{
    padding-bottom: 50px;
  }
  .house{
    border-radius: 15px;
    padding: 42px 0 38px;
    margin-top: 30px;
  }
  .house::before{
    bottom: 99.6%;
    padding-top: 22%;
    width: 13.5%;
  }
  .house::after{
    bottom: 97.6%;
    padding-top: 21.6%;
    right: 18%;
    width: 26.9%;
  }
  .house .inner{
    width: 93%;
  }
  .house .modal_btn{
    border-width: 2px;
    box-shadow: 4px 3px 3px rgba(74,74,74,.45);
    padding-top: 15.6%;
    width: 15.6%;
  }
  .house .modal_btn::after{
    box-shadow: 4px 4px 2px rgba(74,74,74,.4);
    bottom: -6%;
    right: -6%;
    padding-top: 34%;
    width: 34%;
  }
  .house .modal_btn .text{
    font-size: 12px;
    font-size: 3.2vw;
  }
  .house-env .ttl-label{
    margin-top: 45px;
  }
  .house-env .box-shadow .box-title{
    min-width: 115px;
  }
  .house-env .box-shadow .inner{
    padding: 20px 0;
    width: 86%;
  }
  .accordion{
    margin-top: 30px;
  }
  .accordion .item {
    border-radius: 10px;
    margin-top: 13px;
    padding: 0 10px 0 13px;
  }
  .accordion .item:first-child{
    margin-top: 25px;
  }
  .accordion .label {
    padding: 16px 0;
  }
  .accordion .label_inner{
    padding-left: 5px;
  }
  .accordion .label_inner::before, .accordion .label_inner::after{
    flex-basis: 9px;
    height: 22px;
    width: 9px;
  }
  .accordion .label::after {
    height: 36px;
    width: 35px;
  }
  .accordion .label_inner .text{
    font-size: 14px;
    min-width: 95px;
    padding-inline: 5px;
  }
  .accordion .content .title{
    font-size: 13px;
    padding: 4px;
    margin-top: 20px;
    min-width: 65px;
  }
  .accordion .label .note{
    font-size: 10px;
    margin-left: 8px;
  }
  .accordion .toggle:checked + .label + .content{
    padding-bottom: 20px;
  }
  .accordion .content .text{
    font-size: 13px;
  }
}

.sec_consult_vet {
  padding-top: 150px;
}
.sec_consult_vet .consult_vet {
  border: 5px dotted #000;
  border-radius: 45px;
  position: relative;
  padding: 60px;
}
.sec_consult_vet .consult_vet .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec_consult_vet .consult_vet .title .title_inner{
  background-color: #FFF;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 15px;
}
.sec_consult_vet .consult_vet .title .label{
  background-color: #000;
  border-radius: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 65px;
  margin-right: 15px;
  text-align: center;
  height: 65px;
  width: 65px;
}
.sec_consult_vet .img {
  max-width: 210px;
  width: 45%;
}
.sec_consult_vet .name{
  font-size: 26px;
  font-weight: 800;
  margin-top: 20px;
  text-align: center;
}
.sec_consult_vet .name span{
  margin-left: 1em;
}
.sec_consult_vet .text {
  font-size: 21px;
  font-weight: 700;
  line-height: 2;
}
.sec_consult_vet .consult_vet a {
  font-size: 1.125em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec_consult_vet {
    padding-top: 70px
  }
  .sec_consult_vet .consult_vet {
    border-width: 3px;
    border-radius: 20px;
    padding: 37px 15px 30px;
  }
  .sec_consult_vet .consult_vet .title {
    top: -3.7em;
  }
  .sec_consult_vet .consult_vet .title .title_inner{
    font-size: 16px;
    padding-inline: 5px;
    flex-direction: column;
    text-align: center;
  }
  .sec_consult_vet .consult_vet .title .label{
    font-size: 12px;
    margin: 0 0 10px;
    flex-basis: auto;
    height: 34px;
    width: 34px;
  }
  .sec_consult_vet .img{
    width: 24%;
  }
  .sec_consult_vet .name{
    font-size: 14px;
    margin-top: 8px;
  }
  .sec_consult_vet .name span{
    margin-left: 0.2em;
  }
  .sec_consult_vet .text{
    font-size: 12px;
    line-height: 1.6;
  }
  .sec_consult_vet .consult_vet a {
    font-size: .8em;
  }
}

/*** モーダル ***/
.remodal-overlay{
  background: rgba(51, 121, 122, .8);
}
.remodal {
  background-color: transparent;
  max-width: 670px;
  padding: 0 0 60px;
  position: relative;
  width: 95%;
}
.remodal::before, .remodal::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.remodal::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 30px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%);
}
.remodal::after {
  bottom: 0%;
  right: 0%;
  height: 70px;
  width: 70px;
  background: url("../img/webp/modal_deco.webp") center center / contain no-repeat;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.no-webp .remodal::after {
  background-image: url("../img/modal_deco.png")
}
.remodal .title {
  background-color: #C2F4B0;
  border-radius: 30px 30px 0 0;
  font-size: 30px;
  font-weight: 800;
  padding: 30px 20px;
  text-align: center;
}
.remodal .content {
  padding: 50px 30px 0;
  max-width: 620px;
  margin-inline: auto;
}
.remodal .content .text {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2;
  transform: none;
  text-align: left;
}
.remodal .photo{
  background: url("../img/webp/modal_frame.webp") center center / contain no-repeat;
  position: absolute;
  bottom: 61%;
  left: -15%;
  height: 0;
  padding-top: 44.7%;
  width: 44.7%;
  z-index: 2;
}
.no-webp .remodal .photo{
  background-image: url("../img/modal_frame.png");
}
.remodal .photo img{
  position: absolute;
  top: 3.9%;
  right: 3.8%;
  width: 81.3%;
}
.remodal .btn_close {
  background-color: #000;
  border-radius: 100px;
  color: #FFF;
  display: block;
  font-size: 18px;
  max-width: 232px;
  margin: 60px auto 0;
  padding: 13px;
  text-decoration: none;
  width: 61%;
}
.remodal .btn_close:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .remodal{
    padding-bottom: 35px;
  }
  .remodal::before{
    border-radius: 12px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  }
  .remodal::after{
    height: 40px;
    width: 40px;
  }
  .remodal .title{
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    padding: 17px 10px;
  }
  .remodal .content{
    border-radius: 0 0 12px 12px;
    padding: 30px 15px 0;
  }
  .remodal .content .text{
    font-size: 14px;
  }
  .remodal .btn_close{
    font-size: 16px;
    max-width: 170px;
    margin-top: 34px;
    padding: 8px;
  }
  .remodal .photo{
    bottom: 68%;
    left: -14%;
    padding-top: 51.7%;
    transform: rotate(-5deg);
    width: 51.7%;
  }
  .remodal .photo img{
    right: 3.9%;
    transform: rotate(5deg);
  }
}
