@CHARSET "UTF-8";

/* ------------------------------------common */
body {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: -apple-system, SimHei;
    letter-spacing: 1px;
    line-height: 1.6;
    background-color: #000;
}

@media screen and (max-width: 768px) {
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url(../imgs/m/bg.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        z-index: -1;
    }
}

.body_index {
    font-family: SimHei;
    font-weight: 500;
    font-style: normal;
}
@media screen and (min-width:769px) and ( max-width:1280px) {
    .body_index {
        min-width: 1280px;
    }
}

@media screen and (min-width:769px) and ( max-width:1280px) {
    .wrapp {
        width: 1280px;
        overflow-x: hidden;
    }
}

#nav_pc {
    background: #5D2B00;
    opacity: 0.86;
    position: relative;
    z-index: 2;
    border-bottom: 4px solid #E5CA71;
}

@media screen and (max-width: 768px) {
    #nav_pc {
        display: none;
    }
}

#nav_pc ul{
    display: flex;
    font-size: 22px;
    padding: 6px 0;
    text-align: center;
    margin: 0 auto;
    width: 740px;
    justify-content: space-between;
}

#nav_pc ul li{
    list-style: none;

}

#nav_pc ul a{
    color: #fff;
    text-decoration: none;
}

#movie {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    text-align: center;
    max-width: 1920px;
    min-height: 100%;
    margin-left: -960px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1041;
}

header nav {
    width: 321px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: 50%;
    text-align: center;
    margin-top: 150px;
    display: none ;
    z-index: 9999;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    header nav {
        width: 250px;
        margin-top: 50px;
    }
}

header nav .nav_list {
    margin-bottom: 34px;
}

header nav .nav_list li {
    text-align: center;
    margin-top: 13px;
}

header nav .nav_list li a {
    font-family: SimHei;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    header nav .nav_list li a {
        font-size: 20px;
    }
}

header a {
    transition: all .5s ease;
}

header a:hover {
    opacity: .7;
}

header .menu-title {
    text-align: center;
    display: block;
}

header .menu-title img {
    width: 230px;
}

@media screen and (max-width: 768px) {
    header .menu-title img {
        width: 50%;
    }
}

.entry_list {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 37px;
}

header nav .entry_list .mail {
    width: 133px;
}

@media screen and (max-width: 768px) {
    header nav .entry_list .mail {
        width: 41%;
    }
}

header nav .entry_list .line {
    width: 83px;
}

@media screen and (max-width: 768px) {
    header nav .entry_list .line {
        width: 25%;
    }
}

header nav .entry_list .twitter {
    width: 83px;
}

@media screen and (max-width: 768px) {
    header nav .entry_list .twitter {
        width: 25%;
    }
}

header nav .entry_list img {
    width: 100%;
    height: auto;
}

header nav .share_list {
    display: flex;
    justify-content: space-between;
    width: 265px;
    margin: 12px auto 37px;
}

@media screen and (max-width: 768px) {
    header nav .share_list {
        width: 82%;
    }
}

header nav .share_list .item {
    width: 83px;
}

@media screen and (max-width: 768px) {
    header nav .share_list .item {
        width: 31%;
    }
}

header nav .share_list img {
    width: 100%;
    height: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6E4216;
    /*background-image: url(../img_back/menu-bg.png);*/
    background-repeat: no-repeat;
    background-position: 10% 80%;
    display: none;
    z-index: 1041;
}

@media screen and (max-width: 768px) {
    .overlay {
        background-size: 550px;
        background-position: -230px 190px;
    }
}

.menu-btn {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: 500px;
    z-index: 30;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .menu-btn {
        right: 10px;
        left: auto;
        z-index: 1041;
        display: none;
    }
}

.menu-btn img {
    width: 85px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .menu-btn img {
        width: 50px;
    }
}

footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(93,43,0,.86);
    z-index: 11;
    font-size: 13px;
    font-family: SimHei;
    font-weight: 500;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 18px;
        line-height: 190%;
    }
}

footer ul {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5px;
    display: table;
}

@media screen and (max-width: 768px) {
    footer ul {
        direction: block;
        margin-bottom:20px;
    }
}

footer ul li {
    text-align: center;
    padding-left: 20px;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    footer ul li {
        text-align: center;
        padding-left: 20px;
        display: block;
    }
}

footer ul li a {
    color: #FFF;
    text-decoration: none;
}

footer ul li a:hover {
    color: #F00;
}

footer small {
    color: #909090;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) {
    footer small {
        color: #FFF;
    }
}

