﻿@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');

.bg_color2 {
    background-color: #e7983d;
    background-color: #ff9e51;
    
    background-color: #efd11d;
}

#fakeloader:before {
    background-color: transparent;
}

#fakeloader{
        background-color: #efd11d;
}

#fakeloader .fl {
    mix-blend-mode: darken;
}

.copy{
    padding: 10px;
}

#main_img{
    position: relative;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: 0%;
    background-image: url(./Dup/img/eye.png);
    background-position: 25% 100%;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , -50%); */
    background-size: 16%;
    pointer-events: none;
    z-index: 1;
    animation: fluffy1 3s ease infinite;
}

/*#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    background-image: url(./Dup/img/love.png);
    background-position:  90% 100%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 40%;
    pointer-events: none;
    z-index: 1;
}*/


@keyframes fluffy1 {
  0% { transform:translateX(0);}
  5% { transform:translateX(0); }
  10% { transform:translateX(0); }
  20% { transform:translateX(-15px); }
  25% { transform:translateX(0); }
  30% { transform:translateX(-15px); }
  50% { transform:translateX(0); }
  100% { transform:translateX(0); }
}

#con2 .topimg2 {
    width: 100%;
    animation-name: goDownAndUp;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  transform: translateY(-10px);
}

@keyframes goDownAndUp {
  50% {
        transform: translateY(10px);
  }
  100% {
       transform: translateY(-10px);
  }
}

#con2 > div div.width_40per{
    margin-left: 10%;
        padding: 0px 0 50px;
}

/*.menu_btn {
    background-image: url(./Dup/img/kao.png);
}

.menu_btn {
    padding: 30px 35px 25px 15px;
}

.menu_btn.stick_trans {
    padding: 34px 35px 20px 15px;
}*/



#con2 p.font_22{
    font-weight: bold;
        background-color: gray;
    transform: rotate(-5deg);
    transform-origin: bottom left;
    display: inline-block;
    background-color: #d94352;
    color: white;
    margin-bottom: 10px;
    padding: 5px 10px 0;
    border-radius: 20px;
}

.txt_color2 {
    color: #d94352;
}

#con3 > span{
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: -150px;
    width: 35%;
}

.header-in{
        background-image: url(./Dup/img/kao.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 17%;
}

#con2 .topimg3 {
    width: 35%;
    margin: -100px 0px 0px 40%;
        position: relative;
    z-index: 1;
}

#con2{
    padding-bottom: 0;
    background-image: url(./Dup/img/girl_ue.png);
    background-position: -5% 0;
    background-repeat: no-repeat;
    background-size: 47%;
    padding-top: 0px;
    
}

#con1{
        background-image: url(./Dup/img/kao_back.png);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 77%;
    padding-top: 130px;
    background-blend-mode: luminosity;
}

#sp_nav {
    background-image: url(./Dup/img/kao.png);
    background-repeat: no-repeat;
    background-position: 80% 124%;
    background-size: 27%;
        background-color: #F7CC38;
}

.sl{
    display: none;
}

.pagetitle_img {
    opacity: 1;
    mix-blend-mode: normal;
    background-size: cover;
}

.bg_color1 {
    background-color: #e33131;
}

.pagetitle h2, .pagetitle p{
        color: white;
    filter: drop-shadow(2px 4px 10px brown);
    font-weight: bold;
}

.bg_color3 {
    background-color: #cb1c1c;
}

.txt_color1 {
    color: #ffab10;
    font-weight: bold;
}

footer ul li a{
    color: black !important;
}

.img_wrap{
        background-image: url(./Dup/img/girl_back.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60%;
margin-top: -40px;}

#con3 .box_wrap .box:first-child, #con3 .box_wrap .box:last-child{
    margin-top: -70px;
}

.con1_squ{
    display: none;
}

.topTxt1 .arrow {
    color: #e33131;
}

#con4{
    display: none;
}

