@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300&display=swap");

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/*-----------------
Web Fonts
-----------------*/
/* しっぽり明朝 */
/* Mrs Saint Delafield */
/* Barlow Condensed */
/*-----------------
base
-----------------*/
html {
    font-size: 62.5%;
}


body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        "メイリオ", sans-serif;
    /*font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    color: #4b4222;
    font-size: 1.6rem;
    line-height: 1.5;
}

img {
    width: 100%;
}

b {
    display: inline-block;
    width: 100%;
}

/*-----------------
utilities
-----------------*/
/* 設定クラス */
.contents {
    padding: 0 30px;
}

.inner {
    max-width: 350px;
    margin: 0 auto;
}

.positionimg,
.positiontext {
    position: relative;
}

.positiontext-item,
.positionimg > img {
    position: absolute;
}

/* 文字よせ */
.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

/* 文字色 */
.f-white {
    color: #ffffff;
}

.f-brown {
    color: #918042;
}

.f-orangebaige {
    color: #e48650;
}

.f-orange {
    color: #e48650;
}

.f-pink {
    color: #c0b7b3;
}

.f-lightpink {
    color: #f5e7e6;
}
.f-deeppink {
    color: #d27573;
}

/* 背景色 */
.orangebaige-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#e7b091), to(#e48650));
    background: linear-gradient(#e7b091 0%, #e48650 100%);
}

.brown-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#8b7b3f), to(#463e20));
    background: linear-gradient(#8b7b3f 0%, #463e20 100%);
}

.bg-baige {
    background: #fef2e8;
}

.bg-lightbaige {
    background: #fffaf5;
}

.bg-white {
    background: #ffffff;
}

.bg-pink {
    background: #c0b7b3;
}

.bg-lightbrown {
    background: #bfb7a2;
}

.bg-orange {
    background: #e48650;
}

/* 文字スタイル */
.mincho {
    /* font-family: "Shippori Mincho", serif; */
}

.serif {
    font-family: "Mrs Saint Delafield", cursive;
}

.fw-thin {
    font-weight: 100;
}

.fw-medium {
    font-weight: normal;
}

.fw-bold {
    font-weight: bold;
}
.fw-border {
    display: inline-block;
    line-height: 1.7;
    font-size: 38px;
    font-weight: bold;
    padding: 2px 0;
    border-bottom: solid 1px;
    border-top: solid 1px;
}

/* 文字サイズ */
.fs-xxsmall {
    font-size: 1rem;
}

.fs-xsmall {
    font-size: 1.2rem;
}

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

.fs-normal {
    font-size: 1.6rem;
}

.fs-large {
    font-size: 2rem;
}

.fs-xlarge {
    font-size: 2.2rem;
}

.fs-xxlarge {
    font-size: 3.2rem;
}

.fs-xxxlarge {
    font-size: 4.4rem;
}

/* 余白 */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mtb10 {
    margin: 10px 0;
}

.mtb20 {
    margin: 20px 0;
}

.mtb30 {
    margin: 30px 0;
}

.mtb40 {
    margin: 40px 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt100 {
    padding-top: 100px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.ptb10 {
    padding: 10px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb30 {
    padding: 30px 0;
}

.ptb40 {
    padding: 40px 0;
}

.ptb50 {
    padding: 50px 0;
}

.ptb60 {
    padding: 60px 0;
}

.ptb70 {
    padding: 70px 0;
}

/* シャドウ */
.shadow-large {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.gray-shadow {
    -webkit-box-shadow: 5px 5px 0 0 rgba(139, 123, 63, 0.4);
    box-shadow: 5px 5px 0 0 rgba(139, 123, 63, 0.4);
}

.gray-shadow-double {
    -webkit-box-shadow: 5px 5px 0 0 rgba(139, 123, 63, 0.4), 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 0 0 rgba(139, 123, 63, 0.4), 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

.img-shadow {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16), 5px 5px 0 0 #f2f2f2;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16), 5px 5px 0 0 #f2f2f2;
}

/*-----------------
flex
-----------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ib {
    display: inline-block;
}

/*-----------------
fullvw
-----------------*/
.fullvw {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

/*-----------------
box
-----------------*/
.borderbox {
    border: 1px solid #8b7b3f;
}

.borderbox.border-gray {
    border: 1px solid #707070;
}

/*-----------------
buttons
-----------------*/
.btn {
    width: 90%;
    display: block;
}

.dogear {
    position: relative;
}

.dogear::after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 13px 13px 0 0;
    border-style: solid;
    border-color: transparent #8b7b3f #8b7b3f transparent;
}

/*-----------------
border
-----------------*/
.border-tb {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.bd-white {
    border-color: #fff;
}

/*-----------------
accordion
-----------------*/
.accordionbox .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordionbox .fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.accordionbox .qtext {
    padding-right: 30px;
    display: inline-block;
}

.toggleswitch {
    position: relative;
}

.toggleswitch::before,
.toggleswitch::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #4b4223;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.toggleswitch::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggleswitch.active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.togglebox {
    display: none;
}

/* 同意書リンク */
.dl-agreement {
    color: #00f;
    text-decoration: underline;
}

/*-----------------
Styles
-----------------*/
.wrapper {
    overflow-x: hidden;
}

.sectionWrapper .sectionbg {
    padding: 50px 30px;
}

.sectionWrapper h2 .main {
    position: relative;
    z-index: 2;
}

.sectionWrapper h2 .positiontext-item {
    position: absolute;
    display: block;
}

/* メインビジュアル */
.mvbox {
    position: relative;
    overflow: hidden;
}

.mvbox .imgbox {
    width: 40%;
    /* align-self: center; */
}

.mvbox :not(.floatingbox) .imgbox {
    align-self: center;
}

/*
.mvbox :not(.floatingbox) .imgbox {
    align-self: flex-start;
}
*/

.mvbox .floatingbox .imgbox {
    align-self: center;
}

.mvbox .floatingbox .trans {
    transform: scale(-1, 1);
}

.mvbox .floatingbox figure.imgbox {
    padding-top: 17px;
}

.mvbox .imgbox.mv-inner img {
    width: 120%;
    position: relative;
    right: 20px;
    z-index: -1;
}

.mvbox .textbox {
    width: 60%;
    padding: 10px 10px 120px;
}

.mvbox .flex > .textbox {
    background: url("../img/mv-bgimg-min.jpg") no-repeat bottom/cover;
}

.mvbox .logo {
    margin-bottom: 60px;
}

.mvbox .label-rect {
    margin: 30px auto 0px;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 8%;
    margin-top: 30px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform: translateX(-50%) skew(-20deg);
    transform: translateX(-50%) skew(-20deg);
}

.label-rect {
    background: #4b4223;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.label-rect .item {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.label-rect .fs-normal {
    font-size: 1.6rem;
}

.label-ellipse {
    background: #918042;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 1.2rem;
}

.mvtext_borderbox .mincho {
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
}

.mvtext_borderbox .mincho .marker {
    position: relative;
    text-shadow: 0 3px 6px #fffaf5;
}

.mvtext_borderbox .mincho .marker::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 10px;
    bottom: 0;
    left: -10px;
    z-index: 1;
    /* background: -webkit-gradient(linear, left top, right top, from(rgba(255, 250, 245, 0)), color-stop(49.75%, #9f8f53), to(rgba(255, 250, 245, 0)));
    background: linear-gradient(90deg, rgba(255, 250, 245, 0) 0%, #9f8f53 49.75%, rgba(255, 250, 245, 0) 100%); */
}

.mvtext_borderbox .mincho .marker-text {
    position: relative;
    z-index: 2;
}

.mvtext_borderbox .mincho .fs-normal.sub {
    font-size: 1.4rem;
}

.bracket {
    position: relative;
    padding: 15px;
    margin: 15px 0 8px;
}

.bracket::before,
.bracket::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    border-top: 1px solid #bfb7a2;
    border-bottom: 1px solid #bfb7a2;
}

.bracket::before {
    left: 0;
    border-left: 1px solid #bfb7a2;
}

.bracket::after {
    right: 0;
    border-right: 1px solid #bfb7a2;
}

.bracket + .mincho {
    white-space: nowrap;
}

.floatingbox {
    max-width: 315px;
    position: relative;
    margin: -94px auto 80px;
}

.clipbox .textbox {
    padding: 20px;
}

.clipbox .imgbox {
    width: 190px;
    position: absolute;
    right: -30px;
    top: -40px;
    margin-top: -20px;
}

.mvbox .textbox.be_af_text {
    padding: 16px 0 13px 40px;
}

.lead-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fffaf5),
        color-stop(28.26%, #8b7b3f),
        color-stop(48.28%, #4f4524),
        color-stop(80.3%, #8b7b3f),
        to(#fffaf5)
    );
    background: linear-gradient(90deg, #fffaf5 0%, #8b7b3f 28.26%, #4f4524 48.28%, #8b7b3f 80.3%, #fffaf5 100%);
    padding: 15px;
}

.lead-gradient + .flex {
    margin-top: 20px;
    padding-bottom: 40px;
}

.lead-gradient + .flex .imgbox {
    position: relative;
}

.lead-gradient + .flex .imgbox:not(:nth-child(2)) {
    width: 100px;
}

.lead-gradient + .flex .imgbox:nth-child(2) {
    width: 15px;
    margin: 0 20px;
}

.lead-gradient + .flex .serif {
    font-size: 2.2rem;
    position: absolute;
    bottom: -10px;
    right: -10px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    color: #bfb7a2;
}

.campaign .sectionbg {
    padding: 40px 0;
}

.campaign .section-title {
    position: relative;
}

.campaign .halfcover {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.7rem;
    font-family: "Barlow Condensed", sans-serif;
}

.campaign .halfcover + .mincho {
    font-size: 2.8rem;
    line-height: 1.2;
}

.campaign .positionimg {
    width: 100px;
}

.campaign .positionimg-item {
    top: -60px;
    left: -50px;
}

.campaign .lightoutline {
    border: 10px solid #e8af90;
}

.campaign .cardbox + div.fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

/* .campaign .btnbox {
    margin-top: 40px;
} */

.thankyou .flex-inner {
    width: 50%;
}

.balloon-large {
    background: url("../img/balloon-large-min.png") no-repeat top/cover;
    padding: 20px 0 50px;
    margin: 30px 0;
}

.balloon-medium-r {
    background-position: 65px 20px;
    margin-bottom: 40px;
}

.balloon-medium-l {
    background-position: calc(80% - 15px) 50%;
}

.balloon-small-l {
    background-position: calc(60% - 40px) 30%;
}

.balloon-small-r {
    background-position: calc(50% + 10px) 30%;
}

.balloon-medium-l .imgbox,
.balloon-medium-r .imgbox {
    width: 150px;
}

.balloon-small-l .imgbox,
.balloon-small-r .imgbox {
    width: 120px;
}

.balloon-small-l .textbox {
    padding-left: 20px;
    padding-bottom: 20px;
}

.balloon-small-r .textbox {
    padding-right: 20px;
    padding-bottom: 20px;
}

.section02 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section02 .main {
    position: relative;
    z-index: 2;
}

.section02 .positiontext-item {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    display: block;
    font-size: 8.1rem;
    right: calc(50% - 433px);
    top: -12px;
}

.section02 .flex {
    margin-top: 30px;
    /* padding: 0 40px;*/
    align-items: center;
    /* width: 315px; */
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 999px) {

}

.section02 .balloonbox {
    width: 55%;
}

.section02 .imgbox.flex-inner {
    padding-top: 20px;
}

.section02 .balloon .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f2c0cb));
    background: linear-gradient(transparent 60%, #f2c0cb 60%);
    font-weight: bold;
}

.section02 .balloon {
    position: relative;
    margin-top: 15px;
}

.section02 .balloonbox.pc-flex {
    justify-content: space-between;
}

.section02 .balloon:last-child .balloon-text {
    padding: 5px 10px 20px;
}

.section02 .balloonbox .balloon .balloon-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

/* section03 */
.section03.sectionbg {
    background: #f2ede9;
    position: relative;
    padding: 100px 30px 40px;
    /* border: 2px solid #8b7a3b; */
    border-top: 0;
}

.section03.sectionbg::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
}

.section03.sectionbg::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 70px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    /* border-color: #8b7a3b transparent transparent transparent; */
}

