@charset "UTF-8";
:root{
  --blue: #009EE7;
  --yellow: #FFEE00;
  --green: #2F8B3A;
  --bg_blue: #ADDDFF;
  --bg_yellow: #FBE968;
  --bg_red: #F88C73;
  --bg_green: #C2F4B0;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  /* display: block; */
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}

/* 
  customize
*/
html {
  width: 100%;
}
body {
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "M PLUS Rounded 1c", "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.img-responsive{
  width: 100%;
}
p {
  line-height: 1.7;
  letter-spacing: .05em;
  font-weight: bold;
}
a {
  color: inherit;
  cursor: pointer;
  transition-duration: .3s;
  text-decoration: none;
  opacity: 1;
}
body:not(.sp_window) a:not(.nohoveranimate):hover {
  opacity: .7;
}

/* spacer */
.margin-c {
  margin-inline: auto;
}
.mgt150 { margin-top: 150px; }
.mgt120 { margin-top: 120px; }
.mgt100 { margin-top: 100px; }
.mgt95 { margin-top: 95px; }
.mgt80 { margin-top: 80px; }
.mgt70 { margin-top: 70px; }
.mgt60 { margin-top: 60px; }
.mgt55 { margin-top: 55px; }
.mgt50 { margin-top: 50px; }
.mgt45 { margin-top: 45px; }
.mgt40 { margin-top: 40px; }
.mgt35 { margin-top: 30px; }
.mgt30 { margin-top: 30px; }
.mgt25 { margin-top: 25px; }
.mgt20 { margin-top: 20px; }
.mgt15 { margin-top: 15px; }
.mgt10 { margin-top: 10px; }
.mgt5 { margin-top: 5px; }
.mgt0 { margin-top: 0 !important; }
.mgb25 { margin-bottom: 25px; }
.mgb20 { margin-bottom: 20px; }
.mgb15 { margin-bottom: 15px; }
.mgb10 { margin-bottom: 10px; }
.mgb5 { margin-bottom: 5px; }
.mgb0 { margin-bottom: 0 !important; }
.pdb0{ padding-bottom: 0 !important; }
.pdt30{ padding-top: 30px; }
.pdt25{ padding-top: 25px; }
.pdt20{ padding-top: 20px; }
.pdt15{ padding-top: 15px; }
.pdt10{ padding-top: 10px; }
.pdt5{ padding-top: 5px; }
.pdt0{ padding-top: 0; }
@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; }
  .mgt45_sp { margin-top: 45px !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; }
  .mgt0_sp { margin-top: 0px !important; }
  .mgb25_sp { margin-bottom: 25px; }
  .mgb20_sp { margin-bottom: 20px; }
  .mgb15_sp { margin-bottom: 15px; }
  .mgb10_sp { margin-bottom: 10px; }
  .mgb5_sp { margin-bottom: 5px; }
  .mgb0_sp { margin-bottom: 0 !important; }
  .pdt30_sp{ padding-top: 30px; }
  .pdt25_sp{ padding-top: 25px; }
  .pdt20_sp{ padding-top: 20px; }
  .pdt15_sp{ padding-top: 15px; }
  .pdt10_sp{ padding-top: 10px; }
  .pdt5_sp{ padding-top: 5px; }
  .pdt0_sp{ padding-top: 0; }
}

/* dot */
.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;
}
.dot01 .dot_right {
  background: url("../../assets/img/common/dot.png");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative;
}
.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;
}
.dot02 .dot_left {
  background: url("../../assets/img/common/dot.png");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .dot01, .dot02 {
    display: none;
  }
}

