@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    position: relative;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    color: #555;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html,
body {
    height: 100%;
}

body.overflowhidden {
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 767px) {
    body {
        width: 100vw;
        min-width: 100vw;
        overflow-x: hidden;
    }
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.7em;
}

/* Link ---------------*/
a {
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

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

a:hover {
    text-decoration: none;
    color: #808080;
}

a:focus,
textarea:focus,
input:focus {
    border: none;
    outline: none;
}

a:active {
    border: none;
    outline: none;
}





/*========================================

  main

========================================*/

.inr_cont {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inr_cont {
        width: 86%;
    }
}



/*===== 画像スクロールアニメーション =====*/
.img-animation {
    animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    position: relative;
}

.img-animation:before {
    animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes img-opacity {
    0% {
        opacity: 0;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(100%);
    }
}


main {
    text-align: center;
}



.ancher {
    display: block;
}

@media screen and (max-width: 767px) {
    .ancher {
        display: inline;
    }
}


.anckerlink {
    position: relative;
    z-index: -1;
    display: block;
    margin-top: -80px;
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    .anckerlink {
        display: block;
        margin-top: -14vw;
        padding-top: 14vw;
    }
}

img {
    max-width: 100%;
    height: auto;
    transition: .3s;
    vertical-align: bottom;
}

a:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}

.spblock {
    display: none !important;
}

.pcblock {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .spblock {
        display: block !important;
    }

    .pcblock {
        display: none !important;
    }
}


.blocklink {
    cursor: pointer;
    transition: .3s;
}

.blocklink:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}





/*========================================

  header

========================================*/

header {
    position: relative;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    transition: 1s;
}

header.active {
    background-color: rgba(0, 0, 0, 0.5);
}


header ul,
header li {
    margin: 0;
    padding: 0;
}

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

header .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .inner .btn {
    margin-left: 60px;
}

header .inner .btn a {
    display: block;
    width: 340px;
    color: #fff;
    font-size: 20px;
    line-height: 100px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #b69c4e;
    outline: 1px solid #fff;
    outline-offset: -8px;
    transition: .3s;
}

header .inner .btn a:hover {
    background-color: #a2811e;
}

@media screen and (max-width: 767px) {
    header {
        width: 100%;
        margin: 0 auto;
    }

    header .inner {
        width: 100%;
        margin: 0 auto;
    }


    header .inner .btn {
        margin-left: 0px;
    }

    header .inner .btn a {
        width: auto;
        font-size: 4vw;
        line-height: 1em;
        outline-offset: -4px;
        padding: 1.2em;
    }

    header .inner .btn a span {
        display: none;
    }

    header.active {
        background: none;
    }
}



nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    margin-left: 40px;
}

nav ul li a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

nav ul li a:hover {
    color: #e5dcc0;
    transition: .3s;
}

@media screen and (min-width: 768px) {
    nav li.spnav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    nav {
        position: fixed;
        z-index: 10;
        top: 0;
        left: -100vw;
        bottom: 0;
        overflow-y: auto;
        width: 100vw;
        padding-top: 16vw;
        padding-bottom: 0;
        transition: .5s;
        border: none;
        background: rgba(255, 255, 255, .9);
    }

    nav.is-fixed {
        position: fixed;
        z-index: 2;
        left: auto;
        width: 70%;
    }

    nav.active {
        left: 0;
    }

    nav ul {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        padding-left: 10vw;
    }

    nav ul li {
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
        padding: 2vw;
        border: none;
    }

    nav ul li a {
        font-size: 4.4vw;
        line-height: 1em;
        display: block;
        height: auto;
        padding: 4vw;
        color: #333;
    }
}



/* #panel-btn */
.panel-wrap {
    position: fixed;
    z-index: 99999;
    top: 8vw;
    left: 5vw;
    display: inline-block;
    padding: 0;
    transition: .5s;
    color: #fff;
}

