/* A Modern CSS Reset */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

img:not([alt]) {
    filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.6rem;
}

.wrapper {
    max-width: 1070px;
    width: 95%;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
    outline: none;
}

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

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

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .wrapper {
        max-width: 1070px;
        width: 96%;
        margin: 0 auto;
    }

    .fl-column-ml {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fl-column-re-ml {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/*------ animation ---------------------------*/

.ani {
    transition: all 0.6s ease;
}

.ani-unvisi {
    opacity: 0;
}

.ani.visible {
    opacity: 1;
    transform: none;
}

.ani--lr {
    transform: translate(-100px, 0);
}

.ani--rl {
    transform: translate(100px, 0);
}

.ani--up {
    transform: translate(0, 100px);
}

.ani--down {
    transform: translate(0, -100px);
}

.cover {
    position: relative;
    overflow: hidden;
}

.cover::before {
    position: absolute;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
}

.cover-bl::before {
    background-color: #000;
}

.cover-whi::before {
    background-color: #fff;
}

.cover.visible::before {
    transition: all 0.4s ease-in-out;
    -webkit-animation: cover-b 1s forwards;
    animation: cover-b 1s forwards;
}

@keyframes cover-b {
    0% {
        opacity: 1;
    }

    30% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(105%);
    }
}

    .sp-ani-udrl--none {
            transform: translate(0, 0);
    }

    .sp-ani-slow{
        transition: all 2s ease-out;
    }


/*====================================================================================
  header
====================================================================================*/

header {
    /* position: fixed; */
    background: #000000;
    width: 100%;
    z-index: 999;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    -webkit-text-size-adjust: none;
}

.header-wrapper {
    max-width: 1040px;
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
    align-items: center;
}

.header-wrapper img {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.header-logo {
    margin-right: 20px;
}

.header-menu {
    width: 70%;
}

.nav {
    width: 100%;
    height: 100%;
}


.nav ul li {
    position: relative;
    text-align: center;
    width: 82%;
}

.nav ul li a,
.nav .main-nav-item {
    display: block;
    font-size: 1.6rem;
    padding: 20px 0 20px;
    width: 100%;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    cursor: pointer;
}

.nav ul li a,
.nav .main-nav-item2 {
    display: block;
    font-size: 1.6rem;
    padding: 20px 0 20px;
    width: 100%;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    cursor: pointer;
}

/* 
.nav ul li a, .nav .main-nav-item:hover  {
  background-color: #333333;
} */

.nav ul .sub-menu {
    position: absolute;
    top: 54px;
    left: 0;
    width: 300px;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu li {
    margin: 0;
    width: 100%;
    text-align: left;
}

.nav ul .is-h-hover {
    background: #333333;
}

.nav ul li.is-h-hover .sub-menu {
    max-height: 1000px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu li:nth-child(4n) {
    margin-right: 1%;
}

.nav ul .sub-menu li a,
.nav ul .sub-menu li div {
    background: #666666;
    color: #fff;
    padding: 16px 20px;
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 1.8rem;
    cursor: pointer;
}

.nav ul .sub-menu li a:hover,
.nav ul .sub-menu li div:hover {
    color: #fff;
    background-color: #919090;
}

.nav ul .sub-menu > li > a,
.nav ul .sub-menu > li > div {
    position: relative;
}

.nav ul .sub-menu > li > a::after,
.nav ul .sub-menu > li > div::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 18px;
    background: url(img/arrow03.png) no-repeat center center / 12px 12px;
    transition: all 0.3s ease;
}

.nav ul .sub-menu > li > a.is-sub-open::after,
.nav ul .sub-menu > li > div.is-sub-open::after {
    transform: rotate(90deg);
}

.nav ul .sub-menu li span {
    width: 30px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
}

.nav ul .sub-menu li span img {
    width: 100%;
    max-width: initial;
    margin: 0
}

.nav ul .sub-sub-menu li a {
    background: #4D4D4D;
}

.h-sns-icon {
    margin: auto 0 auto 12px;
}

.h-sns-icon a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.shopping-cart a {
    display: inline-block;
    padding: 5px;
    margin-left: 50px;
    width: 30px;
    height: 30px;
}

.shopping-cart a img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .nav ul li a,
    .nav .main-nav-item {
        font-size: 1.4rem;
    }

    .nav ul li a,
    .nav .main-nav-item2 {
        font-size: 1.4rem;
    }

    .nav ul .sub-menu li a,
    .nav ul .sub-menu li div {
        font-size: 1.6rem;
    }

    .h-sns-wrap {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header #top img {
        display: inline;
    }

    .header-wrapper {
        height: 52px;
    }

    .header-logo {
        width: 100%;
        margin: 0 0 0 20px;
    }

    .header-logo h1 {
        width: 170px;
        margin: 0 auto;
    }

    .header-logo a {
        display: inline-block;
        width: 100%;
    }

    .header-logo img {
        width: 100%;
    }

    .burger {
        position: absolute;
        top: 14px;
        left: 18px;
        display: block;
        width: 30px;
        height: 30px;
    }


    .burger span {
        position: absolute;
        display: block;
        height: 3px;
        background: #ffffff;
        width: 30px;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .burger span:nth-child(1) {
        top: 0px;
    }

    .burger span:nth-child(2) {
        top: 12px;
    }

    .burger span:nth-child(3) {
        top: 24px;
    }

    .burger.is-open-menu span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .burger.is-open-menu span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .burger.is-open-menu span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .header-menu {
        position: fixed;
        width: 100%;
        height: 0;
        left: 0;
        top: 52px;
    }

    .header-menu.is-open-menu .nav {
        background: rgba(0, 0, 0, 0.5);
    }

    .shopping-cart a {
        margin: 0;
    }

    .has-sub {
        background: #929292;
    }

    .main-nav {
        display: none;
        justify-content: start;
        width: 92%;
        height: 100%;
        background: #929292;
    }

    .nav ul li {
        text-align: left;
        width: 100%;
    }

    .nav ul li a,
    .nav .main-nav-item {
        font-size: 1.6rem;
        padding: 20px
    }

    .nav ul li a,
    .nav .main-nav-item2 {
        font-size: 1.6rem;
        padding: 20px
    }

    .main-nav-item {
        display: block;
        font-size: 1.6rem;
        padding: 20px;
        color: #fff;
        font-weight: bold;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: relative;
        cursor: pointer;
    }

    .main-nav-item2 {
        display: block;
        font-size: 1.6rem;
        padding: 20px;
        color: #fff;
        font-weight: bold;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: relative;
        cursor: pointer;
    }

    .main-nav-item::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        right: 10px;
        top: 18px;
        background: url(img/arrow03.png) no-repeat center center / 12px 12px;
        transition: all 0.3s ease;
    }

    .main-nav-item2::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        right: 10px;
        top: 18px;
        background: url(img/arrow03.png) no-repeat center center / 12px 12px;
        transition: all 0.3s ease;
    }

    .main-nav-item.is-sub-open:after {
        transform: rotate(90deg);
    }

    .nav ul .sub-menu {
        position: initial;
        width: auto;
        max-height: initial;
    }

    .nav ul li.is-h-hover .sub-menu {
        max-height: 0;
    }

}


/*====================================================================================
  main
====================================================================================*/

#main {
    padding-top: 50px;
}

