﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');



.bg_color2 {
    background-color: #f3f3f3;
}

.bg_color1 {
    background-color: #b4db0d;
}

.item1:before {
    border-radius: 50px;
    border: 5px solid #f3f3f3;
    background-color: transparent !important;
}

#top_cms .top_cms_box .more a {
    width: 300px;
    height: 50px;
    border-radius: 50px;
}

#menu_bt div > span {
    background-color: #2a2a2a;
}

#menu_wrap #menu_bt .txt_white{
        color: #2a2a2a;
}

#contents2 h4{
        background-color: #39b54a;
    color: white;
    font-size: 25px;
    padding-left: 10px;
}

#contents2 .box > div {
    padding: 2%;
}

#contents1 h2.item1{
    text-align: center;
    margin-top: 50px;
}

#main_img #slide_wrap {
    width: 82%;
}


.catch{
    content: "";
    display: block;
    width: 690px;
    height: 20%;
    position: absolute;
    bottom: 35%;
    right: -3.5%;
    /* background-image: url(./Dup/img/catch.png); */
    /* background-position: center bottom; */
    /* background-repeat: no-repeat; */
    /* -webkit-transform: translate(0% , -50%); */
    /* transform: translate(0% , -50%); */
    /* background-size: 10%; */
    pointer-events: none;
    z-index: 2;
}

.copy{
    display: none;
    position: absolute;
    z-index: 2;
    transform: translate(0%, -50%);
    bottom: -5%;
    right: 3.5%;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    letter-spacing: 0.2em;
    /* background-color: #39b58b; */
    padding: 5px 15px;
    /* color: white; */
}

.font_serif {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents2 div.txt_center{
    position: sticky;
    top: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    height:200px;
    writing-mode: vertical-lr;
}

#contents1 div.txt_center{
        position: sticky;
    top: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    /*margin-bottom: -200px;*/
    writing-mode: vertical-lr;
    padding-left: 2.2%;
    height:280px;
    z-index: 5;
}

#contents1 div.txt_center h3, #contents2 div.txt_center h3{
    color: #b4db0d;
}

#contents1 .box_wrap{
    margin-top: -380px;
}

#contents2 .box_wrap{
    margin-top: -300px;
}


.eye{
    max-width: 230px;
    display: block;
    margin: auto;
    margin-top: 150px;
}



.banner2{
          bottom: -40px;
    left: 0;
    z-index: 100;
    max-width: 150px;
    transition: 0.3s;
}

.banner2:hover{
    bottom:0;
    transition: 0.3s;
}

#contents2{
    background-color: #f9f5d6;
    padding: 80px 2.2%;
}

#contents2 .box > div.box_txt{
    background-color: white;
    border: none;
}

#contents1 .item2:after{
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/ira1.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 45%;
    pointer-events: none;
}

#contents1 .item3:after{
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/ira2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 45%;
    pointer-events: none;
}

/*.wrapper{
  position: relative;
  max-width: 100%;
  height: 10px;
  margin: 0 auto;
  transform: rotate(15deg);
  z-index:-1;
}
.marquee-anim{
  transition: all .3s;
}
.marquee-anim{
  opacity: 1;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@-webkit-keyframes marquee{
  0%{
    transform: translate(-40%, 0%)
  }
  100%{
    transform: translate(-60%, 0%)
  }
}


@keyframes marquee{
  0%{
    transform: translate(-40%, 0%)
  }
  100%{
    transform: translate(-60%, 0%)
  }
}
.marquee-inline{
  display: block;
  padding-right: 0.5em;
  font-size: 200px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #f0f0f0;
  text-align: center;
  white-space: nowrap;
}*/


.eye2{
        text-align: center;
        font-size: 11.6vw;
        font-weight: bold;
        position: absolute;
        transform: rotate(10deg);
        top: 30%;
        left: 50%;
        width: 120%;
        color: #f0f0f0;
        z-index: -1;
        transform-origin: bottom right;
        transition: 0.3s;
}

.midori{
        color: #b4db0d;
}

header h1 {
    max-width: 270px;
    padding: 7px 20px;
    box-sizing: border-box;
}

.fadein{
}