.panel-wrap.active {
    background: none;
}

@media screen and (min-width: 768px) {
    .panel-wrap {
        display: none;
    }
}

#panel-btn {
    position: relative;
    width: 8vw;
    height: 8vw;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

#panel-btn li {
    margin: 0;
    padding: 0;
}

#panel-btn-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8vw;
    height: 2px;
    margin: 0;
    transition: .4s;
    background: #000;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8vw;
    height: 2px;
    content: "";
    transition: .3s;
    background: #000;
}

#panel-btn-icon:before {
    margin-top: -10px;
}

#panel-btn-icon:after {
    margin-top: 8px;
}

#panel-btn.closepanel #panel-btn-icon {
    background: transparent;
}

#panel-btn.closepanel #panel-btn-icon:before,
#panel-btn.closepanel #panel-btn-icon:after {
    margin-top: 0;
}

#panel-btn.closepanel #panel-btn-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}

#panel-btn.closepanel #panel-btn-icon:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #000;
}





/*========================================

  index

========================================*/
#index {
    background-image: url(../../img/bg.png);
    background-repeat: repeat;
}

#hero {
    background-image: url(../../img/hero_pc.jpg);
    background-size: cover;
    position: relative;
    height: 100vh;
    min-height: 700px;
}

#hero span img {
    width: 100%;
    margin: 0 auto;
}

#hero h1 {
    position: absolute;
    top: 12.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#hero h1 img {
    width: 27vw;
}

@media screen and (max-width: 767px) {
    #hero {
        background-image: url(../../img/hero_sp.jpg);
        height: 163vw;
        min-height: auto;
    }

    #hero h1 {
        top: 40vw;
    }

    #hero h1 img {
        width: 70vw;
    }
}



/* 共通 ---------------*/
h2 {
    position: relative;
    font-size: 50px;
    letter-spacing: 3px;
}

h2 span {
    display: block;
    font-size: 20px;
}

h2::before {
    position: absolute;
    content: "";
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 1200px;
    height: 75px;
    background-image: url(../../img/mizubiki_ttl_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 8vw;
        letter-spacing: 2px;
    }

    h2 span {
        font-size: 4vw;
    }

    h2::before {
        top: -15vw;
        display: block;
        background-image: url(../../img/mizubiki_ttl_sp.svg);
        width: 100vw;
        height: 9vw;
        background-size: cover;
    }
}




#sec001 {
    padding-top: 1px;
}

/* sec001 ---------------*/
#sec001 .base_box {
    position: relative;
    max-width: 1720px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1720px) {
    #sec001 .base_box .photo {
        width: calc(100vw - 500px);
        min-width: 700px;
    }
}

@media screen and (max-width: 767px) {
    #sec001 .base_box {
        max-width: 90%;
        min-width: auto;
        flex-direction: column-reverse;
    }

    #sec001 .base_box .photo {
        width: 100vw;
        min-width: auto;
        margin-top: 10vw;
        margin-left: -5vw;
    }
}



#sec001 .base_box .txt {
    writing-mode: vertical-rl;
    text-align: left;
}

#sec001 .base_box .txt strong {
    display: block;
    font-size: 50px;
    letter-spacing: 2px;
    padding-left: .6em;
}

#sec001 .base_box .txt p {
    font-size: 20px;
    line-height: 2em;
}

@media screen and (max-width: 1500px) {
    #sec001 .base_box .txt strong {
        font-size: 45px;
    }

    #sec001 .base_box .txt p {
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    #sec001 .base_box .txt strong {
        font-size: 8vw;
    }

    #sec001 .base_box .txt p {
        font-size: 4vw;
    }
}



#sec001 .base_a {
    margin-top: 220px;
}

#sec001 .base_a::after,
#sec001 .base_c::after {
    position: absolute;
    content: "";
    top: -130px;
    right: 50px;
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../../img/mizubiki_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#sec001 .base_a .txt,
#sec001 .base_c .txt {
    margin-right: 190px;
}