.section03 .sectiontitle {
    font-size: 1.8rem;
}

.section03 .markerbox {
    margin: 20px 0 15px;
    color: #4b4222;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section03 .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e2d8bd));
    background: linear-gradient(transparent 60%, #e2d8bd 60%);
}

.section03 .text {
    line-height: 1.8;
    color: #4b4222;
}

.section03 .imgbox:nth-child(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: -80px 15px 0;
    width: 15px;
}

.section03 figcaption {
    margin-top: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section03 .border {
    margin: 20px 0 40px;
    border-bottom: 4px solid #c0b7b3;
    padding-bottom: 5px;
    font-size: 3rem;
    line-height: 2;
}
.section03 .noborder {
    font-size: 3rem;
    line-height: 2;
}

.section03 .nowrap {
    white-space: nowrap;
    margin-left: -6px;
}

.section03 .pc-flex + .text {
    color: #212121;
}

.section03 .pc-flex + .text > div {
    color: #212121;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

/* section04 */
.section04 .sectiontitle {
    font-size: 2rem;
    /* font-size: 2.2rem; */
    line-height: 1.3;
    font-weight: 500;
    color: #4b4222;
}

.section04 .sectiontitle .main {
    font-size: 2.6rem;
}

.section04 .pc-flex .pc-flex-inner:last-of-type {
    line-height: 1.8;
}

.section04 .itembox {
    margin: 30px auto 0;
    text-align: center;
}

.section04 .itembox .label-ellipse {
    font-size: 1.6rem;
    width: 178px;
    margin-left: auto;
    margin-right: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section04 .itembox .mincho {
    font-size: 4.3rem;
    white-space: nowrap;
    line-height: 1;
    color: #8b7b3f;
    margin-top: 5px;
}

.section04 .itembox .mincho strong {
    font-weight: 500;
}

.section04 .itembox .mincho span {
    display: block;
    margin-top: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        "メイリオ", sans-serif;
}

.circle__items {
    display: flex;
    max-width: 100rem;
    margin: auto;
    margin-top: 2rem;
    justify-content: space-between;
}
@media screen and (min-width: 769px) {
    .circle__items {
        flex-wrap: wrap;
    }
}
.circle__item-inner {
    width: 10rem;
    height: 10rem;
    background: #fff;
    border: #000 solid 1px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3rem 1rem;
}
@media screen and (min-width: 769px) {
    .circle__item-inner {
        width: 15.2rem;
        height: 15.2rem;
        margin: auto;
        padding: 4.3rem 1rem;
    }
}
.circle__item {
    flex: 0 0 33%;
    max-width: 33%;
    margin: 2rem 0;
}
@media screen and (min-width: 769px) {
    .circle__item {
        flex: 0 0 33%;
        max-width: 33%;
        margin: 2rem 0;
    }
}
.circle__item-text {
    font-size: 1.1rem;
    line-height: 1.9rem;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    .circle__item-text {
        line-height: 3rem;
        font-size: 1.8rem;
    }
}

/* conversionSection */
.conversionSection {
    position: relative;
    padding: 40px 0;
    background: #f4bebd;
}

.conversionSection .section-inner {
    width: 80%;
    margin: 0 auto;
}

.conversionSection .label-rect {
    width: 200px;
    /* position: absolute;
  top: 0;
   */
    margin-top: -80px;
    margin-bottom: 20px;
}

.conversionSection .label-rect .fs-normal {
    font-size: 2rem;
}

.conversionSection .borderbox {
    margin: 0 auto;
    background: #fff;
    padding: 60px 18px 15px;
}

.conversionSection .tagbox {
    color: #8b7b3f;
    text-align: center;
    /* margin-bottom: 10px; */
    max-width: 332px;
}

.conversionSection .tag {
    border: 1px solid #8b7b3f;
    display: inline-block;
    width: 48px;
    padding: 3px 0;
    text-align: center;
    line-height: 1;
    background: #f5e7e6;
}

/* section05 */
h3.bg-pink {
    position: relative;
    font-size: 1.6rem;
    padding: 20px 10px;
    font-weight: bold;
}

h3.bg-pink .point {
    position: absolute;
    top: -2.25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -0.35em;
    font-size: 2.8rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    /* font-family: "Barlow Condensed", sans-serif; */
}

.section05 h2 .main {
    font-size: 3.6rem;
}

.section05 h2 .sub.positiontext-item {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 20px;
    left: calc(50% + 100px);
    margin-top: -30px;
}

.section05 .inner-section {
    padding-top: 60px;
}

.section06 .flex .effectbox,
.section05 .flex .effectbox {
    width: calc(100% / 3 - 5px);
    /* height: 15rem; */
    -webkit-box-shadow: 0 3px 4px rgba(139, 123, 63, 0.1);
    box-shadow: 0 3px 4px rgba(139, 123, 63, 0.1);
    margin-bottom: 10px;
    background: #fff;
}
.section06 .flex {
    /* margin-top: 30px; */
}
.section06 .flex .effectbox {
    flex: 0 0 calc(100% / 3 - 5px);
    max-width: calc(100% / 3 - 5px);
}
.before-after__detail .effectbox img,
.section06 .effectbox img,
.section05 .effectbox img {
    padding: 15px 7px;
}

.section06 .effectbox .caption,
.section05 .effectbox .caption {
    color: #8b7b3f;
    text-align: center;
    padding-bottom: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section05 .text {
    margin-top: 1em;
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
    margin-top: 30px;
}

table .fw-bold,
th {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.large-cell::before {
    /* セル枠からのはみだし部分 */
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    height: 5px;
    top: -5px;
    left: -2.5px;
    background: #e48650;
}

.large-cell::after {
    /* borderと背景色の隙間埋め */
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 2px);
    height: 100%;
    top: -1px;
    left: -1px;
    border: 5px solid #e48650;
    border-radius: 3px;
}

tr {
    border: 1px solid #000;
}

tr > :first-child {
    background: #bfb7a2;
}

tr > :nth-child(2) {
    border: 3px solid #e48650;
    position: relative;
}

tr:first-child th {
    text-align: center;
    vertical-align: middle;
}

th {
    vertical-align: top;
    text-align: left;
    padding: 5px 0 5px 3px;
}

td {
    padding: 5px 0 5px 3px;
}

.pc-alignleft.aligncenter {
    text-align: center;
}

/* section06 */
.section06 .textbox .fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.exam .section-title img {
    width: 60px;
    position: static;
}

.exam .section-title .fs-xxlarge {
    font-size: 3.6rem;
    white-space: nowrap;
    /* 表示幅375pxまでは折り返さない */
}

@media screen and (max-width: 374px) {
    .exam .section-title .fs-xxlarge {
        white-space: normal;
        /* 表示幅374px以下は折り返す */
    }
}

.exambox {
    padding: 40px 0 30px;
}

.exambox:not(:last-child) {
    border-bottom: 2px dotted #4b4222;
}

.text-tag {
    background: #e7b091;
    text-align: center;
    padding: 3px;
    margin-right: 15px;
    width: 70px;
    display: inline-block;
    position: relative;
}

.text-tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    margin-right: 1px;
    border: 15px solid #e7b091;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.img-border-box {
    border: 5.4px solid #fff;
    position: relative;
}

.img-border-box figcaption {
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 2;
    color: #8b7b3f;
    margin-top: -5px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.7rem;
}

/* section07 */
.section07 .sectionbg {
    padding: 50px 30px;
}

.section07 h3 {
    font-size: 2rem;
}

.section07 .sub.positiontext-item {
    top: 0;
    left: calc(50% - 100px);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.section07 .inner-section .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section07 .box.number {
    font-size: 8.3rem;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
    margin-top: -10px;
    font-weight: 300;
}

.section07 .box.text {
    margin-left: 30px;
}

.section07 .box.text .fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section07 .flex .number {
    position: relative;
}
.section07 .number span {
    color: #c0b7b3;
    position: relative;
    z-index: 3;
    background: #fffaf5;
    line-height: 1;
    display: inline-block;
    padding: 0;
}

.section07 .flex:nth-child(1) .number::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 9rem;
    left: 52%;
    height: 50rem;
    background: #c0b7b3;
}
.section07 .flex:nth-child(2) .number::before,
.section07 .flex:nth-child(2) .number::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 9rem;
    left: 52%;
    height: 50rem;
    background: #c0b7b3;
}

.section07 .flex:nth-child(2) .number::before {
    top: -20px;
    left: 30px;
    margin-top: -0.5em;
}

.section07 .flex:nth-child(2) .number::after {
    top: 10px;
    left: 30px;
    margin-top: 1em;
}

@media screen and (max-width: 500px) {
    .section07 .flex:nth-child(2) .number::before,
    .section07 .flex:nth-child(2) .number::after {
        height: 100%;
    }

    .section07 .flex:nth-child(2) .number::before {
        top: -45px;
    }

    .section07 .flex:nth-child(2) .number::after {
        top: 30px;
    }
}

/* section08 */
.section08 {
    padding: 50px 30px;
}

.section08 .main {
    position: relative;
    z-index: 2;
    color: #212121;
}

.section08 .positiontext-item {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    display: block;
    right: calc(50% - 110px);
    top: 0;
    margin-top: -5px;
}

.addresslist {
    width: calc(65% + (30px * 2));
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #8b7b3f;
    margin-top: 40px;
}

.address-term {
    color: #8b7b3f;
    font-size: 1.4rem;
    font-weight: normal;
    width: 30%;
    border-bottom: 1px solid #8b7b3f;
    padding: 10px 0;
}

.address-data {
    color: #4b4222;
    font-size: 1.4rem;
    width: 70%;
    border-bottom: 1px solid #8b7b3f;
    padding: 10px 0;
}

.address-data.fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.address-data a[href^="tel:"] {
    text-decoration: underline;
}

.map {
    max-width: 100%;
    height: 170px;
    margin: 40px 0 0;
}

.map iframe {
    width: 100%;
}

.section08 .accordionbox .borderbox {
    background: #f2f2f2;
    border-left: none;
    border-right: none;
    font-size: 1.4rem;
}

/* section09(faq) */

.section09 h2 {
    margin-bottom: 53px;
}

.section09 h2 .main {
    font-size: 2rem;
}

.section09 .positiontext-item {
    top: -20px;
    left: calc(50% - 100px);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.section09 .accordionbox .borderbox {
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
}

/*谷口追記*/

.mvbox .logo {
    margin-top: 12px;
    margin-left: 12px;
}

.mvbox .logo img {
    width: 100px;
}

.mvbox .textbox {
    padding-right: 14px;
}

.mvbox .label-rect {
    margin: 0;
    padding: 4px;
}

.mvbox .imgbox.mv-inner img {
    width: 100%;
    position: relative;
    right: 0px;
    z-index: -1;
}

.bracket {
    padding: 5px 16px;
    max-width: 148px;
    margin-left: auto;
    margin-right: auto;
}

.bracket img {
    width: 102px;
    display: block;
    margin: 0 auto;
}

.bracket .fs-xxsmall {
    color: #8b7b3f;
    display: block;
    margin-left: 14px;
}

.mvtext_borderbox .label-ellipse {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.label-ellipse {
    padding: 2px 0;
}

.lead-gradient {
    padding: 13px;
}

.floatingbox .flex {
    max-width: 214px;
    margin: 0px auto;
    padding-bottom: 20px;
    justify-content: space-between;
}

.floatingbox .flex figure {
    width: 80px;
}

.floatingbox .flex figure:nth-child(2) {
    width: 14px;
}

.floatingbox .flex figure figcaption {
    font-size: 2.2rem;
    transform: translateX(50px) rotate(-20deg) translateY(-25px);
    color: #bfb7a2;
}

.floatingbox .fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.campaign .section-title {
    line-height: 1;
}

.remelu_logo {
    width: 159px;
    margin-top: 10px;
}

.remelu_item {
    width: 59px;
}

.campaignbox .fs-xsmall {
    font-size: 1.3rem;
    color: #4b4222;
}

.campaignbox .fs-large30 {
    font-size: 3rem;
    margin-top: 5px;
    display: inline-block;
}

.campaignbox .fs-xxlarge29 {
    font-size: 2.9rem;
}

.campaignbox figcaption {
    color: #4b4222;
}

.campaignbox .jc-between {
    max-width: 246px;
    margin: 0 auto;
}

.campaignbox .cardbox .fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section01 .sectionbg {
    padding-top: 74px;
    padding-bottom: 30px;
}

.section01 .f-pink.fw-bold {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.sectionWrapper h2 .main {
    line-height: 1.9;
}

.thankyou .positiontext-item {
    top: 40px;
    right: calc(50% - 180px);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.balloon-large {
    background: url(../img/balloon-large-min.png) no-repeat top/contain;
    padding: 20px 0 50px;
    margin: 30px 0;
    line-height: 1.8;
}

.videobox {
    max-width: 315px;
    /* max-width: 580px;*/
    margin: 0 auto;
}

.videobox video {
    width: 100%;
}

.max-243 {
    max-width: 243px;
    margin-left: auto;
    margin-right: auto;
}

.max-315 {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.max-315 div {
    margin-bottom: -8px;
}

.max-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.balloon-medium-r {
    margin-bottom: 0px;
    background: none;
}

.balloon-medium-r p {
    position: relative;
}

@media screen and (max-width: 768px) {
    .balloon-medium-r p:after {
        background: url("../img/balloon-medium-right_sp-min.png") no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .balloon-medium-r p:after {
        background: url("../img/balloon-medium-right_pc-min.png") no-repeat;
    }
}

.balloon-medium-r p:after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    width: 73px;
    height: 159px;
    /* transform: rotate(-252deg); */
    transform: scale(1.3);
    top: 0;
    left: 90px;
}

.balloon-medium-l {
    background: none;
    justify-content: space-between;
}

.balloon-medium-l p {
    position: relative;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .balloon-medium-l p:after {
        background: url(../img/balloon-medium-left_sp-min.png) no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .balloon-medium-l p:after {
        background: url(../img/balloon-medium-left_pc-min.png) no-repeat;
    }
}

.balloon-medium-l p:after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    height: 159px;
    /* transform: rotate(-288deg); */
    transform: scale(1.3);
    width: 73px;
    top: 0;
    right: 90px;
}

.magazineh2 {
    margin-bottom: 20px;
}

.magazineh2 .fs-xlarge {
    font-size: 2.5rem;
}

.magazine2 .flex {
    /* justify-content: center; */
    justify-content: space-between;
}

.balloon-small-l,
.balloon-small-r {
    background: none;
    /* margin-top: 20px; */
}

.balloon-small-l p,
.balloon-small-r p {
    position: relative;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .balloon-small-l p:after {
        background: url("../img/balloon-small-left_sp-min.png") no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .balloon-small-l p:after {
        background: url("../img/balloon-small-left_pc-min.png") no-repeat;
    }
}

.balloon-small-l p:after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    /* transform: rotate(-279deg); */
    transform: scale(1.1);
    width: 37px;
    height: 82px;
    top: 0;
    left: -30px;
}

@media screen and (max-width: 768px) {
    .balloon-small-r p:after {
        background: url(../img/balloon-small-right_sp-min.png) no-repeat;
    }
}

@media screen and (min-width: 769px) {
    .balloon-small-r p:after {
        background: url(../img/balloon-small-right_pc-min.png) no-repeat;
    }
}

.balloon-small-r p:after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    /* transform: rotate(-264deg); */
    /* transform: scale(1.5); */
    width: 37px;
    height: 82px;
    top: 0;
    right: -20px;
}

.balloon-small-l .textbox,
.balloon-small-r .textbox {
    font-size: 1.4rem;
    padding: 0;
}

.balloon-small-l .textbox {
    margin-left: 30px;
}

.nametext {
    font-size: 2rem;
    padding-top: 1em;
}

.nametext.r-side {
    padding-right: 4em;
    text-align: right;
}
.nametext.l-side {
    padding-left: 4em;
    text-align: left;
}

.balloon-small-l .imgbox,
.balloon-small-r .imgbox {
    width: auto;
}

.magazine03 {
    /* transform: rotate(-9deg); */
    width: 95px;
    height: auto;
}

.magazine04 {
    /* transform: rotate(8deg); */
    width: 93px;
    height: auto;
}

.magazine05 {
    /* transform: rotate(9deg); */
    width: 91px;
    height: auto;
}

.magazine06 {
    /* transform: rotate(1deg); */
    width: 93px;
    height: auto;
}

.section02 .contents {
    padding: 0;
}

.section02 .contents h2 .main {
    line-height: 0.8;
    color: #847448;
}

.section02 .balloon .marker {
    font-size: 1.3rem;
}

.section02 .balloon-text {
    position: absolute;
    padding: 0;
    top: -5px;
    left: 15px;
}

.section02 .balloon:last-child .balloon-text {
    padding: 0;
}

.section02 .balloon-text.position_last {
    left: 10px;
}

.section02 .balloonbox {
    width: 58%;
}

.section03.sectionbg .flex {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.section03 .imgbox:not(:nth-child(2)) {
    width: 136px;
}

.section03 figcaption {
    font-size: 1.2rem;
}

.conversionSection .borderbox {
    max-width: 310px;
    box-sizing: content-box;
}

.section05 .inner-section .flex {
    /* max-width: 315px; */
    margin: 30px auto 0;
}

h3.bg-pink {
    padding: 18px 8px;
}

h3.pad_c {
    padding: 10px;
}

.exambox {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.section07 .box.text {
    margin-left: 11px;
}

.clipbox .imgbox {
    width: 160px;
    top: -20px;
}

.mvbox .textbox.be_af_text {
    text-indent: -1em;
}

.floatingbox .flex figure:nth-child(2) {
    padding-top: 0;
    margin-top: -15px;
}

.floatingbox .flex {
    padding-bottom: 0px;
}

.lightoutline .jc-center .flexinner .imgbox {
    width: 90%;
    margin-top: 6px;
}

.lightoutline .jc-center .imgbox.flexinner img {
    width: 59px;
}

.lightoutline .jc-center .imgbox.flexinner figcaption {
    font-size: 1.4rem;
    white-space: nowrap;
}

.lightoutline .jc-center .imgbox.flexinner figcaption .smalltext {
    font-size: 0.7em;
}

.section02 .balloon-text {
    left: 22px;
}

.campaign .lightoutline .fs-xxlarge {
    font-size: 3rem;
    width: 90%;
}

.campaign .present.fs-xxlarge {
    font-size: 2.7rem;
}

.campaignbox .contents .f-white .ptb10 {
    font-size: 1.2rem;
    padding: 5px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.balloon-large {
    margin-top: 10px;
}

.balloon-medium-l .imgbox,
.balloon-medium-r .imgbox {
    margin-top: 10px;
}

.balloon-small-l .textbox,
.balloon-small-r .textbox {
    line-height: 1.57;
}

.pc-flex-inner.max-315 .imgbox {
    width: 80%;
    margin: 0 auto 20px;
}

.conversionSection .fw-bold {
    font-size: 1.3rem;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
/* .conversionSection .fw-bold.ib {
    padding-bottom: 10px;
} */

.conversionSection .borderbox {
    max-width: 277px;
    box-sizing: border-box;
}

.conversionSection .btn {
    max-width: 277px;
    text-align: center;
}

.section05 h3.bg-pink {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}

.section05 .fs-small {
    line-height: 2;
}

.section07 p {
    line-height: 1.5;
}

.section07 .sectionbg {
    padding-bottom: 65px;
}

.orangebaige-gradient .ptb20 {
    padding: 10px 0 15px;
}

@media screen and (max-width: 768px) {
    .section09 .accordionbox .borderbox {
        font-size: 1.4rem;
    }

    .section09 .accordionbox .borderbox.toggleswitch {
        padding-right: 45px;
    }

    .sp-hide {
        display: none;
    }

    .pc-flex {
        display: block;
    }

    .section02 .balloonbox {
        width: 173px;
    }

    .section02 .balloon:last-child .balloon-text,
    .section02 .balloonbox .balloon-text {
        padding-left: 15px;
        font-size: 1.3rem;
        top: 0;
        left: 0;
    }

    .section02 .balloon:last-child .balloon-text.position_last {
        padding-left: 10px;
    }

    .section02 .balloonbox + .imgbox {
        width: 132px;
    }

    .mvbox .label-rect .fs-normal {
        font-size: 1.2rem;
    }
    .fw-border {
        font-size: 2rem;
        width: 100%;
        text-align: center;
    }
    .fw-border span {
        font-size: 1.6rem;
    }
    .sp-none {
        display: none;
    }
    .conversionSection .pc-flex-inner + .pc-flex-inner .fw-bold:last-child {
        font-size: 1.3rem;
        line-height: 1.8;
    }
    .conversionSection .f-deeppink .fs-xlarge {
        font-size: 2.6rem;
    }
    .conversionSection .f-deeppink .fs-small {
        font-size: 1.3rem;
    }
    .f-block {
        padding-top: 10px;
    }
    .nametext {
        font-size: 1rem;
        padding-top: 2em;
    }
    .nametext.r-side {
        padding-right: 0;
    }
    .nametext.l-side {
        padding-left: 0;
    }
}

/* 769~999 */
@media screen and (min-width: 769px) and (max-width: 999px) {
    .tab-show.pc-hide {
        display: block;
    }

    .mvbox .mv-inner.textbox {
        max-width: 50%;
        /* padding: 30px; */
    }

    /* campaign */
    .campaignbox .sectionbg.fullvw {
        margin: 80px 0 10px;
    }

    /* Section02 */
    .section02 .flex {
        width: 100%;
    }

    .section02 .balloonbox .balloon .balloon-text.fs-small,
    .section02 .balloonbox .balloon .balloon-text .marker {
        font-size: 2vw;
    }

    .section02 .balloonbox .balloon .balloon-text {
        width: auto;
        max-width: 330px;
    }

    .section02 .balloonbox .balloon .balloon-text::after {
        min-height: 120px;
    }

    .section02 .balloonbox .balloon .balloon-text {
        padding-left: 0;
    }

    .section02 .balloonbox .balloon .balloon-text {
        padding: 0;
    }

    .section02 .pc-flex .pc-flex-inner:not(:nth-child(2)) {
        /* max-width: calc(100% / 3 - 40px); */
    }

    .section02 .balloonbox.pc-flex {
        justify-content: center;
    }

    .section02 .balloonbox .balloon .balloon-text {
        padding: 20px 0 0;
        align-items: flex-start;
    }

    .section02 .imgbox.flex-inner {
        margin: 0 20px;
        max-width: 180px;
        min-width: 100px;
    }

    /* conversionSection */
    .conversionSection.fullvw {
        width: 100%;
    }

    .conversionSection .tagbox {
        font-size: 3vw;
    }

    .conversionSection .tag {
        max-width: 145px;
        min-width: 100px;
    }

    .conversionSection .borderbox {
        padding: 50px 30px 30px;
    }

    /* Section03 */
    .section03 .pc-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px;
        flex-wrap: wrap;
    }

    .section03 .pc-flex-inner {
        width: auto;
    }

    .section03.sectionbg .pc-flex-inner:nth-child(2) {
        max-width: none;
        width: auto;
        margin-top: 40px;
    }
    .conversionSection .pc-flex-inner + .pc-flex-inner .fw-bold:last-child {
        font-size: calc(10 / 375 * 100vw);
    }
    .flex-text {
        display: inline-grid;
    }
    .conversionSection .pc-flex-inner + .pc-flex-inner .fs-xlarge {
        font-size: 2.8rem;
    }
    .f-block {
        display: block;
    }
    .tb-none {
        display: none;
    }
}

/* 1000~ */
@media screen and (min-width: 1000px) {
    /* mv */
    .mvbox .label-rect.inner {
        width: 100%;
    }

    /* campaign */
    .campaignbox .sectionbg.fullvw {
        max-width: 1000px;
        min-width: 700px;
        margin: 80px auto 10px;
    }

    /* Section02 */
    .section02 .flex {
        width: 952px;
    }

    .section02 .balloonbox .balloon .balloon-text.fs-small {
        font-size: 2.4rem;
    }

    .section02 .balloonbox .balloon .balloon-text {
        width: auto;
        max-width: 330px;
        align-items: center;
    }

    .section02 .balloonbox .balloon .balloon-text::after {
        height: 145px;
    }

    .section02 .pc-flex .pc-flex-inner:last-child .balloon-text {
        padding-left: 40px;
    }

    .section02 .balloonbox .balloon .balloon-text {
        padding: 20px;
    }

    .section02 .pc-flex .pc-flex-inner:not(:nth-child(2)) {
        max-width: 330px;
    }

    .section02 .balloonbox.pc-flex {
        justify-content: center;
    }

    .section02 .imgbox.flex-inner {
        margin: 0 30px;
    }

    .section02 .imgbox.flex-inner {
        width: 236px;
        min-width: 300px;
        max-width: 228px;
        margin-top: 2.9rem;
    }

    /* conversionSection */
    .conversionSection.fullvw {
        width: 1000px;
    }

    .conversionSection .tagbox {
        font-size: 4rem;
    }

    .conversionSection .tag {
        padding: 10px 0;
        width: 145px;
    }

    .conversionSection .borderbox {
        padding: 40px 55px;
    }

    /* Section03 */
    .section03 .pc-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        /* padding: 0 30px; */
        /* flex-wrap: wrap; */
    }

    .section03 .pc-flex-inner {
        width: 48%;
    }

    .section03.sectionbg .pc-flex-inner:nth-child(2) {
        border: solid #c0b7b3 2px;
        padding: 3rem 8rem;
        max-width: 687px;
        margin-top: 0;
    }
    .conversionSection .pc-flex-inner + .pc-flex-inner .fw-bold:last-child {
        font-size: 3.4rem;
    }
}

/* 
@media screen and (min-width:1000px) and (max-width:1190) {
    .mvbox .mv-inner.textbox {
        max-width: 60%;
    }
} */

/* ココからPC */
h2.mincho {
    color: #847448;
}
@media screen and (min-width: 769px) {
    .pc-hide {
        display: none;
    }

    .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mvbox {
        background-position: -30vw bottom;
        max-width: 100%;
    }

    .mvbox .mv-inner.textbox {
        max-width: 70%;
        padding: 30px;
    }

    .mvbox .mv-inner.imgbox {
        width: 30%;
        /* min-width: 50%; */

        max-width: 500px;

        /*西追記*/
        /*        min-width: 40%;*/
    }

    .mvbox .mv-inner.imgbox img {
        width: 100%;
        /*
        height: 100%;
        */
        right: 0;
    }

    .mvbox .label-rect {
        z-index: 2;
    }

    .mvbox .label-rect .item {
        font-size: 2.8em;
        font-weight: normal;
        padding-left: 17rem;
    }

    .mvbox .mvtext_borderbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
        padding-left: 140px;
    }

    .mvbox .mvtext_borderbox > .mincho {
        font-size: 4.6rem;
        margin-right: 35px;
    }

    .mvbox .mvtext_borderbox > .mincho .marker::before {
        display: none;
    }

    .mvbox {
        color: #847448;
    }
    .mvbox .bracket {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .mvbox .bracket span.fs-xxsmall {
        font-size: 1.7rem;
        margin-left: 20px;
    }

    .mvbox .bracket + .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .mvbox .bracket + .box .mincho .fs-normal {
        font-size: 3.3rem;
    }

    .mvbox .bracket + .box .mincho .fs-large {
        font-size: 6.5rem;
    }

    .mvbox .bracket + .box .label-ellipse {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .mvbox .logo img {
        width: 150px;
    }

    /* .floatingbox {
        position: absolute;
        bottom: 0;
        left: 120px;
        width: calc(60% - 30px * 2);
        margin-left: auto;
    } */

    .floatingbox .bg-baige {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

    .floatingbox .box {
        width: 50%;
        padding-right: 40px;
    }

    .floatingbox .box + .flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
        /* 西追加 */
    }

    .floatingbox .box + .flex .imgbox:nth-child(2) {
        width: auto;
    }

    .clipbox .imgbox {
        right: -25%;
        top: 20px;
        margin-left: 30px;
    }

    .clipbox .textbox {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    /*西追加ここから*/
    .thankyou .positiontext-item {
        top: 75px;
        right: calc(50% - 350px);
    }

    .thankyou .positiontext-item.fs-xxxlarge {
        font-size: 6.2rem;
    }

    .campaign .halfcover {
        font-size: 6.2rem;
    }

    .campaign .halfcover + .mincho {
        font-size: 5.7rem;
        line-height: 1.2;
    }

    .campaignbox .pc-flex .f-white.aligncenter {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        flex-shrink: 0;
    }

    .campaignbox .pc-flex .cardbox:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 330px;
        margin-left: auto;
        margin-right: 20px;
    }

    .campaignbox .pc-flex .cardbox:first-child .bg-baige {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .campaignbox .pc-flex .cardbox:first-child .bg-baige .fs-xsmall {
        margin-bottom: 20px;
    }

    .campaignbox .pc-flex .cardbox:first-child .f-orangebaige.fs-large {
        font-size: 2rem;
    }

    .campaignbox .pc-flex .cardbox:first-child .f-orangebaige .fs-xxlarge {
        font-size: 5.3rem;
    }

    .campaignbox .pc-flex .cardbox:last-child .itembox.flexinner .imgbox {
        width: 159px;
    }

    .campaignbox .pc-flex .cardbox .imgbox.item-photo {
        height: 147px;
        margin-left: 24px;
    }

    .campaignbox .pc-flex .cardbox:last-child .flexinner.fs-xxlarge {
        font-size: 2.9rem;
    }

    .campaignbox .pc-flex .cardbox:last-child {
        margin-left: 20px;
        margin-right: auto;
    }

    /*西追加ここまで*/

    .conversionSection.fullvw {
        margin: 90px auto 11rem;
    }

    .label-rect .fs-normal {
        font-size: 2rem;
    }

    /*西追加*/

    .conversionSection .tagbox {
        margin-bottom: 20px;
        margin-right: 30px;
        flex-shrink: 0;
        max-width: 336px;
    }

    .conversionSection .tagtext {
        width: 46px;
    }

    .conversionSection .pc-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        /* 西追加 */
    }

    .conversionSection .pc-flex-inner + .pc-flex-inner {
        font-size: 2.1rem;
        flex-shrink: 0;
    }

    .conversionSection .pc-flex-inner + .pc-flex-inner .fs-xlarge {
        font-size: 4.4rem;
    }

    .conversionSection .pc-flex-inner + .pc-flex-inner .fs-xsmall,
    .conversionSection .pc-flex-inner + .pc-flex-inner .fs-small {
        font-size: inherit;
    }

    h2.mincho {
        font-size: 3.6rem;
        color: #847448;
    }

    .refund .container,
    .section01 .container,
    .section05 .container,
    .section06 .container,
    .section07 .container,
    .section08 .container,
    .section09 .container {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .videobox {
        margin-left: auto;
        margin-right: auto;
    }

    .balloon-medium-r {
        background-position: 65px 20px;
        margin-bottom: 40px;
    }

    .balloon-medium-l {
        background-position: calc(80% - 15px) 50%;
    }

    .balloon-small-l {
        background-position: calc(60% - 40px) 30%;
    }

    .balloon-small-r {
        background-position: calc(50% + 10px) 30%;
    }

    .balloon-large,
    .balloon-medium-r,
    .balloon-medium-l {
        background-size: contain;
    }

    .balloon-large .imgbox {
        width: 30%;
    }

    .balloon-medium-r .imgbox,
    .balloon-medium-l .imgbox {
        width: 221px;
    }

    .balloon-small-r,
    .balloon-small-l {
        background-size: 10%;
    }

    .balloon-small-r .imgbox,
    .balloon-small-l .imgbox {
        width: 30%;
    }

    .balloon-medium-l {
        justify-content: space-between;
        background-position: 35% 0;
        margin: 60px 0;
    }

    .balloon-medium-l .imgbox {
        margin-right: 50px;
    }

    .balloon-medium-l .textbox {
        font-size: 3.2rem;
    }

    .balloon-small-l {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position: 35% 80px;
    }

    .balloon-small-l .textbox {
        font-size: 3.2rem;
    }

    .balloon-medium-r,
    .balloon-small-r {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position: 65% 0;
    }

    .balloon-medium-r .imgbox,
    .balloon-small-r .imgbox {
        margin-left: 20px;
        margin-right: 20px;
    }

    .balloon-medium-r .textbox,
    .balloon-small-r .textbox {
        font-size: 3.2rem;
    }

    /* 西追加（修正）*/

    .balloon-small-l .textbox,
    .balloon-small-r .textbox {
        font-size: 2.7rem;
    }

    /* 西追加（修正） */

    .balloon-small-r {
        background-position: 65% 80px;
    }

    /* 西追加ココから */
    .magzine2 .flex {
        justify-content: center;
    }

    .balloon-medium-r p:after {
        height: 317px;
        width: 146px;
        top: -20px;
        right: -50px;
        left: auto;
    }

    .balloon-medium-l p:after {
        height: 317px;
        width: 146px;
        top: -10px;
        left: -40px;
        right: auto;
    }

    .balloon-small-l p:after {
        left: -40px;
        top: 0;
        width: 75px;
        height: 164px;
        transform: scale(1.1);
    }

    .balloon-small-r p:after {
        right: -20px;
        top: 0;
        width: 75px;
        height: 164px;
        transform: scale(1.1);
    }

    .magazine2 .flex {
        justify-content: center;
    }

    .magazine03,
    .magazine04,
    .magazine05,
    .magazine06 {
        width: 160px;
    }

    /* 西追加ココまで */

    .refund.sectionWrapper .sectionbg {
        padding: 50px;
    }

    .section01 .sectionbg {
        padding-bottom: 82px;
    }

    .section01 .mincho .pc.fs-xlarge {
        font-size: 5rem;
    }

    .section01 .mincho .pc.fs-xxlarge {
        font-size: 6.4rem;
    }

    .section02 .contents {
        padding: 0;
        max-width: 952px;
        margin-left: auto;
        margin-right: auto;
    }

    .section02 h2.mincho {
        margin-bottom: 90px;
    }

    .section02 h2.mincho > .flex {
        display: block;
    }

    .section02 .balloonbox {
        width: 100%;
    }

    .section02 .balloonbox .balloon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section02 .balloon .marker {
        font-size: 2.4rem;
    }

    /* 西追加 */

    .section02 .balloonbox .balloon .balloon-text.fs-small {
        line-height: 1.7;
        padding: 0;
        margin: 0;
    }

    .section02 .pc-flex .pc-flex-inner.max-315 {
        margin-left: 0;
        margin-right: 0;
    }

    .section02 .balloonbox .balloon .balloon-text::after {
        /* content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2; */
    }

    .section02 .balloon {
        margin-top: 3rem;
    }

    .section02 .balloonbox .balloon::after {
        /* background: url("../img/balloon-square_pc01-min.png") no-repeat top / contain; */
        width: 299px;
        height: 127px;
        background: #f2ede9;
        content: "";
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: -1;
    }

    .section02 .balloonbox .balloon .balloon-text.text02::after {
        /* background: url("../img/balloon-square_pc02-min.png") no-repeat top / contain; */
    }

    .section02 .balloonbox .balloon .balloon-text.text03::after {
        /* background: url("../img/balloon-square_pc03-min.png") no-repeat top / contain; */
    }

    .section02 .balloonbox .balloon .balloon-text.balloon-text.text04::after {
        /* background: url("../img/balloon-square_pc04-min.png") no-repeat top / contain; */
    }

    .section02 .balloonbox.pc-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .section02 .pc-flex .pc-flex-inner .balloon-text {
        left: calc(50% + 5px);
        transform: translateX(-50%);
    }

    .section02 .pc-flex .pc-flex-inner:first-child .balloon-text {
        max-width: 368px;
        align-items: center;
    }
    .section02 .balloonbox .balloon .balloon-text.fs-small {
        align-items: center;
    }

    .section03 .sectiontitle {
        font-size: 2.6rem;
    }

    .section02 .positiontext-item.fs-xxxlarge {
        font-size: 8.1rem;
    }

    .section03 .sectiontitle .fs-xlarge {
        font-size: 3.2rem;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: bold;
    }

    .section03 .markerbox {
        font-size: 2rem;
    }

    .section03 .text.fs-small {
        font-size: 1.6rem;
    }

    .section03.sectionbg {
        padding: 200px 0 100px;
    }

    .section03 .imgbox:not(:nth-child(2)) {
        width: 166px;
    }

    .section03 .pc-flex + .text {
        font-size: 2.4rem;
        margin-top: 60px;
    }

    .section03 .pc-flex + .text > div {
        margin-top: 40px;
    }

    .section03 .pc-flex + .text .border.fw-bold {
        font-size: 3rem;
        margin-top: 40px;
    }

    .section04 .sectiontitle {
        font-size: 2.6rem;
    }

    .section04 .sectiontitle .main {
        font-size: 3.6rem;
    }

    .section04 .itembox {
        text-align: center;
        margin-top: 0;
    }

    .section04 .pc-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 900px;
        margin: 60px auto 0;
    }

    /* 西追加ここから */
    .section04 .pc-flex .pc-flex-inner:first-child {
        max-width: 315px;
        margin-right: 70px;
        margin-left: 0;
        width: 100%;
    }

    .section04 .pc-flex .pc-flex-inner:last-child {
        max-width: 70%;
    }

    .pc-flex-inner.max-315 .imgbox {
        margin-top: 10px;
    }

    /* 西追加ここまで */

    .section04 .pc-flex .pc-flex-inner .fs-small {
        font-size: 1.6rem;
    }

    .section05 h2 .sub.positiontext-item.fs-xxxlarge {
        font-size: 8.5rem;
        top: 9rem;
    }

    .section05 h2.fs-xlarge {
        font-size: 2.6rem;
    }

    .section05 h2 .titleinner {
        z-index: 3;
        position: relative;
    }

    .section05 h2.fs-xlarge .main {
        font-size: 5rem;
        z-index: 2;
    }

    .section05 h3.bg-pink {
        margin-top: 60px;
        font-size: 2.6rem;
    }

    .section05 h3.bg-pink .point {
        font-size: 3.8rem;
    }

    .section05 .text.fs-small {
        font-size: 1.6rem;
    }

    .section05 .text.fs-small:first-child {
        margin-top: 30px;
    }

    .section05 .flex .effectbox {
        width: calc(100% / 6 - 5px);
    }

    .section05 .pc-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section05 .pc-flex-inner {
        width: 48%;
    }

    .section05 table.fs-xxsmall {
        font-size: 1.4rem;
    }

    .section05 table tr:first-child th.fs-xsmall {
        font-size: 1.6rem;
    }

    .section05 table .fs-xsmall {
        font-size: 1.2rem;
    }

    tr > :nth-child(1) {
        width: 150px;
    }

    tr > :not(:nth-child(1)) {
        width: 279px;
    }

    .section05 table th,
    .section05 table td {
        padding: 10px;
    }

    td .pc-largetext {
        font-size: 2rem;
    }

    td .fs16 {
        font-size: 1.6rem;
    }

    td div.sp-hide.font {
        font-size: 1.2rem;
    }

    td.pc-alignleft {
        vertical-align: middle;
        text-align: left;
    }

    td div.sp-hide .pc-middletext {
        font-size: 1.4rem !important;
    }

    .section06 {
        padding-top: 50px;
    }

    .section06 .sectionbg {
        padding: 0;
    }

    .section06 .section-title {
        font-size: 2.9rem;
    }

    .section06 .section-title .fs-xxlarge {
        font-size: 4.9rem;
    }

    .section06 .section-title img {
        width: 90px;
    }

    .section06 .img-border-box {
        width: 50%;
        border: 12px solid #fff;
    }

    /* 西追加ここから */
    .section06 .img-border-box:first-child {
        margin-right: 5px;
    }

    .section06 .img-border-box:last-child {
        margin-left: 10px;
    }

    /* 西追加ここまで */

    .section06 .img-border-box figcaption {
        font-size: 3.5rem;
        top: -40px;
    }

    .section06 .exambox {
        font-size: 2.5rem;
        padding: 30px 0 50px;
    }

    .section06 .textbox {
        margin-top: 40px;
    }

    .section06 .text-tag {
        width: 150px;
        margin-right: 30px;
    }

    .section06 .text-tag:after {
        border-width: 22px;
        right: -45px;
    }

    .section07 .sub.positiontext-item.fs-xxxlarge {
        font-size: 8.5rem;
    }

    .section07 .sub.positiontext-item {
        right: calc(50% - 35rem);
        top: 0rem;
    }

    /* 西追加ここから */
    .section07 .box.text .fw-bold {
        font-size: 2.6rem;
    }

    .section07 .box.text {
        margin-left: 40px;
    }

    .section07 .box.text .fs-small {
        font-size: 1.6rem;
    }

    .section08 {
        padding-top: 10rem;
        padding-bottom: 100px;
    }

    .section08 .positiontext-item {
        right: calc(50% - 150px);
        top: 7px;
    }

    .section08 .positiontext-item.fs-xxxlarge {
        font-size: 6.2rem;
    }

    .section08 .pc-flex-inner {
        width: 50%;
    }

    .section08 .map {
        height: auto;
    }

    .section08 .address {
        margin-right: 40px;
    }

    .section08 .addresslist {
        margin: 40px 0 0;
        width: 100%;
    }

    .address-term,
    .address-data {
        font-size: 1.6rem;
    }

    .address-data a[href^="tel:"] {
        pointer-events: none;
    }

    .section08 .map iframe {
        height: 100%;
    }

    .section08 .accordionbox .borderbox {
        border-bottom: none;
        font-size: 1.6rem;
    }

    .section09.sectionWrapper .sectionbg {
        padding-bottom: 100px;
    }

    .section09 .positiontext-item {
        left: calc(50% - -9rem);
        top: 1rem;
        color: #fff;
    }

    .section09 h2 .main {
        font-size: 3.6rem;
    }

    .section09 .positiontext-item.fs-xxxlarge {
        font-size: 6.8rem;
    }

    /* 西追加ここまで */

    /*谷口追記*/

    .mvbox .label-rect {
        max-width: 857px;
        /* width: 63%; */
        top: 10%;
        margin-top: 30px;
    }

    .mvbox .mvtext_borderbox {
        padding-top: 60px;
        padding-left: 0;
        /*西追加*/
    }

    .floatingbox {
        position: inherit;
        margin: 0;
        width: 694px;
        margin: 0 auto;
        max-width: 694px;
    }

    .bracket {
        min-width: 307px;
        padding: 10px 32px;
    }

    .bracket img {
        width: 211px;
    }

    .clipbox .imgbox {
        position: inherit;
    }

    .mvtext_borderbox .label-ellipse {
        /*        min-width: 260px;*/
        min-width: 320px;
        margin-bottom: 37px;
        margin-top: 13px;
    }

    .floatingbox .bg-lightbaige {
        display: flex;
        justify-content: space-between;
    }

    .mvbox .textbox {
        width: auto;
    }

    .floatingbox .box {
        max-width: 424px;
        width: 50%;
        position: relative;
    }

    .lead-gradient {
        width: 100%;
    }

    .clipbox .imgbox {
        width: 160px;
        position: absolute;
    }

    .floatingbox .box + .flex {
        max-width: 214px;
        width: 31%;
        margin-right: 36px;
    }

    .floatingbox .box + .flex .imgbox:nth-child(2) {
        width: 14px;
    }

    .floatingbox .flex {
        margin: 0;
    }

    .clipbox .textbox {
        margin-top: 26px;
    }

    .mvbox .textbox.be_af_text {
        padding: 0;
        text-indent: 0;
    }

    .floatingbox .flex figure:nth-child(2) {
        margin: 0;
    }

    .exambox {
        max-width: 100%;
    }

    .conversionSection {
        padding-top: 70px;
    }

    .conversionSection .borderbox {
        /* width: 925px; */
        /*西追加（コメントアウト）*/
        /* max-width: 92.5%; */
        max-width: 70%;
    }

    .refund .container,
    .section01 .container,
    .section05 .container,
    .section06 .container,
    .section07 .container,
    .section08 .container,
    .section09 .container {
        width: 687px;
        max-width: 92.5%;
    }

    /*谷口*/
    .mvbox .label-rect .item {
        font-size: 2.8rem;
    }

    .mvbox .label-rect {
        max-width: 857px;
    }

    .mvbox .mvtext_borderbox {
        padding-top: 0px;
    }

    .mvbox .logo {
        margin-bottom: 100px;
    }

    .mvbox .bracket + .box {
        margin-top: 30px;
    }

    .clipbox .imgbox {
        top: 40px;
    }

    .mvbox .imgbox {
        align-items: center;
        padding-top: 0;
        margin-bottom: -30px;
    }

    .floatingbox .box + .flex .imgbox:nth-child(2) {
        margin-bottom: 0;
    }

    .mvbox .floatingbox .bg-lightbaige figure.imgbox {
        padding: 0;
        align-self: center;
    }

    .campaignbox .contents .f-white .ptb10 {
        font-size: 1.6rem;
        padding: 8px 0;
    }

    .orangebaige-gradient .ptb20 {
        padding: 20px 0 40px;
    }

    .lightoutline .jc-center .flexinner .imgbox,
    .campaign .lightoutline .fs-xxlarge {
        width: 100%;
        font-size: 2.9rem;
    }

    .videobox {
        min-width: 580px;
    }

    .balloon-medium-r,
    .balloon-medium-l {
        justify-content: center;
    }

    .balloon-medium-r .imgbox img,
    .balloon-medium-l .imgbox img {
        width: 100%;
    }

    .section02 .balloonbox .balloon .balloon-text {
        position: relative;
        line-height: 1.7;
        margin-top: 10px;
        height: 140px;
        width: 330px;
        display: flex;
        justify-content: center;
    }

    .section02 .balloonbox .balloon .balloon-text .inner {
        margin: 0;
        z-index: 3;
        position: relative;
    }

    .pc-flex .max-500 {
        max-width: 100%;
    }

    .conversionSection .tagbox {
        margin-bottom: 0;
    }

    .conversionSection .pc-flex-inner .fw-bold {
        font-size: 2rem;
    }

    .conversionSection .pc-flex-inner .fw-bold .fs-xsmall {
        font-size: 1.7rem;
    }
}

/*高橋追記*/
@media screen and (min-width: 769px) and (max-width: 999px) {
    .mvbox .label-rect .item {
        font-size: 2rem;
    }
}

/* 追従バナー */
.c-fixedCv {
    background-color: rgba(33, 33, 33, 0.75);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.c-fixedCv_wrap {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: 98%;
    display: flex;
    justify-content: space-between;
    padding: 1.4rem 0;
}

.c-fixedCv_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.c-fixedCv_list li {
    width: 50%;
}

.c-fixedCv_list_btn {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.c-fixedCv_list_btn a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
    display: block;
    padding: 2.2rem 0;
    transition: 0.3s;
}

.c-fixedCv_list_btn a:hover {
    opacity: 0.8;
}

.c-fixedCv_list_btn a img {
    width: 3rem;
    height: 3rem;
}

.c-fixedCv_list_btn.-tel a {
    font-size: 3rem;
    padding: 1.2rem 0;
    background: linear-gradient(0deg, #8e7354 0%, #bf9a6f 100%);
}

.c-fixedCv_list_btn.-tel a p {
    display: inline-block;
    padding: 0 4rem;
    background-image: url("../img/icon_tel.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    background-position: center left;
}

.c-fixedCv_list_btn.-web a {
    font-size: 3rem;
    padding: 1.2rem 0;
    background: linear-gradient(#9b9a9a 0%, #6b6b6b 100%);
}

.c-fixedCv_list_btn.-web a p {
    display: inline-block;
    padding: 0 4rem;
    background-image: url("../img/icon_web.png");
    background-repeat: no-repeat;
    background-size: 3rem 3rem;
    background-position: center left;
}

@media screen and (max-width: 769px) {
    .c-fixedCv {
        position: fixed;
        background-color: #fff;
        width: 20%;
        height: 0;
        top: 0;
        left: 80vw;
        transition-duration: 0.3s;
    }
    .c-fixedCv_wrap {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 9rem;
    }
    .c-fixedCv_list li {
        width: 50%;
    }
    .c-fixedCv_list_btn {
        width: 100%;
        margin: 0;
        height: 9rem;
    }
    .c-fixedCv_list_btn a {
        border-radius: 0%;
    }
    .c-fixedCv_list_btn.-tel a {
        font-size: 1.8rem;
        padding: 0.5rem;
    }
    .c-fixedCv_list_btn.-tel a p {
        display: none;
    }
    .c-fixedCv_list_btn.-tel a div {
        background-image: url("../img/icon_tel.png");
        background-repeat: no-repeat;
        background-size: 3.8rem 3.8rem;
        background-position: center top;
        padding-top: 4.2rem;
        font-size: 1rem;
    }
    .c-fixedCv_list_btn.-web a {
        font-size: 1.8rem;
        padding: 0.5rem;
    }
    .c-fixedCv_list_btn.-web a p {
        display: none;
    }
    .c-fixedCv_list_btn.-web a div {
        background-image: url("../img/icon_web.png");
        background-repeat: no-repeat;
        background-size: 3.8rem 3.8rem;
        background-position: center top;
        padding-top: 4.2rem;
        font-size: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .c-fixedCv {
        width: 30%;
        left: 70vw;
    }
    .c-fixedCv_wrap {
        height: 6rem;
    }
    .c-fixedCv_list_btn {
        height: 6rem;
    }
    .c-fixedCv_list_btn.-tel a div {
        background-size: 3rem 3rem;
        padding-top: 3.4rem;
    }
    .c-fixedCv_list_btn.-web a div {
        background-size: 3rem 3rem;
        padding-top: 3.4rem;
    }
}

/*お客様の声*/

/*/// SP //////*/

html,
body {
    overflow: auto;
    height: 100%;
}

.voice {
    padding: 20px 0 80px;
}

.glyph-logo {
    max-width: 26px;
    position: relative;
    top: -2px;
    left: -5px;
}

.voice h2 {
    margin-bottom: 40px;
}

.voice h2 span {
    margin-left: 5px;
}

.voice-list .js-modal-open {
    display: block;
    /*    max-width: 175px;*/
    margin: 0 auto 48px;
    cursor: pointer;
}

.voice-card {
    border: 1px solid #707070;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    max-width: 175px;
    font-size: 1.2rem;
}

.voice-list .voice-list-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 375px;
    margin: 0 auto;
}

.voice-list .voice-list-inner::after {
    content: "";
    display: block;
    width: 50%;
    max-width: 175px;
}

.voice-list-h p {
    position: relative;
    top: 0;
}

.santen {
    position: absolute;
    top: 5px;
    right: 0;
}

.voice-sub-text {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 30px;
}

.voice-list-h {
    padding: 9px 10px 6px;
    font-size: 1rem;
}

.voice-in-txt {
    font-weight: normal;
    margin-top: 10px;
    letter-spacing: 1.2px;
}

.voice-icon {
    max-width: 20px;
    margin-right: 6px;
}

.voice-img {
    max-width: 292px;
}

.voice-list-f {
    padding: 15px 10px;
}

.heart-icon {
    max-width: 15px;
    position: relative;
    top: -3px;
    left: 0;
}

.good {
    margin: 0 15px 0px 5px;
}

/* モーダルCSS */

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

.modal .voice-card {
    border: none;
    margin: 0 auto;
    max-width: 292px;
}

.js-modal-close {
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    left: 0;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
}

/*スライダー調整*/

.modal__content .voice-card {
    width: 292px;
}

.modal__content .voice-card .slick-slide {
    width: 292px;
}

.slick01 video {
    display: block;
    width: 292px;
}

.slick-dots li.slick-active button:before {
    color: #d17573;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
    z-index: 1;
}

/*/// PC //////*/
@media screen and (min-width: 769px) {
    .voice {
        padding: 80px 0 140px;
    }

    .glyph-logo {
        max-width: 40px;
        top: -5px;
    }

    .voice-sub-text {
        margin-bottom: 95px;
        font-size: 1.6rem;
    }

    .voice-list {
        max-width: 1000px;
        margin: 0 auto;
    }

    .voice-list .voice-list-inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .voice-list .voice-list-inner::after {
        content: "";
        display: block;
        width: 30%;
        max-width: 292px;
    }

    .voice-list .voice-list-inner .js-modal-open {
        max-width: 292px;
        width: 30%;
        margin-bottom: 48px;
    }

    .voice-list .js-modal-open {
        margin: 0 0 48px 0;
    }

    .modal__content {
        width: 408px;
    }

    .voice-list .voice-card {
        max-width: 292px;
        font-size: 1.6rem;
    }

    .voice-icon {
        max-width: 26px;
    }

    .voice-list-h {
        padding: 9px 13px 6px;
        font-size: 1.2rem;
    }

    .voice-list-f {
        padding: 15px 18px;
    }

    .voice-in-txt {
        letter-spacing: inherit;
    }

    .heart-icon {
        max-width: 21px;
    }

    .good {
        margin: 0 15px 0 10px;
    }
}

/***/
.mt-0 {
    margin-top: 0 !important;
}

.flow-img {
    margin: 10px 0 20px;
}
.access-img {
    margin: 30px auto 60px;
}

.section3title {
    color: #847448;
}
.section3title-span {
    position: relative;
    margin-bottom: 4rem;
    display: block;
}
.section3title-span::after {
    content: "";
    border-bottom: 3px #c0b7b3 solid;
    position: absolute;
    left: 50%;
    bottom: -1.6rem;
    transform: translate(-50%, 0);
    width: 5.6rem;
    height: 0.3rem;
}

.section04catch {
    transform: rotate(-15deg);
    display: block;
    font-size: 8.5rem;
    right: calc(50% - 33rem);
    top: 4rem;
    color: #f2ede9;
    position: absolute;
}
.relative {
    position: relative;
}

.flex-54 {
    flex: 0 0 53%;
}


.label-rect {
    background-color: #847448;
}

.mvbox .label-rect {
    top: 9%;
}
    .mvbox .label-rect.inner {
        left: -1rem;
        transform: translateX(0) skew(-20deg);
    }
    .mvbox .label-rect {
        max-width: 940px;
    }

    .hero-catch {
        position: absolute;
        left: -3rem;
        bottom: 1rem;
        z-index: 222;
        width: calc(1011 / 1366 * 100vw);
        max-width: 100%;
        height: auto;
    }
    .before-after-box {
        max-width: 68rem;
        margin: 10.2rem auto;
    }
    .before-after__figure {
        margin-bottom: 5.8rem;
        display: flex;
        justify-content: space-between;
    }
    .before-after__image {
        flex: 0 0 31.8rem;
        max-width: 31.8rem;
        /* margin-right: auto; */
        display: block;
        position: relative;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }
    .before-after__image::before {
        content: "BEFORE";
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 300;
        font-size: 3.5rem;
        color: #847448;
        position: absolute;
        top: -4.5rem;
        left: 0;
    }

    .before-after__image:last-child::before {
        content: "AFTER";
    }
    .before-after__image::after {
        position: absolute;
        z-index: -1;
        left: 2rem;
        top: 2rem;
        content: "";
        width: 30rem;
        height: 30rem;
        background-color: #f2ede9;
    }

    .f25 {
        font-size: 2.5rem;
    }
    .f23 {
        font-size: 2.3rem;
    }
    .ac {
        align-items: center;
    }
    .text-tag--2 {
        width: 13.4rem;
        height: 4.26rem;
        margin-right: 22px;
    }
    .text-tag--2::after {
        right: -43px;
        margin-right: 1px;
        border: 21.1px solid #e7b091;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }
    .effectbox {
        background: #fff;
        filter: drop-shadow(0px 3px 4px rgba(139, 123, 63, 0.1));
        width: 13.2rem;
        height: 15.5rem;
        text-align: center;
        padding-top: 15px;
        color: #8b7b3f;
    }
    .effectbox img {
        max-width: 75px;
        margin: auto;
        display: block;
    }

    .cta {
        background-color: #e48650;
        color: #fff;
        /* height: calc(353  / 1366 * 100vw); */
        /* height: 353px; */
        padding: 40px;
        text-align: center;
    }
    .cta-t1 {
        font-size: 4.5rem;
    }
    .row1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .row1a {
        font-size: 4rem;
        display: flex;
        align-items: center;
    }
    .col1 {
        width: 145px;
        border: solid 1px;
        font-weight: 400;
        padding: 3px;
    }
    .price {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .right {
        padding-left: 3rem;
    }
    .col1-p {
        font-size: 4.5rem;
    }
    .ptxt1 {
        font-size: 2.6rem;
        margin-right: 1.2rem;
        line-height: 1;
    }
    .ptxt2 {
        font-size: 4.7rem;
    }
    .ptxt3 {
        font-size: 3.5rem;
    }
    .price-sub {
        text-align: left;
        font-size: 2.2rem;
    }
    .price-sub span {
        font-size: 1.8rem;
        text-align: center;
    }
    .mt-4 {
        margin-top: 40px;
    }
    .mt-3 {
        margin-top: 30px;
    }
    .mb-4 {
        margin-bottom: 40px;
    }
    .mb-5 {
        margin-bottom: 50px;
    }
    .bg-brown {
        background-color: #4b4222;
    }

    .section02 .balloonbox .balloon {
        width: 299px;
        height: 127px;
        background: #fff;
        border: 1px solid #c0b7b3;
    }

    .exambox .before-after-box {
        margin-bottom: 4rem;
    }

    .l-button {
        width: 307.09px;
        height: 83px;
        background: transparent;
        position: relative;
        margin: 7rem auto;
    }
    .l-button::after {
        content: "";
        position: absolute;
        left: 0.8rem;
        top: 0.3rem;
        width: 100%;
        height: 100%;
        background: #ede6d5;
    }
    .l-button > a {
        position: relative;
        width: 100%;
        z-index: 2;
        background-color: #e48650;
    }
    .section09 {
        background-color: #f2ede9;
    }

    .max-315 .slick-prev,
    .max-315 .slick-next {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.534%22%20height%3D%2246.071%22%20viewBox%3D%220%200%2025.534%2046.071%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19691%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019691%22%20d%3D%22M10592%2C2604.5l19.5-19.5-19.5-19.5%22%20transform%3D%22translate(-10588.465%20-2561.964)%22%20fill%3D%22none%22%20stroke%3D%22%239f8f53%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%3C%2Fsvg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        height: 4rem;
        width: 2rem;
        z-index: 3;
    }
    .max-315 .slick-prev::before,
    .max-315 .slick-next::before {
        display: none;
    }
    .max-315 .slick-next {
        right: -2rem;
    }
    .max-315 .slick-prev {
        left: -2rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.535%22%20height%3D%2246.071%22%20viewBox%3D%220%200%2025.535%2046.071%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_19690%22%20data-name%3D%22%E3%83%91%E3%82%B9%2019690%22%20d%3D%22M10611.5%2C2565.5%2C10592%2C2585l19.5%2C19.5%22%20transform%3D%22translate(-10589.5%20-2561.964)%22%20fill%3D%22none%22%20stroke%3D%22%239f8f53%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%225%22%2F%3E%3C%2Fsvg%3E");
    }
    .mvbox {
        overflow: hidden;
    }

/*******/
@media screen and (max-width: 1441px){
    .hero-catch {
        bottom: -9rem;
        width: calc(1017 / 1366 * 100vw);
    }
}
@media screen and (max-width: 768px) {
    .mvbox {
        overflow: visible;
    }
    .hero-catch {
        width: calc(371 / 375 * 100vw);
        left: calc(16 / 375 * 100vw);
        bottom: calc(-168 / 375 * 100vw);
        position: absolute;
        z-index: 2;
    }
    .mvbox {
        margin-bottom: calc(205 / 375 *100vw);

    }
    .mvbox .label-rect {
        top: 15%;
    }
    .before-after-box {

        max-width: calc(100% - 8rem);
        margin: auto;

    }
    .before-after__image {
        max-width: 48%;
        flex: 0 0 48%;
    }    
    .before-after__image::after {
        left: .8rem;
        top: .8rem;
        width: 91.8%;
        height: 93.9%;
    }    
    .grids {
        margin-top: 3rem;
    }
    .sp-grid-3{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1rem;
    }
    .effectbox {
        width: 100%;
    }
    .before-after-box-wrap {
        margin-bottom: 5rem;
    }
    .row1 {
        display: block;
        /* zoom: 0.7; */
    }
    .row1a {
        justify-content: center;
    }
    .btnbox a {
        margin-top: 1rem;
    }
    .voice {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .section02 .balloonbox .balloon {
        width: calc(160 / 375 * 100vw);
        height: 70px;
    }
    .section02 .imgbox.flex-inner{
        object-fit: cover;
        height: 17rem;
    }
    .sectionWrapper h2 .positiontext-item {
        font-size: 4.4rem;
        left: -1rem;
        top: 8rem;
    }
    .section03 .text.fs-small{
        text-align: left !important;
    }
    .section03 .text.fs-small br{
        display: none;
    }
    .section03 .border,.section03 .noborder {
        font-size: 1.8rem;
    }
    .exambox {
        max-width: none;
    }
    .exambox .before-after-box {
        max-width: 100%;
    }
    .section06 .flex .effectbox{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .text-tag--2::after {
        right: -42.5px;
        margin-right: 1px;
        border: 21.1px solid #E7B099;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }
    .exambox {
        max-width: none;
        padding-bottom: 0;
        margin-bottom: 4rem;
    }
    .section07 .flex:nth-child(2) .number::after {
        height: 36rem;
    }
    .exam h2 {
        margin-bottom: 6rem;
    }
    .before-after__figure {
        margin-bottom: 3rem;
    }
    .before-after__detail .box {
        /* zoom: .8; */
    }
    .section04catch {
        font-size: 4.4rem;
        right: calc(50% - 18rem);
    }
    .sectionWrapper h2 .positiontext-item {
        font-size: 4.4rem;
        left: auto;
        top: 8rem;
        right: 1rem;
    }
    .price-sub,
    .price{
        justify-content: center;
        white-space: nowrap;
        font-size: 1.6rem;
    }
    .section02 .flex {
        max-width: 100%;
        padding: 0 4rem;
    }
    .section08.sectionWrapper h2 .positiontext-item{
        font-size: 4.4rem;
        left: auto;
        top: -1rem;
        right: 6rem;
    }
    .section07 .sub.positiontext-item {
        left: calc(50% - 0rem);
    }
    .ptxt1 {
        font-size: 1.6rem;
    }
    .ptxt2 {
        font-size: 3.2rem;
    }
    .ptxt3 {
        font-size: 2.4rem;
    }
    .right {
        padding-left: 0;
    }
    .cta {
        height: auto;
    }
    .price-sub, .price {
        text-align: center;
    }
    .section02 .flex {
        max-width: 100%;
        padding: 0 2rem;
    }
}

.cta-t1 {
    font-family: "Shippori Mincho", serif;
}
.cta-t2 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
}
.cta-label {
    max-width: 76.4rem;
    margin: auto;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    font-weight: bold;
    color: #4B4222;
    background: #ffeee1;
}
.ptxt2 {
    font-family: "helvetica";
}
.row-text {
    font-size: 1.5rem;
    margin-left: -1.2rem;
    margin-top: 1rem;
}
.section-title-logo {
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 8.5rem;
    position: absolute;
    color: #F2EDE9;
    right: -5rem;
    top: 2rem;
    transform: rotate(-16deg);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .section-title-logo {
        font-size: 4.4rem;
        right: -1rem;
        top: 4rem;
    }
    .cta-label {
        line-height: calc(34/20);
    }
    
    .row-text {
        font-size: 1.4rem;
    }
    .cta .btn {
        width: 100%;
    }
    .cta .price {
        position: relative;
        margin-bottom: -1rem;
        padding-top: 2rem;
        align-items: baseline;
    }
    .ptxt1 {
        position: absolute;
        left: 0;
        top: -6px;
        flex: 0 0 100%;
        font-size: 2.4rem;
        text-align: left;
        margin-top: 1.5rem;
        line-height: 1;
        margin-bottom: -1rem;
    }
    .ptxt2 {
        font-size: 6.1rem;        
        margin-left: 2rem;
    }
    .ptxt3 {
        font-size: 3.2rem;
    }
    .price-sub span {
        font-size: 1.6rem;
    }
}

.cta-cp {
    margin: 1rem auto;
    max-width: 76.4rem;
    font-weight: bold;
}
.cta-cp .t2 {
    font-size: 1.8em;
    display: flex;
    align-items: center;
    line-height: 1;
}
.cta-cp .t2 .big {
    font-family: "helvetica";
    font-size: 2.8em;
    line-height: 1;
    margin: 0 0 0 1rem;
}
.cta-cp .t2-inner {

}
.cta-cp .t3 {

    font-size: 1.5em;
    margin: 1em auto;
    color: #4B4222;
    background: #ffeee1;
}
.cta-cp .t1 {
    margin: 1rem auto;
    font-size: 1.8em;
    border: solid 2px;
    border-left: 0;
    border-right: 0;
    padding: 0.7rem;
}
.cta-cp  .row {
    display: flex;
            
}
.cta-cp .t4 {
    border: solid 1px;
    margin: 1.5rem auto;
    max-width: 35rem;
    padding: 0.1rem;
}
@media screen and (max-width: 768px) {
    .zei {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .cta-cp .t2-inner {
        text-align: left;
    }
.cta-cp  .t2 {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
}
.cta-cp  .t2 .big{
    font-size: 8.5rem;
    margin: 0;
}
.cta-cp  .t2,
.cta-cp  .row {
    position: relative;
    display: block;
}
}

.ptxt1 {
    font-size: 2rem;
}
.ptxt2 {
    font-size: 4rem;
}
.ptxt3 {
    font-size: 2.8rem;
}
.price {
    position: relative;
    justify-content: center;
}
.price:after {
    content: "";
    width: 68%;
    height: 5px;
    position: absolute;
    left: 8rem;
    right: 4rem;
    top: 45%;
    bottom: 50%;
    border-bottom: 2px solid;
}

@media screen and (max-width: 768px) {
    .price::after {
        content: "";
        width: 75%;
        height: 5px;
        position: absolute;
        left: 4.4rem;
        right: 4rem;
        top: 60%;
        bottom: 50%;
        border-bottom: 2px solid;
    }
}