@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    overflow-y: scroll;
    /*scroll-behavior: smooth;*/
    /*-webkit-overflow-scrolling: touch;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
    color: #231815
}

a:hover {
    cursor: pointer
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

:after, :before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /*scroll-behavior: smooth*/
}

body {
    
    font-family: "kozuka-gothic-pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.77;
    color: #222;
}

@media(max-width:768px) {
    body {
        font-size: 14px
    }
}

*:focus:not(:focus-visible) {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    color: #231815;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

address,
em,
i {
    font-style: normal;
    font-style: normal
}

button,
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-size: inherit;
    color: #231815;
    font-family: "Noto Sans JP", sans-serif
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

input:-ms-input-placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf
}

option {}

sup {
    position: relative;
    top: -0.7em;
    font-size: 70%
}

a[href^="tel:"].tel_disable {
    pointer-events: none;
    text-decoration: none
}

img[src$=".svg"] {
    width: 100%
}


.pc {display: block;}
.sp {display: none;}

@media(max-width:768px) {
.pc {display: none;}
.sp {display: block;}
}

@media screen and (max-width: 768px) {
    main {
        width: 100%;
        top: 10px;
    }
}

span.marker {
background: linear-gradient(transparent 60%, #ffd4ad 60%);
padding-bottom: 10px;
}

span.record {
    color:#e50013;
}

.section-connector {
    position:relative;
    width:100%;
    height:100px;
    background:#fff;
    overflow:visible; /* hiddenを削除 */
    z-index:10;
}



.connector-line{
    position:absolute;
    left:50%;

    top:-30px;  /* ←追加 */

    width:12px;
    height:240px; /* ←延長 */

    background:#e50013;

    transform:
        translateX(-50%)
        scaleY(0);

    transform-origin:top center;
}

.connector-flow .connector-line{
    top:0;
    height:220px;
}

.connector-sizes .connector-line{
    top:-100px;
    height:220px;
}


@media (max-width:768px){

    .section-connector {
        height:60px;
    }

    .connector-line {
    position:absolute;
    left:50%;
    top:0;

    width:12px;

    /* 140px + flowへ120px侵入 */
    height:120px;

    background:#e50013;

    transform:
        translateX(-50%)
        scaleY(0);

    transform-origin:top center;

    z-index:20;

    will-change:transform;
}

    .connector-line {
        width:8px;
    }

    .connector-flow .connector-line{
    top:0;
    height:120px;
}

.connector-sizes .connector-line{
    top:-60px;
    height:120px;
}

}



/* title */
#title {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0 50px;
}

#title .title_title h2 {
    width: 1366px;
    max-width: 96%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

#title .title_title .title_02 {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 20px 0 10px;
    text-align: center;
    color: #222;
    font-size: 0.90rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 2.0;
}

#title .title_burashi {
    width: 740px;
    max-width: 96%;
    margin: 0px auto 20px;
    padding: 0;
    text-align: center;
}

#title .title_table {
    width: 880px;
    max-width: 96%;
    margin: 80px auto 30px;
    padding: 0;
    text-align: center;
    border: solid 1px #e50013;
}

#title .title_table h4 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    background-color: #e50013;
    text-align: center;
    color: #fff;
    font-size: 1.66rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#title .title_table .title_service {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#title .title_table .title_service li {
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #222;
    font-size: 1.36rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#title .title_table .title_service span img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4px 10px 10px;
    text-align: left;
}

#title .title_anshin {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #222;
    font-size: 1.14rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 2.0;
}


@media(max-width:768px) {
#title {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0 30px;
}


#title .title_title {
    width: 98%;
    max-width: 98%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

#title .title_title .title_01 {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 0px 0 3px 5px;
    text-align: center;
    color: #222;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#title .title_title h2 {
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
    padding: 10px 0 10px;
    text-align: center;
}

#title .title_title .title_02 {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 0px 0 0px;
    text-align: center;
    color: #222;
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.8;
}

#title .title_burashi {
    width: 90%;
    max-width: 96%;
    margin: 0px auto 10px;
    padding: 0;
    text-align: center;
}

#title .title_table {
    width: 92%;
    max-width: 100%;
    margin: 30px auto 20px;
    padding: 0;
    text-align: center;
    border: solid 1px #e50013;
}

#title .title_table h4 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    background-color: #e50013;
    text-align: center;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

#title .title_table .title_service {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#title .title_table .title_service li {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 6px 0;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #222;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

#title .title_table .title_service span img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 4px 5px 0;
    text-align: left;
}

#title .title_anshin {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #222;
    font-size: 3.4vw;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.8;
}
}

/* flow */
#flow {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 160px 0 160px;
    background-color: #fff3e4;
}

#flow h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#flow .flow_img {
    width: 880px;
    max-width: 100%;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

#flow p.meiki {
    margin: auto;
    padding: 10px 40px 20px;
    font-weight: bold;
    text-align: center;
    font-size: 1.06rem;
    font-weight: 700;
    color: #222;
}

@media(max-width:768px) {
#flow {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 0 60px;
    background-color: #fff3e4;
}

#flow h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#flow .flow_img {
    width: 99%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

#flow p.meiki {
    margin: auto;
    padding: 0px 0px 20px;
    text-align: center;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.8;
    color: #222;
}
}


/* sizes */
#sizes {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 80px 0 100px;
}

#sizes h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 60px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#sizes .chrome {
    width: 880px;
    max-width: 100%;
    margin: auto;
    padding: 0px 0 40px;
    display: flex;
    justify-content: space-between;
}

#sizes .chrome li {
    width: 46%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
}

#sizes .shikan {
    width: 860px;
    max-width: 100%;
    border: solid 1px #e50013;
    border-radius: 20px;
    margin: auto;
    padding: 30px 40px;
    font-weight: bold;
}

#sizes h4 {
    width: 80%;
    max-width: 100%;
    margin: auto;
    padding: 20px 40px 10px;
    font-weight: bold;
}

#sizes .shikan .a_f {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#sizes .shikan .a_f li {
    width: 16%;
    max-width: 100%;
    margin: 0;
    padding: 0 2px;
}

#sizes .shikan .a_f li:nth-child(6) {
    width: 16.8%;
    max-width: 100%;
    margin: 0;
    padding: 0 0px;
}

#sizes .shikan p.cotion {
    width: 820px;
    max-width: 100%;
    color:  #e50013;
    text-align: right;
    font-size: 0.88rem;
    font-weight: bold;
}


@media(max-width:768px) {
#sizes {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 40px 0 60px;
}

#sizes h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 30px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#sizes .chrome {
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0 40px;
    display: block;
    justify-content: space-between;
}

#sizes .chrome li {
    width: 94%;
    max-width: 100%;
    margin: auto;
    padding: 20px 0 0;
}

#sizes .shikan {
    width: 90%;
    max-width: 100%;
    border: solid 1px #e50013;
    border-radius: 10px;
    margin: auto;
    padding: 20px 10px;
    font-weight: bold;
}

#sizes h4 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 10px 10px 0px;
    font-weight: bold;
}

#sizes .shikan .a_f {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#sizes .shikan .a_f li {
    width: 30%;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0 2px 0;
}

#sizes .shikan .a_f li:nth-child(4) {
    width: 30%;
    max-width: 100%;
    margin: 0;
    padding: 0 2px 0;
}

#sizes .shikan .a_f li:nth-child(5) {
    width: 30%;
    max-width: 100%;
    margin: 0;
    padding: 0 2px 0;
}

#sizes .shikan .a_f li:nth-child(6) {
    width: 32.4%;
    max-width: 100%;
    margin: 0;
    padding: 0 2px 0;
}

#sizes .shikan p.cotion {
    width: 100%;
    max-width: 100%;
    color:  #e50013;
    text-align: right;
    font-size: 2.8vw;
    font-weight: bold;
}
}




/* movie */
#movie {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 0 100px;
    background-color: #fff3e4;
}

#movie .movie_img {
    width: 720px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

@media(max-width:768px) {
#movie {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 0 30px;
    background-color: #fff3e4;
}

#movie .movie_img {
    width: 96%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

}


/* delivery */
#delivery {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 0 100px;
}

#delivery h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 60px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#delivery h3 span {
    margin: auto;
    padding: 0 4px 6px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

#delivery .oval-box01 {
    width: 720px;
    max-width: 96%;
    border: solid 1px #e50013;
    border-radius: 120px;
    margin: auto;
    padding: 30px 80px;
    font-weight: bold;
}

#delivery .oval-box01 p {
    font-size: 1.66rem;
    font-weight: bold;
    color: #222;
}

#delivery p.meiki {
    margin: auto;
    padding: 30px 20px 60px;
    font-weight: bold;
    text-align: center;
    font-size: 1.06rem;
    font-weight: 700;
    color: #222;
}

#delivery .oval-box02 {
    width: 720px;
    max-width: 96%;
    border: solid 1px #e50013;
    border-radius: 120px;
    margin: auto;
    padding: 20px 80px;
    font-weight: bold;
}

#delivery .oval-box02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

#delivery .oval-box02 p {
    font-size: 1.66rem;
    font-weight: bold;
    color: #222;
}

#delivery .oval-box02 .arrow {
    width: 60px;
    
}

@media(max-width:768px) {
#delivery {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 60px 0 60px;
}

#delivery h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 30px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#delivery h3 span {
    margin: auto;
    padding: 0 4px 6px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
}

#delivery .oval-box01 {
    width: 94%;
    max-width: 100%;
    border: solid 1px #e50013;
    border-radius: 120px;
    margin: auto;
    padding: 20px 40px;
    font-weight: bold;
}

#delivery .oval-box01 p {
    font-size: 3.48vw;
    font-weight: bold;
    color: #222;
}

    #delivery p.meiki {
    margin: auto;
    padding: 20px 10px 60px;
    font-weight: bold;
    text-align: center;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.8;
    color: #222;
}

    #delivery .oval-box02 {
    width: 94%;
    max-width: 100%;
    border: solid 1px #e50013;
    border-radius: 120px;
    margin: auto;
    padding: 16px 40px;
    font-weight: bold;
}

    #delivery .oval-box02 p {
    font-size: 3.64vw;
    font-weight: bold;
    color: #222;
}
    #delivery .oval-box02 .arrow {
    width: 14%;
    
}
}


/* faq */
#faq {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 100px 0 100px;
    background-color: #fff3e4;
    color: #222;
}

#faq h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 60px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#faq h3 span {
    margin: auto;
    padding: 0 4px 6px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

#faq dl {
    width: 960px;
    max-width: 96%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    border-top: 3px dotted #a0a0a0;
}

#faq dl dt {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 40px 5px;
    text-align: left;
    font-size: 1.06rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.1rem;
}

#faq dl dd {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 5px 40px 30px;
    border-bottom: 3px dotted #a0a0a0;
    text-align: left;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.1rem;
}

@media(max-width:768px) {
#faq {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 60px 0 60px;
    background-color: #fff3e4;
    color: #222;
}

#faq h3 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 30px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

#faq h3 span {
    margin: auto;
    padding: 0 4px 6px;
    text-align: center;
    font-size: 5.4vw;
    font-weight: 700;
}

#faq dl {
    width: 90%;
    max-width: 90%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    border-top: 3px dotted #a0a0a0;
}

#faq dl dt {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 20px 5px;
    text-align: left;
    font-size: 3.4vw;
    font-weight: 700;
    color: #222;
    letter-spacing: 0.1rem;
}

#faq dl dd {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 5px 20px 30px;
    border-bottom: 3px dotted #a0a0a0;
    text-align: left;
    font-size: 3.0vw;
    color: #222;
    letter-spacing: 0.1rem;
}
}


.fadein {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.fadein.show {
    opacity: 1;
    transform: translateY(0);
}