#sec001 .kome {
    font-size: 14px;
    margin-top: 85px;
}

@media screen and (max-width: 767px) {

    #sec001 .base_a {
        margin-top: 30vw;
    }

    #sec001 .base_a::after,
    #sec001 .base_c::after {
        top: -20vw;
        right: 0px;
        width: 40vw;
        height: 40vw;
        background-size: cover;
    }

    #sec001 .base_a .txt,
    #sec001 .base_c .txt {
        margin-top: 7vw;
        margin-right: 25vw;
    }

    #sec001 .kome {
        font-size: 2.8vw;
        margin-top: 7vw;
        text-align: left;
        margin-right: 0;
        margin-left: 5vw;
    }
}


#sec001 .img_box_a {
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
    height: 390px;
    margin-top: -50px;
}

#sec001 .img_box_a .s1 {
    position: absolute;
    bottom: 0;
    left: 260px;
}

#sec001 .img_box_a .s2 {
    position: absolute;
    bottom: 40px;
    left: 500px;
}

#sec001 .img_box_a .s3 {
    position: absolute;
    bottom: 0;
    left: 740px;
}

#sec001 .img_box_a .s4 {
    position: absolute;
    top: 0;
    right: 160px;
}




@media screen and (max-width: 1720px) {
    #sec001 .img_box_a img {
        width: 100%;
    }

    #sec001 .img_box_a .s1 {
        left: 3vw;
    }

    #sec001 .img_box_a .s2 {
        left: 18vw;
    }

    #sec001 .img_box_a .s3 {
        left: 33vw;
    }

    #sec001 .img_box_a .s1,
    #sec001 .img_box_a .s2,
    #sec001 .img_box_a .s3 {
        width: 13vw;
        min-width: 155px;
    }

    #sec001 .img_box_a .s4 {
        width: 35vw;
        min-width: 420px;
        right: 10vw;
    }
}

@media screen and (max-width: 1400px) {
    #sec001 .img_box_a .s4 {
        top: 7vw;
    }
}

@media screen and (max-width: 1200px) {
    #sec001 .img_box_a .s1 {
        left: 40px;
    }

    #sec001 .img_box_a .s2 {
        left: 220px;
    }

    #sec001 .img_box_a .s3 {
        left: 400px;
    }

    #sec001 .img_box_a .s4 {
        top: 100px;
        right: 120px;
    }
}


@media screen and (max-width: 767px) {

    #sec001 .img_box_a {
        height: 85vw;
        margin-top: 10vw;
    }

    #sec001 .img_box_a .s1 {
        bottom: 0;
        left: 5vw;
    }

    #sec001 .img_box_a .s2 {
        bottom: 5vw;
        left: 35vw;
    }

    #sec001 .img_box_a .s3 {
        bottom: 0;
        left: 65vw;
    }

    #sec001 .img_box_a .s4 {
        top: 0;
        right: 5vw;
    }


    #sec001 .img_box_a .s4 {
        width: 70vw;
        min-width: 70vw;
    }

    #sec001 .img_box_a .s1,
    #sec001 .img_box_a .s2,
    #sec001 .img_box_a .s3 {
        width: 25vw;
        min-width: 25vw;
        height: 25vw;
    }

    #sec001 .img_box_a .s1 img,
    #sec001 .img_box_a .s2 img,
    #sec001 .img_box_a .s3 img,
    #sec001 .img_box_a .s4 img {
        width: 100%;
    }

}



#sec001 .base_b,
#sec001 .base_d {
    flex-direction: row-reverse;
    margin-top: 240px;
}

#sec001 .base_b::after,
#sec001 .base_d::after {
    position: absolute;
    content: "";
    top: -130px;
    left: 50px;
    display: block;
    width: 230px;
    height: 230px;
    background-image: url(../../img/mizubiki_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#sec001 .base_b .txt,
#sec001 .base_d .txt {
    margin-left: 160px;
}