.fadein.fadetrans{
     /* transform: rotate(10deg); */
     transition: 0.3s;
     left: -10%;
     top:50%;
     min-width: 200px;
}

.txt_color3 {
    color: #3bb588;
}

.txt_color1 {
    color: #39b58b;
}

h2, h3{
    font-weight: bold;
}

.border_color1 {
    border-color: #b4db0d;
}

#page_title {
    background-image: url(./Dup/img/page_title.png);
}


#wrap.index{
        overflow: visible;
}

.eye_pare{
    overflow: hidden;
    margin-top: 50px;
}

#footer{
    position: relative;
}

#footer:before{
   content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30%;
    left: 50%;
    background-image: url(./Dup/img/foot_sou.png);
    background-position: top left;
    z-index: 0;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 350px;
    pointer-events: none;
}

#footer  .logo img{
        width: 270px;
            background-color: white;
                padding: 5px 10px;
    box-sizing: border-box;
        position: relative;
    z-index: 2;
}

.cou{
    text-align: center;
    background-color: #f3f3f3;
    /* color: white; */
    margin: auto;
    width: 80%;
    max-width: 700px;
    padding: 20px 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 150px;
}

.cou:before{
    content: "";
    display: block;
    width: 20%;
    height: 150px;
    position: absolute;
    top: 80%;
    left: 95%;
    background-image: url(./Dup/img/cou_left.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.cou h4{
    font-size: 25px;
    font-weight: bold;
    /* margin-top: -45px; */
    position: relative;
    color: #3ab58b;
}

.cou h4:before{
    content: "";
    display: block;
    width: 20%;
    height: 110px;
    position: absolute;
    top: -20%;
    left: 70%;
    background-image: url(./Dup/img/cou_ira.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}


.bi{
        display: block;
    max-width: 50px;
    margin: auto;
    margin-top: -50px;
}

.item1:before{
    content:none;
}

.contact_wrap{
    display: none;
}

.hvr_txt_color1:hover {
    color: #f3bf1b;
}



@media all and (-ms-high-contrast: none){
  .index#wrap {
    overflow: hidden;
}


}

/* ---------- カスタム ---------- */
@media screen and (max-width: 900px){
#contents2 .box > div {
    width: 100%;
}

#contents2 .box:nth-of-type(1) div.box_img {
    margin-right: 0%;
}

#contents2 .box:nth-of-type(2) div.box_img {
    margin-left: 0%;
}

.eye2 {
    font-size: 12vw;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#contents1 div.txt_center, #contents2 div.txt_center {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    /* margin-bottom: -200px; */
    writing-mode: horizontal-tb;
}

.catch {
        width: 330px;
    height: 20%;
    bottom: 40%;
    right: -3.5%;
}

#header{
        z-index: 2;
    height: 50px;
}

#contents1 .box_wrap, #contents2 .box_wrap {
    margin-top: -250px;
}

.eye {
    margin-top: 40px;
}

.fadein.fadetrans {
    top: 20%;
}

#contents1 .box_wrap .box {
        padding: 10% 30px;
}

#contents1 div.txt_center{
    display: none;
}


#contents1 .box_wrap{
        margin-top: -50px;
}

#contents1 .box.sc_anime.top_anime.pd_l-50px_tb{
    background-image: url(./Dup/img/reco.png);
    background-position: bottom right;
    background-repeat: no-repeat;
} 

.banner2 {
    bottom: 0px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#contents1 h2.item1 {
    margin-top: 50px;
    font-size: 22px;
    padding: 40px;
}

#footer:before {
    background-size: 250px;
        top: 45%;
        left: 43%;
}

#header h1{
    width: 51%;
}

#header h1 img{
        margin-top: 0px;
    display: block;
}

#main_img #slide_wrap {
    width: 90%;
}

.catch {
    width: 235px;
    bottom: 40%;
    right: -7%;
}

#contents1 h2.item1 {
    margin-top: 30px;
}


.eye {
    margin-top: 10px;
}
.eye {
    max-width: 170px;
}

#tel_txt{
    margin-top: 0;
}

.banner2 {
    max-width: 120px;
}

#copyright {
    padding: 60px 45px;
}

.cou:before {
    top: 110%;
}

}