@charset "UTF-8";
:root{
  --blue: #009fe8;
  --light-blue: #d7f3ff;
  --yellow: #fcea68;
  --red: #f98d73;
  --font-red: #cb5520;
  --bg-blue: #aedeff;
}
/* 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) {
  .under_display {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .over_display {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc_display {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp_display {
    display: none !important; } }

html {
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%; }
body {
  position: relative;
  width: 100%;
  font-family: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", 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; }
p {
  line-height: 1.5;
  letter-spacing: .05em;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  transform: rotate(0.05deg); }
a {
  color: var(--blue);
  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; }
.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/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; }
  @media screen and (max-width: 1023px) {
    .dot02 {
      display: none; } }
.dot02 .dot_left {
  background: url("../../assets/img/common/dot.png");
  background-size: 7px;
  height: 100%;
  display: block;
  z-index: 100;
  position: relative; }

.contents_inner {
  margin: 0 auto;
  max-width: 870px;
  width: 90%; }
.bg-yellow{background-color: var(--yellow);}
.bg-blue{background-color: var(--bg-blue);}
.bg-red{background-color: var(--red);}
.mgt150 { margin-top: 150px; }
.mgt120 { margin-top: 120px; }
.mgt100 { margin-top: 100px; }
.mgt80 { margin-top: 80px; }
.mgt70 { margin-top: 70px; }
.mgt60 { margin-top: 60px; }
.mgt50 { margin-top: 50px; }
.mgt40 { margin-top: 40px; }
.mgt30 { margin-top: 30px; }
.mgt20 { margin-top: 20px; }
.mgt15 { margin-top: 15px; }
.mgt10 { margin-top: 10px; }
.mgt5 { margin-top: 5px; }
.mgb80 { margin-bottom: 80px; }
.mgb70 { margin-bottom: 70px; }
.mgb60 { margin-bottom: 60px; }
.mgb50 { margin-bottom: 50px; }
.mgb40 { margin-bottom: 40px; }
.mgb30 { margin-bottom: 30px; }
.mgb25 { margin-bottom: 25px; }
.mgb20 { margin-bottom: 20px; }
.mgb15 { margin-bottom: 15px; }
.mgb10 { margin-bottom: 10px; }
.mgb5 { margin-bottom: 5px; }
@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; }
  .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; }
  .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-blue {
  color: var(--blue); }
.color-red {
  color: var(--font-red); }
.line-wave {
  background: url("../img/line_wave.svg") bottom repeat-x;
  background-size: auto 11px;
  padding-bottom: .45em; }
.line-dot {
  border-bottom: 4px dotted var(--blue);
}
@media screen and (max-width: 767px) {
  .line-wave {
    background-size: 20px;
    padding-bottom: 6px;
  }
  .line-dot{
    border-width: 3px;
  }
}
.btn-img {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
.btn_close {
  max-width: 230px; }

.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-circle li {
  list-style-type: none;
  line-height: 1.8;
  margin-top: .3em;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.list-circle li::before {
  background-color: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: .7em;
  left: 0;
  position: absolute;
  top: .5em;
  width: .7em;
}
.list-circle.blue li::before {
  background-color: var(--blue);
}
.list-circle.red li::before {
  background-color: var(--red);
}
.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; }
}
.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
*****/
.section_header {
  padding-top: 15px;
  text-align: left;
  margin-bottom: 0;}
.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: 40px; }
  .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
*****/
.section_footer {
  margin-top: 120px;
  margin-bottom: 100px; }
.section_footer .footer_logo {
  text-align: center;
  margin-bottom: 100px; }
.section_footer .footer_catch {
  text-align: center;
  margin-bottom: 60px; }
.section_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; }
.section_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; }
.section_footer .copyright {
  margin-top: 120px;
  font-size: 10px;
  color: #808080;
  text-align: center; }
.section_footer .copyright a {
  display: inline-block;
  text-align: center; }
  .section_footer .copyright a:hover {
    opacity: 0.5; }
.section_footer .copyright img {
  text-align: center;
  position: relative;
  display: inline-block; }