@media screen and (max-width: 767px) {

    #sec001 .base_b,
    #sec001 .base_d {
        flex-direction: column-reverse;
        margin-top: 30vw;
    }

    #sec001 .base_b::after,
    #sec001 .base_d::after {
        top: -20vw;
        left: 0;
        width: 40vw;
        height: 40vw;
        background-size: cover;
    }

    #sec001 .base_b .txt,
    #sec001 .base_d .txt {
        margin-top: 7vw;
        margin-left: 0;
        margin-right: 15vw;
    }
}



#sec001 .img_box_b {
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
    height: 500px;
    margin-top: -100px;
}

#sec001 .img_box_b .s1 {
    position: absolute;
    top: 0;
    left: 450px;
}

#sec001 .img_box_b .s2 {
    position: absolute;
    bottom: 0;
    right: 440px;
}

#sec001 .img_box_b .s3 {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

@media screen and (max-width: 1720px) {
    #sec001 .img_box_b {
        height: 40vw;
    }

    #sec001 .img_box_b img {
        width: 100%;
    }

    #sec001 .img_box_b .s1 {
        width: 25vw;
        top: 3vw;
        left: 25vw;
    }

    #sec001 .img_box_b .s2 {
        bottom: 5vw;
        right: 26vw;
    }

    #sec001 .img_box_b .s3 {
        bottom: 10vw;
        right: 3vw;
    }

    #sec001 .img_box_b .s2,
    #sec001 .img_box_b .s3 {
        width: 20vw;
    }
}

@media screen and (max-width: 1200px) {
    #sec001 .img_box_b .s1 {
        width: 300px;
        top: 30px;
        left: 300px;
    }

    #sec001 .img_box_b .s2 {
        right: 300px;
    }

    #sec001 .img_box_b .s3 {
        bottom: 50px;
        right: 30px;
    }

    #sec001 .img_box_b .s2,
    #sec001 .img_box_b .s3 {
        width: 240px;
    }
}

@media screen and (max-width: 767px) {

    #sec001 .img_box_b {
        height: 120vw;
        margin-top: 10vw;
    }

    #sec001 .img_box_b .s1 {
        top: 0;
        left: 10vw;
        width: 50vw;
    }

    #sec001 .img_box_b .s2 {
        bottom: 0;
        right: 50vw;
        width: 40vw;
    }

    #sec001 .img_box_b .s3 {
        bottom: 10vw;
        right: 5vw;
        width: 40vw;
    }
}


#sec001 .base_c {
    margin-top: 280px;
}

#sec001 .img_box_c {
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
    height: 460px;
    margin-top: -50px;
}

#sec001 .img_box_c .s1 {
    position: absolute;
    bottom: 90px;
    left: 500px;
}

#sec001 .img_box_c .s2 {
    position: absolute;
    bottom: 0;
    left: 740px;
}

#sec001 .img_box_c .s3 {
    position: absolute;
    top: 0;
    right: 150px;
}

@media screen and (max-width: 1720px) {
    #sec001 .img_box_c {
        height: 30vw;
    }


    #sec001 .img_box_c img {
        width: 100%;
    }

    #sec001 .img_box_c .s1 {
        bottom: 5vw;
        left: 10vw;
    }

    #sec001 .img_box_c .s2 {
        left: 26vw;
    }

    #sec001 .img_box_c .s3 {
        width: 35vw;
        top: 8vw;
        right: 10vw;
    }

    #sec001 .img_box_c .s1,
    #sec001 .img_box_c .s2 {
        width: 13vw;
    }
}

@media screen and (max-width: 1200px) {
    #sec001 .img_box_c .s1 {
        bottom: 50px;
        left: 100px;
    }

    #sec001 .img_box_c .s2 {
        left: 330px;
    }

    #sec001 .img_box_c .s3 {
        width: 480px;
        top: 100px;
        right: 100px;
    }

    #sec001 .img_box_c .s1,
    #sec001 .img_box_c .s2 {
        width: 180px;
    }
}


