﻿header{
    background-image: url(./Dup/img/wasi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png), url(./Dup/img/da1.png);
    background-position: 20% 40%, 10% 60%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 36%, 70px;
    pointer-events: none;
    z-index: 3;
}

#video{
   max-width: 600px;
    margin: 150px auto 50px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

#video:before{
    content: "";
    display: block;
    width: 180%;
    height: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/back.png);
    background-position: 50% 40%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

#video:after{
    content: "";
    display: block;
    width: 180%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    background-image: url(./Dup/img/watch.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 20%;
    pointer-events: none;
    z-index: 1;
}

#contents1{
    max-width: 1280px;
    margin: auto;
    background-image: url(./Dup/img/sake.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 38%;
    overflow: hidden;
}

#contents1 h2{
       font-size: 50px;
    height: 450px;
    filter: drop-shadow(2px 2px 10px white) drop-shadow(2px 2px 10px white) drop-shadow(2px 2px 10px white);
}

#contents1 .int{
    font-size: 22px;
    display: block;
    margin-bottom: 50px;
}

#contents1 .int span{
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

#page_title .title_img::before {
    background-image: none;
}


.page_box{
    position: relative;
}

.page_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/roku.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.scroll_bt{
    display: none;
}

.linkStyle{
    color: #c1272d;
font-weight: bold;
}

p.tyu{
        max-width: 860px;
    margin: auto;
    margin-bottom: 100px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2em;
    padding: 20px 30px;
    border: 1px solid #a89d73;
    box-sizing: border-box;
    position: relative;
}

p.tyu:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -30px;
    right: -20px;
    background-image: url(./Dup/img/da1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#contents1 h2 {
    font-size: 45px;
    height: auto;
}

#contents1 .int span {
    font-size: 23px;
    margin-bottom: 20px;
}

#main_img:before {
    background-position: 7% 30%, 14% 51%;
    background-size: 60%, 50px;
}

#video {
    margin: 150px auto 0;
}

#attach {
    z-index: -1;
    margin-top: -20px;
}

header #logo {
    max-width: 105px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img:before {
    background-position: 7% 30%, 14% 45%;
    background-size: 83%, 35px;
}

#contents1 h2 {
    font-size: 37px;
    height: auto;
}

#contents1 .int {
    font-size: 18px;
    margin-bottom: 30px;
}

#contents1 .int span {
    font-size: 18px;
}

#video {
    margin: 100px auto 0;
}

#page_title{
        margin-top: 60px;
}

.cate{
    padding-top: 100px;
    margin-top: -100px;
}

}