@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
padding: 0;
margin: 0;
}

*,
*::before,
*::after {
box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}

li {
list-style-type: none;
}

th {
font-weight: inherit;
}

address {
font-style: inherit;
}

fieldset {
min-width: 0;
padding: 0;
border: 0;
}

a {
color: inherit;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
a:hover {
    opacity: 0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}
}

img {
backface-visibility: hidden;
max-width: 100%;
height: auto;
vertical-align: bottom;
}

button,
input,
select,
textarea {
padding: 0;
border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
cursor: pointer;
}

html {
font-size: 62.5%;
}

body {
overflow-x: auto;
overflow-y: scroll;
}
body.is-resizing * {
transition: none !important;
}
body.is-fixed {
width: 100%;
}

@supports (-webkit-touch-callout: none) {
body {
    height: -webkit-fill-available;
}
}
[v-cloak] {
visibility: hidden;
}

#contents {
    overflow: hidden;
}
#wrapper {
    background: url(../images/cont_back.png);
}
@media screen and (max-width:1021px){
    #wrapper {
        padding-top: 60px;
    }
}

.pc {display: block;}
.sp {display: none;}
@media screen and (max-width:1021px){
    .pc {display: none;}
    .sp {display: block;}
}
.pc2 {display: block;}
.sp2 {display: none;}
@media screen and (max-width:420px){
    .pc2 {display: none;}
    .sp2 {display: block;}
}

#anchor01,
#anchor02,
#anchor05 {
    margin-top: 100px;
    padding-top: -100px;
}
#anchor03,
#anchor04 {
    margin-top: 150px;
    padding-top: -150px;
}
@media screen and (max-width:1021px){
    #anchor01,
    #anchor02,
    #anchor03,
    #anchor04,
    #anchor05 {
        margin-top: -40px;
        padding-top: 40px;
    }
}

.header_inner {
    display: flex;
}
.header_left {
    width: 240px;
    min-width: 240px;
    text-align: center;
}
.logo {
    width: 90%;
    max-width: 270px;
    height: auto;
}

h1 {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 197.5%;
    letter-spacing: 0.09em;
    color: #AA8053;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.header_left {
    min-width: 310px;
    margin-top: 60px;
}
.header_left ul {
    margin-top: 36px;
}
.header_left ul li:not(:first-of-type) {
    margin-top: 43px;
}
.header_left ul li p:nth-of-type(1) {
    font-size: 1.8rem;
    letter-spacing: 0.09em;
    color: #62481C;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.header_left ul li p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    color: #E0BF98;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.header_main {
    position: relative;
    margin-top: 60px;
}

.top_coopy {
    position: absolute;
    top: 4vw;
    left: 3vw;
    width: 40vw;
    height: 50vw;
}
.header_right {
    width: 300px;
    padding: 0 23px;
    text-align: center;
}
.top_img01 {
    position: relative;
    right: -25px;
    margin-top: 23px;
}
.header_right img:not(:first-of-type) {
    margin-top: 21px;
}
@media screen and (max-width:1300px){
    .logo {
        width: 90%;
        max-width: 240px;
        height: auto;
    }
    h1 {
        font-size: 1.2rem;
        line-height: 170.5%;
    }
    .header_left {
        min-width: 280px;
        margin-top: 60px;
    }
    .header_left ul {
        margin-top: 20px;
    }
    .header_left ul li:not(:first-of-type) {
        margin-top: 20px;
    }
    .header_left ul li p:nth-of-type(1) {
        font-size: 1.5rem;
    }
    .header_left ul li p:nth-of-type(2) {
        margin-top: 4px;
        font-size: 1.1rem;
    }
}
@media screen and (max-width:1021px){
    .sp_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 6000;
    }
    .sp_header_inner {
        position: relative;
        display: flex;
        align-items: center;
        width: calc(100% - 56px);
        padding: 15px 28px;
        z-index: 7000;
    }
    .sp_header h1 {
        margin: 0 0 0 15px;
        font-size: 0.9rem;
        line-height: 15px;
        letter-spacing: 0em;
        color: #AA8053;
        font-weight: 500;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
    .logo {
        width: 84px;
        height: auto;
    }
    .top_img {
        position: relative;
        width: 76%;
        margin: auto;
        text-align: center;
        z-index: 10;
    }
    .top_img01 {
        position: absolute;
        top: -15px;
        right: -10px;
        width: 89px;
        height: auto;
        z-index: 50;
    }
    .top_img02 {
        position: relative;
        z-index: 10;
    }
    .sp_header_back {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: url(../images/cont_back.png);
        z-index: 4000;
    }
}
@media screen and (max-width:768px){
    .top_img {
        width: 100%;
    }
}