@media screen and (max-width: 767px) {
    #sec001 .base_c {
        margin-top: 30vw;
    }

    #sec001 .img_box_c {
        height: 100vw;
        margin-top: 0;
    }

    #sec001 .img_box_c .s1 {
        bottom: 10vw;
        left: 10vw;
    }

    #sec001 .img_box_c .s2 {
        bottom: 0;
        left: 47vw;
    }

    #sec001 .img_box_c .s3 {
        top: 10vw;
        right: 10vw;
        width: 60vw;
    }

    #sec001 .img_box_c .s1,
    #sec001 .img_box_c .s2 {
        width: 30vw;
    }

}

#sec001 .img_box_d {
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
    height: 890px;
    margin-top: 100px;
}

#sec001 .img_box_d .s1 {
    position: absolute;
    top: 20px;
    left: 160px;
}

#sec001 .img_box_d .s2 {
    position: absolute;
    top: 0;
    left: 780px;
}

#sec001 .img_box_d .s3 {
    position: absolute;
    top: 90px;
    left: 1020px;
}

#sec001 .img_box_d .s4 {
    position: absolute;
    bottom: 0;
    left: 220px;
}

#sec001 .img_box_d .s5 {
    position: absolute;
    bottom: 80px;
    right: 210px;
}

@media screen and (max-width: 1720px) {
    #sec001 .img_box_d {
        height: 65vw;
    }

    #sec001 .img_box_d img {
        width: 100%;
    }

    #sec001 .img_box_d .s1 {
        width: 35vw;
        top: 5vw;
        left: 5vw;
    }

    #sec001 .img_box_d .s2 {
        top: 0;
        left: 45vw;
    }

    #sec001 .img_box_d .s3 {
        top: 5vw;
        left: 62vw;
    }

    #sec001 .img_box_d .s2,
    #sec001 .img_box_d .s3 {
        width: 15vw;
    }

    #sec001 .img_box_d .s4 {
        bottom: 0;
        left: 5vw;
    }

    #sec001 .img_box_d .s5 {
        bottom: 5vw;
        right: 5vw;
    }

    #sec001 .img_box_d .s4,
    #sec001 .img_box_d .s5 {
        width: 43vw;
    }
}

#sec001 .btn {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #sec001 .img_box_d {
        height: 120vw;
        margin-top: 10vw;
    }

    #sec001 .img_box_d .s1 {
        width: 65vw;
        top: 40vw;
        left: 10vw;
    }

    #sec001 .img_box_d .s2 {
        top: 0;
        left: 35vw;
        width: 25vw;
    }

    #sec001 .img_box_d .s3 {
        top: 5vw;
        left: 65vw;
        width: 25vw;
    }

    #sec001 .img_box_d .s4 {
        bottom: 0;
        left: 10vw;
    }

    #sec001 .img_box_d .s5 {
        bottom: 5vw;
        right: 10vw;
    }

    #sec001 .img_box_d .s4,
    #sec001 .img_box_d .s5 {
        width: 37vw;
    }

    #sec001 .btn {
        margin-top: 15vw;
    }

    #sec001 .btn img {
        width: 80%;
    }
}



/* sec002 ---------------*/
#sec002 {
    padding-top: 250px;
}

#sec002 .box {
    margin-top: 100px;
}

#sec002 .box dl {
    margin: 0;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-top: 1px solid #b69c4e;
    padding: 35px 0;
}

#sec002 .box .end {
    border-bottom: 1px solid #b69c4e;
}

#sec002 .box dl dt {
    width: 160px;
    color: #b69c4e;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: right;
    border-right: 1px solid #b69c4e;
    box-sizing: border-box;
    padding-right: 40px;
}