/*------ slider ---------------------------*/

#main .swiper-wrapper .slide-1 {
    background: url(img/main1.png) no-repeat center center/ 90%;
}

#main .swiper-wrapper .slide-2 {
    background: url(img/main2.png) no-repeat center center/ 90%;
}

#main .swiper-wrapper .slide-3 {
    background: url(img/main3.png) no-repeat center center/ 90%;
}

#main .swiper-wrapper .slide-4 {
    background: url(img/main4.png) no-repeat center center/ 90%;
}

#main .swiper-wrapper .slide-5 {
    background: url(img/main5.png) no-repeat center center/ 90%;
}

.swiper-inner {
    position: relative;
    max-width: 998px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#main .swiper-wrapper {
    max-width: 1070px;
    width: 98%;
}

@media screen and (max-width: 768px) {
    #main .swiper-wrapper .slide-1 {
        background: url(img/main-sp1.png) #fbfbfb no-repeat center center/ contain;
    }

    #main .swiper-wrapper .slide-2 {
        background: url(img/main-sp2.png) #fbfbfb no-repeat center center/ contain;
    }

    #main .swiper-wrapper .slide-3 {
        background: url(img/main-sp3.png) #fbfbfb no-repeat center center/ contain;
    }

    #main .swiper-wrapper .slide-4 {
        background: url(img/main-sp4.png) #fbfbfb no-repeat center center/ contain;
    }

    #main .swiper-wrapper .slide-5 {
        background: url(img/main-sp5.png) #fbfbfb no-repeat center center/ contain;
    }
    
    .header-menu.is-open-menu {
        height: 100%;
    }
}

/*--------------------------------*/

.top-two-column {
    margin-bottom: 10px;
}

.top-two-column a {
    width: calc(50% - 5px);
    position: relative;
}

.top-three-column a {
    width: calc(33.3333% - 6px);
    position: relative;
}

.top-two-column a img,
.top-three-column a img {
    width: 100%;
}

.top-two-column .left .text-box {
    width: 100%;
    position: absolute;
    top: 14%;
    text-align: center;
}

.top-two-column .right .text-box {
    width: 100%;
    position: absolute;
    top: 18.5%;
    text-align: center;
}

.top-two-column .title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.top-three-column {
    margin-bottom: 43px;
}

.top-three-column .text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 24px 27px 24px 12px;
}

.top-three-column .text-box .text {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.detail-link {
    color: #009fc9;
    position: relative;
    padding-top: 3px;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 14px;
}

.detail-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: 4px;
    width: 8px;
    height: 8px;
    border: 7px solid transparent;
    border-left: 12px solid #009fc9;
}

.top-three-column .detail-link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    margin-left: 3px;
    width: 8px;
    height: 8px;
    border: none;
    border-top: 2px solid #009fc9;
    border-right: 2px solid #009fc9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-two-column a:hover,
.top-three-column a:hover {
    opacity: 0.8;
}

a:hover .detail-link span {
    border-bottom: 1px solid #009fc9;
    padding-bottom: 0;
}

.top-about a {
    background: url(./img/image6.png) fixed repeat-y center center;
    margin-bottom: 10px;
    display: block;
    background-color: #000;
}

.top-about a:hover {
    opacity: 0.8;
}

.top-about .text-box {
    text-align: center;
    padding: 115px 0 75px;
}

.top-about .text-box .about-title {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 20px;
}

.top-news {
    background-color: #707070;
    color: #fff;
}

.top-news .title {
    font-size: 24px;
    text-align: center;
    padding: 38px 0;
}

.news-items-box {
    padding-bottom: 44px;
}

.top-news .wrapper {
    text-align: center;
}

.top-news li {
    border-top: 1px solid #fff;
    padding: 23px 0;
    font-size: 14px;
}

.top-news .news-items-box li:last-child {
    border-bottom: 1px solid #fff;
}

body .top-news a {
    color: #fff;
}

.top-news a .text:hover {
    text-decoration: underline;
}

.top-news .news-item .date {
    margin-right: 8px;
    line-height: 20px;
}

.top-news .news-item .date a:hover {
    text-decoration: none;
}


.top-news .news-item .text {
    text-align: left;
    line-height: 20px;
}

.accordion-button {
    position: relative;
    display: inline-block;
    margin: 28px 0 24px;
    padding-bottom: 28px;
    cursor: pointer;
}

.accordion-button::after {
    content: "";
    position: absolute;
    background: url(./img/arrow-down.png) no-repeat center center/ contain;
    width: 38px;
    height: 16px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.top-news .news-items-box.accordion-list {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    border: none;
}

#menu_bar:checked ~ .accordion-list {
    padding-bottom: 24px;
}

#menu_bar:checked ~ .accordion-list li {
    height: 60px;
    opacity: 1;
    border-top: 1px solid #fff;
}

.top-news .news-items-box.accordion-list li:last-child {
    margin-bottom: 2em;
}

@media screen and (max-width: 1070px) {
    .top-three-column .text-box .text {
        font-size: 18px;
    }

    .top-three-column .text {
        margin-bottom: 6px;
    }

    .top-three-column .text-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

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

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 15px;
    }

    .top-two-column .title {
        font-size: 18px;
    }

    .top-three-column .text-box .text {
        font-size: 16px;
    }

    #main {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 600px) {
    #main {
        padding-top: 10px;
    }

    .top-two-column a,
    .top-three-column a {
        width: 100%;
    }

    .top-three-column .text-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .top-about .text-box .about-title {
        font-size: 30px;
    }

    .top-three-column a {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .top-about .text-box .about-title {
        font-size: 22px;
    }
}

/*====================================================================================
  footer
====================================================================================*/

footer {
    background: #f2f2f2;
}

.f-service-item {
    width: 25%;
    padding: 48px 0 36px;
}

.f-service-item .icon-box {
    justify-content: center;
    align-items: center;
    height: 80px;
}

.f-service-item img {
    margin: 0 auto;
    display: inline-block;
}

.f-service-item .text-box {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.f-service-item .text-box p {
    width: 100%;
    color: #808080;
    line-height: 18px;
    font-size: 14px;
}

.f-nav-column {
    width: 25%;
}

.f-nav {
    padding: 40px 0 30px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.f-nav-column li a {
    color: #666666;
    font-size: 12px;
    line-height: 30px;
}

.f-nav li a:hover,
.site-map-box li a:hover {
    color: #4fafc9;
}

.copy-right-wrapper {
    padding: 20px 0;
    align-items: center;
}

.f-bottom {
    justify-content: space-between;
    align-items: center;
}

.copy-right-wrapper {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.copy-right-wrapper .fl {
    align-items: center;
}

.copy-right {
    margin-top: 6px;
    white-space: nowrap;
}

.f-logo {
    margin-right: 18px;
    max-width: 146px;
    width: 100%;
}

.f-logo img {
    width: 100%;
}

.copy-right {
    margin-right: 4px;
}

.copy-right,
.site-map-box li a {
    color: #666666;
    font-size: 12px;
}

.site-map-box li a {
    margin: 0 8px;
    padding-right: 8px;
    border-right: 1px solid #666666;
}

.site-map-box li:last-child a {
    border: none;
}

.sns-logo li {
    margin-left: 8px;
}

#footer {
width: 100%;
}

@media screen and (max-width: 1070px) {
    .f-service-item .text-box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .copy-right-wrapper .site-map-box {
        margin-left: 0;
    }

    .site-map-box li a {
        margin-left: 0;
    }
}

@media screen and (max-width: 950px) {
    .copy-right-wrapper .site-map-box {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .f-service-item {
        width: 50%;
        padding: 20px 10px;
        border-bottom: 1px solid #acacac;
    }

    .f-service-item:nth-child(2n) {
        border-left: 1px solid #acacac;
    }

    .f-service-item:nth-child(3),
    .f-service-item:nth-child(4) {
        border-bottom: none;
    }

    .f-service-item .text-box p {
        font-size: 16px;
    }

    .f-nav {
        padding: 0;
    }

    .f-nav .f-nav-column:not(:first-child) {
        display: none;
    }

    .f-nav .f-nav-column:first-child li a {
        background: url(./img/arrow-right1.png) no-repeat right 10px center/ 12px 14px;
    }

    .f-nav .f-nav-column {
        width: 100%;
    }

    .f-nav .f-nav-column li {
        border-bottom: 1px solid #acacac;
    }

    .f-nav .f-nav-column li:last-child {
        border-bottom: none;
    }

    .f-nav .f-nav-column a {
        display: block;
        padding: 5px 0;
    }

    .copy-right-wrapper .f-logo {
        margin: 20px 0;
    }

    .sns-logo {
        margin-top: 20px;
    }

    .copy-right-wrapper .site-map-box li a {
        padding: 0 8px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .f-service-item .text-box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .f-service-item .text-box p {
        font-size: 10px;
    }

    .copy-right-wrapper .site-map-box li a {
        font-size: 10px;
    }
}


/* サブページ追加
.main .detailNav {
    width: 100%;
    transform: translate3d(0, 0, 0);
    position: fixed;
    background: #fff;
    z-index: 10;
}
 */
.intro {
    margin-top: 104px;
}
.main .detailNav .buy {
    background: #009FCB;
}

