@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
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,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family:"Hiragino Mincho ProN",
    YuMincho,
    serif;
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
    /* 游明朝体 */
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}


/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img {
    width: 100%;
    vertical-align: bottom;
    }
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* top */
a.cvbt {
    background: #61441f;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 34px;
    letter-spacing: 2px;
    border-radius: 10px;
    outline: 1px solid #fff;
    outline-offset: -6px;
}
img {
    vertical-align: bottom;
}
a.cvbt span{

    padding: 3px;
}

section#schedule a.cvbt {
    background: #c96e78;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
    letter-spacing: 2px;
}
header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}
section#section-top {
    margin-bottom: 0px;
}
@media(max-width: 320px) {


}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.grecaptcha-badge { visibility: hidden; }


.wpcf7-form input[type='checkbox'], 
.wpcf7-form input[type='radio'] {
    display: inline-block;
}


.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.form-head {
    background: #e4e4e4;
    padding: 5px 10px;
    margin-bottom: 20px;
}
span.event-strong {
    color: #f41484;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 1em;
}
p.style-txt3 {
    width: 90%;
    margin: 0 auto 5%;
}
p.style-txt4 {
        font-size: 100%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto 5%;
}
input[type="submit"], input[type="button"] {

    filter: inherit !important;
}
.fixed_bottom {
    /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.activebt{
    opacity: 1;
  visibility: visible;
}
.modal {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translate(0, 150%);
    z-index: 1500;
    line-height: 1.6;
}

/*CSSここから*/
section#section-top {
    margin-bottom: 0px;
}


section#intro_fair {
    padding: 10% 0;
    background: url(../img/intro_fair/intro_fair_bg.png);
}
p.intro_ranking {
    margin-bottom: 5%;
}
p.intro_fair {

}
p.intro_fair.campmodal__trigger {
    margin-top: 0;
}
p.intro_fair_under {
 margin-bottom: 5%;
}
a.cvbt_img {
    width: 90%;
    margin: 0 auto 5%;
    display: block;
}

section#concept {
    position: relative;
}

dl.concept_dl {
    position: absolute;
    text-align: left;
    top: 5%;
    left: 5%;
    color: #61441f;
}

dt.concept_dt {
    font-size: 36px;
    line-height: 1.8em;
    margin-bottom: 5%;
}
dd.concept_dd {
    line-height: 2em;
}
section#recommend {
    padding: 5% 0;
}
p.recommend_img {
    width: 95%;
    margin: 0 auto 5%;
}
p.recommend_img2 {
    width: 100%;
    margin: 0 auto 5%;
}
h2.point_head2 {
    margin-bottom: 5%;
}
ul.point_ul {
    margin-bottom: 10%;
}

.fair {
    position: relative;
    overflow: hidden;
    background: #eee8e2;
    padding: 10% 0;
}
dl.head2_dl {
    text-align: left;
    padding-left: 5%;
    margin-bottom: 5%;
}
section#ordermade {
    padding: 10% 0;
}
dt.head2_dt h2 {
        font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #684b27;
    position: relative;
}
dt.head2_dt h2::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 75%;
    height: 1px;
    background-color: black;
}
dt.head2_dt h2::after {
  right: 0;
}
dd.head2_dd {
    color: #996;
}
p.fair_mv {
    margin-bottom: 5%;
}
h3.fair_head3 {
    font-weight: normal;
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 5%;
    color: #fff;
    background: #684c2a;
    width: 92%;
    margin: 0 auto 5%;
}
ul.fair_ul {
    width: 92%;
    margin: 0 auto 5%;
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
li.fair_li {
    width: 31%;
}
p.fair_present {
    width: 92%;
    margin: 0 auto 5%;
}
p.fair_txt {
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 5%;
}
.fair_infobox {
    width: 90%;
    margin: 0 auto 5%;
    background: #fff;
    padding: 1em;
    border-radius: 10px;
}
h4.fair_head4 {
    font-weight: normal;
    background: #635106;
    width: fit-content;
    padding: 5px 2em;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto 5%;
}
.fair_info_detail {
    text-align: left;
}
h5.fair_head5 {
    font-size: 14px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}
h5.fair_head5 {
    font-size: 14px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}
p.fair_contents_img {
    width: 90%;
    margin: 0 auto 3%;
}
ul.fair_contents_ul {
    display: flex
;
    width: 90%;
    margin: 0 auto 10%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6px;
}
li.fair_contents_li {
    width: 49%;
    margin-bottom: 10px;
}
section#present {
    padding: 10% 0;
}
section#point {
    padding: 0% 0 10%;
}
h3.point_head3 {
        text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    color: #61441f;
    margin-bottom: 10px;
}
p.point_box_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 1.8em;
    font-size: 14px;
}
section#content {
    padding: 10% 0;
    background: #f4f3f3;
}
p.content_mv {
    margin-bottom: 5%;
}
p.content_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 13px;
}
h3.content_head3 {
    margin-bottom: 5%;
    font-weight: normal;
    color: #745a3b;
}
p.content_imgmini {
    margin-bottom: 5%;
}
.fixed_bottom--form {
    background: none;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 9px;
    width: 90%;
    /* height: 113px; */
    display: block;
    margin: 10% auto 34px;
    letter-spacing: 2px;
    border-radius: 10px;
    /* outline: 1px solid #fff; */
    /* outline-offset: -6px; */
}