footer small a {
    color: #FFF;
    text-decoration: none;
}

footer small a:hover {
    color: #F00;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .body_index footer {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .contact-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 99;
        padding: 10px;
        box-sizing: border-box;
        transition: opacity .5s ease;
        opacity: 0;
        display: block !important;
    }
}

.contact-fixed.off,
.contact-fixed.on {
    opacity: 0 !important;
    display: none;
}

@media screen and (max-width: 768px) {
    .contact-fixed.off {
        opacity: 0 !important;
    }

    .contact-fixed.on {
        opacity: 1 !important;
    }

    .contact-fixed .box-table {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .contact-fixed img {
        width: 100%;
    }

    .contact-fixed .box-left {
        padding-right: 5px;
    }

    .contact-fixed .box-right {
        padding-left: 5px;
    }
}

.clear-both {
    clear: both;
}

.page-top {
    position: fixed;
    right: 50%;
    margin-right: -570px;
    bottom: 10px;
    z-index: 99;
    display: none;
}

@media screen and (max-width: 768px) {
    .page-top {
        right: 10px;
        bottom: 100px;
        margin-right: 0;
    }
}

.page-top img {
    width: 80px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .page-top img {
        width: 50px;
    }
}

.policy {
    margin-top: 100px;
}

/*
=================
その他プロパティ
=================
*/
.pc-none {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-none {
        display: none !important;
    }

    .pc-none {
        display: block;
    }
}

.box-table {
    display: table;
}

.box-left {
    display: table-cell;
}

.box-center {
    display: table-cell;
}

.box-right {
    display: table-cell;
}

.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

.valign-bottom {
    vertical-align: bottom;
}

.talign-left {
    text-align: left;
}

.talign-center {
    text-align: center;
}

.talign-right {
    text-align: right;
}

.reflection {
    position: relative;
    display: block;
    overflow: hidden;
}
.reflection :after {
    position: absolute;
    top: -100px;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: rgba(255, 253, 243, .7);
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
       -moz-animation: reflection 3s ease-in-out infinite;
        -ms-animation: reflection 3s ease-in-out infinite;
         -o-animation: reflection 3s ease-in-out infinite;
            animation: reflection 3s ease-in-out infinite;
}

/*追記　ボタン反射*/
@keyframes reflection {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg);
    }
    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg);
    }
    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg);
    }
    100% {
        opacity: 0;
        transform: scale(50) rotate(45deg);
    }
}

@-webkit-keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
    }
    80% {
        opacity: .5;
        -webkit-transform: scale(0) rotate(45deg);
    }
    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
    }
}

@-moz-keyframes reflection {
    0% {
        opacity: 0;
        -moz-transform: scale(0) rotate(45deg);
    }
    80% {
        opacity: .5;
        -moz-transform: scale(0) rotate(45deg);
    }
    81% {
        opacity: 1;
        -moz-transform: scale(4) rotate(45deg);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(50) rotate(45deg);
    }
}

@-ms-keyframes reflection {
    0% {
        opacity: 0;
        -ms-transform: scale(0) rotate(45deg);
    }
    80% {
        opacity: .5;
        -ms-transform: scale(0) rotate(45deg);
    }
    81% {
        opacity: 1;
        -ms-transform: scale(4) rotate(45deg);
    }
    100% {
        opacity: 0;
        -ms-transform: scale(50) rotate(45deg);
    }
}

@-o-keyframes reflection {
    0% {
        opacity: 0;
        -o-transform: scale(0) rotate(45deg);
    }
    80% {
        opacity: .5;
        -o-transform: scale(0) rotate(45deg);
    }
    81% {
        opacity: 1;
        -o-transform: scale(4) rotate(45deg);
    }
    100% {
        opacity: 0;
        -o-transform: scale(50) rotate(45deg);
    }
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* ------------------------------------contents */

/*
===================
共通スタイル
===================
*/
body {
    overflow-x: hidden;
}

.site-width {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .site-width {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .site-width.sec01 {
        padding: 0;
    }
}

/*
===================
section01
===================
*/
#section01 {
    height: 755px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    #section01 {
        height: auto;
        padding-bottom: 0;
    }
}

.sec01 {
    height: 690px;
}

@media screen and (max-width: 768px) {
    .sec01 {
        height: auto;
        margin-top: 3%;
    }
}

#section01 .logo {
    position: absolute;
    bottom:53px;
    left: 160px;
}

#section01 .btn-2y {
    position: absolute;
    width:86%;
    bottom:-50px;
	display:flex;
	justify-content: center;
}

#section01 .btn-2y a img {
	height: auto;
}

