﻿h1 img {
    max-width: 120px;
}

.sc_nav .logo img {
    max-width: 60px;
}

#top_contents2 {
    max-width: 1320px;
    margin: auto;
}

#top_contents2 > p{
    border: 1px solid #69c5d9;
    padding: 20px;
        margin-top: 50px;
}

#main_img img:hover, #intro img:hover, #top_contents1 img:hover, #top_contents2 img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.bg_color2 {
    background-color: #e5f0f7;
    background-image: url(./Dup/img/moyo.png);
}


#main_img figure {
    overflow: visible;
    /* height: 52vw !important; */
    /* height: 866px !important; */
    /* min-height: 700px; */
    /* max-height: 866px; */
    height: auto !important;
}

#main_img figure img {
     position: relative; 
     top: auto; 
     left: auto; 
     transform: none; 
}

#main_img{
    position: relative;
        margin-top: 50px;
    margin-bottom: 20px;
}

#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/boss.png);
    background-position: 100% 94%, right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain, 29%;
    pointer-events: none;
    z-index: 1;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 42%;
    left: 50%;
    background-image: url(./Dup/img/font.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 40%;
    pointer-events: none;
    z-index: 1;
}

/*----jojo start-------*/

.sw-Sidetext {
    left: 0;
    width: 100%;
}

.sw-Sidetext {
    position: fixed;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.sw-Sidetext span.sidetext-left {
    left: -30px;
    background: url(./Dup/img/left.png) repeat-y top center/100px;
    animation: sidetext 80s linear infinite;
}

.sw-Sidetext span.sidetext-right {
    right: -30px;
    background: url(./Dup/img/right.png) repeat-y bottom center/100px;
    animation: sidetext 80s linear infinite reverse;
}

.sw-Sidetext span {
    content: "";
    position: fixed;
    top: 0;
    width: 100px;
    height: 100%;
    will-change: background-position-y;
}


@keyframes sidetext {
0% {
    background-position-y: 0;
}

100% {
    background-position-y: 1200px;
}
}

/*----jojo end-------*/


.font_serif {
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.intro_title{
        font-weight: bold;
    /* transform: rotate(5deg) skewX(-5deg) scale(1.2); */
    /* transform-origin: top; */
    perspective: 35px;
        transform: translate(80px, 0px);
}

.intro_title h3{
    font-weight: bold;
    transform: rotateY(5deg) rotateX(0.5deg) skewX(-6deg) scale(1.2);
    transform-origin: top;
}

#intro .intro_txt h2 {
    background-color: #6ecaea;
    padding: 0;
    font-size: 70px;
    line-height: 0.5em;
    margin-bottom: 30px;
    padding-bottom: 5px;
    color: white;
    mix-blend-mode: luminosity;
}

#main_nav ul li a{
        font-size: 25px;
    font-weight: bold;
        background-image: url(./Dup/img/menu_back2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#main_nav ul li:hover a{
        background-image: url(./Dup/img/menu_back.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/*#intro h2{
        text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: bold;
    color: white;
    text-shadow: 5px 5px 16px #6ecaea, -5px -5px 16px #6ecaea, 12px 16px 20px #9cd4e7, 17px -11px 20px #86cae1;
}*/

.shop_link a i{
        color: #ed1e79;
}

.copys{
    display: block;
    top: -30%;
    width: 60%;
    position: absolute;
    z-index: 2;
}

/*----loader start-----*/

#loader .logo {
    max-width: 150px;
    animation-iteration-count: 1;
}

/*----loader end-----*/


#top_contents2 h3 span {
    text-align: center;
    background-color: #f162a1;
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

#top_contents2{
    position: relative;
}

#top_contents2 span.jiji{
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(./Dup/img/test.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , 0%);
    transform: translate(-50% , 0%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.contents2_txt{
    background-color: white;
        padding-top: 0;
    margin-top: 50px;
}

/*----anime scroll start-----*/

.fadein{
     opacity: 1;
     transition: 1.2s;
}

.fadein.fadetrans{
     opacity: 1;
     top: -50px !important;
}

/*----anime scroll end-----*/

#wrap{
    overflow: hidden;
}

#top_contents1 .contents1_txt h3 {
    transform: none;
}

.contents1_txt h3{
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
}

