﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */



@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#loading {
    z-index: 6;
}

#header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    z-index: 3;
}

header.transform #header .header_bg {
    background-color: var(--color4);
    opacity: 0.55;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img .slider {
    border-radius: 0;
}

.swiper-container {
    margin-left: 45%!important;
}

.swiper-container  {
  clip-path: url(#Mask);
  -webkit-clip-path: url(#Mask);
  object-fit: cover;
   aspect-ratio: 1 / 1;   /* 常に正方形 */
}

.slide-img.square_box {
  aspect-ratio: 1 / 1;   /* 常に正方形 */
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}

.cachcopy {
    bottom: 20%;
    left: 10%;
    z-index: 1;
}

/* シェイプ、商品画像 PC */
.shape1{
    top: 10%;
    left: 35%;
    max-width: 400px;
}

.shape2 {
    left: 70%;
    bottom: 0%;
    max-width: 450px;
}

.shape3{
    bottom: -20%;
    left: -15%;
}

.prodcut1 {
right: 5%;
    bottom: 5%;
    z-index: 2;
    width: 8%;
}

.prodcut1 img {
    transform: rotate(10deg);
filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.15));
}

.prodcut2 {
    top: 5%;
    width: 10%;
    left: 40%;
    z-index: 2;
}

.prodcut2 img {
    transform: rotate(-10deg);
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.15));
}


/* anime */

.anim_fv .item{
	transform: translateY(-20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.anim_fv .item.start{transform: translateY(0);opacity: 1;}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

    #main_img {
        height: 95vh;
        padding: 13% 3% 35%;
    }
.swiper-container {
    margin: 0 0 0 20% !important;
}

.cachcopy {
    width: 55% !important;
    bottom: 5%;
    left: 7%;
}

/* シェイプ、商品画像 TB */
.shape1 {
    left: 5%;
    width: 30%;
}

.shape2 {
    left: auto;
        right: 0%;
        bottom: 20%;
        width: 35%;
}

.shape3{
    bottom: -20%;
    left: -20%;
    width: 70%;
}

.prodcut1 {
    width: 15%;
    left: auto;
    right: 2%;
    bottom: 15%;
}

.prodcut1 img {
    transform: rotate(10deg);
}

.prodcut2 {
    top: 9%;
    width: 18%;
    left: 10%;
}

.prodcut2 img {
    transform: rotate(-10deg);
}


}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
   #main_img {
    height: 78vh !important;
    padding: 25% 0% 57%;

    }

    .swiper-container {
        margin: 0 auto !important;
    }
    
    .cachcopy {
        width: 65% !important;
        bottom: 3%;
        left: 8%;
        filter: drop-shadow(1px -1px 5px var(--base));
    }
    
/* シェイプ、商品画像 SP */
.shape1 {
        left: 0%;
}
    .prodcut2 {
        top: 15%;
        width: 20%;
        left: 5%;
        z-index: 1;
}
.shape2 {
    left: auto;
    right: 0%;
    bottom: 25%;
    width: 45%;
}
.prodcut1 {
    width: 20%;
    left: auto;
    right: 2%;
    bottom: 15%;
    z-index: 1;
}
}

/* SE以下の調整 */
@media screen and (max-width: 375px){
#main_img {
        height: 87vh !important;
        padding: 25% 0% 57%;
        max-height: 650px;
    }
}

/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.prodcut1-2 {
    top: -10%;
    left: 20%;
}

.prodcut2-2 {
    top: 45%;
    right: 20%;
}

#top_con .con_img{
    border-radius: 0;
    aspect-ratio: 1;
    height: auto;
}

.top_con1 .con_img {
  clip-path: url(#con1-Mask);
  -webkit-clip-path: url(#con1-Mask);
  object-fit: cover;
}

.top_con2 .con_img {
  clip-path: url(#con2-Mask);
  -webkit-clip-path: url(#con2-Mask);
  object-fit: cover;
}

.anim_con .item{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.anim_con .item.start{transform: translateY(0);opacity: 1;}

.intro_img1 img, .intro_img2 img {
    border-radius: 180px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

#top_con .con_img {
        transform: translateX(-5%);
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

#top_con .con_img {
    transform: none;
    max-width: 300px;
    max-height: 300px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cms_2-g .cate_img1 {
    overflow: hidden;
}

#cms_2-g .cate_img1.rectangle_img img{aspect-ratio: 2.5;}


/* お問い合わせページ */
.contact_type1 .left{
    padding: 40px 27px 30px;
    background-color: var(--color2);
    margin: 1% auto;
    width: 90%!important;
    box-sizing: border-box;
}
.contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: var(--color2);
    margin: 1%;
    width: 44%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto 27px;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

#cms_2-g .cate_img1.rectangle_img img {
    aspect-ratio: 1.5;
}

.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

.contact_btn .editBtn1 a {
    font-size:20px!important;
}

.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}

}


