html {
    font-size: 10px;
        font-family: "yu-mincho-pr6n", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
ol,
ul,
li {
    list-style: none;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: unset;
}

.sp-br{
    display: none;
}

.mincho {
    font-family: "yu-mincho-pr6n", sans-serif;
}
.noto {
    font-family: Noto Sans JP;
}
.s40 {
    font-size: 4rem;
    letter-spacing: 0.64rem;
}
.s30 {
    font-size: 3rem;
    letter-spacing: 0.48rem;
}
.s24 {
    font-size: 2.4rem;
    letter-spacing: 0.384rem;
}
.s20 {
    font-size: 2rem;
    letter-spacing: 0.308rem;
}
.s16 {
    font-size: 1.6rem;
    letter-spacing: 0.48rem;
}
.s12 {
    font-size: 14px;
}
.white {
    color: #fff;
}
.shadow {
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}


.mb {
    display: none;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .logo {
    display: flex;
    width: 92%;
    position: absolute;
    margin-top: 3rem;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    top: 0;
}
header .logo .img{
    width: 18%;
}
header .logo .img_2{
    width: 14%;
}
header .text {
    width: 100%;
    position: absolute;
    text-align: center;
}
.furano{
    width: 20%;
}

@media (max-width: 950px){
    .sp-br{
        display: block;
    }
    header .text {
        margin-top: 13rem;
    }
    .furano{
    width: 130%;
}
    header .logo .img{
        width: 25%;
    }
    main{
        margin: 0 3rem;
    }
    .s40 {
        font-size: 2.5rem;
    }
    .s30 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .s12 {
        font-size: 10px;
    }
    header .logo .img{
        width: 50%;
    }
    header .logo .img_2{
        width: 32%;
    }
}

/* ---------------
------------------
--------MAIN-------
------------------
---------------*/
main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main section a {
    display: flex;
    position: relative;
}
section .image {
    max-width: 95rem;
    width: 100%;
}
section .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 56.8rem;
    height: 97.7%;
    clip-path: polygon(80% 0, 100% 100%, 0 100%, 0 0);
}
section a:hover{
    opacity: 0.7;
}
.summer {
    margin-top: 9.6rem;
}
.summer .text {
    background-color: rgba(136, 129, 29, 0.5);
}
.winter {
    margin: 5.6rem auto 12rem;
}
.winter .text {
    background-color: rgba(78, 96, 134, 0.5);
}
@media (max-width: 950px){
    section .text {
        width: 24rem;
        height: 94.7%;
        justify-content: flex-start;
        padding-left: 24px;
        font-size: 2.5rem;
    }
}
/* ------------------
---------------------
-----FOOTER----------
--------------------
----------------------*/
footer {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .image {
    width: 100%;
}
footer .image img {
    height: 61.4rem;
    object-fit: cover;
}
footer .content {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer .content .logo {
    margin-top: 9.6rem;
}
footer .content .name {
    margin-top: 4.2rem;
}
footer .content .address {
    margin-top: 0.8rem;
}
footer .content .btn {
    width: 43.5rem;
    margin-top: 2.4rem;
    padding: 1.6rem 0;
    border: solid 1px #fff;
}
footer .content .links {
    margin-top: 4rem;
}
footer .links {
    display: flex;
}
footer .links a {
    position: relative;
    padding: 0 1.6rem;
}
footer .links a::after,
footer .links a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #fff;
    height: 100%;
}
footer .links a::before {
    left: -0.5px;
}
footer .links a::after {
    top: 0;
    right: -0.5px;
}
.copyright {
    font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
    height: 48px;
    color: #888;
    background-color: #fbfaf8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (max-width: 950px) {
    html {
        font-size: 8px;
    }
    footer .links a {
        font-size: 11.5px;
        letter-spacing: 1px;
    }
    footer .content .logo {
    margin-top: 0rem;
}
}
@media (max-width: 600px) {
    html {
        font-size: 8px;
    }
    .pc {
        display: none;
    }
    .mb {
        display: unset;
    }
}