.contents1_txt h3:before{
    content: "";
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
        background-image: url(./Dup/img/sen.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
}

.airo{
    max-width: 1280px;
    margin: 100px auto;
    width: 70%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    background-image: url(./Dup/img/pata.jpg);
    background-size: 200px;
    padding: 50px 10px;
    box-sizing: border-box;
    position: relative;
        margin-top: 50px;
}

.airo:before{
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    
}

.airo h3{
   max-width: 70px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.airo p{
    font-weight: bold;
    position: relative;
    z-index: 1;
        line-height: 1.5em;
}

.bg_color3 {
    background-color: #505050;
}

.btn{
    margin: 100px auto;
    position: relative;
        margin-bottom: 50px;
}

.btn:before{
            content: "";
    display: block;
    width: 105%;
    height: 580px;
    position: absolute;
    top: 70%;
    left: 35%;
    background-image: url(./Dup/img/btn_back.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

.btn a{
    display: block;
    max-width: 500px;
    margin: auto;
}

.arrow{
        max-width: 40px;
    text-align: center;
    display: block;
    margin: auto;
}

#page_title {
    filter: none;
}

span.go{
    max-width: 400px;
    display: block;
    position: absolute;
    margin: auto;
    margin-right: 0;
    right: 0;
    top: -110%;
}

#top_cms h4{
        font-size: 40px;
    font-weight: bold;
}

#top_cms .top_cms_box > .cms_wrap{
    max-width: 1000px; 
    border-left: 1px solid black;
    margin: 0 40px;
}

nav ul{
        margin-bottom: 40px;
}


#page_title{
    position: relative;
}

#page_title:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 40%;
    background-image: url(./Dup/img/page_back.png);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 65%;
    pointer-events: none;
    z-index: 1;
}

#page_title h2, #page_title p{
    position: relative;
    z-index: 2;
        color: white;
    font-weight: bold;
}

#page_title h2{
    font-size: 40px;
}

.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -5px;
    z-index: 1;
    font-size: 80px;
    font-weight: 100;
    font-style: italic;
    color: #6ecaea;
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}

.gui #cms_6-c .cate_box{
        border: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.gui #cms_6-c .cate_box h3{
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.gui #cms_6-c .cate_box h3:before{
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 48%;
    background-image: url(./Dup/img/gui.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: -1;
}

.gui #cms_6-c .cate_box p{
    position: relative;
    margin-left: 30px;
        padding: 10px 20px;
    box-sizing: border-box;
}

.gui #cms_6-c .cate_box p:before{
        content: "";
    display: block;
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 2px dotted #858585;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 2;
}

#top_contents1 .contents1_txt h3 span{
        position: relative;
    z-index: 1;
}

.linkStyle{color: #6ecaea;}

@media all and (-ms-high-contrast: none){
  

}


@media screen and (max-width: 1281px){
#top_contents1 .contents1_txt {
    margin-left: 0%;
}

#top_contents2 .img1, #top_contents2 .img2 {
     transform: none; 
}

#top_contents2 .img1, #top_contents2 .img2 {
    width: 50%!important;
}



}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#main_img figure {
    height: 67vw !important;
}

.sw-Sidetext {
    display: none;
}

.intro_title {
    transform: translate(30px, -70px) scale(1.3);
}

#intro .intro_img {
    position: relative;
    z-index: 1;
}

#intro .intro_txt h2 {
    font-size: 55px;
    line-height: 0.75em;
    width: 85% !important;
}

#top_contents1 .contents1_txt {
    margin-left: 0%;
    margin-top: -40px;
}

.copys {
    top: -180px;
    width: 65%;
    left: 17.5%;
}

#top_contents2 .img1, #top_contents2 .img2 {
    width: 60%!important;
}

#top_contents2 .img1, #top_contents2 .img2 {
     transform: none; 
}

span.go {
    max-width: 300px;
    top: -60%;
    z-index: 1;
}

main .shop_link{
        margin-top: 100px;
    margin-bottom: 80px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

header #header h1 {
    order: 1;
    width: 45%!important;
}



.intro_title {
    perspective: none;
}

.intro_title h3 {
    transform: rotate(-5deg) skewX(-20deg) scale(1.15) translate(0px, -10px);
    transform-origin: top center;
    text-align: center;
}

#intro .intro_txt h2 {
    font-size: 45px;
    line-height: 0.75em;
    margin-bottom: 0;
}

.copys {
    top: -15%;
    width: 80%;
    left: 10%;
}

#main_img:before {
    top: 73%;
}

#top_contents1 .contents1_txt {
    margin-top: 0px;
}

#top_contents1{
    padding-top: 20px;
}

#loader .logo {
    max-width: 100px;
}

.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}

span.go {
         max-width: 170px;
    top: -33%;
    z-index: 1;
}

main .shop_link{
        margin-top: 100px;
    margin-bottom: 0;
}

#page_title {
    padding: 90px 30px 30px;
}

#page_title h2 {
    font-size: 40px;
    line-height: 1.2em;
    text-shadow: 1px 3px 7px #6ecaea, -1px -3px 7px #6ecaea;
}

#page_title:before {
    width: 150%;
    height: 100%;
    top: 41%;
    left: 29%;
    background-size: 110%;
}

#loader {
    left: -5%;
    width: 110%;
}

#loader{
    animation: none;
}


.airo {
    width: 90%;
    font-size: 16px;
}

#top_cms .top_cms_box > .cms_wrap {
    margin: 0 20px;
}

}