#sec002 .box dl dd strong {
    display: block;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: .2em;
}

#sec002 .box dl dd {
    font-size: 16px;
    text-align: left;
    margin-left: 40px;
}

#sec002 .kome {
    font-size: 14px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    #sec002 {
        padding-top: 40vw;
    }

    #sec002 .box {
        margin-top: 10vw;
    }

    #sec002 .box dl {
        width: 90%;
        padding: 1em 0;
    }

    #sec002 .box dl dt {
        width: 25vw;
        font-size: 5vw;
        padding-right: 5vw;
        white-space: nowrap;
    }

    #sec002 .box dl dd {
        width: 65vw;
    }

    #sec002 .box dl dd strong {
        font-size: 4.8vw;
    }

    #sec002 .box dl dd {
        font-size: 3vw;
        margin-left: 5vw;
    }

    #sec002 .kome {
        font-size: 3vw;
        margin-top: 10vw;
        margin-right: 5vw;
        margin-left: 5vw;
        text-align: left;
    }
}




/* sec003 ---------------*/
#sec003 {
    padding-top: 250px;
}

#sec003 .copy {
    font-size: 20px;
    margin-top: 50px;
}

#sec003 ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    margin: 0 auto;
    margin-top: 70px;
}

#sec003 ul li {
    position: relative;
    width: 390px;
    font-size: 26px;
    text-align: left;
    list-style: none;
    box-sizing: border-box;
    padding-left: 60px;
    padding-bottom: 70px;
}

#sec003 ul li small {
    font-size: 16px;
}

#sec003 ul .end {
    width: 780px;
}

#sec003 ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 45px;
    height: 42px;
    background-image: url(../../img/mizubiki_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#sec003 .kome {
    font-size: 14px;
}


@media screen and (max-width: 767px) {
    #sec003 {
        padding-top: 30vw;
    }

    #sec003 .copy {
        font-size: 3.8vw;
        margin-top: 10vw;
        margin-right: 5vw;
        margin-left: 5vw;
        text-align: left;
    }

    #sec003 ul {
        display: block;
        width: 90%;
        margin-left: 10vw;
        margin-top: 10vw;
    }

    #sec003 ul li {
        width: 100%;
        font-size: 5vw;
        padding-left: 13vw;
        padding-bottom: 7vw;
    }

    #sec003 ul li small {
        font-size: 3vw;
        display: block;
    }

    #sec003 ul .end {
        width: 100%;
    }

    #sec003 ul li::before {
        top: -1vw;
        left: 0;
        width: 10vw;
        height: 8.9vw;
        background-size: 10vw 8.9vw;
    }

    #sec003 .kome {
        font-size: 3vw;
        margin-top: 5vw;
        margin-right: 5vw;
        margin-left: 5vw;
        text-align: left;
    }
}

/* sec004 ---------------*/
#sec004 {
    padding-top: 250px;
    padding-bottom: 120px;
}

#sec004 .fc .inr_cont {
    max-width: 700px;
}

#sec004 .btn {
    margin-top: 150px;
}

#sec004 table {
    border-collapse: collapse;
    font-size: 20px;
    width: 100%;
    margin-top: 50px;
}

#sec004 table th,
#sec004 table td {
    padding: 1em;
    text-align: left;
    background-color: rgba(255, 255, 255, .5);
    font-weight: 300;
}

#sec004 table th {
    border-top: 1px solid #c00;
}

#sec004 table td {
    border-top: 1px solid #b69c4e;
    white-space: nowrap;
}

#sec004 table tr:last-child th,
#sec004 table tr.last th {
    border-bottom: 1px solid #c00;
}

#sec004 table tr:last-child td,
#sec004 table tr.last td {
    border-bottom: 1px solid #b69c4e;
}

#sec004 table tr.first th,
#sec004 table tr.first td {
    border: none;
}

#sec004 table .price {
    text-align: right;
    white-space: nowrap;
    width: 10%;
}