@media screen and (max-width: 1023px) {
  .section_footer {
    margin-top: 80px;
    margin-bottom: 40px; }
  .section_footer .footer_logo {
    margin-bottom: 40px; }
  .section_footer .footer_logo img {
    width: 100%;
    max-width: 200px; }
  .section_footer .footer_catch {
    margin-bottom: 40px; }
  .section_footer .footer_message {
    line-height: 2em; }
  .section_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 */
.section_mv {
  margin-bottom: 90px;
  position: relative;
  top: -25px;
}
.section_mv .contents_inner {
  width: 87%;
  max-width: 792px;
}
.balloon{
  background-color: var(--light-blue);
  border-radius: 11px;
  padding: 18px 35px;
  position: relative;
  text-align: center;
}
.balloon::after{
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: var(--light-blue) transparent transparent transparent;
  bottom: -13px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.balloon-dot{
  background-color: #FFF;
  border: 4px dotted var(--bg-blue);
  border-radius: 20px;
  padding: 26px 14px;
}
.balloon-dot:after{
  background: url("../img/balloon_tail_dot.svg") center top / contain no-repeat;
  border: none;
  bottom: -24px;
  height: 24px;
  width: 34px;
}
.section_mv .balloon{
  font-size: 21px;
  margin: 100px auto 0;
  max-width: 670px;
}
.section_mv .balloon p span{
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section_mv {
    margin-bottom: 40px;
    top: inherit;
  }
  .section_mv .contents_inner {
    width: 93%;
  }
  .balloon{
    border-radius: 6px;
    padding: 12px 22px;
  }
  .balloon::after{
    border-width: 9px 8px 0 8px;
    bottom: -8px;
  }
  .section_mv .mainvisual {
    max-width: 500px;
  }
  .balloon-dot{
    border-width: 2px;
    border-radius: 8px;
    padding: 15px 10px;
  }
  .balloon-dot:after{
    bottom: -11.5px;
    height: 12px;
    width: 17px;
  }
  .section_mv .balloon{
    font-size: 14px;
    margin-top: 45px;
    width: 99%;
  }
  .section_mv .balloon p span{
    font-size: 16px;
  }
}
/* section */
.section-content {
  padding: 130px 0 160px;
}
.ttl-img{
  max-width: 730px;
}
@media screen and (max-width: 767px) {
  .section-content {
    padding: 55px 0 60px;
  }
  .ttl-img{
    max-width: 460px;
  }
}
/* sec1 */
.ttl-owner{
  position: relative;
}
.ttl-owner{
  position: relative;
}
.ttl-owner_deco{
  bottom: -130px;
  position: absolute;
  max-width: 114px;
  width: 13%;
}
.ttl-owner_deco.owner1{
  left: 3%;
}
.ttl-owner_deco.owner2{
  right: 3%;
}
.ttl-topIcon{
  text-align: center;
}
.ttl-topIcon .icon{
  margin-bottom: 10px;
  width: 71px;
}
.ttl-topIcon .text{
  font-size: 31px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.8;
}
.sec1_food{
  margin-top: 120px;
}
.sec1_food .ttl-topIcon{
  margin-bottom: 75px;
}
.box-num{
  background-color: #FFF;
  border-radius: 25px;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 42px 20px 40px;
  position: relative;
}
.box-num .num{
  align-items: center;
  background-color: var(--blue);
  border: 4px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  font-size: 26px;
  font-weight: 800;
  height: 53px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -1em;
  transform: translateX(-50%);
  width: 53px;
}
.box-num .num.red{
  background-color: var(--red);
}
.box-num .box-num_inner{
  margin-inline: auto;
  max-width: 515px;
}
.box-num .title{
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
}
.box-num .text{
  font-size: 17px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .ttl-owner_deco{
    bottom: -67%;
    max-width: 80px;
    width: 19.5%;
  }
  .ttl-owner_deco.owner1{
    left: 5px;
  }
  .ttl-owner_deco.owner2{
    right: 5px;
  }
  .ttl-topIcon .icon{
    margin-bottom: 5px;
    width: 45px;
  }
  .ttl-topIcon .text{
    font-size: 20px;
  }
  .sec1_food{
    margin-top: 97px;
  }
  .sec1_food .ttl-topIcon{
    margin-bottom: 38px;
  }
  .box-num{
    border-radius: 15px;
    margin-top: 35px;
    padding: 28px 20px 24px;
  }
  .box-num .num{
    border-width: 2px;
    font-size: 19px;
    height: 38px;
    width: 38px;
  }
  .box-num .title{
    font-size: 18px;
  }
  .box-num .text{
    font-size: 14px;
  }
}

.sec1_point{
  margin-top: 160px;
}
.sec1_point .ttl-topIcon{
  margin-bottom: 50px;
}
.box-point{
  background-color: #FFF;
  border-radius: 25px;
  margin-top: 115px;
  position: relative;
}
.box-point:first-child{
  margin-top: 0;
}
.box-point .num{
  left: -3%;
  max-width: 135px;
  position: absolute;
  top: -13%;
  width: 15.5%;
}
.box-point .box-num_inner{
  padding: 45px 40px 35px;
}
.box-point .box-num_inner > .title{
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}
.box-point .box-num_inner > .text{
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.box-point .box-num_inner .balloon{
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.box-point .point1_img{
  justify-content: center;
  margin-top: -6px;
  position: relative;
}
.box-point .point1_img .item{
  text-align: center;
  width: 44%;
}
.box-point .point1_img img{
  max-width: 230px;
  width: 80%;
}
.box-point .point1_img .text{
  font-size: 18px;
  margin-top: 10px;
}
.box-trouble{
  background-color: var(--light-blue);
  border-radius: 12px;
  margin-top: 25px;
  padding: 22px 40px 30px;
  position: relative;
}
.box-trouble::before{
  background: url("../img/icon_jag.png") center center / contain no-repeat;
  content: "";
  height: 74px;
  position: absolute;
  right: 14px;
  top: -40px;
  width: 77px;
}
.box-trouble .list-circle li{
  font-size: 20px;
  font-weight: 800;
  margin-top: .3em;
  padding-left: 1.5em;
}
.box-trouble .list-circle li::before{
  height: .9em;
  width: .9em;
}
@media screen and (max-width: 767px) {
  .sec1_point{
    margin-top: 68px;
  }
  .sec1_point .ttl-topIcon{
    margin-bottom: 40px;
  }
  .sec1_point .ttl-topIcon .icon{
    width: 42px;
  }
  .box-point{
    border-radius: 15px;
    margin-top: 72px;
  }
  .box-point .num{
    left: -10px;
    top: -50px;
    width: 78px;
  }
  .box-point .box-num_inner{
    padding: 35px 16px 28px;
  }
  .box-point .box-num_inner > .title{
    font-size: 18px;
  }
  .box-point .box-num_inner > .text{
    font-size: 14px;
    margin-top: 12px;
  }
  .box-point .box-num_inner .balloon{
    font-size: 12px;
    margin-top: 25px;
  }
  .box-point .point1_img{
    justify-content: space-between;
    margin: -4px -2% 0;
  }
  .box-point .point1_img .item{
    width: 46%;
  }
  .box-point .point1_img .item:nth-of-type(2){
    width: 54%;
  }
  .box-point .point1_img img{
    width: 90%;
  }
  .box-point .point1_img .item:nth-of-type(2) img{
    width: 76.6%;
  }
  .box-point .point1_img .text{
    font-size: 11px;
    margin-top: 7px;
  }
  .box-trouble{
    padding: 5px 15px 18px;
  }
  .box-trouble::before{
    height: 46px;
    right: -15px;
    top: -26px;
    width: 49px;
  }
  .box-trouble .list-circle li{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0.7em;
  }
  .box-point:nth-of-type(2) .box-num_inner{
    padding-bottom: 16px;
  }
}

.sec1_safety{
  margin-top: 160px;
}
.sec1_safety .ttl-topIcon .icon{
  width: 91px;
}
.sec1_safety .intro_text{
  font-size: 22px;
  margin-top: 35px;
  text-align: center;
}
.package-wrapper{
  margin-top: 100px;
}
.package_title{
  border-bottom: 4px dotted #FFF;
  font-size: 25px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.package_title span{
  position: relative;
  z-index: 2;
}
.package_title::after{
  border-right: 4px dotted #fff;
  background-color: var(--yellow);
  bottom: -17px;
  content: "";
  height: 29px;
  left: 50.6%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 26px;
}
.package_img{
  margin: 50px auto 0;
  max-width: 630px;
}
.package_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px -12px 0;
}
.package_box .box-num{
  border-radius: 15px;
  margin: 50px 12px 0;
  padding: 60px 18px 20px;
  width: calc(33.33% - 24px);
}
.package_box .box-num .title{
  font-size: 24px;
  line-height: 1.3;
}
.package_box .box-num .text{
  font-size: 16px;
  margin-top: 35px;
}
.acc-block .acc_trigger{
  display: none;
}
.acc-block .acc_label{
  display: none;
  margin-top: 22px;
  max-width: 165px;
  text-align: center;
  width: 70%;
}
.acc-block .acc_label::before{
  border-radius: 100vw;
}
.acc-block .acc_label .btn_inner{
  background-color: #fcd6d6;
  border-radius: 100vw;
  display: block;
  font-weight: 500;
  padding: 14px 10px;
}

.allergy-wrapper{
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.allergy-wrapper .title{
  font-size: 26px;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 35px 25px;
  text-align: center;
}
.allergy-wrapper img{
  margin-bottom: -4px;
  width: 166px;
}
.box-caution{
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  margin-inline: auto;
  max-width: 720px;
  padding: 42px 15px 42px 28px;
  position: relative;
}
.bg-yellow .box-caution{
  background-color: #fff4b6;
}
.bg-blue .box-caution{
  background-color: #d7f3ff;
}
.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/icon_caution.png") center center / contain no-repeat;
  content: "";
  display: block;
  height: 48px;
  margin-right: 17px;
  width: 54px;
}
.box-caution .caution_item p{
  flex: 1;
  font-size: 21px;
  line-height: 1.4;
}
.box-caution .caution_item .fontS-S{
  font-size: 17px;
}
.sec1_fot{
  margin-top: 150px;
}
.sec1_fot .title{
  margin-inline: auto;
  max-width: 640px;
}
.sec1_fot .text{
  font-size: 31px;
  font-weight: 800;
  line-height: 2.4;
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .package_box .box-num:nth-of-type(4),
  .package_box .box-num:nth-of-type(5){
    padding-top: 50px;
  }
  .package_box .box-num:nth-of-type(4) .text,
  .package_box .box-num:nth-of-type(5) .text{
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec1_safety{
    margin-top: 70px;
  }
  .sec1_safety .ttl-topIcon .icon{
    width: 48px;
  }
  .sec1_safety .intro_text{
    font-size: 14px;
    margin-top: 20px;
  }
  .package-wrapper{
    margin-top: 60px;
  }
  .package_title{
    border-width: 3px;
    font-size: 16px;
  }
  .package_title::after{
    border-right-width: 3px;
    bottom: -12px;
    height: 18px;
    width: 15px;
  }
  .package_img{
    margin-top: 22px;
  }
  .package_box{
    margin-top: 5px;
  }
  .package_box .box-num{
    border-radius: 10px;
    margin-top: 35px;
    padding-bottom: 26px;
    padding-top: 34px;
    width: 82%;
  }
  .package_box .box-num .title{
    font-size: 16px;
  }
  .package_box .box-num .text{
    font-size: 14px;
    margin-top: 0;
  }
  .acc-block{
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
  .acc-block .acc_label{
    display: inline-block;
  }
  .acc-block .acc_label .btn_inner::before{
    content: "詳しく見る";
  }
  .acc-block .acc_contents{
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
  }
  .acc-block .acc_trigger:checked + .acc_label::before{
    content: none;
  }
  .acc-block .acc_trigger:checked + .acc_label .btn_inner{
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    padding: 8px 10px;
  }
  .acc-block .acc_trigger:checked + .acc_label .btn_inner::before{
    content: "Close";
  }
  .acc-block .acc_trigger:checked + .acc_label + .acc_contents{
    height: auto;
    margin-top: 13px;
    opacity: 1;
    visibility: visible;
  }
  
  .allergy-wrapper{
    margin-top: 80px;
  }
  .allergy-wrapper .title{
    font-size: 18px;
    margin: 0 14px 15px;
  }
  .allergy-wrapper img{
    margin-bottom: -3px;
    width: 92px;
  }
  .box-caution{
    padding: 24px 10px 22px 16px;
  }
  .box-caution .caution_item{
    margin-top: 18px;
  }
  .sec1_safety .box-caution .caution_item:nth-of-type(2){
    align-items: flex-start;
  }
  .box-caution .caution_item::before{
    height: 28px;
    margin-right: 8px;
    width: 32px;
  }
  .box-caution .caution_item:nth-of-type(2)::before{
    margin-top: 3px;
  }
  .box-caution .caution_item p{
    font-size: 14px;
  }
  .box-caution .caution_item .fontS-S{
    font-size: 12px;
  }
  .sec1_fot{
    margin-top: 80px;
  }
  .sec1_fot .text{
    font-size: 17px;
    line-height: 2.2;
    margin-top: 12px;
  }
}
/***sec2***/
.sec2{
  padding-bottom: 120px;
}
.sec2 .ttl-owner_deco{
  bottom: -90px;
}
.sec2 .contents_inner > .intro_text{
  font-size: 21px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
.sec2_calc{
  margin-top: 140px;
}
.sec2_calc .ttl-topIcon .icon{
  width: 90px;
}
.calc-wrapper{
  background-color: #FFF;
  border-radius: 20px;
  margin-top: 35px;
  padding: 50px 0 60px;
}
.calc_inner{
  max-width: 720px;
  margin-inline: auto;
  width: 90%;
}
.calc_inner .title{
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.calc_input{
  margin-top: 35px;
}
.calc_input dl{
  align-items: center;
  border-bottom: 4px dotted var(--bg-blue);
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: space-between;
  padding: 28px 0;
}
.calc_input dl:first-child{
  border-top: 4px dotted var(--bg-blue);
}
.calc_input dt{
  flex: 1;
  font-size: 20px;
  transform: rotate(0.05deg);
}
.calc_input dd{
  font-size: 18px;
  font-weight: bold;
  transform: rotate(0.05deg);
}
/*input*/
input[type="text"], input[type="number"], select{
  background-color: #FFF;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 11px;
  width: auto;
}
input[type="text"]:disabled, input[type="number"]:disabled, select:disabled{
  background-color: #f0eded;
}
.inp-onLabel{
  position: relative;
}
.inp-onLabel .label{
  font-weight: 800;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.inp-onLabel input[type="text"], .inp-onLabel input[type="number"]{
  padding-right: calc(2em + 5px);
}
.inp-onLabel input:disabled + .label{
  color: rgba(0,0,0,.5);
}
select{
  -webkit-appearance: none;
  appearance: none;/*デフォルト矢印削除*/
  background: url("../img/icon_select_arrow.png") center right 8px / 26px no-repeat;
  font-weight: 700;
  padding-right: 45px;
}
select:invalid { color: #ccc; }
select option{ color: #000; }
select option:first-child{
  color: #ccc;
}
/*ラジオボタン*/
.inp-hidden{
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.inp-label{
  cursor: pointer;
  padding-left: 36px;
  position: relative;
}
input:disabled + .inp-label{
  color: rgba(0,0,0,.5);
}
.inp-label::before,
.inp-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
input[type="radio"] + .inp-label::before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 0;
}
input[type="radio"]:disabled + .inp-label::before {
  background-color: #f0eded;
}
input[type="radio"] + .inp-label::after {
  background-color: var(--blue);
  border-radius: 50%;
  opacity: 0;
  width: 11px;
  height: 11px;
  left: 7px
}
input[type="radio"]:checked + .inp-label::after {
  opacity: 1;
}

.btn-dot{
  position: relative;
}
.btn-dot::before{
  background: url("../../assets/img/common/dot.png") top left / 5px repeat;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  top: 3px;
  width: 100%;
}
.btn-dot .btn_inner{
  position: relative;
  transition: transform .2s;
}
.btn-modal{
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
.btn-modal::before{
  border-radius: 100vw;
}
.btn-modal .btn_inner{
  background: #FFF url("../img/icon_btnArrow.png") center right 7px / 30px auto no-repeat;
  border: 3px solid var(--blue);
  border-radius: 100vh;
  color: var(--blue);
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 9px 48px 8px 16px;
}
.btn-modal:disabled{
  cursor: auto;
  opacity: .6;
}
.btn-result{
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 45px auto 0;
  outline: none;
  padding: 0;
}
.btn-result:disabled{
  cursor: auto;
}
.btn-result .btn_inner{
  align-items: center;
  background-color: var(--blue);
  border-radius: 12px;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  height: 100px;
  justify-content: center;
  text-align: center;
  width: 280px;
}
.btn-result:disabled .btn_inner{
  background-color: #ccc;
}
.btn-result::before{
  background-size: 6px;
  border-radius: 12px;
  left: 8px;
  top: 8px;
}
.err{
  color: var(--red);
  margin-top: 10px;
}
/*計算ブロック個別設定*/
.calc_input dl{
  min-height: 100px;
}
.calc_input .inp-label{
  display: inline-block;
  margin-right: 45px;
}
.calc_input .inp-label:last-child{
  margin-right: 0 !important;
}
.calc_input input[type="number"],
.calc_input input[type="text"]{
  text-align: right;
  width: 218px;
}
.calc_input .calc_input_item1 .inp-label{
  margin-right: 25px;
}
.calc_input .calc_input_item3 dd{
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  width: 100%;
}
.calc_input .calc_input_item3 .inp-label{
  margin: 0;
  padding-left: 32px;
  margin-bottom: 15px;
}
.calc_input .calc_input_item3 .inp-label span{
  font-size: 20px;
  font-weight: 800;
  margin-right: 5px;
}
.calc_input .calc_input_item6 input[type="number"],
.calc_input .calc_input_item6 input[type="text"]{
  padding-right: calc(3em + 3px);
}
/*結果*/
.result-box{
  background: url("../img/result_arrow.png") center top 0 / 27px auto no-repeat;
  margin-top: 40px;
  padding-top: 115px;
  position: relative;
}
.result-box::before, .result-box::after{
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.result-box::before{
  background: url("../img/result_dog.png") center bottom / contain no-repeat;
  height: 100px;
  left: 35.5%;
  top: 29px;
  width: 91px;
}
.result-box::after{
  background: url("../img/result_cat.png") center bottom / contain no-repeat;
  height: 84px;
  left: 63%;
  top: 46px;
  width: 76px;
}
.box-pin{
  background: url("../img/icon_circle.svg") left 16px top 16px / 11px no-repeat,
    url("../img/icon_circle.svg") right 16px top 16px / 11px no-repeat,
    url("../img/icon_circle.svg") left 16px bottom 16px / 11px no-repeat,
    url("../img/icon_circle.svg") right 16px bottom 16px / 11px no-repeat;
  background-color: var(--light-blue);
  border-radius: 15px;
}
.box-pin_inner{
  padding-top: 20px;
  max-width: 620px;
  margin-inline: auto;
  width: 90%;
}
.result-box{
  max-width: 750px;
  margin-inline: auto;
  width: 95%;
}
.result-box dl{
  border: none;
  border-top: 5px dotted #FFF;
  display: block;
  padding: 33px 0;
}
.result-box dl:first-child{
  border-top: none;
}
.result-box dt, .result-box dd{
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.result-box dd{
  margin-top: 13px;
}
.result-box .result_label{
  flex: 1;
  padding-right: 18px;
}
.result-box dt .result_label{
  font-size: 22px;
  font-weight: 800;
}
.result-box dd .result_label{
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.result-box .result_txt_emp{
  background-color: #FFF;
  border: 4px solid var(--blue);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 14px;
  text-align: right;
  width: 220px;
}
.result-box .result_txt{
  background-color: #FFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 800;
  padding: 5px 17px;
  text-align: right;
  width: 217px;
}
.result-box .result_txt_emp span, .result-box .result_txt span{
  font-size: 20px;
  margin-right: .2em;
}
.result-box .result_txt span.fontS-S{
  font-size: .8em;
}
.sec2 .box-caution{
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .btn-dot:not([disabled]):hover .btn_inner{
    transform: translate(2px, 2px);
  }
  .calc_input .btn-modal:not([disabled]):hover .btn_inner{
    transform: translate(1px, 1px);
  }
}
@media screen and (max-width: 767px) {
  .sec2{
    padding-bottom: 86px;
  }
  .sec2 .ttl-owner_deco{
    bottom: -174px;
  }
  .sec2 .contents_inner > .intro_text{
    font-size: 14px;
    margin-top: 24px;
  }
  .sec2_calc{
    margin-top: 116px;
  }
  .sec2_calc .ttl-topIcon .icon{
    width: 47px;
  }
  .calc-wrapper{
    border-radius: 15px;
    padding: 30px 0 22px;
    margin-top: 20px;
  }
  .calc_inner .title{
    font-size: 18px;
  }
  input[type="text"], input[type="number"], select{
    border-radius: 6px;
    padding: 6px 11px;
  }
  select{
    background-size: 23px auto;
    font-size: 16px;
    margin-top: 18px;
    padding: 8px 11px;
    width: 100%;
  }
  .inp-label{
    padding-left: 30px;
  }
  .inp-onLabel .label{
    right: 11px;
  }
  .inp-onLabel input[type="text"], .inp-onLabel input[type="number"]{
    padding-right: calc(1.5em + 5px);
  }
  .calc_input{
    margin-top: 30px;
  }
  .calc_input dl{
    align-items: inherit;
    border-bottom-width: 3px;
    min-height: auto;
    padding: 24px 0 20px;
  }
  .calc_input dl:first-child{
    border-top-width: 3px;
  }
  .calc_input dt,
  .calc_input dd{
    font-size: 16px;
    width: 100%;
  }
  .calc_input dt{
    flex: auto;
  }
  .calc_input input[type="number"], .calc_input input[type="text"]{
    width: 100%;
  }
  .calc_input .inp-label{
    margin-right: 20px;
    margin-top: 17px;
    padding: 5px 0 5px 30px;
  }
  .calc_input .calc_input_item2{
    align-items: center;
    padding: 14px 0;
  }
  .calc_input .calc_input_item6{
    justify-content: flex-end;
  }
  .calc_input .calc_input_item2 dt{
    flex: 1;
    width: auto;
  }
  .calc_input .calc_input_item2 dd,
  .calc_input .calc_input_item6 dd{
    width: 43%;
  }
  .calc_input .calc_input_item6 dd{
    margin-top: 20px;
  }
  .calc_input .calc_input_item6 input[type="number"],
  .calc_input .calc_input_item6 input[type="text"]{
    padding-right: calc(2.5em + 2px);
  }
  .calc_input .calc_input_item3 dd{
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: flex-start;
    padding-top: 5px;
  }
  .calc_input .calc_input_item3 .inp-label{
    margin: 15px 10px 0 0;
    padding-left: 29px;
  }
  .calc_input .calc_input_item3 .inp-label span{
    font-size: 17px;
  }
  
  .btn-modal{
    margin: 15px 0 0;
  }
  .btn-dot::before{
    background-size: 3px;
    border-radius: 8px;
    left: 4px;
    top: 4px;
  }
  .btn-modal::before{
    border-radius: 100vw;
  }
  .btn-modal .btn_inner{
    background-position: center right 5px;
    background-size: 25px auto;
    border-width: 2px;
    font-size: 14px;
    padding: 7px 40px 6px 12px;
  }
  .btn-result{
    margin-top: 32px;
    margin-bottom: 12px;
  }
  .btn-result .btn_inner{
    border-radius: 8px;
    font-size: 16px;
    height: 78px;
    width: 190px;
  }
  
  .result-box{
    background-size: 18px auto;
    margin-top: 0;
    padding-top: 72px;
    width: 90%;
  }
  .result-box::before{
    height: 66px;
    left: 28.5%;
    top: 16px;
    width: 60px;
  }
  .result-box::after{
    height: 55px;
    left: 73%;
    top: 27px;
    width: 50px;
  }
  .box-pin{
    background-position: left 10px top 10px, right 16px top 16px, left 10px bottom 10px, right 10px bottom 10px;
  }
  .box-pin_inner{
    padding: 15px 0 10px;
  }
  .result-box dl{
    border-top-width: 3px;
    padding: 25px 0;
  }
  .result-box dt .result_label{
    font-size: 16px;
  }
  .result-box dd{
    margin-top: 8px;
  }
  .result-box dd .result_label{
    font-size: 14px;
    padding-right: 15px;
  }
  .result-box .result_txt_emp,
  .result-box .result_txt{
    border-radius: 6px;
    border-width: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 8px;
    width: 51%;
  }
  .result-box .result_txt_emp span,
  .result-box .result_txt span{
    font-size: 18px;
    font-weight: 800;
    margin-right: 0.2em;
  }
  .sec2 .box-caution{
    margin-top: 52px;
  }
}

/***QA***/
.qa{
  padding-bottom: 0;
}
.ttl-qa{
  margin-bottom: 53px;
}
.accordion{
  max-width: 770px;
  margin-inline: auto;
}
.accordion .item{
  background-color: #FFF;
  border-radius: 15px;
  margin-top: 20px;
  padding: 0 25px 0 35px;
}
.accordion .toggle{
  display: none;
}
.accordion .label{
  align-items: center;
  color: var(--font-red);
  cursor: pointer;
  display: flex;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.5;
  padding: 30px 0;
  transform: rotate(0.05deg);
}
.accordion .label:hover{
  opacity: .8;
}
.accordion .label_inner{
  flex: 1;
}
.accordion .label::before,
.accordion .label::after{
  content: "";
}
.accordion .label::before{
  background: url("../img/icon_q.png") center center / 36px auto no-repeat;
  height: 42px;
  margin-right: 28px;
  width: 39px;
}
.accordion .label::after{
  background: url("../img/icon_plus.png") center center / contain no-repeat;
  height: 53px;
  width: 53px;
}
.accordion .toggle:checked + .label::before{
  background-image: url("../img/icon_a.png");
  background-size: contain;
}
.accordion .toggle:checked + .label::after{
  background-image: url("../img/icon_minus.png");
}
.accordion .content{
  height: 0;
  line-height: 1.8;
	overflow: hidden;
}
.accordion .content p{
  font-weight: 500;
  line-height: 1.8;
}
.accordion .toggle:checked + .label + .content {
  border-top: 4px dotted var(--red);
  height: auto;
	padding: 36px 0 30px;
}
.mark_num{
  color: var(--font-red);
  font-size: 1.2em;
}
.qa-foot{
  margin: 110px auto 0;
  max-width: 740px;
}
.qa-foot img{
  margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
  .qa{
    padding: 60px 0 0;
  }
  .ttl-qa{
    margin-bottom: 22px;
  }
  .accordion .item{
    border-radius: 8px;
    margin-top: 15px;
    padding: 0 10px 0 13px;
  }
  .accordion .label{
    font-size: 16px;
    padding: 18px 0;
  }
  .accordion .label::before{
    background-size: 21px;
    height: 24px;
    margin-right: 8px;
    width: 21px;
  }
  .accordion .label::after{
    height: 36px;
    width: 35px;
  }
  .accordion .toggle:checked + .label + .content{
    padding: 20px 0;
    margin: 0 auto;
    width: 93%;
  }
  .qa-foot{
    margin-top: 75px;
  }
  .qa-foot img{
    margin-bottom: -4px;
  }
}

/*** モーダル ***/
.remodal-overlay{
  background: rgba(0, 69, 99, .8);
}
.remodal {
  background-color: transparent;
  max-width: 670px;
  padding: 10px;
}
.remodal .title {
  background-color: #FFF;
  border-radius: 20px 20px 0 0;
  font-size: 25px;
  font-weight: 800;
  max-width: 480px;
  margin: 0 auto -2px;
  padding: 25px 20px 0;
  text-align: center;
}
.remodal .content {
  background-color: #FFF;
  border-radius: 20px;
  padding: 42px 35px 40px;
}
.remodal .content .lead {
  font-size: 18px;
}
.remodal .bcs-table{
  margin-top: 40px;
}
.remodal .bcs-table dl:first-child{
  border-top: 3px dotted #e6e6e6;
}
.remodal .bcs-table dl{
  border-bottom: 3px dotted #e6e6e6;
  display: flex;
}
.remodal .bcs-table dt{
  align-items: center;
  border-right: 2px solid #e6e6e6;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 18px 10px 0px;
  transform: rotate(0.05deg);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.remodal .bcs-table dt span{
  font-size: 20px;
  font-weight: 800;
}
.remodal .bcs-table dd{
  align-items: center;
  display: flex;
  padding: 35px 0 35px 30px;
}
.remodal .bcs-table dd img{
  max-width: 118px;
  margin-right: 30px;
  width: 25%;
}
.remodal .bcs-table dd .text{
  flex: 1;
  font-size: 14px;
  text-align: left;
}
.remodal .btn_close {
  background-color: #000;
  border-radius: 100px;
  color: #FFF;
  display: block;
  font-size: 18px;
  max-width: 232px;
  margin: 50px auto 20px;
  padding: 13px;
  text-decoration: none;
  width: 61%;
}
.remodal .btn_close:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .remodal .title{
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    padding: 17px 15px 0;
  }
  .remodal .content{
    border-radius: 0 0 12px 12px;
    padding: 20px 15px 30px;
  }
  .remodal .content .lead{
    font-size: 14px;
  }
  .remodal .bcs-table{
    margin-top: 30px;
  }
  .remodal .bcs-table dt{
    font-size: 13px;
    padding: 10px 10px 10px 2px;
  }
  .remodal .bcs-table dt span{
    font-size: 16px;
  }
  .remodal .bcs-table dd{
    padding: 15px 0 15px 20px;
  }
  .remodal .bcs-table dd img{
    margin-right: 18px;
  }
  .remodal .bcs-table dd .text{
    font-size: 12px;
  }
  .remodal .btn_close{
    font-size: 17px;
    max-width: 170px;
    margin: 34px auto 16px;
    padding: 8px;
  }
}