/* block */
.wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.section-content {
  padding-block: 137px 177px;
}
.contents_inner {
  margin: 0 auto;
  max-width: 870px;
  width: 90%;
}
.contents_inner02 {
  margin: 0 auto;
  max-width: 740px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-yellow{
  background-color: var(--bg_yellow);
}
.bg-blue{
  background-color: var(--bg_blue);
}
.bg-red{
  background-color: var(--bg_red);
}
.bg-green{
  background-color: var(--bg_green);
}
@media screen and (min-width: 768px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp{
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .section-content {
    padding: 60px 0 60px;
  }
  .pc{
    display: none;
  }
}

/* text */
.align-c {
  text-align: center;
}
.txt-yugo {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.txt-B {
  font-weight: bold;
}
.color-blue{
  color: var(--blue);
}
.line-wave {
  background: url("../img/line_wave.svg") bottom left repeat-x;
  background-size: auto 9px;
  padding-bottom: 9px;
}
.marker-y{
  background-color: var(--yellow);
  padding-inline: .15em;
}
@media screen and (max-width: 767px) {
  .line-wave {
    background-size: 9px;
    padding-bottom: 4px;
  }
}
.note {
  width: 100%;
}
.note-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.note-mark-text {
  flex: 1;
}
.fontS-S {
  font-size: .8em;
}
.fontS-SS {
  font-size: .7em;
}
@media screen and (max-width: 767px) {
  .fontS-S_sp {
    font-size: .8em;
  }
}

/* list */
ol, ul{
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
}
.list-disc {
  padding-left: 20px;
}
.list-disc li {
  list-style-type: none;
  margin-top: .3em;
  text-align: left;
  text-indent: -14px;
}
.list-disc li::before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin: auto .5em 5px 0px;
  width: 5px;
  height: 5px;
}
.list-disc-blue::before {
  background-color: #009FE8;
}
.list-number li {
  display: flex;
}
.list-number_mark {
  font-size: 1.5em;
  font-weight: 800;
  margin-right: .5em;
  line-height: 1.33em;
}
.list-number_txt {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .list-disc li::before {
    margin: auto .3em 5px 0px;
    width: 3px;
    height: 3px;
  }
  .list-disc-blue li {
    font-size: 1em;
    margin-top: 10px;
  }
  .list-number_mark {
    font-size: 1.1em;
  }
  .list-number_txt {
    font-size: 1em;
  }
}

/* Anime */
.js-anime{
  /* transition: all .5s cubic-bezier(.175, .885, .32, 1.275); */
  transition: all .4s ease-in-out;
}
.js-anime.hide{
  transform: translateY(25px);
  opacity: 0;
}
.js-anime.-left.hide{
  transform: translateX(-25px);
  opacity: 0;
}

/* Header */
.section_header {
  padding-top: 15px;
  text-align: left;
  margin-bottom: 30px;
}
.section_header .contents_inner {
  max-width: 1150px;
}
.section_header .header_logo {
  display: inline-block;
  max-width: 180px;
  width: 35%;
}
.section_header .header_logo img {
  display: inline-block;
  vertical-align: middle;
}
.section_header .share_button {
  float: right;
  width: 48px;
}
.section_header .share_button a {
  display: block;
  margin-top: 10px;
  width: 48px;
}
.section_header .share_button a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .section_header {
    margin-bottom: 42px;
  }
  .section_header .header_logo {
    margin-top: 3px;
    max-width: 135px;
    width: 40%;
  }
  .section_header .share_button {
    width: 35px;
  }
  .section_header .share_button a {
    width: 35px;
    margin-top: 8px;
  }
}

/* Footer,Side */
.side_button {
  position: fixed;
  height: 30vh;
  width: 48px;
  right: 10px;
  z-index: 100;
}
/* .side_button_sns {
  top: 0;
} */
.side_button_top {
  bottom: 0;
}
.side_button a {
  display: block;
  margin-top: 10px;
}
.side_button .top {
  bottom: 10px;
  position: absolute;
}
@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 {
    height: calc(100vh - 50px);
    width: 38px;
  }
  .side_button_sns {
    top: 50px;
  }
}

/* modal */
.remodal {
  background: none;
  border-radius: 30px;
  color: initial;
  padding: 0;
  padding-top: 60px;
}
.remodal .head{
  background-color: var(--bg_red);
  border-radius: 30px 30px 0 0;
  padding: 60px 25px 50px;
  position: relative;
}
.remodal .head .inner{
  margin-inline: auto;
}
.remodal .head .ico-point{
  filter: none;
  position: absolute;
  bottom: calc(100% - 35px);
  left: calc(50% - 35px);
  padding-top: 75px;
  max-width: initial;
  width: 75px;
}
.remodal .title {
  font-size: 30px;
  font-weight: 900;
}
.remodal .title.triangle {
  display: flex;
  align-items: center;
  gap: .65em;
  font-size: 20px;
  font-weight: 900;
}
.remodal .title.triangle::before {
  content: "";
  display: block;
  width: .9em;
  height: 1.2em;
  background: var(--bg_red);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.remodal .title.caution {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  font-weight: 900;
}
.remodal .title.caution::before {
  background: url(../img/ico_caution.png) center center / contain no-repeat;
  content: "";
  display: block;
  width: 2.2em;
  height: 2em;
}
.remodal .desc{
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
}
.remodal .body {
  background-color: #FFF;
  border-radius: 0 0 30px 30px;
  padding: 58px 25px 52px;
}
.remodal .body .inner{
  margin-inline: auto;
  max-width: 600px;
}
.remodal .body .title:not(:first-child) {
  margin-top: 50px;
}
.remodal .lead {
  font-weight: bold;
  font-size: 16px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2;
  margin-top: 10px;
  text-align: left;
}
.remodal .btn-img {
  margin-top: 80px;
}
.remodal .btn-img img {
  width: 100%;
}
.remodal .btn_close {
  display: block;
  max-width: 230px;
  width: 61%;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin: 50px auto 0;
  padding: 13px;
  border-radius: 100px;
  line-height: 1;
}
.remodal .btn_close:hover {
  opacity: .7;
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .remodal-wrapper{
    padding: 10px 20px 10px;
  }
  .remodal {
    border-radius: 15px;
    padding: 40px 0 0;
  }
  .remodal .head{
    border-radius: 15px 15px 0 0;
    padding: 40px 15px 20px;
  }
  .remodal .head .ico-point{
    bottom: calc(100% - 22px);
    left: calc(50% - 22px);
    padding-top: 44px;
    width: 44px;
  }
  .remodal .title {
    font-size: 1.4em;
    line-height: 1.6;
  }
  .remodal .title.triangle,
  .remodal .title.caution{
    font-size: 1em;
    gap: .4em;
  }
  .remodal .title.triangle::before{
    width: .8em;
    height: 1em;
  }
  .remodal .title.caution::before{
    width: 1.8em;
    height: 1.7em;
  }
  .remodal .body .title:not(:first-child){
    margin-top: 30px;
  }
  .remodal .desc {
    font-size: 1em;
    margin-top: .5em;
  }
  .remodal .body{
    border-radius: 0 0 15px 15px;
    padding: 30px 25px 28px;
  }
  .remodal .lead {
    font-size: 13px;
    margin-top: .5em;
    line-height: 1.8;
  }
  .remodal .btn_close {
    margin-top: 40px;
    padding: 5px 7px 8px;
    width: 60%;
    font-size: 1.15em;
  }
}

/* MV */
.section_mv {
  margin-bottom: 48px;
}
.section_mv .contents_inner{
  max-width: 712px;
}
.section_mv .mainvisual {
  max-width: 555px;
  width: 88%;
}
.section_mv .caution{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 37px;
}
.section_mv .caution::before{
  background: url(../img/ico_caution.png) center center / contain no-repeat;
  content: "";
  display: block;
  height: auto;
  width: 52px;
}
.section_mv .caution p{
  flex: 1;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section_mv {
    margin-bottom: 57px;
  }
  .section_mv .mainvisual {
    max-width: 400px;
  }
  .section_mv .caution{
    gap: 12px;
    margin: 20px auto 0;
    width: fit-content;
  }
  .section_mv .caution::before{
    width: 37px;
  }
  .section_mv .caution p{
    font-size: 14px;
  }
}

/* Tab */
.tab_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tab_btn {
  background-color: #e6e6e6;
  border-radius: 15px 15px 0 0;
  position: relative;
  margin-bottom: -1px;
  text-align: center;
  width: calc(50% - (20px / 2));
}
.tab_btn.tab-on {
  background-color: var(--bg_yellow);
  z-index: 2;
}
.tab_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .3em;
  padding: 27px 0 20px;
  cursor: pointer;
}
.tab_btn a::after{
  background: url(../img/tab_icon_dog.png) center center / contain no-repeat;
  content: "";
  display: block;
  height: 39px;
  width: 49px;
}
.tab_btn.tab_cat a::after{
  background-image: url(../img/tab_icon_cat.png);
}
.tab_btn.tab-on a::after{
  background-image: url(../img/tab_icon_dog_active.png);
}
.tab_btn.tab_cat.tab-on a::after{
  background-image: url(../img/tab_icon_cat_active.png);
}
.tab-content {
  position: relative;
}
.tab-content .contents_inner {
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .tab_inner{
    gap: 10px;
  }
  .tab_btn {
    margin-bottom: -1px;
    width: calc(50% - (10px / 2));
    border-radius: 10px 10px 0 0;
  }
  .tab_btn a {
    gap: 13px;
    font-size: 15px;
    padding: 12px 0;
    gap: 3.466vw;
    font-size: clamp(0.938rem, 0.459rem + 2.04vw, 1.438rem);
    padding: 3.2vw 0;
  }
  .tab_btn a::after{
    /* height: 23px;
    width: 25px; */
    height: clamp(1.438rem, 0.899rem + 2.3vw, 2rem);
    width: clamp(1.563rem, 0.486rem + 4.59vw, 2.688rem);
  }
}