.sp_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100svh;
    background: #fff;
    z-index: 5000;
    transition: .2s;
}
.sp_menu.open {
    left: 0;
}
.sp_menu hr {
    border: 0;
    border-top: 1px dotted #EBD4B7;
    width: 90%;
    margin: 60px auto 0;
}
.sp_menu ul {
    margin: 25px 0 0 30px;
}
.sp_menu ul li:not(:first-of-type) {
    margin-top: 20px;
}
.sp_menu ul li p:nth-of-type(1) {
    font-size: 1.5rem;
    letter-spacing: 0.09em;
    color: #62481C;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.sp_menu ul li p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 1rem;
    letter-spacing: 0.09em;
    color: #E0BF98;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.cont_title {
    text-align: center;
}
.cont_title p {
    margin-top: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    color: #E0BF98;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
@media screen and (max-width:1021px){
    .cont_title img {
        width: 60%;
        max-width: 250px;
    }
}

.cont01 {
    position: relative;
    width: 100%;
    height: 1200px;
    margin-top: 160px;
    text-align: center;
    background: url(../images/cont01_back.png);
    background-size: 1920px 951px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.cont01_inner {
    position: relative;
    width: 850px;
    margin: auto;
}
.cont01_text {
    margin-left: 62px;
}
.cont01_img1,
.cont01_img2,
.cont01_img3 {
    position: absolute;
}
.cont01_img1 {top: 150px; left: -270px;}
.cont01_img2 {top: 700px; left: 150px;}
.cont01_img3 {top: 600px; left: 800px;}
@media screen and (max-width:1021px){
    .cont01 {
        position: relative;
        width: 100vw;
        max-width: 750px;
        height: 1870px;
        margin: 55px auto 0;
        text-align: center;
        background: url(../images/sp_cont01_back.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .cont01_text_sp {
        margin-top: 30px;
        font-size: 2.25rem;
        line-height: 45px;
        letter-spacing: 0.5vw;
        color: #AA8053;
        font-weight: 400;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
}

@media screen and (max-width:750px){
    .cont01 {
        position: relative;
        width: 100vw;
        max-width: 750px;
        height: 255vw;
        margin-right: 1000px;
    }
    .cont01_text_sp {
        margin-top: 5vw;
        font-size: 3.3vw;
        line-height: 6vw;
        letter-spacing: 0.5vw;
        color: #AA8053;
        font-weight: 400;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
}


.cont02 {
    margin-top: 160px;
}
.cont02_box {
    width: 1100px;
    margin: auto;
    padding: 20px;
    background: url(../images/cont02_box_back.png);
    text-align: center;
}
.cont02_box_inner{
    width: 100%;
    height: 100%;
    padding: 50px 0;
    border: 1px dashed  #D6AD7D;
}
.box_title p {
    margin-top: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    color: #E0BF98;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.area_select {
    margin-top: 30px;
    z-index: 10;
}
.area_select form,
.area_select form2 {
    display: flex;
    justify-content: center;
}
.search_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area_select select {
    position: relative;
    width: 394px;
    padding: 20px 0 20px 15px;
    border: 2px solid #62481C;
    font-size: 2rem;
    letter-spacing: 0.09em;
    color: #E0BF98;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.area_select select optgroup,
.area_select select option {
    color: #62481C;
}
.search_btn {
    width: 98px;
    height: 74px;
    margin-left: 8px;
    background: url(../images/search_btn.png);
    transition: .2s;
}
.search_btn:hover {
    background: url(../images/search_btn_hover.png);
}
@media screen and (max-width:1021px){
    .cont02 {
        margin-top: 66px;
    }
    .cont02_box {
        width: 90%;
        margin: auto;
        padding: 20px;
        background: url(../images/cont02_box_back.png);
        text-align: center;
    }
    .cont02_box_inner{
        padding: 30px 0;
    }
    .box_title img {
        width: 179px;
    }
    .box_title p {
        margin-top: 10px;
        font-size: 1.2rem;
        letter-spacing: 0.12em;
    }
    .area_select select {
        position: relative;
        width: 100%;
        padding: 10px 0 10px 10px;
        font-size: 1.4rem;
        letter-spacing: 0.09em;
        background: url(../images/select_arrow.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center right 10px;
    }
    .search_box {
        width: 70%;
    }
    .search_btn {
        width: 54px;
        height: 45px;
        margin-left: 8px;
        background: url(../images/search_btn.png);
        background-size: cover;
        transition: .2s;
    }
    .search_btn:hover {
        background: url(../images/search_btn_hover.png);
        background-size: cover;
    }
}

.cont03 {
    margin-top: 186px;
}
.cont03_text {
    margin-top: 70px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    font-weight: 400;
    color: #62481C;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.cont03_box {
    display: flex;
    justify-content: space-between;
    width: 1454px;
    height: 535px;
    margin: 70px auto 0;
    padding-left: 134px;
    background: url(../images/cont03_back1.png);
    background-repeat: no-repeat;
}
.cont03_box.box2 {
    padding-left: 0;
    height: 673px;
    background: url(../images/cont03_back2.png);
    background-repeat: no-repeat;
}
.cont03_box.box3 {
    height: 604px;
    background: url(../images/cont03_back3.png);
    background-repeat: no-repeat;
}

.cont03_box_left p:nth-of-type(1) {
    margin-top: 64px;
    font-size: 3.5rem;
    letter-spacing: 0.09em;
    font-weight: 400;
    color: #D5A96F;
    font-family: "Lora", serif;
}
.cont03_box_left p:nth-of-type(2) {
    margin-top: 20px;
}
.cont03_box_left p:nth-of-type(3) {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.09em;
    font-weight: 400;
    color: #62481C;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: justify;
}
.cont03_line {
    position: relative;
}
.cont03_line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -405px;
    transform: translateY(-50%);
    width: 375px;
    height: 3px;
    background: url(../images/cont03_box_line_left.png);
}
.box2 .cont03_line:before {
    background: inherit;
}
.box2 .cont03_line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -435px;
    transform: translateY(-50%);
    width: 546px;
    height: 3px;
    background: url(../images/cont03_box_line_right.png);
}

.cont03_box_right {
    padding-top: 95px;
}

.box2 .cont03_box_left {
    padding-right: 224px;
    order: 2;
}
.box2 .cont03_box_right {
    padding: 58px 84px 0 0;
    order: 1;
}

.box3 .cont03_box_right {
    padding-top: 86px;
    order: 1;
}
@media screen and (max-width:1021px){
    .cont03 {
        margin-top: 66px;
    }
    .cont03_text {
        margin-top: 30px;
        text-align: center;
        font-size: 1.5rem;
        letter-spacing: 0.09em;
    }
    .cont03_box {
        flex-direction: column;
        width: 100%;
        height: inherit;
        margin: 30px 0 0;
        padding: 0 0 50px 0;
        background: url(../images/sp_cont03_back1.png);
        background-repeat: no-repeat;
    }
    .cont03_box.box2 {
        margin-top: 60px;
        padding: 0 0 50px 0;
        height: inherit;
        background: url(../images/sp_cont03_back2.png);
        background-repeat: no-repeat;
    }
    .cont03_box.box3 {
        margin-top: 60px;
        height: inherit;
        background: url(../images/sp_cont03_back3.png);
        background-repeat: no-repeat;
    }
    .cont03_box_left {
        width: 80%;
        margin: auto;
        padding: 0 !important;
        order: 2;
    }
    .cont03_box_right {
        padding: 0 !important;
        text-align: center;
        order: 1;
    }
    .box2 .cont03_box_right img {
        width: 70%;
        height: auto;
    }
    .cont03_box_left p:nth-of-type(1) {
        margin-top: 20px;
        font-size: 3rem;
        letter-spacing: 0.09em;
        font-weight: 400;
        color: #D5A96F;
        font-family: "Lora", serif;
    }
    .cont03_box_left p:nth-of-type(2) {
        margin-top: 10px;
    }
    .cont03_box_left p:nth-of-type(3) {
        margin-top: 10px;
        font-size: 1.5rem;
        line-height: 32px;
        letter-spacing: 0.09em;
    }
    .box1 .cont03_box_left img {width: 112px;}
    .box2 .cont03_box_left img {width: 242px;}
    .box3 .cont03_box_left img {width: 134px;}

    .box1 .cont03_line:before,
    .box2 .cont03_line:before,
    .box3 .cont03_line:before {
        background: inherit;
    }
    .box1 .cont03_line:after,
    .box2 .cont03_line:after,
    .box3 .cont03_line:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 546px;
        height: 3px;
        background: url(../images/cont03_box_line_right.png);
    }
    .box1 .cont03_line:after {left: 150px;}
    .box2 .cont03_line:after {left: 280px;}
    .box3 .cont03_line:after {left: 170px;}
}



.cont04 {
    margin-top: 188px;
}
.cont04_box ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 80px auto 0;
}
.cont04_box ul li {
    position: relative;
    width: 256px;
    padding: 8px;
    text-align: center;
    background: #fff;
}
.cont04_box ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: .2s;
    z-index: 500;
}
.cont04_box ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
}
.cont04_box_inner {
    width: 100%;
    height: 100%;
    padding: 8px;
    border: 1px dashed  #D6AD7D;
}
.cont04_box_inner p {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    font-weight: 500;
    color: #62481C;
    font-family: "Zen Kaku Gothic New", sans-serif;
    z-index: 10;
}
.cont04_box_inner.no_img p {
    margin-top: 17px;
    font-size: 2.4rem;
    line-height: 139%;
    letter-spacing: 0;
    font-weight: 400;
}
@media screen and (max-width:1021px){
    .cont04 {
        margin-top: 64px;
    }
    .cont04_box ul {
        flex-wrap: wrap;
        width: 85%;
        margin: 40px auto 0;
    }
    .cont04_box ul li {
        position: relative;
        width: 46%;
        margin-bottom: 30px;
        padding: 8px;
        text-align: center;
        background: #fff;
    }
    .cont04_box_inner {
        padding: 25px 8px;
    }
    .no_banner .cont04_box_inner {
        padding: 8px;
    }
    .cont04_box_inner.no_img p {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin-top: inherit;
        font-size: 1.8rem;
        font-weight: 500;
    }
}

.cont05 {
    margin-top: 161px;
}
.cont05_box {
    width: 1020px;
    height: 619px;
    margin: 35px auto 0;
    padding-top: 20px;
    background: url(../images/movie_back.png);
}

.cont05_movie {
    width: 924px;
    height: 526px;
    margin: 30px auto 0;
  }
  .cont05_movie_inner_main {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .cont05_movie_inner_main iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  @media screen and (max-width:1021px){
    .cont05 {
        margin-top: 64px;
    }
    .cont05_box {
        width: 90vw;
        height: 55vw;
        margin: 35px auto 0;
        padding-top: 20px;
        background: url(../images/movie_back.png);
        background-size: cover;
    }
    .cont05_movie {
        width: 80vw;
        height: 55vw;
        margin: 2vw auto 0;
      }
  }

.cont06 {
    margin-top: 186px;
    padding: 73px 0 56px;
    background: url(../images/cont06_back.png);
}
.cont06 ul {
    display: flex;
    justify-content: space-between;
    width: 1132px;
    margin: auto;
}
.cont06 ul p:nth-of-type(1) {
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    font-weight: 500;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.cont06 ul p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    color: #EBD4B7;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.cont06 hr {
    border: 0;
    border-top: 1px solid #fff;
    width: 1682px;
    margin: 50px auto;
}
.cont06_copylight {
    margin-top: 6px;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    color: #fff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
}
@media screen and (max-width:1021px){
    .cont06 {
        margin-top: 80px;
        padding: 36px 0;
        background: url(../images/cont06_back.png);
    }
    .cont06 ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
    .cont06 ul li:not(:first-of-type) {
        margin-top: 20px;
    }
    .cont06 ul li a {
        display: flex;
        align-items: center;
    }
    .cont06 ul p:nth-of-type(1) {
        width: 160px;
        font-size: 1.5rem;
    }
    .cont06 ul p:nth-of-type(2) {
        margin-top: 0;
    }
    .cont06 hr {
        width: 80%;
        margin: 40px auto;
    }
    .cont06_copylight {
        margin-top: 0;
        font-size: 1.5rem;
        letter-spacing: 0.09em;
        color: #fff;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        text-align: center;
    }
}

/* btn_trigger */
.btn_trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -27px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    user-select: none;
    z-index: 1000;
  }
  .btn_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #AA8053;
    border-radius: 4px;
  }
  .btn_trigger, .btn_trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn_trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn_trigger span:nth-of-type(2) {
    top: 10px;
  }
  .btn_trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .btn_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .btn_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }