@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, .wrap {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}










a {
    text-decoration: none;
}

a.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

p {
    line-height: 2;
}

.wrap {
    padding-top: 40px;
}

html,body {
}

body {
    color: #403953;
    font-family: YakuHanJP_Noto, "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    position: relative;
    overflow-x: hidden;
    background-size: contain;
}

section {
    position: relative;
}

header {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo img {
    width: 60px;
}

.tel_head {
    display: none;
}

.tel_icon {
    background-color: #321388;
    width: 21px;
    height: 20px;
    margin-right: 0.2em;
    border-radius: 50%;
}

#mainimg {
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}
.mainimg {
    background: url("img/mainimg_sp.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: calc(1200 / 750 * 100%);
    position: relative;
    z-index: 1;
}
.mainimg .mainimg_btn {
    width: 80%;
    max-width: 460px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.btn_main {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 100px;
}
.tel_main {
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    width: 100%;
    padding: 5px 0;
    letter-spacing: .03rem;
    font-feature-settings: "palt";
    display: block;
    text-align: center;
    border: 2px solid #321388;
}
.tel_main > p {
    color: #888;
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1;
}

.btn {
    background: #00C5C5;
    color: #fff;
    font-size: 140%;
    font-weight: 700;
    width: 100%;
    height: 100%;
    margin: 0 auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
    border-radius: 100px;
}

.btn_main:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    transition:0.1s;
}

.btn_head {
    width: 180px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .05rem;
    font-feature-settings: "palt";
    position: relative;
    overflow: hidden;
}
.btn_head a {
    background-color: #00C5C5;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05rem;
    overflow: hidden;
}
.btn_head:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: none;
    transition:0.1s;
}
.btn_head a:active,
.btn:active {
    background-color: #f9496a;
}

.att {
    color: #888;
    font-size: 10px;
    font-weight: 400;
    text-align: right;
    padding: 0 10px;
}
.att02 {
    font-size: 80%;
}

#btn_sp {
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 99;
    filter: drop-shadow(1px 0px 5px rgba(0,0,0,0.2));
}

.tel_sp,
.register {
    width: 50%;
    height: 100%;
}
.tel_sp > a {
    color: inherit;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #321388;
}
.tel_sp > a img {
    width: 15px;
    height: 15px;
    margin-right: 0.3rem;
}
.tel_sp > a > p {
    color: #aaa;
    font-size: 8px;
    font-weight: 400;
    margin-top: 0.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1;
}

.register > a {
    color: #fff;
    font-size: 12px;
    background-color: #321388;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    margin: 0 auto;
    padding: 40px 15px 0;
}
.bg_img > .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}
#category .inner {
    padding: 0;
}
#faq > .inner {
    padding-left: 0;
    padding-right: 0;
}

.bg_purple {
    background-color: #EEF1FF;
    margin-top: 40px;
    padding-bottom: 40px;
}
#feature.bg_purple {
    padding-bottom: 0;
}