/* SEC1 */
.sec1.section-content {
  padding: 95px 0 1px;
}
.balloon{
  background-color: #FFF;
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 35px;
  padding: 20px 34px 18px;
  position: relative;
  width: fit-content;
}
.balloon::after{
  content: "";
  top: 100%;
  left: calc(50% - (30px / 2));
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 16px solid #ffffff;
  border-bottom: 0;
}
.balloon p{
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}
.sec-title{
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .13em;
  text-align: center;
}
.survey-overview{
  margin: 55px auto -25px;
  max-width: 100%;
  width: fit-content;
}
.survey-overview p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  width: fit-content;
}
.survey-overview > p:first-child{
  margin-bottom: 12px;
}
.survey-overview .flex{
  gap: 0 20px;
  flex-wrap: wrap;
}
.q-box{
  margin-top: 90px;
  padding-left: 30px;
}
.q-box .item{
  background-color: #FFF;
  border-radius: 28px;
  /* margin-left: 30px; */
  padding: 52px 54px 46px;
  position: relative;
  /* width: calc(100% - 30px); */
}
.q-box .item:not(:first-child){
  margin-top: 60px;
}
.q-box .item::before{
  background: url(../img/label_q1.png) top left / contain no-repeat;
  content: "";
  display: block;
  height: 115px;
  /* max-width: 150px; */
  /* width: 20vw; */
  width: 150px;
  position: absolute;
  top: 52px;
  left: -30px;
  transition: transform 0s;
  transition-delay: .5s;
  z-index: 2;
}
.q-box .item::after{
  background-color: #019ee7;
  content: "";
  display: block;
  height: 96px;
  width: 43px;
  position: absolute;
  top: 52px;
  left: 77px;
  transition: opacity 0s;
  transition-delay: .5s;
}
.q-box .js-anime.hide.item::before{
  transform: translateY(0);
}
.q-box .js-anime.item::before{
  transform: translateY(1px);
}
.q-box .js-anime.hide.item::after{
  opacity: 1;
}
.q-box .js-anime.item::after{
  opacity: 0;
}
.q-box .item:nth-child(2):before{
  background-image: url(../img/label_q2.png);
}
.q-box .item:nth-child(3):before{
  background-image: url(../img/label_q3.png);
}
.q-box .item:nth-child(4):before{
  background-image: url(../img/label_q4.png);
}
.q-box .item .title{
  color: var(--blue);
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.6;
  margin-left: 120px;
  min-height: 96px;
}
.q-box .item .text{
  font-weight: 900;
  text-align: center;
}
.sec-foot{
  margin-top: 115px;
}
.sec-foot p{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
}
.sec-foot .line-wave{
  font-size: 29px;
  line-height: 2.3;
}
.sec-foot .img{
  margin-inline: auto;
  max-width: 192px;
  margin-block: 32px -3px;
  width: 35%;
}
@media screen and (min-width: 768px) {
  .q-box .item .text{
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .sec1.section-content{
    padding-top: 43px;
  }
  .balloon{
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 13px 15px 11px;
  }
  .balloon::after{
    left: calc(50% - (16px / 2));
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 11px solid #ffffff;
  }
  .balloon p{
    font-size: 15px;
    font-size: clamp(0.938rem, 0.459rem + 2.04vw, 1.438rem);
  }
  .sec-title{
    font-size: 18px;
    letter-spacing: .05em;
    font-size: clamp(1.125rem, 0.527rem + 2.55vw, 1.75rem);
  }
  .survey-overview{
    margin-block: 30px -15px;
    max-width: 87%;
  }
  .survey-overview p{
    font-size: 10px;
  }
  .survey-overview > p:first-child{
    margin-bottom: 0;
  }
  .q-box{
    margin-top: 45px;
    padding-left: 3.2vw;
  }
  .q-box .item{
    border-radius: 10px;
    /* margin-left: 12px; */
    padding: 26px 0 30px;
    /* width: calc(100% - 12px); */
  }
  .q-box .item:not(:first-child){
    margin-top: 40px;
  }
  .q-box .item::before{
    background-image: url(../img/label_q1_sp.png);
    top: 5%;
    /* left: -3.8vw; */
    /* width: 75px; */
    left: calc(-0.697rem + -0.89vw);
    width: clamp(4.688rem, 3.432rem + 5.36vw, 6rem);
  }
  .q-box .item::after{
    top: 5%;
    left: 4.7vw;
    height: clamp(3.469rem, 2.572rem + 3.83vw, 4.406rem);
  }
  .q-box .item:nth-child(2):before{
    background-image: url(../img/label_q2_sp.png);
  }
  .q-box .item:nth-child(3):before{
    background-image: url(../img/label_q3_sp.png);
  }
  .q-box .item:nth-child(4):before{
    background-image: url(../img/label_q4_sp.png);
  }
  .q-box .item .title{
    /* font-size: 16px; */
    font-size: clamp(1rem, 0.462rem + 2.3vw, 1.563rem);
    line-height: 1.4;
    margin-left: 20.5vw;
    min-height: 2.8em;
  }
  .q-box .item:nth-child(1) .title{
    letter-spacing: .05em;
  }
  .q-box .item img{
    max-width: 500px !important;
    width: 92%;
  }
  .q-box .item:nth-child(3) img{
    width: 85%;
    margin-left: 4%;
  }
  .q-box .item:nth-child(4) img{
    width: 89%;
    margin-left: 1%;
  }
  .q-box .item .text{
    font-size: clamp(0.875rem, 0.516rem + 1.53vw, 1.25rem);
  }
  .sec-foot{
    margin-top: 60px;
  }
  .sec-foot p{
    font-size: 14px;
    font-size: clamp(0.875rem, 0.397rem + 2.04vw, 1.375rem);
    letter-spacing: .05em;
  }
  .sec-foot .line-wave{
    font-size: 16px;
    font-size: clamp(1rem, 0.462rem + 2.3vw, 1.563rem);/*max:25px*/
  }
  .sec-foot .img{
    margin-top: 5%;
    max-width: 150px;
  }
}

/* SEC2 */
.title-img{
  max-width: 723px;
  width: 90%;
}
.goin-ex{
  margin: 95px auto 0;
  max-width: 680px;
}
.goin-ex .item:not(:first-child){
  margin-top: 80px;
}
.ex_label{
  background: #FFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 35px;
  padding: 13px 12px 11px 18px;
  position: relative;
  width: fit-content;
}
.ex_label::after{
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 20 / 52;/*ratio=w/h*/
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: #FFF;
  position: absolute;
  left: 100%;
  top: 0;
}
.ex_balloon .profile{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 3px;
  position: relative;
  z-index: 1;
}
.ex_balloon .profile:has(.img){
  margin-left: 28px;
  margin-bottom: -15px;
}
.ex_balloon .profile .img{
  width: 120px;
}
#cat-content .ex_balloon .profile .img{
  width: 110px;
}
.ex_balloon .profile .text{
  font-size: 21px;
  font-weight: 900;
  flex: 1;
  margin-bottom: 10px;
}
.ex_balloon .profile:has(.img) .text{
  margin-block: 5px 0;
}
.ex_balloon .balloon{
  background-color: #FFF0AA;
  border: 3px solid #FFF;
  border-radius: 15px;
  padding: 37px 20px 37px 35px;
  margin-bottom: 0;
  width: 93%;
}
.ex_balloon .balloon::before{
  content: "";
  background: #FFF;
  border-radius: 2px;
  clip-path: polygon(0 0,100% 0,100% 100%);
  position: absolute;
  top: 100%;
  left: initial;
  right: calc(21% - 3px);
  display: block;
  height: 26px;
  width: 40px;
}
.ex_balloon .balloon::after{
  aspect-ratio: 1;
  background: #FFF0AA;
  border: none;
  clip-path: polygon(0 0,100% 0,100% 100%);
  left: initial;
  right: 21%;
  height: 20px;
  width: 32px;
}
.ex_balloon .balloon p{
  color: initial;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}
.ex_balloon .balloon .ex_title .title,
.ex_balloon .balloon .ex_title p{
  color: initial;
  transition: color .1s linear;
}
.ex_balloon .balloon .ex_title p:not(.txt-yugo){
  font-size: 20px;
}
/* .ex_balloon .balloon .ex_title p.txt-yugo{
  margin-top: 20px;
} */
.ex_balloon .balloon .ex_title .title{
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.ex_balloon .footer{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 27px;
  margin-top: -22px;
  margin-right: -14%;
  position: relative;
  z-index: 1;
}
.toggle-button{
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  flex: 1;
  font-size: 19px;
  font-weight: 900;
}
.toggle-button::before{
  content: "もっと見る";
}
.toggle-button::after{
  content: "";
  background: url(../img/ico_open.png) center center / contain no-repeat;
  display: block;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.3));
  transition: transform .2s;
  height: 68px;
  width: 68px;
}
.toggle-button:hover::after{
  transform: scale(1.08);
}
.ex_balloon .footer .img{
  width: 114px;
}
.hidden-text{
  /* display: none; */
  --content-height: 650px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s linear;
}
.balloon .hidden-text{
  overflow: hidden;
}
.toggle-checkbox:checked ~ .hidden-text,
.toggle-checkbox:checked ~ .balloon .hidden-text {
  /* display: block; */
  max-height: var(--content-height);
}
#toggle-tell-more-dog ~ .hidden-text,
#toggle-tell-more-cat ~ .hidden-text{
  transition: max-height 1s linear;
}
#toggle-tell-more-dog:checked ~ .hidden-text,
#toggle-tell-more-cat:checked ~ .hidden-text{
  --content-height: 5500px;
}
.toggle-checkbox:checked ~ .balloon .ex_title p,
.toggle-checkbox:checked ~ .balloon .ex_title .title {
  color: var(--blue);
}
.toggle-checkbox:checked ~ .balloon ~ .footer .toggle-button::before {
  content: "閉じる";
}
.toggle-checkbox:checked ~ .hidden-text ~ .footer .toggle-button::after,
.toggle-checkbox:checked ~ .balloon ~ .footer .toggle-button::after {
  background-image: url(../img/ico_close.png);
}
.sec2 .sec-foot{
  margin-top: 165px;
}
.sec2 .sec-foot p,
.sec2 .sec-foot .line-wave{
  line-height: 1.8;
}
.three-measures-title{
  color: var(--green);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .14em;
  margin-top: 190px;
  text-align: center;
  text-shadow: -2.3px -2.3px 0 #fff, 0px -2.3px 0 #fff, 2.3px -2.3px 0 #fff, -2.3px 0px 0 #fff, 2.3px 0px 0 #fff, -2.3px 2.3px 0 #fff, 0px 2.3px 0 #fff, 2.3px 2.3px 0 #fff;
}
.three-measures{
  background: url(../img/sec2_makimono_bg.png) right top / 100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 58px;
  position: relative;
  margin-top: 23px;
  margin-left: 18px;
  min-height: 418px;
}
.three-measures::before{
  content: "";
  background: url(../img/sec2_makimono.png) center right / contain no-repeat;
  position: absolute;
  top: -20px;
  left: -18px;
  height: calc(100% + 20px + 5px);
  width: 48px;
}
.three-measures ol{
  list-style-type: none;
  max-width: fit-content;
}
.three-measures ol li{
  font-size: 32px;
  font-weight: 900;
  display: flex;
  letter-spacing: .12em;
}
.three-measures ol li:not(:first-child){
  margin-top: 45px;
}
.three-measures ol li .num{
  color: var(--bg_red);
  margin-right: .5em;
}
.three-measures ol li .text{
  flex: 1;
}
@media screen and (max-width: 890px) {
  .ex_balloon .footer{
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .title-img{
    max-width: 450px;
  }
  .sec2.section-content{
    padding-bottom: 100px;
  }
  .goin-ex{
    margin-top: 45px;
  }
  .goin-ex .item:not(:first-child){
    margin-top: 52px;
  }
  .ex_label{
    font-size: 13px;
    font-size: clamp(0.813rem, 0.573rem + 1.02vw, 1.063rem);
    padding: 8px;
    margin-bottom: 5%;
  }
  .ex_label::after{
    aspect-ratio: 16 / 52;
  }
  .ex_balloon .profile{
    gap: 2%;
  }
  .ex_balloon .profile:has(.img){
    margin-left: 4%;
    /* margin-bottom: -3%; */
    margin-bottom: -10px;
  }
  #cat-content .ex_balloon .profile:has(.img){
    margin-bottom: -7px;
  }
  .ex_balloon .profile .text{
    font-size: 12px;
    font-size: clamp(0.75rem, 0.391rem + 1.53vw, 1.125rem);
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .ex_balloon .profile:has(.img) .text{
    margin-top: 3%;
  }
  .ex_balloon .profile .img{
    max-width: 100px;
    width: 23%;
  }
  #cat-content .ex_balloon .profile .img{
    max-width: 80px;
    width: 21%;
  }
  .ex_balloon .balloon{
    border-radius: 8px;
    border-width: 2px;
    padding: 16px 9px 15px 15px;
    width: 97%;
  }
  .ex_balloon .balloon::before{
    right: calc(25.5% - 2px);
    height: 15px;
    width: 22px;
  }
  .ex_balloon .balloon::after{
    right: 25.5%;
    height: 12px;
    width: 16px;
  }
  .ex_balloon .balloon .ex_title .title{
    font-size: 14px;
    font-size: clamp(0.875rem, 0.576rem + 1.28vw, 1.188rem);/*max:19px*/
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .ex_balloon .balloon p,
  .ex_balloon .balloon .ex_title p:not(.txt-yugo){
    font-size: 13px;
    font-size: clamp(0.813rem, 0.573rem + 1.02vw, 1.063rem);/*max:17px*/
    line-height: 1.8;
  }
  .toggle-button{
    font-size: 12px;
    font-size: clamp(0.75rem, 0.391rem + 1.53vw, 1.125rem);
    gap: 3%;
  }
  .toggle-button::after{
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    height: 42px;
    width: 42px;
  }
  .ex_balloon .footer{
    margin-right: 0;
    margin-top: -3%;
    gap: 6%;
  }
  .ex_balloon .footer .img{
    max-width: 85px;
    width: 20.5%;
  }
  .sec2 .sec-foot{
    margin-top: 100px;
  }
  .three-measures-title{
    /* font-size: 20px;
    margin-top: 55px; */
    font-size: clamp(1.25rem, 0.533rem + 3.06vw, 2rem);
    margin-top: 14.666vw;
    text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .three-measures{
    margin-top: 18px;
    margin-left: 0;
    min-height: 232px;
    padding: 20px 14px 20px 45px;
  }
  .three-measures ol li{
    font-size: 18px;
    font-size: clamp(1.125rem, 0.706rem + 1.79vw, 1.563rem);
  }
  .three-measures ol li:not(:first-child){
    margin-top: 27px;
  }
  .three-measures::before{
    background-image: url(../img/sec2_makimono_sp.png);
    height: calc(100% + 10px + 4px);
    left: -3px;
    top: -10px;
    width: 24px;
  }
}

/* SEC3 */
.sec3.section-content{
  overflow: hidden;
}
.ico-point{
  background: url(../img/ico_point.png) center center / contain no-repeat;
  display: block;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.3));
  height: 0;
  padding-top: 8.02%;
  max-width: 60px;
  width: 8.02%;
}
.ico-balloon{
  background: url(../img/ico_balloon.png) center center / contain no-repeat;
  display: block;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.3));
  height: 50px;
  width: 54px;
}
.point-dec{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  margin: 70px auto 52px;
  max-width: fit-content;
}
.point-dec.active{
  display: flex;
}
.point-dec.hidden{
  display: none;
}
.point-dec .ico-point{
  margin-right: .5em;
  padding-top: 50px;
  width: 44px;
}
.point-dec .ico-balloon{
  margin-right: .5em;
}
.point-game-wrap{
  position: relative;
}
.room-middle{
  position: absolute;
  top: 60%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 130%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s;
  transition-delay: .5s;
}
.room-middle.active:not(.actived){
  opacity: 1;
  visibility: visible;
}
.point-game{
  aspect-ratio: 870 / 724;
  background: #FFF;
  border-radius: 21px;
  padding: 6.2% 7%;
  /* overflow: hidden; */
}
.point-game.room-before{
  transition: opacity 1.5s, visibility 1.5s;
}
.point-game.room-after{
  transition: opacity 2s, visibility 2s;
  transition-delay: .9s;
}
.point-game.room-after.active{
  animation: rotateY 2s linear;
  animation-delay: .9s;
}
.point-game.room-before.actived,
.point-game.room-after.actived{
  animation: none;
  transition: opacity 1s, visibility 1s;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  45% {
    transform: rotateY(180deg);
  }
  80% {
    transform: rotateY(320deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.point-game.hidden{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.point-game.active{
  opacity: 1;
  visibility: inherit;
  position: initial;
}
.point-game_inner{
  position: relative;
}
.point-game .room{
  position: relative;
  /* transition: opacity 1s, visibility 1s; */
}
/* .room.hidden{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.room.active{
  opacity: 1;
  visibility: inherit;
  position: initial;
} */
.point-game .select{
  cursor: pointer;
  position: absolute;
  animation: shake 2.5s linear infinite;
}
.sec3 .btn.hidden{
  display: none;
}
@keyframes shake {
    0% {
        transform: rotate(0);
    }
    5% {
        transform: rotate(10deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    15% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    25% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.point-game .select.ico-point:hover{
  transform: scale(1.1);
  opacity: 1;
}
.point-game .select#select1_dog{
  top: 9.5%;
  left: 27.5%;
}
.point-game .select#select2_dog{
  top: 24.4%;
  right: 39%;
}
.point-game .select#select3_dog{
  top: 45.6%;
  left: 16.2%;
}
.point-game .select#select4_dog{
  top: 49%;
  right: 12.5%;
}
.point-game .select#select5_dog{
  bottom: 22%;
  left: 19%;
}
.point-game .select#select6_dog{
  bottom: 22%;
  left: 41%;
}
.point-game .select#select7_dog{
  bottom: 3%;
  right: 9%;
}
.point-game .select#select1_cat{
  top: 9.5%;
  left: 27.5%;
}
.point-game .select#select2_cat{
  top: 24.4%;
  right: 39%;
}
.point-game .select#select3_cat{
  top: 49.6%;
  left: 18%;
}
.point-game .select#select4_cat{
  top: 41%;
  right: 6.5%;
}
.point-game .select#select5_cat{
  bottom: 24%;
  left: 18%;
}
.point-game .select#select6_cat{
  bottom: 29%;
  left: 49%;
}
.point-game .select#select7_cat{
  bottom: 18%;
  right: 17%;
}
.point-game .select .point_text{
  display: none;
}
.point-game .select.clicked{
  background-image: url(../img/ico_point_blue.png);
}
.point-game .point_text{
  background: none;
  display: block;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.3));
  position: absolute;
  width: 32.15%;
}
.point-game .point_text:hover{
  transform: scale(1.05);
  opacity: 1;
}
.point-game .point_text#balloon1_dog{
  top: -5.2%;
  left: 24%;
}
.point-game .point_text#balloon2_dog{
  top: 19.4%;
  left: -5%;
}
.point-game .point_text#balloon3_dog{
  top: 38.1%;
  left: 11.2%;
}
.point-game .point_text#balloon4_dog{
  top: -5%;
  right: -3.5%;
}
.point-game .point_text#balloon5_dog{
  bottom: -5.5%;
  left: 10%;
}
.point-game .point_text#balloon6_dog{
  bottom: 35.5%;
  left: 51%;
}
.point-game .point_text#balloon7_dog{
  bottom: 30.5%;
  right: -11%;
}
.point-game .point_text#balloon1_cat{
  top: -6.2%;
  left: 32%;
}
.point-game .point_text#balloon2_cat{
  top: 19.4%;
  left: -5%;
}
.point-game .point_text#balloon3_cat{
  top: 39.1%;
  left: 4.2%;
}
.point-game .point_text#balloon4_cat{
  top: 5%;
  right: -7.5%;
}
.point-game .point_text#balloon5_cat{
  bottom: -3.5%;
  left: -4%;
}
.point-game .point_text#balloon6_cat{
  bottom: 42.5%;
  left: 52.5%;
}
.point-game .point_text#balloon7_cat{
  bottom: -1.5%;
  right: -8%;
}
.btn{
  background: var(--yellow);
  border: 3px solid #FFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,0.3));
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 25px 30px 25px 17px;
  text-align: center;
  min-width: 450px;
  max-width: fit-content;
  margin: 62px auto 0;
  width: 100%;
}
footer .btn{
  filter: none;
}
.btn .btn_inner{
  flex: 1;
}
.btn.btn-search::after{
  content: "";
  background: url(../img/ico_search.png) center center / contain no-repeat;
  display: block;
  width: 38px;
}
.btn.btn-return{
  background-color: var(--blue);
  color: #FFF;
}
.btn.btn-return::after{
  content: "";
  background: url(../img/ico_return.png) center center / contain no-repeat;
  display: block;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .point-dec{
    font-size: 15px;
    margin-block: 46px 28px;
    font-size: clamp(0.938rem, 0.519rem + 1.79vw, 1.375rem);
    margin-block: 12.266vw 7.466vw;
  }
  .ico-point{
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    padding-top: 11.02%;
    width: 11.02%;
  }
  .point-dec .ico-point{
    padding-top: 44px;
    width: 44px;
  }
  .point-dec .ico-balloon{
    height: 44px;
    width: 40px;
  }
  .point-game-wrap{
    margin: 0 -5.6%;
  }
  .point-game{
    border-radius: 0;
    padding: 7%;
  }
  .point-game .select#select1_dog{
    top: 8.5%;
    left: 25.5%;
  }
  .point-game .select#select2_dog {
    top: 19.4%;
    right: 40%;
  }
  .point-game .select#select3_dog {
    top: 46.6%;
    left: 17.2%;
  }
  .point-game .select#select4_dog {
    top: 46.6%;
    right: 12.5%;
  }
  .point-game .select#select6_dog {
    bottom: 20%;
    left: 39.5%;
  }
  .point-game .select#select7_dog {
    bottom: -1%;
    right: 8%;
  }
  .point-game .select#select1_cat{
    top: 7.5%;
    left: 25.5%;
  }
  .point-game .select#select2_cat{
    top: 21.4%;
    right: 35.5%;
  }
  .point-game .select#select3_cat{
    top: 46.6%;
    left: 19%;
  }
  .point-game .select#select4_cat{
    top: 41%;
    right: 6.5%;
  }
  .point-game .select#select5_cat{
    bottom: 21%;
    left: 19.5%;
  }
  .point-game .select#select6_cat{
    bottom: 27%;
    left: 47%;
  }
  .point-game .select#select7_cat{
    bottom: 17%;
    right: 16%;
  }
  .point-game .point_text{
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
  }
  #dog-content .point-game .point_text{
    width: 45.1%;
  }
  #cat-content .point-game .point_text{
    width: 44.7%;
  }
  .point-game .point_text#balloon1_dog{
    top: -17.2%;
    left: 15%;
  }
  .point-game .point_text#balloon2_dog{
    top: 11.4%;
    left: -5%;
  }
  .point-game .point_text#balloon3_dog{
    top: 33.1%;
    left: 3.5%;
  }
  .point-game .point_text#balloon4_dog{
    top: -17.2%;
    right: -5.5%;
  }
  .point-game .point_text#balloon5_dog{
    bottom: -16.5%;
    left: 7%;
  }
  .point-game .point_text#balloon6_dog{
    bottom: 37.5%;
    left: 44.5%;
  }
  .point-game .point_text#balloon7_dog{
    bottom: 23.5%;
    right: -6%;
  }
  .point-game .point_text#balloon1_cat{
    top: -16.2%;
    left: 30%;
  }
  .point-game .point_text#balloon2_cat{
    top: 11.4%;
    left: -5.5%;
  }
  .point-game .point_text#balloon3_cat{
    top: 37.1%;
    left: -5.5%;
  }
  .point-game .point_text#balloon4_cat{
    top: -6%;
    right: -5.5%;
  }
  .point-game .point_text#balloon5_cat{
    bottom: -11.5%;
    left: -5.5%;
  }
  .point-game .point_text#balloon6_cat{
    bottom: 31%;
    left: 52.5%;
  }
  .point-game .point_text#balloon7_cat{
    bottom: -8%;
    right: -6%;
  }
  .btn{
    border-width: 2px;
    border-radius: 5px;
    border-radius: 1.333vw;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
    font-size: 15px;
    font-size: clamp(0.938rem, 0.459rem + 2.04vw, 1.438rem);
    gap: 1.333vw;
    margin-top: 35px;
    margin-top: 9.333vw;
    min-width: 250px;
    padding: 15px 20px 15px 13px;
    padding: 4vw 5.333vw 4vw 3.466vw;
  }
  .btn.btn-search::after,
  .btn.btn-return::after{
    /* width: 20px; */
    width: 1.34em;
  }
}