.hidden_toggle_box {
    display: none; /* 初期状態では隠す */
}
.hidden_toggle_box {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hidden_toggle_box.open {
    opacity: 1;
    visibility: visible;
}
.toggle-button {
   cursor: pointer;
   background-color: transparent;
   border: none;
   font-size: 16px;
   color: #000;
   display: inline-block;
   padding: 0;
   margin: 0;
   border-bottom: 2px solid rgb(97 68 31);
}}

.toggle-container {
    margin-bottom: 20px;
}
p.voice_box_img {
    width: 80%;
    margin: 10% auto;
}
p.voice_box_txt {
    width: 80%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 13px;
    line-height: 2em;
}
p.point_img {
    margin-bottom: 5%;
}
h4.point_head4 {
    font-weight: 400;
    margin-bottom: 5%;
    line-height: 1.8em;
}
p.point_box_img {
    margin-bottom: 3%;
}
p.pet_subttl {
    text-align: left;
    padding-left: 5%;
    font-size: 18px;
    margin-bottom: 7%;
    letter-spacing: 1px;
}
h3.pet_point_num {
    text-align: left;
    padding-left: 5%;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 6%;
    position: relative;
    padding: 0 55px 0 5%;
}
h3.pet_point_num:after {
  content: '';
    position: absolute;
    bottom: 6px;
    display: inline-block;
    width: 288px;
    height: 1px;
    background-color: #684b27;
}
/*h3.pet_point_num:after {
    right: -20px;
}*/
h4.pet_head4 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 5%;
    margin-bottom: 5%;
    color: #684b27;
}
p.pet_img {
    margin-bottom: 10%;
}
p.pet_txt {
    font-size: 13px;
    text-align: left;
    width: 90%;
    margin: 0 auto 10%;
}
h3.contetbox_head3 {
    text-align: left;
    width: 90%;
    margin: 0 auto 1%;
    font-weight: 400;
    color: #684b27;
}
p.pet_report_ttl {
    background: linear-gradient(transparent 60%, #ecebce 60%);
    width: fit-content;
    padding: 2px 0.5em;
    margin: 0 auto 10%;
    font-size: 18px;
}
.pet_report_box {
    width: 95%;
    margin: 0 auto 10%;
    border: solid 1px #625648;
    background: #fbfbef;
    padding: 1em;
    display: flex
;
    flex-direction: column;
    min-height: 550px;
}
p.pet_report_box_img {
    margin-bottom: 5%;
}
p.pet_report_box_txt {
    text-align: justify;
    font-size: 12px;
}

.swiper-outro {
    position: relative;
    margin-bottom: 15%;
}

.swiper.swiper-report {
    overflow: hidden;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom:-10px;
    left: 50%;
    transform: translateX(-50%) !important;
    display: none;
}


.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 5px;
}
.point_box {
    margin-bottom: 15%;
}

dl.pet_report_box_dl {
    margin-bottom: 0px;
}
dt.pet_report_box_dt {
    font-size: 12px;
}
dd.pet_report_box_dd {
    font-size: 15px;
    color: #623c20;
}