#con3, .all_contents{
    background-image: url(./Dup/img/yah.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pagetop {
    z-index: 2;
}

/*-----フォント変更スペース start-----*/
#con1 h2{
        font-family: 'Mochiy Pop P One', sans-serif;
    max-width: 610px;
    margin: 50px auto;
    transform: translateX(20px);
    width: 80%;
    margin-top: 20px;
}



/*-----フォント変更スペース end-----*/

.bg_color5 {
        background-color: #f9f7f1;
}

.logo1 {
    max-width: 140px;
}

#fakeloader .fl {
    max-width: 200px;
}

.f_contact_btn{
    display: none;
}

.border_color2 {
    border-color: #e1e1e1;
}

.privacy .box{
            background-color: #ffffff;
    border: 2px solid #f0f0f0;
}

.f_contact_box h4 + p{
    margin-top: 10px;
}


#video{
    position: absolute;
    bottom: -15%;
    right: 10%;
    width: 40% !important;
    max-width: 800px;
    z-index: 2;
    /* border-radius: 50%; */
    /* overflow: hidden; */
    padding: 0.6%;
    background-color: #f9f7f1;
    transform: rotate(0deg);
}

#video:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30%;
    left: 56%;
    background-image: url(./Dup/img/love2.png);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

#video:after{
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 65%;
    left: 45%;
    background-image: url(./Dup/img/juwa.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.con1_inner{
        position: relative;
    z-index: 3;
}

.linkStyle{color: #D94352;}


.banner2{
      bottom: 0px;
      left: 0;
      text-align: right;
      z-index: 100;
}


#page1{
    overflow: hidden;
}

/*--20230404 correct start--*/

#main_img:before {
    background-size: 20%;
}

.moji{
        color: #e84729;
    font-size: 1.2em;
    font-weight: bold;
}

#con2 {
    background-size: 1580px;
}

.img_wrap {
    background-position: bottom left;
    background-size: 950px;
}

#con2 .topimg3 {
    width: 35%;
    position: absolute;
    z-index: 1;
    margin: 0;
    bottom: 0;
    right: 30px;
    max-width: 400px;
}

#con2 p.font_15{
    font-weight: bold;
}

.ore{
    margin: 50px auto;
}

.txt_more{
    color: orange;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px dotted orange;
    padding: 0px 20px;
    box-sizing: border-box;
}

.taste{
    margin: 25px auto;
}

/*--20230404 correct end--*/

@media all and (-ms-high-contrast: none){
  

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 1000px){

#con2 {
    padding-bottom: 50px;
    background-image: url(./Dup/img/girl_ue.png),url(./Dup/img/girl_back.png);
    background-position: -5% 0, 100% 100%;
    background-repeat: no-repeat;
    background-size: 47%;
        padding-top: 50px;
}

#con2 .topimg3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
        max-width: 250px;
}

#video:after {
    height: 70px;
}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.header-in {
    background-position: 87% 0;
        background-size: contain;
            background-image: none;
}

#con2 > div div.width_40per {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 13%;
}

.img_wrap {
    padding-left: 5%;
}

#con1 {
    padding-top: 90px;
}

#con3 .box_wrap .box:first-child, #con3 .box_wrap .box:last-child {
    margin-top: 0px;
}

ul.cate_list li{
    width: 50% !important;
}



}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img:before {
    top: 20%;
    background-size: 42%;
    left: -11%;
}

#video {
    bottom: -20%;
    right: 10%;
    width: 50% !important;
}

#video:after {
    height: 50px;
}

.banner2 {
    width: 16%;
}

.f_contact_box h4{
    font-size: 26px;
    font-weight: bold;
}

#con2 {
    background-size: 90%;
}

#con2 p.font_22 {
    font-size: 17px;
        letter-spacing: 0.02em;
}

#con1 h2 {
    transform: translateX(0px);
}


#con1 {
    padding-bottom: 1px;
}

}