/* SEC4 */
.sec4.section-content{
  padding-bottom: 1px;
}
.tell-title{
  max-width: 640px;
  margin: 110px auto 0;
  width: 85%;
}
.tell{
  margin: 70px auto 0;
  max-width: 780px;
}
.tell .item{
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  max-width: 573px;
  width: 90%;
}
.tell .item:not(:first-child){
  margin-top: 36px;
}
.tell .item:nth-of-type(2n+1){
  margin-left: auto;
}
.tell .item::before{
  background: url(../img/dot.png) top left / 7px repeat;
  border-radius: 15px;
  content: "";
  height: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 100%;
}
.tell .item .inner{
  background: #FFF;
  border-radius: 15px;
  padding: 26px 30px;
  position: relative;
  z-index: 2;
}
.tell .item .inner p{
  line-height: 2;
}
.tell-ex-title{
  max-width: 665px;
  margin: 220px auto 0;
  width: 90%;
}
.tell-more-block{
  padding-block: 95px 10px;
}
.tell-ex .balloon .ex_title p{
  /* display: block; */
  /* max-height: 4em; */
  /* overflow: hidden; */
  opacity: 1;
  transition: opacity 0.1s;
  transition-delay: .18s;
}
.tell-ex .toggle-checkbox:checked ~ .balloon{
  position: relative;
  /* padding-bottom: calc(37px - 2em); */
}
.tell-ex .toggle-checkbox:checked ~ .balloon .ex_title p{
  /* display: none; */
  color: initial;
  opacity: 0;
  transition-delay: 0s;
}
.tell-ex .balloon .hidden-text{
  /* 省略文字に被せる用 */
  position: relative;
  --ex_title_txt_height: -2em;
  top: var(--ex_title_txt_height);
}
.tell-ex .toggle-checkbox:checked ~ .balloon .hidden-text{
  margin-bottom: var(--ex_title_txt_height);
}
.toggle-tell-button{
  font-size: 22px;
  justify-content: center;
}
.toggle-tell-button::before{
  content: "ほかのエピソードも見る";
}
.toggle-checkbox:checked ~ .hidden-text ~ .footer .toggle-tell-button::before {
  content: "閉じる";
}
.toggle-tell-button::after{
  height: 80px;
  width: 80px;
}
.sec4 .sec-foot{
  margin-top: 150px;
}
.sec4 .sec-foot .img{
  max-width: 620px;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .tell-title{
    margin-top: 75px;
    max-width: 400px;
    width: 80%;
  }
  .tell{
    margin-top: 37px;
  }
  .tell .item:not(:first-child) {
    margin-top: 20px;
  }
  .tell .item .inner{
    border-radius: 8px;
    padding: 18px 14px 18px 20px;
  }
  .tell .item::before{
    background-size: 4px;
    border-radius: 8px;
    left: 4px;
    top: 4px;
  }
  .tell .item .inner p{
    font-size: 13px;
    font-size: clamp(0.813rem, 0.573rem + 1.02vw, 1.063rem);/*max:17px*/
    line-height: 1.6;
  }
  .tell-more-block{
    padding-top: 45px;
  }
  .tell-ex-title{
    margin-top: 100px;
    max-width: 480px;
  }
  /* .ex_balloon .balloon .ex_title p.txt-yugo{
    margin-top: 5px;
  } */
  /* .tell-ex .toggle-checkbox:checked ~ .balloon{
    padding-bottom: 0;
  } */
  .tell-ex .balloon .hidden-text{
    /* 省略文字に被せる用 */
    --ex_title_txt_height: -1.67em;
    /* top: -1.67em; */
  }
  .toggle-tell-button{
    font-size: 15px;
    font-size: clamp(0.938rem, 0.639rem + 1.28vw, 1.25rem);/*max:20px*/
  }
  .toggle-tell-button::after{
    height: 42px;
    width: 42px;
  }
  .sec4 .sec-foot{
    margin-top: 95px;
  }
  .sec4 .sec-foot .img{
    max-width: 500px;
  }
}