section#mainv {
    position: relative;
    margin-bottom: 13%;
}

p.top_text01 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 85%;
    z-index: 2;
}
p.top_text02 {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -50px;
    right: 0;
}
.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
    animation: zoomanime 10s linear 0s normal both;
}

@keyframes zoomanime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
p.top_text_logo {
    z-index: 10;
    position: relative;
}
.slide_radius {
    overflow: hidden;
    position: relative;
}

.swiper { width: 90%; margin: auto; }
.mainSwiper img { width: 100%; }
.thumbSwiper { padding-top: 10px; }
.thumbSwiper .swiper-slide { width: 20%; opacity: 0.4; cursor: pointer; }
.thumbSwiper .swiper-slide-thumb-active { opacity: 1; }
.swiper-button-next, .swiper-button-prev { color: #333; }


/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}

/* モーダル本体 */
body.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(70% - 40px);
  padding: 0px;
  background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}

p.modal__img {
    margin-bottom: 5%;
}
p.modal__title {
    font-size: 20px;
    color: #994;
    margin-bottom: 5%;
}
p.modal__txt {
    margin-bottom: 5%;
}
h3.modal_head3 {
    border-bottom: solid 1px #994;
    margin-bottom: 5%;
    text-align: left;
}
h5.modal__head5 {
    text-align: left;
    background: #994;
    width: fit-content;
    padding: 1px 1em;
    margin-bottom: 10px;
    color: #fff;
}
p.modal__txt {
    margin-bottom: 5%;
    text-align: left;
}
h4.modal_head4 {
    background: #555;
    color: #fff;
    font-style: normal !important;
    text-align: left;
    padding: 2px 1em;
    margin-bottom: 5%;
}
dl.modal__dl {
    text-align: left;
    margin-bottom: 5%;
}
dt.modal__dt {
    font-weight: 600;
    margin-bottom: 3px;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content {
}

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__wrapper {
  /* フェード前は非表示 */
  display: none;
  /* まずは透明にしておき、マウス操作なども当たらないようにする */
  opacity: 0;
  pointer-events: none; /* 必要に応じてクリックを無効化 */
  transition: opacity 0.3s ease; /* フェードの速さを調整 */
}

/* フェード対象として「舞台」に乗せるためのクラス */
.modal__wrapper.is-fade {
  display: block;       /* 画面上に要素を置く */
  pointer-events: auto; /* 必要に応じてクリックを有効化 */
}

/* 透明度を上げて実際にフェードさせるクラス */
.modal__wrapper.is-active {
  opacity: 1;           /* 0 → 1 へ徐々に変化 */
}

/* モーダル背景レイヤー例 */
.modal__layer {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
}

/* モーダルのコンテンツ部分 */
.modal__content {
position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    padding: 20px 0;
}

.swiper { width: 90%; margin: auto; }
.mainSwiper img { width: 100%; }
.thumbSwiper { padding-top: 10px; }
.thumbSwiper .swiper-slide { width: 20%; opacity: 0.4; cursor: pointer; }
.thumbSwiper .swiper-slide-thumb-active { opacity: 1; }
.swiper-button-next, .swiper-button-prev { color: #333; }
.swiper.mainSwiper {
    overflow: hidden;
    margin-bottom: 2%;
}
.swiper.thumbSwiper {  overflow: hidden; }
.slide_out_blind {
    margin-bottom: 10%;
}



/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item_point {
    width: calc(91% / 2.3);
    padding: 5px 0;
    background-color: #fff3e4;
    text-align: center;
    color: #61441f;
    display: inline-block;
    /* float: left; */
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 0px;
    border: solid 2px;
}
.tab_item {
    width: calc(91%/3);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
}
.tab_item2 {
    width: calc(91%/2);
    padding: 5px 0;
    background-color: #c4b6b3;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
    font-size: 13px;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item_point"] {
  display: none;
}

input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}

#tab1_point:checked ~ #tab1_point_content,
#tab2_point:checked ~ #tab2_point_content,
#tab3_point:checked ~ #tab3_point_content,
#tab4_point:checked ~ #tab4_point_content,
#tab5_point:checked ~ #tab5_point_content,
#tab6_point:checked ~ #tab6_point_content {
  display: block;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content {
  display: block;
}
#tab1_1:checked ~ #tab1_1_content,
#tab2_2:checked ~ #tab2_2_content,
#tab3_2:checked ~ #tab3_2_content,
#tab4_2:checked ~ #tab4_2_content,
#tab5_2:checked ~ #tab5_2_content,
#tab6_2:checked ~ #tab6_2_content,
#tab7_2:checked ~ #tab7_2_content{
  display: block;
}