.ani_reflection {
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    pointer-events: none;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

footer {
    color: #fff;
    background-color: #666;
    font-size: 10px;
    margin-top: 40px;
    padding: 10px 0 70px;
    text-align: center;
    letter-spacing: .05rem;
}

.btn_area {
    width: 80%;
    max-width: 460px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.ttl02,
.ttl03 {
    color: #321388;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}
.ttl04 {
    color: #321388;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.box_txt {
    padding: 40px;
    position: relative;
}
.box_img > img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.num {
    color: #321388;
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
    border-bottom: 3px solid #321388;
    position: absolute;
    top: 5px;
    left: 5px;
}

.mb20 {
    margin-bottom: 20px;
}
.center {
    text-align: center;
}
.btn_center {
    margin: 10px auto 0;
}
.fs200 {
    font-size: 200%;
}

.logo_list {
    padding: 40px 40px 0;
}

.limited {
    width: fit-content;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
    line-height: 1.5;
}
.limited:before, .limited:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    background-color: #423111;
    width: 40px;
    height: 2px;
}
.limited:before {
    left: -40px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.limited:after {
    right: -40px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.tabs {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    position: relative;
    border-bottom: 3px solid #321388;
    margin: 0 auto;
    padding: 0 15px;
}
.tab {
    color: #888;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    background: #DDDDDD;
    border: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    z-index: 10;
}
.tab.active {
    background-color: #321388;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    margin: auto;
}
.tab-content ul {
}
.tab-content ul li {
    line-height: 1.5;
}
.tab-content .ttl {
    color: #321388;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.5;
    display: block;
    text-align: center;
}
.tab_inner {
    margin: 0 auto;
    padding: 20px 0 0;
}
.tab_area {
    margin: 20px 0 0;
}

.problem {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.problem li {
    color: #888;
    width: 30%;
}
.problem > li > img {
    width: 90%;
    margin: 0 auto 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    display: block;
}

.solution {
    background: url(img/bg.jpg) no-repeat center center;
    background-size: cover;
    margin: 40px 0 0;
    padding: 40px 15px;
}
.solution_list {
    margin-top: 40px;
}
.solution_list > li {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.solution_list > li > img {
    width: 30%;
    aspect-ratio: 1;
    border-radius: 50%;
}
.solution_list > li > p > .ttl {
    display: block;
    text-align: left;
}
.solution_list > li > p {
    width: 70%;
    padding: 0 0 0 10px;
    line-height: 1.5;
}

.chosen {
}
.chosen > li {
    background: url(img/icon_check.svg) no-repeat left center;
    background-size: 40px;
    background-color: #fff;
    padding: 15px 15px 15px 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    line-height: 1.5;
}
.chosen > li:not(:first-of-type) {
    margin-top: 10px;
}

.cp_area {
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
}
.cp_area > img {
    width: 100%;
    max-width: 960px;
    border: 1px solid #B5C2FF;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: content-box;
}
.cp_area > p {
    color: #888;
    font-size: 10px;
    margin-top: 10px;
    text-align: right;
    line-height: 1.5;
}

.scroll-box {
    margin: 0 0 20px 0;
    padding: 0 0 20px;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.case {
    width: 680px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.flow {
}
.flow > li {
    font-size: 1.25em;
    font-weight: 700;
    background-color: #EEF1FF;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.flow > li:not(:first-of-type) {
    margin-top: 20px;
}
.flow > li > img {
    background-color: #fff;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.flow > li::after {
    content: "";
    display: inline-block;
    border: solid #CCC;
    border-width: 0 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg);
    margin-top: -18px;
    margin-left: -5px;
    position: absolute;
    top: 0;
    left: 50%;
}
.flow > li:first-of-type::after {
    display: none;
}

.accordion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.accordion-item {
}
.accordion-item:not(:first-of-type) {
    margin-top: 10px;
}
.accordion-title {
    background-color: #fff;
    cursor: pointer;
    padding: 15px 60px 15px 20px;
    position: relative;
    line-height: 1.75;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.accordion-title::before {
    content: "Q";
    color: #01C4C3;
    font-size: 2em;
    font-weight: bold;
    padding-right: 1rem;
}
.accordion-content {
    display: none;
    padding: 16px 20px;
    position: relative;
}
.accordion-content > p {
    display: flex;
    align-items: center;
    line-height: 1.75;
}
.accordion-content > p::before {
    content: "A";
    color: #321388;
    font-size: 2em;
    font-weight: bold;
    padding-right: 1rem;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
}
/* 矢印 */
.accordion-title::after {
    border-right: solid 2px #321388;
    border-top: solid 2px #321388;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(135deg);
    transition: transform .05s ease-in-out, top .05s ease-in-out;
}
.accordion-title.open::after {
    margin-top: -7px;
    top: 50%;
    transform: rotate(-45deg);
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}
.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #321388;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.arrow-up {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #321388;
    border-top: 2px solid #321388;
    transform: rotate(45deg);
    margin-top: 2px;
}

.img_pc,
.img_ks {
    display: none;
}

.sub {
    font-size: 120%;
    padding: 0 3px;
}













/*pc*/
@media screen and (min-width: 600px) {

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

html {
    overflow: auto;
}

body {
    font-size: 16px;
    width: 100%;
    min-width: 1280px;
}

header {
/*    background: #666;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);*/
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    z-index: 99;
}

.fixed {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    width: 20%;
}
.logo img {
    width: 200px;
}

.navi_area {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tel_head {
    font-size: 24px;
    font-weight: 700;
    background-color: #fff;
    width: 260px;
    height: 60px;
    margin-right: 1rem;
    padding-top: 10px;
    border-radius: 50px;
    letter-spacing: .03rem;
    font-feature-settings: "palt";
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}
.tel_head > p {
    color: #888;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1;
}

#mainimg {
    height: 640px;
    margin-top: -80px;
}
.mainimg {
    background: url("img/mainimg.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
}
.mainimg .mainimg_btn {
    padding-bottom: 40px;
}
.mainimg .mainimg_btn .btn_main {
    height: 80px;
}

.cta_area {
    flex-direction: row;
}
.tel_main,
.btn_main {
}
.btn_main {
    height: 100px;
}
.tel_main {
    font-size: 30px;
    padding: 25px 0 0;
}
.tel_main > p {
    font-size: 12px;
}

.btn {
    font-size: 32px;
}

.btn_main_area {
    width: 100%;
    margin: 0 auto;
}

.btn_head {
    width: 260px;
    height: 60px;
    letter-spacing: .1rem;
}
.btn_head a {
    font-size: 18px;
}

.att {
}

#btn_sp {
    display: none;
}

section {
}

.btn_tel a {
    padding: 2rem;
    cursor: default;
}

.btn_mail {
    padding: 2rem;
}

.btn_mail a {
    font-size: 20px;
    width: 300px;
}

.inner {
    max-width: 960px;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
}
.bg_img > .inner {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
#category .inner {
    max-width: none;
}

.wrap {
    padding-top: 100px;
}

.bg_purple {
    margin-top: 100px;
    padding-bottom: 100px;
}

.ks {
    display: block;
    position: absolute;
    left: 100px;
    top: -50px;
}

footer {
    margin-top: 60px;
    padding: 1rem 0;
}

.ttl02,
.ttl03 {
    font-size: 2em;
}
.ttl02 {
    margin-bottom: 40px;
    text-align: left;
}
.ttl03 {
    margin-bottom: 40px;
}
.ttl04 {
    font-size: 2.5em;
    text-align: left;
}

.btn_area {
    position: relative;
    padding: 60px 0 0;
}

.flex_area {
    display: flex;
    align-items: center;
}
.flex_area:nth-of-type(even) {
    flex-direction: row-reverse;
}
.box_txt,
.box_img {
    width: 50%;
}
.box_img > img {
    height: auto;
}
.box_txt {
    padding: 0 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.box_txt > p {
    font-size: 18px;
}

.limited {
    margin-bottom: 15px;
}

.tab {
    font-size: 1.5em;
    padding: 20px 0;
}
.tabs::after {
    content: "";
    display: block;
    background: #FFFFFF;
    background: linear-gradient(90deg,rgba(50, 19, 136, 0) 0%, rgba(50, 19, 136, 1) 10%, rgba(50, 19, 136, 1) 90%, rgba(50, 19, 136, 0) 100%);    width: 120%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tab_inner {
    padding-top: 40px;
}
.tab-content .ttl {
    font-size: 2em;
    margin-bottom: 40px;
}

.problem {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.problem li {
    font-size: 1.25em;
    margin-top: 0 !important;
    display: block;
    text-align: center;
}
.problem > li > img {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
}

.solution {
    margin: 60px 0 0;
    padding: 60px 0;
}
.solution_list {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.solution_list > li {
    width: 280px;
    margin-top: 0;
    display: block;
}
.solution_list > li > img {
    width: 100%;
}
.solution_list > li > p {
    width: 100%;
    padding: 20px 0 0;
    line-height: 1.75;
}
.solution_list > li > p > .ttl {
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.chosen {
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 60px;
}
.chosen > li {
    font-size: 1.25em;
    background-image: none;
    width: 280px;
    padding: 60px 40px 40px;
    border-radius: 20px;
    line-height: 1.75;
    position: relative;
}
.chosen > li::before {
    content: "";
    display: block;
    background: url(img/icon_check.svg) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 68px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.chosen > li:not(:first-of-type) {
    margin-top: 0;
}

.num {
    font-size: 2em;
    font-weight: 900;
    width: fit-content;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}

.cp_area {
    margin-top: 40px;
    padding: 0;
}

.case {
    width: 960px;
    margin-top: 40px;
    gap: 0;
}
.case > li {
    width: 300px;
}

.scroll-box {
    margin: 0;
    padding: 0;
}

.flow {
    display: flex;
    justify-content: space-between;
    counter-reset: num;
    list-style: none;
}
.flow > li {
    width: 200px;
    height: auto;
    padding: 40px 0 30px;
    border-radius: 20px;
    display: block;
}
.flow > li:not(:first-of-type) {
    margin-top: 0;
}
.flow > li > img {
    background-color: #fff;
    width: 100px;
    margin: 0 auto 20px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.flow > li::after {
    content: "";
    display: inline-block;
    border: solid #CCC;
    border-width: 0 6px 6px 0;
    padding: 8px;
    transform: rotate(-45deg);
    margin-top: -12px;
    margin-left: -42px;
    top: 50%;
    left: 0;
}
.flow > li::before {
    counter-increment: num;
    content: "STEP0" counter(num);
    color: #321388;
    font-size: 80%;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #321388;
    width: 100px;
    padding: 5px 0;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.accordion-title {
    font-size: 110%;
    padding: 10px 60px 10px 20px;
}
.accordion-title::after {
    right: 40px;
}
.accordion-item:not(:first-of-type) {
    margin-top: 20px;
}

.tabs {
    padding: 0;
}

.back-to-top {
    bottom: 30px;
    right: 30px;
}

.img_pc,
.img_ks {
    display: block;
    position: absolute;
    right: 0;
}
.img_pc {
    top: -60px;
}
.img_ks {
    top: 60px;
}

.sub {
    padding: 0 5px;
}
.btn_head .sub {
    padding: 0 3px;
}

}










/*wide pc*/
@media screen and (min-width: 1001px) {

header {
    padding: 0 1rem;
}

p {
    line-height: 2.15;
}

}


@media screen and (min-width: 1281px) {
.inner {
}
#category .inner {
    margin-top: 40px;
    padding-top: 0;
}

}