@charset "UTF-8";

html,
body {
    background-color: #fff;
    font-size: 62.5%;
    /* font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
    font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
    font-style: normal;
    font-feature-settings: 'palt';
    background-color: #ffffff;
    -webkit-font-feature-settings: 'pkna';
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

/* normal */
@font-face {
    font-family: 'SatsukiGendaiMincho-M';
    src: url('../fonts/SatsukiGendaiMincho-M.ttf') format('truetype');
  }


.cf:before,
.cf:after {
    content: "";
    display: block;
    clear: both;
}

.cf {
    *zoom: 1;
    display: block;
}


/*横幅1081px以上からのcss*/
.pc {
    display: block !important;
}

.tab {
    display: none;
}

.sp {
    display: none;
}

section{
    display: block;
}

/*横幅1080pxまでのcss*/
@media screen and (max-width: 1080px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: none;
    }
}

/*横幅768pxまでのcss*/
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: none;
    }
}

/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }

    .tab {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}



a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}


a {
    cursor: pointer;
}

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

.header {
    max-width: 1080px;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 50px;
}

.header__hl {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 50px;
}

.header__hl img {
    max-width:120px;
    height: auto;
    margin: 120px auto 140px;
}

@media screen and (max-width: 1080px) {
    
    .header__hl {
        color: #000;
    }
}

@media screen and (max-width: 640px) {
    
    .header__hl img {
        max-width:75px;
        margin: 65px auto 120px;
    }
}

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





/* -----------section02----------- */




.sec__2 {
    max-width: 1000px;
    margin: 500px auto;
}
@media screen and (max-width: 1080px) {
    .sec__2 {
        max-width: 90%;
        margin: 300px auto;
    }
}

.sec__2 img {
    width: 70%;
    height:auto;
    margin:0 auto;
}
@media screen and (max-width: 1080px) {
    .sec__2 img {
        width: 90%;
        height:auto;
        margin:0 auto;
    }
}

.sec__2_main{
    margin:0 auto;
    width: 60%;


}

.sec__2 .main-image {
    width: 60%;
    height:auto;
    margin:0 auto;
    position: absolute;
}

.sec__2 .main-text {
    max-width: 25px;
    height:auto;
    position: relative;
}

.sec__2__text {
    font-size: 1.4rem;
}

.sec__2__hl {
    margin-bottom: 50px;
    font-size: 1.6rem;
}


/* -----------//section02----------- */


/* -----------section03----------- */

.sec__3{
    width:1000px;
    margin:300px auto;
}
@media screen and (max-width:1080px) {
    .sec__3{
        width:90%;
        margin:300px auto;
    }
}


.sec__3_h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    color: #3e3a39;
    margin-left:50px;
    font-weight: bold;
    line-height: 3rem;
}
@media screen and (max-width: 640px) {
    .sec__3_h2 {
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: #3e3a39;
        margin-left:20px;
        line-height: 3rem;
    }
}

.sec__3_flex{
    display:flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}

.sec__3_flex p{
    flex-direction: row;
    align-items: flex-start;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #3e3a39;
    vertical-align: top;
    height: 600px;

    
}
@media screen and (max-width: 640px) {
    .sec__3_flex p{
        flex-direction: row;
        align-items: flex-start;
        font-size: 1.1rem;
        letter-spacing: 2px;
        color: #3e3a39;
        vertical-align: top;
        height: 300px;
    }
}



.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
@media screen and (max-width: 640px) {
    .vertical {
        line-height: 3rem;

    }
}
@media screen and (max-width: 400px) {
    .vertical {
        line-height: 3rem;

    }
}


.vertical2 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
@media screen and (max-width: 640px) {
    .vertical2 {
        line-height: 3rem;

    }
}
@media screen and (max-width: 400px) {
    .vertical2 {
        line-height: 2rem;

    }
}








/* -----------//section03----------- */


/* -----------section04----------- */


.sec__4{
    width:600px;
    margin:500px auto;
}
@media screen and (max-width: 640px) {
    .sec__4{
        width:100%;
        margin:200px auto;
    }
}

.sec__4_background{
    background-image: url(../img/TOP_img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec__4 .text_position{
    width:100%;

}

/* -----------//section04----------- */


/* -----------section05----------- */


.sec__5{
    width:600px;
    margin:700px auto 500px;
}
@media screen and (max-width: 640px) {
    .sec__5{
        width:100%;
        margin:300px auto;
    }
}

.sec__5_background{
    background-image: url(../img/TOP_img02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec__5 .text_position{
    width:100%;

}

/* -----------//section05----------- */

/* -----------section06----------- */

.sec__6{
    width:1000px;
    margin:500px auto 700px;
}
@media screen and (max-width: 1080px) {
    .sec__6{
        width:90%;
        margin:200px auto 300px;
    }
}

.sec__6_list{
    width:90%;
    margin:0 auto;
}
@media screen and (max-width: 640px) {
    .sec__6_list{
        width:95%;
        margin:0 auto;
    }
}

.sec__6 ul{
    display: flex;
    justify-content: space-between;

}

.sec__6 img{
    width:140px;
}
@media screen and (max-width: 640px) {
    .sec__6 img{
        width:70px;
    }
}
@media screen and (max-width: 350px) {
    .sec__6 img{
        width:60px;
    }
}

figure {
    position: relative;
    overflow: hidden;
    width: 140px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;

  }


@media screen and (max-width: 640px) {
    figure{
        width:70px;
    }
}
@media screen and (max-width: 350px) {
    figure{
        width:60px;
    }
}


  figcaption {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255,253,253,.9);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }

  
  figure:hover figcaption {
    top: 0;
    left: 0;
  }
  figcaption p{
      font-size:1.5rem;
      text-align: center;
      position: absolute;
      font-weight:bold;
        top: 50%;
        left: 50%;
        -webkit-transform : translate(-50%,-50%);
        transform : translate(-50%,-50%);
        color:#3e3a39;
        letter-spacing: 1rem;
  }
  @media screen and (max-width: 640px) {
    figure p{
        font-size:1rem;
    }
}


  figcaption span{
      color:#3e3a39;
}


/* 順番に表示 */

.sec__6_list .fade-bottom.fadein {
    opacity: 1;
    bottom: 0;
}

.sec__6_list .fade-bottom{
    position: relative;
    opacity: 0;
    bottom: -15px;
    transition: 3s;
}

/* 順番に表示 */


/* -----------//section06----------- */




