@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Quicksand;
    src: url(../font/Quicksand/Quicksand-VariableFont_wght.ttf);
}

@font-face {
    font-family: Zen_Kaku_Gothic_New;
    src: url(../font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: Zen_Kaku_Gothic_New;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style-type: none;
}

header {
    position: fixed;
    width: 100%;
    padding: 1% 0;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 80%);
    box-shadow: 0 2px 5px #eee;
}

header h1 {
    width: 10%;
    height: fit-content;
    margin-left: 7%;
    font-size: 2vw;
}

header h1 a {
    display: block;
    text-align: center;
    line-height: 1.7;
}


.header-flex {
    display: flex;
}

.hamburger-container {
    display: none;
}

.header-flex nav {
    width: 40%;
    margin-left: 12%;
}

.header-flex nav ul {
    display: flex;
}

.header-flex nav ul li {
    width: 25%;
}


.header-flex nav ul li a {
    display: block;
    text-align: center;
    line-height: 3.4;
    font-size: 1vw;
    transition: 0.2s;
}

.header-flex nav ul li a:hover {
    opacity: 0.5;
    transition: 0.2s;
}

/* swiper */

.swiper-area {
    position: relative;
    padding: 8% 0 3% 0;
}

.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    width: 100%;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide[class*=-prev],
.swiper-slide[class*=-next] {
    opacity: 0.3;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    width: 48px;
    height: 48px;
    background-size: 100%;
    opacity: 0.5;
    border-radius: 50%;
    box-shadow: 0 1px 3px #ccc;
    transition: 0.2s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    filter: brightness(300%);
    transition: 0.2s;
}

.swiper-button-next::after {
    background-image: url(../images/arrow_right.png);
    position: absolute;
    top: 0;
    right: 8vw;
}

.swiper-button-prev::after {
    background-image: url(../images/arrow_left.png);
    position: absolute;
    top: 0;
    left: 8vw;
}

/* swiperここまで */

.first-section {
    display: flex;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.first-section-image {
    width: 38%;
    background-color: beige;
    transition: 0.2s;
}

.first-section-image:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.first-section-image img {
    width: 100%;
    vertical-align: bottom;
}

.info-box {
    position: relative;
    width: 57%;
    margin-left: 5%;
    border: 1px solid #ccc;
}

.info-box h3 {
    position: relative;
    top: -8%;
    left: 2%;
    font-size: 1.4vw;
    z-index: 1;
    font-family: Quicksand;
    font-weight: 400;
}

.info-box h3::before {
    content: "";
    position: absolute;
    top: 14%;
    left: -2%;
    width: 20%;
    height: 1.5vw;
    background-color: #fff;
    z-index: -1;
}

.info-box a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.7;
    color: #666;
    font-size: 1.2vw;
}

.info-box .more {
    width: 14%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: 5%;
    line-height: 2.4;
    border-bottom: 1px solid #888;
    transition: 0.2s;
}

.info-box .more a {
    display: block;
    text-align: center;
}

.info-box .more:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.info-box ul {
    margin-left: 12%;
    list-style-type: none;
}

.info-box ul li {
    margin-top: 2%;
    transition: 0.2s;
}

.info-box ul li:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.news-head .date {
    font-size: 1.2vw;
}
.news-head .category {
    font-size: 0.8vw;
    vertical-align: middle;
}

.news-head .category::before {
    content: "─ ";
}

.news-item .news-title {
    font-size: 1vw;
    text-indent: 1em;
}

/* section */


main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

main section {
    margin-top: 7%;
}

main section .button {
    width: 15%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 0.5vw;
    transition: 0.3s;
}

main section .button:hover {
    background-color: #fff;
    border: 1px solid #666;
    transition: 0.3s;
}

main section .button a {
    display: block;
    text-align: center;
    line-height: 2.4;
    color: #888;
    font-size: 1.2vw;
}

main section h2 {
    font-size: 2vw;
    font-family: Quicksand;
    font-weight: normal;
    margin-bottom: 1%;
}

/* Product */

main section .item-flex {
    display: flex;
    gap: 0 2.5%;
    overflow-x: scroll;
}

main section .item {
    flex-shrink: 0;
    width: 20%;
    transition: 0.2s;
}

main section .item:hover {
    opacity: 0.5;
    transition: 0.2s;
}

main section .item a {
    text-decoration: none;
    color: #666;
}

main section .item a img {
    width: 100%;
    vertical-align: bottom;
}

main section .item a p:nth-of-type(1) {
    margin-top: 2%;
    font-size: 1.2vw;
    color: #333;
}

main section .item a .price {
    font-size: 0.9vw;
}

main section .item a .price span {
    font-family: Quicksand;
    font-size: 1.2vw;
    margin-right: 1.5%;
}