#section01 .btn-3y {
width:100%;
}

#section01 .btn-3y a {
	margin:0 auto;
}

#section01 .btn-3y a img {
	width:100%;
	height: auto;
}


#section01 #gift_member {
	display:flex;
	justify-content: center;
}



@media screen and (max-width: 768px) {
    #section01 .logo {
        position: static;
        margin-top: 43%;
        margin-bottom: 20px;
    }
	#section01 #btn-2y {
	    position: static;
		left: 1%;
		right: 1%;
	}
	#section01 #btn-2y a img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
}

#section01 .logo img {
    width: 700px;
    height: auto;
}

@media screen and (max-width: 768px) {
    #section01 .logo img {
        width: 96%;
        padding: 0 2%;
    }
}

@media screen and (max-width: 768px) {
    .sp-title img {
        width: 96%;
        padding: 0 2%;
    }
}

#section01 .item01 {
    padding-bottom: 5px;
    flex: none;
}

@media screen and (max-width: 768px) {
    #section01 .item01 {
        order: 2;
    }
}

#section01 .item02 {
    padding-bottom: 5px;
}

#section01 .bnr_box {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 300px;
    /*top: 485px;*/
    bottom: -50px;
    right: 0;
}

@media screen and (max-width: 768px) {
    #section01 .bnr_box {
        width: 96%;
        padding: 2%;
        position: static;
        background-color: rgba(0,0,0,.75);
    }
}

#section01 .bnr_box img {
    width: 100%;
    margin-bottom: 5px;
}

.bnr_box .slider_movie {
    width: 300px;
    height: 200px;
}

@media screen and (max-width: 768px) {
    .youtube-sp {
    height: 75vw;
    }
}

.bnr_box .slick-prev {
    width: 35px;
    height: 70px;
    top: 36%;
    left: 0;
    margin-left: -80px;
}

.bnr_box .slick-next {
    width: 35px;
    height: 70px;
    top: 36%;
    right: 0;
    margin-right: -80px;
}
#section01 .form-box {
    z-index: 10;
}

#section01 .form-box .flex_box {
    display: flex;
    justify-content: space-between;
}

#section01 .form-box .flex_box a {
    width: 146px;
    display: block;
}

@media screen and (max-width: 768px) {
    #section01 .form-box .flex_box a {
        width: 49%;
    }
}

#section01 .form-box .flex_box a img {
    width: 100%;
}

#section01 .form-box .box-left {
    padding-top: 5px;
}

#section01 .sec01-r-box {
    width: 300px;
    /*border:3px solid #E5CA71;*/
    /*background: #fff;*/
    text-align: center;
    padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
    #section01 .sec01-r-box {
        width: 100%;
        background: transparent;
        border:none;
    }
}

#section01 .bnr_box .sec01-r-icon {
    width: 92px;
    margin:0 auto;
}

@media screen and (max-width: 768px) {
    #section01 .bnr_box .sec01-r-icon {
        display: none;
    }
    #section01 .bnr_box .item01 {
        display: none;
    }
}

#section01 .form-box .sec01-r-box .flex_box {
    padding: 5px 3px;
}

/*
===================
bnr-flex-box
===================
*/
.bnr-flex-box {
    background: rgba(0,0,0,.75);
    padding: 20px;
    z-index: 10;
    position: relative;
    /*border-top: 2px solid #E5CA71;*/
    /*border-bottom: 2px solid #E5CA71;*/
}

.bnr-flex-box ul{
    display: flex;
    width: 900px;
    list-style: none;
    justify-content: space-between;
    margin:0 auto;
}
.bnr-flex-box li img{
    width: 235px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .bnr-flex-box {
        background-color: rgba(0,0,0,.75);
        border:none;
        overflow: hidden;
        width:100%;
        padding: 20px 0 10px;
    }
    .bnr-flex-box ul{
        width: 100%;
        padding-bottom:0;
    }

    .bnr-flex-box li img{
        margin:0 auto;
        width: 100%;
    }
    .bx-viewport{
        overflow:visible!important; /* 両サイドに前後の画像を表示させる */
        width: 96%;              /* 画像の幅（表示させる幅） */
        margin: 0 auto;             /* 画面中央にする */
    }
    .bnr-flex-box .slick-prev {
        left: 0;
        margin-left: -2%;
        width: 26px;
        height: 44px;
    }
    .bnr-flex-box .slick-next {
        right: 0;
        margin-right: -2%;
        width: 26px;
        height: 44px;
    }
}