#sec004 .box {
    display: none;
}

#sec004 .box table {
    font-size: 18px;
}

#sec004 .box table thead th,
#sec004 .box table thead td {
    background-color: #8c733e;
    color: #fff;
    border: none;
}

#sec004 .box table thead .setplan th,
#sec004 .box table thead .setplan td {
    background-color: #710;
}

#sec004 .box table thead th {
    font-size: 22px;
    letter-spacing: 2px;
}

#sec004 .box table thead th span {
    letter-spacing: 0;
    font-size: 18px;
}

#sec004 .box table small {
    font-size: 14px;
}



#sec004 .set {
    border: 1px solid #c00;
    margin-top: 50px;
    font-size: 20px;
    padding: 3px;
    background-color: rgba(244, 239, 226, .5);
    border-radius: 15px;
}

#sec004 .set .in {
    border: 1px solid #b69c4e;
    padding: 2em 1em;
    border-radius: 12px;
}

#sec004 .set strong {
    font-size: 24px;
}

#sec004 .set strong span {
    font-size: 18px;
}

#sec004 .set small {
    font-size: 16px;
}

#sec004 .more {
    margin-top: 80px;
    display: inline-block;
    border: 1px solid #999;
    height: 60px;
    line-height: 60px;
    padding: 0 3em;
    border-radius: 30px;
    background-color: #fff;
    cursor: pointer;
    transition: .3s;
    font-size: 18px;
}

#sec004 .more:hover {
    background-color: #f1f1f1;
}

#sec004 .more span::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 0.5em;
}

#sec004 .more.active span::after {
    content: "\f106";
}

#sec004 .atten {
    font-size: 14px;
    margin-top: 3em;
}


#sec004 .kome {
    font-size: 14px;
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
    #sec004 {
        padding-top: 40vw;
        padding-bottom: 20vw;
    }

    #sec004 .btn {
        margin-top: 15vw;
    }

    #sec004 .btn img {
        width: 85%;
    }

    #sec004 table {
        font-size: 4vw;
        margin-top: 10vw;
    }

    #sec004 table th,
    #sec004 table td {
        padding: .7em;
    }

    #sec004 .box table {
        font-size: 4vw;
    }


    #sec004 .box table thead th {
        font-size: 4.8vw;
    }

    #sec004 .box table thead th span {
        font-size: 4vw;
        display: block;
    }

    #sec004 .box table small {
        font-size: 2.8vw;
        display: block;
        margin-top: 0.2em;
    }

    #sec004 table .price {
        font-size: 90%;
    }

    #sec004 .set {
        margin-top: 10vw;
        font-size: 5vw;
    }

    #sec004 .set .in {
        padding: 1em 1em;
        border-radius: 12px;
    }

    #sec004 .set strong {
        font-size: 6vw;
    }

    #sec004 .set strong span {
        font-size: 4vw;
        margin-top: 0.3em;
        display: block;
    }

    #sec004 .set small {
        font-size: 4vw;
    }

    #sec004 .more {
        margin-top: 13vw;
        height: 16vw;
        line-height: 16vw;
        border-radius: 8vw;
        font-size: 4vw;
    }

    #sec004 .atten {
        font-size: 3vw;
        margin-top: 3em;
    }


    #sec004 .kome {
        font-size: 3vw;
        margin-top: 8vw;
    }
}


/*========================================

  footer

========================================*/

footer {
    text-align: center;
    background-color: #333;
    padding-top: 80px;
    padding-bottom: 60px;
}

footer address {
    color: #fff;
    font-style: normal;
}

footer address strong {
    display: block;
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: .5em;
}

footer address span {
    font-size: 20px;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 10vw 0;
    }

    footer address {}

    footer address strong {
        font-size: 5.7vw;
        margin-bottom: 1em;
    }

    footer address span {
        display: block;
        margin-bottom: .5em;
        font-size: 3.4vw;
    }
}