main section .item a .price span::before {
    content: "￥";
    font-family: Zen_Kaku_Gothic_New;
}

/* column */

main section .Column-flex {
    display: flex;
    gap: 2%;
    margin-bottom: 3%;
}

main section .Column-flex:nth-of-type(2) {
    margin-bottom: 0;
}

main section .Column-box {
    width: calc(100% / 3);
    transition: 0.2s;
}

main section .Column-box:hover {
    opacity: 0.5;
    transition: 0.2s;
}

main section .Column-box a {
    text-decoration: none;
    font-size: 1vw;
}

main section .Column-box .image img {
    display: block;
    width: 100%;
}

main section .Column-box a span {
    font-size: 1.1vw;
    font-weight: 600;
}


main .news-topics-flex {
    display: flex;
}

main .news-topics-flex section:nth-of-type(1) {
    width: 70%;
}

main .news-topics-flex section:nth-of-type(2) {
    width: 25%;
    margin-left: 5%;
}

/* 下部news */

main section .news-list {
    display: flex;
    gap: 3%;
    overflow-x: scroll;
}

main section .news-list .news-content {
    width: 30%;
    transition: 0.2s;
    flex-shrink: 0;
}

main section .news-list .news-content:hover {
    opacity: 0.5;
    transition: 0.2s;
}

main section .news-list .news-content a {
    text-decoration: none;
    color: #888;
}

main section .news-list .news-content a img {
    width: 100%;
}

main section .news-list .news-content a .text {
    padding: 5% 0;
}

main section .news-list .news-content a .text p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 制限したい行数が3の場合 */
    font-size: 1vw;
}

main section .news-list .news-content a .text p:nth-of-type(1) {
    color: #666;
    font-size: 1.2vw;
}

main section .news-list .news-content a .text p:nth-of-type(2) {
    line-height: 2;
    text-align: right;
}

main section .news-list .news-content a .text p:nth-of-type(3) {
    line-height: 1.7;
    text-indent: 1em;
}

main section .topics {
    padding: 3%;
    transition: 0.2s;
}

main section .topics:hover {
    opacity: 0.5;
    transition: 0.2s;
}

main section .topics img {
    display: block;
    width: 100%;
}

.top-link a {
    position: relative;
    display: block;
    width: 4vw;
    height: 4vw;
    margin-top: 5%;
    margin-left: auto;
    margin-right: 5%;
    border-radius: 50%;
    background-color: #ccc;
    transition: 0.2s;
}

.top-link a::before {
    position: absolute;
    top: 27%;
    left: 27%;
    content: "\f106";
    font: var(--fa-font-solid);
    font-size: 2vw;
    color: #fff;
}

.top-link a:hover {
    opacity: 0.5;
    transition: 0.2s;
}

/* footer */

footer {
    margin-top: 1%;
    padding: 5% 0 1% 0;
    background-color: #EEE;
}

footer .footer-nav {
    display: flex;
    width: 80%;
    margin-left: 10%;
}

footer .footer-nav ul {
    width: 20%;
    margin-bottom: 3%;
}

footer .footer-nav ul:nth-of-type(2) {
    margin-left: 10%;
}

footer .footer-nav ul li {
    transition: 0.2s;
}

footer .footer-nav ul li:hover {
    opacity: 0.5;
    transition: 0.2s;
}

footer .footer-nav ul li a {
    display: block;
    line-height: 3;
    color: #888;
    font-size: 1.2vw;
}

footer .footer-nav ul li a::before {
    content: "\f054";
    font: var(--fa-font-solid);
    font-size: 1vw;
    color: #ccc;
    margin-right: 3%;

    /* content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    transform: rotate(45deg); */
}

footer h3 {
    width: 10%;
    margin-left: auto;
}

h3 a {
    display: block;
    text-decoration: none;
    font-size: 2vw;
    color: #888;
    transition: 0.2s;
}

h3 a:hover {
    opacity: 0.5;
    transition: 0.2s;
}

footer p {
    text-align: center;
    color: #888;
    font-size: 1.2vw;
}

.whiteline {
    border-bottom: 2px solid #fff;
    margin-top: 3%;
    margin-bottom: 3%;
}

footer .sns-icon {
    width: 18%;
    margin-left: auto;
    margin-right: 5%;
}

footer .sns-icon a i {
    display: inline-block;
    margin-left: 7%;
    font-size: 2.4vw;
    vertical-align: middle;
    color: #888;
    background-color: #eee;
    transition: 0.2s;
}

footer .sns-icon a i:hover {
    opacity: 0.5;
    transition: 0.2s;
}

footer .sns-icon a .fa-square-x-twitter {
    margin-left: 0;
}

footer .sns-icon a .fa-line {
    font-size: 2.2vw;
}