/*
.bnrslider-wrapper {
    background: #000;
    padding: 20px;
    z-index: 10;
    position: relative;
    border-top: 2px solid #E5CA71;
    border-bottom: 2px solid #E5CA71;
}

@media screen and (max-width: 768px) {
    .bnrslider-wrapper {
      overflow: hidden;
      z-index: 100;
      padding: 0;
    }

    .bnrslider {
      position: relative;
      left: 3.5vw;
      overflow: visible !important;
    }

    .bnrslide {
      width: 90vw !important;
    }

    .bnrslider-wrapper {
      box-shadow: none;
      border: none;
      margin: 0;
    }
}
*/


/*
===================
section02
===================
*/

#section02 {
    position: relative;
    z-index: 10;
    padding: 137px 0 150px;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
}

@media screen and (max-width: 768px) {
    #section02 {
        padding: 24px 0 10px;
    }
}

#section02 .ttl {
    width: 512px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#section02 .questionnaire {
    background-color:white;
	max-width:475px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 768px) {
    #section02 .ttl {
        width: 100%;
    }
}

#section02 .ttl .ttl_bg {
    width: 100%;
    height: auto;
}


#section02 .ttl .ttl_txt {
    width: 232px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #section02 .ttl .ttl_txt {
        width: 45%;
        right: 5%;
    }
}

#section02 .twitter_box {
    width: 508px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section02 .twitter_box {
        width: 100%;
    }
}

#section02 .twitter_box .twitter {
    width: 100%;
    height: 580px;
    background-color: #fff;
    border: solid 5px #926d48;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #section02 .twitter_box .twitter {
        height: 406px;
    }
    #section02 .twitter_box .twitter iframe {
        height: 360px !important;
    }
}

#section02 .twitter_box .img_left {
    position: absolute;
    left: -417px;
    top: 88px;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

#section02 .twitter_box .img_right {
    position: absolute;
    right: -430px;
    z-index: 1;
    top: 98px;
    bottom: 0;
    margin: auto 0;
}

#section02 .twitter_box .btn {
    position: absolute;
    right: 17px;
    z-index: 2;
    top: 17px;

}


.youtube-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .youtube-sp {
    display: block;
    }
    .youtube-sp img{
        width: 100%;
        margin-top: 40px;
    }
    .youtube-sp .slick-prev {
    width: 38px;
    height: 70px;
    }
    .youtube-sp .slick-next {
    width: 38px;
    height: 70px;
    }
}
/*
===================
section03
===================
*/
#section03 {
    height: 1410px;
    position: relative;
    background-color: rgba(0, 0, 0, .75);
    overflow: hidden;
    z-index: 10;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    #section03 {
        height: auto;
        overflow: visible;
        padding-bottom: 22px;
    }
}

#section03 h1 {
    text-align: center;
    padding-top: 25px;
    position: relative;
    z-index: 15;
}

#section03 h1 img {
    width: 978px;
}

@media screen and (max-width: 768px) {
    #section03 h1 img {
        width: 100%;
    }
}

#section03 .sec03-bg {
    width: 100%;
    position: absolute;
    top: 139px;
    left: -309px;
    z-index: 10;
}

#section03 .item_box {
    width: 511px;
    position: absolute;
    color: #ffffff;
    margin-top: 50px;
    right: 0;
    z-index: 15;
}

@media screen and (max-width: 768px) {
    #section03 .item_box {
        width: 100%;
        position: static;
        margin-top: 0;
    }
}

#section03 .item_box h2 img {
    width: 100%;
}

#section03 .item_box .item_01 img {
    width: 100%;
    height: auto;
}

#section03 .item_box .text01 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #section03 .item_box .text01 {
        font-size: 15px;
    }
}

#section03 .item_box span {
    font-size: 14px;
/*  display: block; */
}

/*
===================
section04
===================
*/
#section04 {
    background-color: rgba(0,0,0,.75);
    background-size: 100% auto;
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
    overflow-x: hidden;
	overflow-y: hidden;
}

#section04 .btn_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 20;
}

#section04 .lead {
    padding-bottom: 27px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #section04 .lead {
        padding-bottom: 10px;
    }
}

#section04 .lead p {
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #section04 .lead p {
        font-size: 15px;
    }
}

/*#section04 .bg_01 {
    position: absolute;
    top: 80px;
    right: -522px;
    z-index: 19;
}

#section04 .bg_02 {
    position: absolute;
    top: 256px;
    left: -200px;
    z-index: 19;
}*/

#section04 .bg_01 {
    position: absolute;
    top: 97px;
    right: -257px;
    z-index: -1;
}

#section04 .bg_02 {
    position: absolute;
    top: 133px;
    left: -118px;
    z-index: 19;
}

#section04 h1 {
    text-align: center;
    display: block;
    z-index: 20;
    position: relative;
    padding-bottom: 23px;
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section04 h1 {
        width: 100%;
        padding-bottom: 7px;
    }
}

#section04 h1 img {
    width: 100%;
}

#section04 .slider01 {
    position: relative;
    width: 100%;
    z-index: 20;
}

@media screen and (max-width: 768px) {
    #section04 .slider01 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }
}

.bxslider img{
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section04 .slider01 ul {
        left: 50%;
        margin-left: -191px;
    }
}

#section04 .slider01 li img {
    width: 716px;
    height: auto;
}

@media screen and (max-width: 768px) {
    #section04 .slider01 ul {
        margin-left: -171px;
    }
    #section04 .slider01 li {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #section04 .slider01 li img {
        margin-left: 10px;
    }
}


/*
===================
section05
===================
*/
#section05 {
    height: 939px;
    position: relative;
    background: url(../img_back/sec05-bg.jpg) no-repeat top;
    background-size: auto 100%;
    z-index: 10;
    padding-top: 185px;
}

@media screen and (max-width: 768px) {
    #section05 {
        height: auto;
        padding-top: 44px;
    }
}

#section05 h1 {
    text-align: center;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 768px) {
    #section05 h1 {
        padding-bottom: 5px;
    }
}

#section05 h1 img {
    width: 350px;
    height: auto;
}

@media screen and (max-width: 768px) {
    #section05 h1 img {
        width: 100%;
    }
}

.sec06-bg1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.slide-top {
    position: absolute;
    z-index: 11;
}

.slide-bg {
    position: absolute;
    z-index: 10;
}

.slider02 {
    position: absolute;
    width: 100%;
    top: 230px;
    /*  left: 0; */
    z-index: 20;
}


.slider-box {
    position: relative;
    top: -50px;
}

@media screen and (max-width: 768px) {
    .slider-box {
        top: 0;
    }
}

.slider-box li {
    position: relative;
    width: 768px !important;
    height: 806px;
    left: 50%;
    margin-left: -384px;
    /*  border: 1px solid #ffffff; */
}

@media screen and (max-width: 768px) {
    .slider-box li {
        width: 100% !important;
        height: auto;
        margin-left: 0;
        left: 0;
    }
}

.slick-track {
    height: 841px;
}
@media screen and (max-width: 768px) {
    .slick-track {
        height: auto;
    }
}

.slick-slider {
    padding-bottom: 30px;
}

/*左右の矢印の位置を変える*/
@keyframes arrow_prev_slick {
    0% {
        left: 25.5%;
    }
    50% {
        left: 25%;
    }
    100% {
        left: 25.5%;
    }
}

@keyframes arrow_next_slick {
    0% {
        right: 25.5%;
    }
    50% {
        right: 25%;
    }
    100% {
        right: 25.5%;
    }
}

@media screen and (max-width: 1750px) {
    @keyframes arrow_prev_slick {
        0% {
            left: 20.5%;
        }
        50% {
            left: 20%;
        }
        100% {
            left: 20.5%;
        }
    }

    @keyframes arrow_next_slick {
        0% {
            right: 20.5%;
        }
        50% {
            right: 20%;
        }
        100% {
            right: 20.5%;
        }
    }
}
@media screen and (max-width: 1500px) {
    @keyframes arrow_prev_slick {
        0% {
            left: 15.5%;
        }
        50% {
            left: 15%;
        }
        100% {
            left: 15.5%;
        }
    }

    @keyframes arrow_next_slick {
        0% {
            right: 15.5%;
        }
        50% {
            right: 15%;
        }
        100% {
            right: 15.5%;
        }
    }
}
@media screen and (max-width: 1300px) {
    @keyframes arrow_prev_slick {
        0% {
            left: 10.5%;
        }
        50% {
            left: 10%;
        }
        100% {
            left: 10.5%;
        }
    }

    @keyframes arrow_next_slick {
        0% {
            right: 10.5%;
        }
        50% {
            right: 10%;
        }
        100% {
            right: 10.5%;
        }
    }
}

@media screen and (max-width: 768px) {
    @keyframes arrow_prev_slick {
        0% {
            left: 0.5%;
        }
        50% {
            left: 1%;
        }
        100% {
            left: 0.5%;
        }
    }

    @keyframes arrow_next_slick {
        0% {
            right: 0.5%;
        }
        50% {
            right: 1%;
        }
        100% {
            right: 0.5%;
        }
    }
}
.slick-next {
    width: 58px;
    height: 100px;
    text-indent: -99999px;
    position: absolute;
    top: 40%;
    right: 25%;
    z-index: 100;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../imgs/p1/right.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    outline: none;
    animation: arrow_next_slick 1s infinite;
    cursor: pointer;
}
@media screen and (max-width: 1750px) {
    .slick-next {
        right: 20%;
    }
}
@media screen and (max-width: 1500px) {
    .slick-next {
        right: 15%;
    }
}
@media screen and (max-width: 1300px) {
    .slick-next {
        right: 10%;
    }
}
@media screen and (max-width: 768px) {
    .slick-next {
        width: 45px;
        height: 78px;
        right: 1%;
        top: 50%;
        transform: translateY(-50%);
    }
}
.slick-prev {
    width: 58px;
    height: 100px;
    text-indent: -99999px;
    position: absolute;
    top: 40%;
    left: 5%;
    z-index: 100;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../imgs/p1/left.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    outline: none;
    animation: arrow_prev_slick 1s infinite;
    cursor: pointer;
}
@media screen and (max-width: 1750px) {
    .slick-prev {
        left: 20%;
    }
}
@media screen and (max-width: 1500px) {
    .slick-prev {
        left: 15%;
    }
}
@media screen and (max-width: 1300px) {
    .slick-prev {
        left: 10%;
    }
}
@media screen and (max-width: 768px) {
    .slick-prev {
        width: 45px;
        height: 78px;
        left: 1%;
        top: 50%;
        transform: translateY(-50%);
    }
}
.slick-item {
    width: 538px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}
@media screen and (max-width: 768px) {
    .slick-item {
        width: 100%;
        position: static;
    }
}
.slick-text {
    position: absolute;
    bottom: 116px;
    left: 0;
    z-index: 12;
    opacity: 0;
    width: 451px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .slick-text {
        width: 100%;
        bottom: 0;
    }
}

.slick-dots {
    position: absolute;
    bottom: 95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 30;
}

@media screen and (max-width: 768px) {
    .slick-dots {
        bottom: 0;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px !important;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    left: 0 !important;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .slick-dots li {
        margin: 0;
    }
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '●';
    text-align: center;
    opacity: 1;
    background-color: #C39600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
}
.slick-dots .slick-active button:before {
    opacity: 1;
    background-color: #FFE58D;
}

/*
===================
section06
===================
*/

#section06 {
    background: url(../img_back/sec06-bg00.png) no-repeat top rgba(0,0,0,.75);
    background-size: 100% auto;
    padding: 134px 0 0;
    position: relative;
    z-index: 10;
    width:100%;
}

#section06 .site-width {
    position: relative;
    padding-bottom: 192px;
}

@media screen and (max-width: 768px) {
    #section06 .site-width {
        padding-bottom: 80px;
    }
}

#section06 h1 {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 12px;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 768px) {
    #section06 h1 {
        width: 100%;
    }
}

#section06 h1 img {
    width: 100%;
    height: auto;
}

#section06 .txt {
    width: 420px;
    margin: 0 auto;
    padding-bottom: 12px;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 768px) {
    #section06 .txt {
        width: 100%;
    }
}

#section06 .txt img {
    width: 100%;
    height: auto;
}

#section06 .content {
    width: 469px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 768px) {
    #section06 .content {
        width: 100%;
    }
}

#section06 .content img {
    width: 100%;
    height: auto;
}

#section06 .sec06-bg1 {
    width: 902px;
    position: absolute;
    bottom: 0;
    left: -256px;
    z-index: 10;
}

#section06 .sec06-bg1 img {
    width: 100%;
    height: auto;
}

#section06 .sec06-bg2 {
    width: 740px;
    position: absolute;
    top: -254px;
    right: -324px;
    z-index: 10;
}

#section06 .sec06-bg2 img {
    width: 100%;
    height: auto;
}

#section06 .sec06-bg3 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
}

#section06 .sec06-bg3 img {
    width: 100%;
}

/*
===================
section07
===================
*/

#section07 {
    position: relative;
    z-index: 10;
    padding: 110px 0 80px;
    background: url(../img_back/sec07-bg01.jpg) no-repeat top;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #section07 {
        padding: 50px 0;
    }
}

#section07 .site-width {
    width: 964px;
    background-color: rgba(0,0,0,.75);
    border: solid 5px #E5CA71;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 36px 0 48px;
}

@media screen and (max-width: 768px) {
    #section07 .site-width {
        width: 100%;
        border: none;
        padding: 15px 10px 10px;
        box-sizing: border-box;
    }
}

#section07 h1 {
    width: 470px;
    margin: 0 auto 39px;
}

@media screen and (max-width: 768px) {
    #section07 h1 {
        width: 100%
    }
}

#section07 h1 img {
    width: 100%;
    height: auto;
}

#section07 .lead {
    color: #fff;
    font-size: 20px;
    padding-bottom: 25px;
    width: 870px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section07 .lead {
        width: 95%;
        font-size: 15px;
    }
}

#section07 .deadline {
    width: 420px;
    margin: 0 auto 18px;
}

@media screen and (max-width: 768px) {
    #section07 .deadline {
        width: 100%;
    }
}

#section07 .deadline img {
    width: 100%;
    height: auto;
}

#section07 .detail_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 911px;
    margin: 0 auto 39px;
}

@media screen and (max-width: 768px) {
    #section07 .detail_box {
        width: 100%;
        overflow: hidden;
    }
}

#section07 .detail_box .detail {
    width: 503px;
    height: auto;
}

@media screen and (max-width: 768px) {
   #section07 .detail_box .detail {
        width: 100%
   }
}

#section07 .detail_box .bg {
    width: 408px;
    height: auto;
}

#section07 .step_box {
    width: 860px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 42px;
    list-style: none;
}

@media screen and (max-width: 768px) {
    #section07 .step_box {
        width: 100%;
        flex-direction: column;
        margin-bottom: 6px;
    }
}

#section07 .step_box .item {
    width: 416px;
    background-color: #fff;
    border: solid 5px #E5CA71;
    text-align: center;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    #section07 .step_box .item {
        width: 100%;
        box-sizing: border-box;
    }

    #section07 .step_box .item:nth-of-type(1) {
        margin-bottom: 5px;
    }
}

#section07 .step_box .ttl {
    width: 300px;
    margin: 0 auto 8px;
}

@media screen and (max-width: 768px) {
    #section07 .step_box .ttl {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

#section07 .step_box .ttl img {
    width: 100%;
    height: auto;
}

#section07 .step_box .txt {
    width: 300px;
    margin: 0 auto 8px;
}

@media screen and (max-width: 768px) {
    #section07 .step_box .txt {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

#section07 .step_box .txt img {
    width: 100%;
    height: auto;
}

#section07 .step_box .content {
    width: 327px;
    height: 195px;
    text-align: center;
    margin: 0 auto 12px;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    #section07 .step_box .content {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

#section07 .step_box .content img {
    width: 179px;
    height: auto;
}

#section07 .step_box .btn {
    width: 300px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section07 .step_box .btn {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

#section07 .step_box .btn img {
    width: 100%;
    height: auto;
}

#section07 .attention {
    width: 870px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section07 .attention {
        width: 100%;
    }
}

#section07 .attention .ttl {
    font-size: 27px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #section07 .attention .ttl {
        font-size: 22px;
    }
}

#section07 .attention .txt {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #section07 .attention .txt {
        font-size: 13px;
    }
}

/*
===================
section08
===================
*/
#section08 {
    position: relative;
    /*background: url(../img/sec06-bg00.png) no-repeat top rgba(0,0,0,.75);*/
    background:  rgba(0,0,0,.75);
    background-size: 100% auto;
    overflow: hidden;
    z-index: 10;
    padding: 100px 0 95px;
}

@media screen and (max-width: 768px) {
    #section08 {
        padding: 30px 0 90px;
    }
}

#section08 .sec08-items {
    width: 467px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #section08 .sec08-items {
        width: 100%;
    }
}

#section08 .sec08-item {
    margin-bottom: 38px;
}

#section08 .sec08-item img {
    width: 100%;
}

#section08 .btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 400px;
    margin: 0 auto;
}

#section08 .btn_box img{
    width: 197px;
}

@media screen and (max-width: 768px) {
    #section08 .btn_box {
        width: 100%;
    }
    #section08 .btn_box a {
        width: 49%;
    }
    #section08 .btn_box img {
        width: 100%;
    }
}

#section08 .btn_box .mail {
    width: 400px;
    height: auto;
    margin-bottom: 13px;
    display: block;
}

@media screen and (max-width: 768px) {
    #section08 .btn_box .mail {
        width: 100%;
    }
}

#section08 .btn_box .mail img {
    width: 100%;
}

#section08 .btn_box .line,
#section08 .btn_box .twitter {
    width: 194px;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    #section08 .btn_box .line,
    #section08 .btn_box .twitter {
        width: 48%;
    }
}

#section08 .btn_box .line img,
#section08 .btn_box .twitter img {
    width: 100%;
}


/* ------------- css未調整  ------------- */

/*
===================
フォーム
===================
*/
#form-bg {
    background-image: url(../img_back/pre-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
    #form-bg {
        background-image: none;
    }
}

#form {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -250px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
    #form {
        width: 100%;
        position: static;
        max-width: 320px;
        margin: 50px auto;
    }
}

#form h3 {
    color: #ffffff;
    font-size: 27px;
    text-align: center;
    padding: 8px;
    display: block;
    border-radius: 8px 8px 0px 0px;
    background-color: #909090;
}

.sub-form {
    padding: 25px;
    word-break: break-all;
}

.sub-form .title {
    color: #747474;
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.sub-form .input-text {
    margin-top: 5px;
}

.sub-form .input-text input {
    width: 100%;
    font-size: 21px;
    padding: 10px;
    box-sizing: border-box;
}

.err {
    font-size: 14px;
    color: #FF5252;
}

.sub-form .box-table {
    width: 280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sub-form .box-table {
        width: 100%;
        margin-top: 20px;
        display: block;
    }
}

.sub-form .box-left {
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .sub-form .box-left {
        display: block;
        padding-right: 0;
    }

    .sub-form .box-right {
        display: block;
    }
}

.sub-form .text01 {
    color: #747474;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 20px;
    display: block;
}

.sub-form .check-btn {
    margin-top: 20px;
}

.sub-form .check-btn input {
    width: 100%;
    font-size: 21px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px;
    border: none;
    background-color: #FF8F2F;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.input-text02 {
    color: #1580CE;
    font-size: 21px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .input-text02 {
        word-break: break-all
    }
}

.text02 {
    color: #1580CE;
    font-size: 21px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
}

.text03 {
    font-size: 14px;
    color: #747474;
    letter-spacing: 0px;
    margin-top: 20px;
    display: block;
}

.text04 {
    font-size: 14px;
    color: #FF5252;
    letter-spacing: 0px;
    display: block;
}

.sub-form .send-btn {
    width: 150px;
    font-size: 21px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px;
    border: none;
    background-color: #909090;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .sub-form .send-btn {
        width: 100%;
        margin-top: 20px;
    }
}

.sub-form .send-btn:hover {
    width: 150px;
    font-size: 21px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px;
    border: none;
    background-color: #FF8F2F;
}

@media screen and (max-width: 768px) {
    .sub-form .send-btn:hover {
        width: 100%;
    }
}

.sub-form .thanks-btn {
    width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.sub-form .thanks-btn input {
    width: 100%;
    font-size: 21px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px;
    border: none;
    background-color: #FF8F2F;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.sub-form .twitter-btn {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sub-form .twitter-btn {
        width: 100%;
    }
}

.sub-form .twitter-btn input {
    width: 100%;
    font-size: 21px;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px;
    border: none;
    background-color: #FF8F2F;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.sub-form .mtop {
    margin-top: 20px;
}

.radio02-input {
    display: none;
}

.radio02-input+label {
    color: #ffffff;
    width: 120px;
    padding: 10px 10px 10px 30px;
    position: relative;
    border-radius: 20px;
    background-color: #D0A83C;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    display: block;
}

@media screen and (max-width: 768px) {
    .radio02-input+label {
        width: auto;
        margin-top: 20px;
    }
}

.radio02-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background-color: #ffffff;
    border-radius: 50%;
}

.radio02-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 13px;
    width: 11px;
    height: 11px;
    background: #FF8F2F;
    border-radius: 50%;
}

#subcontent-bg {
    background-image: url(../img_back/bg-lowerpage.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #subcontent-bg {
        background-position: right;
    }

    #subcontent-bg #contents {
        padding: 0px 10px;
    }

    #contents.form {
        padding: 0 10px;
    }
}

.sub-content {
    width: 100%;
    max-width: 1000px;
    color: #ffffff;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    background-color: rgba(0,0,0,0.7);
}

@media screen and (max-width: 768px) {
    .sub-content {
        width: auto;
        max-width: none;
        margin-top: 30px;
    }
}

.sub-content h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.sub-content strong {
    font-size: 18px;
    margin-top: 20px;
    display: block;
}

.sub-content p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
}

.sub-content ol {
    margin-left: 20px;
}

.sub-content ul {
    list-style-type: none;
}

.sub-content a {
    color: #ffffff;
}

.sub-content a:hover {
    color: #fff000;
}
