html,
body {
    font-size: 16px; 
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}

* { box-sizing: border-box; }

.btn_wrap .btn { padding: 0 2rem; font-size: 1rem; height: 55px; line-height: 54px; display: block; box-sizing: border-box; }

.center_all { width: 100%; padding: 100% 0 0; margin: 0; position: relative; overflow: hidden; }
.center_all img { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 101%; height: auto; position: absolute; transition: 0.5s; z-index: 0; }
a:hover .center_all img { width: 105%; }

.txt { line-height: 180%; font-size: 1rem; }

.font-manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* -------------------------------------------- effects */

.hover-fade { transition: 0.5s; }
.hover-fade:hover { opacity: 0.7; }

/* -------------------------------------------- bg-colors */

.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-yellow { background-color: #F9BF3E; }
.bg-yellow2 { background-color: #FFD400; }
.bg-offwhite { background-color: #EFEDE6; }
.bg-gray { background-color: #D8D5D0; }
.bg-red { background-color: #FF664D; }
.bg-pink { background-color: #FF5745; }
.bg-green { background-color: #4BAD4B; color: #fff; }
.bg-blue { background-color: #555577; }
.bg-blue2 { background-color: #8DA0E2; }
.bg-blue3 { background-color: #7589D3; }
.bg-blue4 { background-color: #536ABC; }
.bg-blue5 { background-color: #445AAA; }

.bg-pattern { position: relative; }
.bg-pattern::before { content: ''; display: block; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; position: absolute;
    background: url(../img/common/bg-pattern.png) repeat center center;
}
.bg-pattern * { z-index: 1; position: inherit; }

@keyframes marquee_animation {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes marquee_animation_vertical {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

.fx-d-rr { flex-direction: row-reverse; }

/* -------------------------------------------- colors */

.color-red { color: #D81C16; }

/* --------------------- font-size  */

.fs-20 { font-size: 1.25rem; }
.fs-24 { font-size: 1.5rem; }
.fs-28 { font-size: 1.75rem; }
.fs-30 { font-size: 1.875rem; }
.fs-32 { font-size: 2rem; }
.fs-36 { font-size: 2.25rem; }
.fs-38 { font-size: 2.375rem; }
.fs-40 { font-size: 2.5rem; }
.fs-50 { font-size: 3.125rem; }
.fs-60 { font-size: 3.75rem; }
.fs-66 { font-size: 4.125rem; }
.fs-106 { font-size: 6.5rem; }

/* -------------------------------------------- inner */

.inner { margin: auto; width: 94%; max-width: 1200px; }
.max900 { max-width: 900px; }
.max1000 { max-width: 1000px; }
.max1100 { max-width: 1100px; }
.max1300 { max-width: 1300px; }
.max1400 { max-width: 1400px; }

/* -------------------------------------------- header */

header { box-sizing: border-box; border-bottom: 2px solid #000; width: 100%; position: fixed !important; top: 0; left: 0; z-index: 10; }
header * { position: relative !important; }
.header-logo { padding: 1rem; display: block; width: 340px; } 
.header-btns { font-size: 1rem; }
.header-btns a { padding: 0 1rem; color: #fff; min-width: 200px; box-sizing: border-box; }
.header-btns a .icon { width: 1.75rem; }
.header-btns a span { display: block; padding-left: 0.5rem; line-height: 130%; }

.hl-wrap .hl { position: relative; display: inline-block; padding: 0 0.25rem; line-height: 130%; z-index: 1; }
.hl-wrap .hl::after { display: block; content: ''; position: absolute; height: 0.5rem; width: 100%; background-color: #FFEC00; bottom: 0; left: 0; z-index: -1; }
.hl-wrap .hl-gray::after { background-color: #f4f4f4; } 

.wbox { background-color: #fff; border-radius: 1rem; border: 2px solid #000; }

.bubble { background-color: #000; display: inline-block; color: #fff; border-radius: 50px; height: 50px; line-height: 50px; padding: 0 2rem; font-weight: 600; }
.bubble::after { width: 20px; height: 12px; left: 0; right: 0; margin: auto; background: url(../img/common/arw-down.png) no-repeat bottom center; background-size: auto 100%; }

.uline-dash span { display: inline-block; padding: 0.25rem 0;
    background: url(../img/common/line.png) repeat-x left bottom;
    background-size: 0.5rem auto;
}

main { padding-top: 76px; }

/* ------------------------------------------------------- footer */

footer { padding: 4rem 0 2rem; font-family: sans-serif; color: #fff; }
footer .logo { width: 300px; }
footer ul { padding: 2rem 0 0; gap: 2rem; }
footer ul li a { display: block; color: #fff; }
footer ul li a:hover { text-decoration: underline; }
footer .sns { gap: 1rem; }
footer .sns a { display: block; width: 32px; }
footer .copyright { padding: 1rem 0 0; font-size: 12px; }
footer .copyright a { color: #fff; text-decoration: underline; }

/* -------------------------------------------- footer */

@media screen and (min-width: 767px) {
    .pc-none { display: none; }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* -------------------------------------------- tablet */

@media screen and (max-width: 1100px) {

    .fs-20 { font-size: 1.125rem; }
    .fs-24 { font-size: 1.25rem; }
    .fs-28 { font-size: 1.5rem; }
    .fs-30 { font-size: 1.675rem; }
    .fs-32 { font-size: 1.75rem; }
    .fs-36 { font-size: 2rem; }
    .fs-40 { font-size: 2.25rem; }
    .fs-50 { font-size: 2.75rem; }
    .fs-60 { font-size: 3rem; }
    .fs-66 { font-size: 3.5rem; }
    .fs-106 { font-size: 5rem; }

    .header-logo { width: 280px; }
    .header-btns a { min-width: 200px; }

    main { padding-top: 68px; }

    .hl-wrap .hl::after { height: 0.375rem; }

    footer { padding: 2rem 0; } 
    footer .logo { margin: auto; }
    footer ul.flex { justify-content: center; }
    footer .col { width: 100%; }
    footer .sns { padding: 2rem 0 0.5rem; width: 100%; justify-content: center; }
    footer .copyright { text-align: center; }
}

/* -------------------------------------------- sp */

@media screen and (max-width: 767px) {

    .sp-block { display: block; }    
    .sp-none { display: none; }
    html,
    body { font-size: 14px; }

    .fs-24 { font-size: 1rem; }
    .fs-28 { font-size: 1.25rem; }
    .fs-30 { font-size: 1.5rem; }
    .fs-32 { font-size: 1.375rem; }
    .fs-36 { font-size: 1.75rem; }
    .fs-38 { font-size: 1.875rem; }
    .fs-40 { font-size: 2rem; }
    .fs-50 { font-size: 2.25rem; }
    .fs-60 { font-size: 2.75rem; }
    .fs-66 { font-size: 3rem; }

    .inner { width: 88%; }

    .header-logo { width: 240px; padding: 0.75rem; }
    .header-btns { position: fixed !important; bottom: 0; left: 0; width: 100%; background-color: #fff; }
    .header-btns a { min-width: 0; font-size: 12px; width: 50%; padding: 0.75rem 1rem; display: flex; justify-content: center; }
    .header-btns a .icon { width: 26px; }
    .header-btns a span { padding-left: 0.5rem; font-size: 15px; font-weight: 600; }

    main { padding-top: 53px; }

    .bubble { height: 30px; line-height: 30px; }
    .bubble::after { width: 16px; height: 8px; }

    footer { padding-bottom: 80px; }
    footer ul { display: block !important; }
    footer ul li { width: 100%; text-align: center; padding: 8px 0; }
}