@charset "UTF-8";
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, img, 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: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html { line-height: 1;
    font-size: 62.5%;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a { text-decoration: none; color: inherit; }
a img { border: none; vertical-align: bottom; }
a:focus { outline: none; }
a:hover { text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, textarea, select, button {
    font-size: 1.5rem;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6, strong{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1rem;
    vertical-align: baseline;
}
.sp{ display: none !important; }
.pc{ display: block !important; }

.pc1{ display: block !important; }
.pc2{ display: none !important; }

img{ max-width: 100%; vertical-align: bottom;}
img {width: 100%; height: auto;}

ruby rt{ font-size: 1.4rem;}

.clearfix{display:inline-block;min-height:1%;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*
===================*/
html { overflow-y: scroll; }
body {
    font-weight: normal;
    text-align: left;
    line-height: 1.6;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: 'palt' ;
    letter-spacing: 1px;
}


a:hover {
    text-decoration:none;
}

#contents{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    overflow: clip;
    zoom: 1;
}


/* ここまでリセットcss */


/*フォント 指定*/

main{
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.gold{
    color:#e3cb98;
}

.en{
    font-family: "Cormorant Garamond", serif;
}
.jp{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 300;
}
.justify{
  text-align:justify;
  word-break:break-all;
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

/*ここまでフォント 指定*/

main{
}
.sec01{
    background-color: #000;
    position: sticky;
    top: 0;
}
.sec01::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #cc0000;
}
.sec01_con{
    width: 1360px;
    display: flex;
    margin: 0 auto;
    position: relative;
}
.main_copy{
    width: 560px;
    position: relative;
    color: #FFF;
    padding-left: 160px;
}

.main_copy ul{
    position: absolute;
    top: ;
    font-size: 14px;
    margin-top: 20px;
}
.main_title{
    position: absolute;
    top: 350px;
    left: 80px;
    width: 500px;
    z-index: 1;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}
.main_title p{
    font-size: 24px;
    margin-bottom: 25px;
}
.main_title .en{
    font-size: 74px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
.main_img{
    width: 800px;
    width: calc(800px + (100vw - 560px) / 2);
    height: 945px;
    margin-left: auto; /* 右寄せ */
}
.main_img .slick-track{
    width: calc(800px + (100vw - 560px) / 2);
    height: 945px;
}

.slider3 .slick-track img {
    width: calc(800px + (100vw - 1300px) / 2)!important;
    height: 945px;
    object-fit: cover;
    object-position: left top;
  }

  .slider3 .slick-dots li{
    margin-right: 70px;
  }
  .slider3 .slick-dots{
    position: absolute;
    display: flex;
    justify-content: normal !important;
    bottom: 40px;
    left: 180px;
    right: 0;
    font-size: 0;
    margin: auto;
    text-align: center;
    display: block;
  }



  @media screen and (min-width:768px) and ( max-width:1365px){
    .main_img{
        width: 60vw!important;
        height: 70vw!important;
    }
    .slider3 .slick-dots{
        left: 0;
    }
    .main_img .slick-track{
        width: 60vw!important;
        height: 70vw!important;
    }
    .slider3 .slick-track img {
        width: 60vw!important;
        height: 70vw!important;
    }
    }


.sec02{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.sec02_con{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1260px;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
}
.sec02 h2{
    width: 450px;
    height: fit-content;
    font-size: 44px;
    border-bottom: solid 1px #000;
    text-align: right;
    z-index: 1;
}
.sec02 p{
    width: 720px;
    font-size: 20px;
    z-index: 1;
    line-height: 1.8;
    white-space: nowrap;
}
.sec02_copy{
    width: auto;
    border: solid 1px #000;
    padding: 20px;
    z-index: 1;
    margin: 40px 0;
}
.sec02_copy p{
    padding-left: 20px;
    font-size: 18px !important;
    line-height: 1.5 !important;
    width: 700px;
    white-space: nowrap;
}
.sec02_copytytle{
    padding-left: 0!important;
}
.sec02_copy_{
    padding-left: 0!important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    width: 0!important;
    white-space: normal;
    margin-right: 5px;
}
.sec02_copy div{
    display: flex;
}
.sec02_con_img{
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.co2 sup {
    font-size: 0.7em;
    vertical-align: -0.5em;
}

.sec03{
    position: relative;
    width: 100%;
    height: 744px;
    background: linear-gradient(135deg, #b08b66, #b48f68, #e4c37d);
}
.sec03::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #cc0000;
}
.sec03_con{
    width: 1360px;
    display: flex;
    margin: 0 auto;
}
.sec03_copy{
    position: relative;
    width: 910px;
    padding: 120px 0 0 170px;
    color: #FFF;
}
.sec03_copy h2{
    position: absolute;
    font-size: 165px;
    top: -150px;
}
.sec03_copy h3{
    font-size: 22px;
    margin-bottom: 50px;
}
.sec03_copy p{
    font-size: 20px;
    line-height: 1.8;
}
.sec03_img{
    width: 450px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.sec03_img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec04 {
    width: 100%;
    position: relative;
    top: 0;
    background: #000;
}
.sec04::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #cc0000;
}
.sec04_con {
    position: relative;
    width: 1360px;
    margin: 0 auto;
    padding: 120px 185px 370px;
    color: #FFF;
}
.sec04_con h2 {
    font-size: 165px;
    line-height: 0.5;
    margin-bottom: 30px;
}
.sec04_con h2 span {
    font-size: 65px;
}
.sec04_con h3 {
    font-size: 22px;
    margin-bottom: 90px;
}
.sec04_con p {
    width: 410px;
    font-size: 18px;
    line-height: 1.8;
}
.sec04_con img {
    position: absolute;
    width: 590px;
    top: 300px;
    right: 0;
}

.sec05{
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, #b08b66, #b48f68, #e4c37d);
}
.sec05::before{
    position: absolute;
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    background-color: #cc0000;
    z-index: 2;
}
.sec05_con{
    width: 1360px;
    margin: 0 auto;
}
.sec05_img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.sec05_con{
    position: relative;
}
.sec05_con ul{
    width: 735px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 130px;
}
.sec05_con ul li{
    width: 735px;
    height: auto;
}
.sec05_con ul li img{
    width: 735px;
    height: auto;
    margin-bottom: 100px;
}
.sec05_copy{
    position: absolute;
    top: 30px;
    right: 160px;
    color: #FFF;
    text-align: right;
}
.sec05_copy h2{
    font-size: 150px;
    line-height: 1;
    margin-bottom: 0;
}
.sec05_copy h3{
    font-size: 22px;
    line-height: 1;
    margin-bottom: 100px;
}
.sec05_copy p{
    width: 555px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    white-space: nowrap;
}

.sec06 {
    width: 100%;
    position: relative;
    top: 0;
    background: #000;
}
.sec06_con {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 185px;
    color: #FFF;
}
.sec06_img01{
    width: 100%;
    margin-bottom: 80px;
}
.sec06_img02{
    width: 100%;
}
.sec06_con h2 {
    font-size: 110px;
    line-height: 0.7;
    margin-bottom: 20px;
    margin-left: 40px;
}
.sec06_con h2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 80px;
    top: 100px;
    left: 0;
    background-color: #cc0000;
}
.sec06_con h3 {
    font-size: 22px;
    margin-bottom: 60px;
    margin-left: 40px;
}
.sec06_con2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.sec06_copy {
    width: 100%;
    font-size: 18px;
    margin-bottom: 70px;
    line-height: 1.8;
}
.sec06_copytitle {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1;
}
.sec06_annotation {
    font-size: 16px;
}
.sec06_annotation .indent {
    display: inline-block;
    text-indent: 27px;
}
.sec07 {
    width: 100%;
    position: relative;
    top: 0;
    background: linear-gradient(135deg, #b08b66, #b48f68, #e4c37d);
}

.sec07::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #cc0000;
}

.sec07_con {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 185px;
    color: #FFF;
}

.sec07_img01 {
    position: absolute;
    width: 230px;
    top: 350px;
    right: 0;
}

.sec07_img02 {
    margin-bottom: 90px;
}

.sec07_con h2 {
    font-size: 110px;
    line-height: 0.7;
    margin-bottom: 20px;
}

.sec07_con h3 {
    font-size: 22px;
    margin-bottom: 120px;
}

.sec07_con2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sec07_copy {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 110px;
}

.sec07_copytitle {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1;
}

.sec07_annotation {
    font-size: 16px;
}

.sec07_annotation .indent {
    display: inline-block;
    text-indent: 27px;
}
.sec08 {
    width: 100%;
    position: relative;
    background-color: #000;
    color: #FFF;
    padding: 150px 0px;
}
.sec08_img {
    width: 750px!important;
}
.sec08_con {
    display: flex;
    justify-content: space-between;
    width: 1360px;
    margin: 0 auto 50px;
}
.sec08_con img {
    width: 40%;
    height: 100%;
}
.sec08_copy {
    margin-right: 150px;
}
.sec08_copy h2 {
    position: relative;
    font-size: 110px;
    line-height: 1;
    margin-bottom: 30px;
    margin-right: 90px;
    text-align: right;
}
.sec08_copy h2::before {
    position: absolute;
    content: "";
    width: 20px;
    top: 11px;
    height: 90px;
    right: -50px;
    background-color: #cc0000;
    z-index: 2;
}
.sec08_copy h3 {
    font-size: 22px;
    line-height: 1;
    text-align: right;
    margin-bottom: 60px;
    margin-right: 90px;
}
.sec08_copy p {
    width: 500px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    margin-left: 100px;
}
.sec08 ul {
    display: flex;
    width: 1360px;
    margin: 0 auto;
}
.sec08 ul li {
    width: 440px;
}

.sec09 {
    position: relative;
    width: 100%;
    background-color: #9d876e;
}
.sec09_con {
    width: 1360px;
    margin: 0 auto;
    padding: 150px 180px 200px;
    color: #FFF;
}
.sec09 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.sec09 h3 {
    font-size: 18px;
    width: 415px;
    padding-left: 50px;
}
.sec09 p {
    font-size: 18px;
    width: 585px;
}
.sec09 ul {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: 150px;
}
.sec09 ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 30px 0;
    border-bottom: solid 1px #fff;
}
.sec09 ul li:last-child {
    border-bottom: 0;
}
.sec09 ul li div p {
    border-bottom: solid 1px #fff;
    padding: 30px 0;
}
.sec09 ul li div p:first-child {
    padding: 0 0 30px;
}
.sec09 ul li div p:last-child {
    padding: 30px 0 0;
    border-bottom: 0;
}
.sec09 ul li div p span {
    font-weight: bold;
}
.sec09_map {
    position: relative;
    width: 1000px;
    height: auto;
}
.sec09_map img {
    width: 75%;
    margin: 0 auto;
    display: block;
}




iframe{
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%) sepia(30%);
    display: block;
    margin-bottom: 30px;
}

/*==================================================
スライダーのためのcss
===================================*/

.slider {
    width: 800px;
    margin: 0 auto;
}

 .slider img {
    width: 392px;
     height:auto;
 }

.slider p{
    width: 350px; 
    font-size: 16px;
    padding-top: 15px;
    margin: 0 auto;
}
 
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
 .slider .slick-slide {
    margin: 0 auto; /* スライドを中央揃え */
    width: 100%; /* スライド幅を調整 */
    height: auto; /* 高さを自動調整 */
}
 
 /*矢印の設定*/
 
 /*戻る、次へ矢印の位置*/
 .slick-prev, 
 .slick-next {
     position: absolute;/*絶対配置にする*/
     top: 35%;
     cursor: pointer;/*マウスカーソルを指マークに*/
     outline: none;/*クリックをしたら出てくる枠線を消す*/
     border-top: 0px solid #666;/*矢印の色*/
     border-right: 0px solid #666;/*矢印の色*/
     height: 15px;
     width: 15px;
 }
 
 .slick-prev {/*戻る矢印の位置と形状*/
    /* background-image: url("../images/article_img/slick-prev.png"); */
    background-size: cover;
    top: -70px;
    right: 90px;
     width: 40px;
     height: 40px;
    transition: 0.5s;

 }

.slick-prev:hover {
    transition: 0.5s;
}

 .slick-next {/*次へ矢印の位置と形状*/
    /* background-image: url("../images/article_img/slick-next.png"); */
    background-size: cover;
    top: -70px;
    right: 30px;
     width: 40px;
     height: 40px;
        transition: 0.5s;
 }
 
.slick-next:hover {
    transition: 0.5s;
}
.slick-slider{
    position: relative;
}
 /*ドットナビゲーションの設定*/
 
 .slick-dots {
    position: absolute;
    display: none;
    text-align: center;
    margin: 0;
    z-index: 5;
}

.slick-dots li {
    display: none;
    display:inline-block;
    margin:0 010px;
    cursor: pointer;
}

.slick-dots button {
    display: none!important;
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#000c17;/*ドットボタンの色*/
    border: none;
}

.slick-dots .slick-active button{
    display: none;
    background:#20374A;/*ドットボタンの現在地表示の色*/
}


.slick-track{
    display: flex!important;
}


/* スライダー */
button {
    all: unset;
    display: inline-block;
    cursor: default;
  }
  .slick-prev,.slick-next{
  display: none;
  position: absolute;
  z-index: 10;
  font-size: 0;
  }
  .slick-next{
    top: 50%;
    right: 13vw;
  }
  .slick-prev{
    top: 50%;
    left: 13vw;
  }
  .slick-prev::before {
    content: "";
    display: block;
    width: 50px;
    height: 100px;
    background-image: url('../images/arrow_left.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-next::before {
    content: "";
    display: block;
    width: 50px;
    height: 100px;
    background-image: url('../images/arrow_right.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-dots{
    position: absolute;
    display: flex;
    justify-content: normal !important;
    bottom: 40px;
    left: 30%;
    right: 50%;
    font-size: 0;
  }
  .slick-dots li{
  margin-right: 60px;
  }
  .slick-dots li::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-image: url('../images/dots.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-dots li::before{
    content: "";
    display: block;
    width: 65px;
    height: 5px;
    background-image: url('../images/dots.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slick-dots .slick-active::before{
  content: "";
    display: block;
    width: 65px;
    height: 5px;
    background-image: url('../images/dots_active.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec05_con .slick-dots ::before{
    background-image: url('../images/dots2.jpg')!important;
  }
  .sec05_con .slick-active::before{
    background-image: url('../images/dots_active2.jpg')!important;
  }
  .slick-disabled{
  display: none!important;
  }
.block_con1, .block_con2 {
    position: relative; /* デフォルトは relative */
    width: 100%;
}

.block_con3 {
    position: relative
}


.slick-dotted.slick-slider{
    margin-bottom: 0;
}


/* フェードイン */
.fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 2s, transform 1s
  }

  .fade.active {
    opacity: 1;
    transform: translateY(0)
  }

  /* フェードイン */
.fadeen {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity 3.5s, transform 1.8s
  }

.fadeen.active {
opacity: 1;
transform: translateY(0)
}