.tab_container input:checked + .tab_item_point {
    background-color: #61441f;
    color: #fff;
}
.tab_container input:checked + .tab_item2 {
    background-color: #9b8078;
    color: #fff;
}
.tab_content_description {
    width: 90%;
    margin: 0 auto;
}


dt.head2_dt {
    font-size: 26px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #61441f;
}

.swiper.ordermainSwiper {
    margin-bottom: 5%;
    width: 100%;
}
.swiper.orderthumbSwiper {
    margin-bottom: 5%;
    width: 100%;
}
.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    /* background: #DBBD88; */
    z-index: 100;
}
@media(max-width: 375px) {

dt.concept_dt {
    font-size: 27px;
    line-height: 1.8em;
    margin-bottom: 5%;
}

dd.concept_dd {
    line-height: 2em;
    font-size: 14px;
}
}



/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
    padding-bottom: 10%;
}

    section#section-top {
        margin-bottom: 70px;
        max-width: 750px;
        margin: 0 auto 50px;
    }
h4.point_head4 {
    font-weight: 400;
    margin-bottom: 5%;
    line-height: 1.8em;
    font-size: 22px;
}
p.point_box_txt {
    width: 94%;
    margin: 0 auto 10%;
    text-align: left;
    line-height: 1.8em;
    font-size: 18px;
}
h3.point_head3 {
    text-align: left;
    font-size: 24px;
    line-height: 1.4em;
    color: #61441f;
    margin-bottom: 40px;
}
dt.head2_dt h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #684b27;
}
dd.head2_dd {
    color: #996;
    font-size: 18px;
}
p.pet_subttl {
    text-align: left;
    padding-left: 5%;
    font-size: 24px;
    margin-bottom: 3%;
    letter-spacing: 1px;
}
h3.pet_point_num {
    text-align: left;
    padding-left: 5%;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 6%;
    position: relative;
    padding: 0 55px 0 5%;
}
h4.pet_head4 {
    text-align: left;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 5%;
    margin-bottom: 5%;
    color: #684b27;
}
p.pet_report_ttl {
    background: linear-gradient(transparent 60%, #ecebce 60%);
    width: fit-content;
    padding: 8px 0.5em;
    margin: 0 auto 5%;
    font-size: 35px;
}
    p.pet_report_box_txt {
        text-align: left;
        font-size: 16px;
    }
    dd.pet_report_box_dd {
    font-size: 21px;
    color: #623c20;
}
p.pet_txt {
    font-size: 18px;
    text-align: left;
    width: 90%;
    margin: 0 auto 5%;
}
h3.pet_point_num:after {
    content: '';
    position: absolute;
    bottom: 6px;
    display: inline-block;
    width: 80%;
    height: 1px;
    background-color: #684b27;
}
h3.contetbox_head3 {
    text-align: left;
    width: 90%;
    margin: 0 auto 1%;
    font-weight: 400;
    color: #684b27;
    font-size: 22px;
}
p.content_txt {
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 16px;
}
h3.content_head3 {
    margin-bottom: 5%;
    font-weight: normal;
    color: #745a3b;
    font-size: 22px;
}
.pet_report_box {
    width: 95%;
    margin: 0 auto 10%;
    border: solid 1px #625648;
    background: #fbfbef;
    padding: 1em;
    display: flex
;
    flex-direction: column;
    min-height: 840px;
}
dl.pet_report_box_dl {
    margin-bottom: 10px;
}
a.cvbt {
    background: #996;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    width: 90%;
    display: block;
    margin: 10% auto 10%;
    letter-spacing: 2px;
    border-radius: 40px;
}
section#mainv {
    position: relative;
    margin-bottom: 5%;
}
p.top_text02 {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -90px;
    right: 0;
}
.fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 34%;
    height: 100px;
    /* background: #DBBD88; */
    z-index: 100;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}