﻿@font-face {
font-family: "Utsukushi_min";
  src: url("./Dup/img/Utsukushi_min.woff") format("woff"),url("./Dup/img/Utsukushi_min.woff2") format("woff2");
}
.font1,h2,h3,h4,
.hannari{font-family: "Utsukushi_min","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}

/*
#fakeloader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/

:root{
    --color_main:#01c2c7;
    --color_main2:rgba(1,194,199,0.7);
    --color1:#008eaf;
}
.font_14{
    font-size:17px;
}

.linkStyle{
    color:#333;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
   /* overflow:hidden;*/
}
#wrap{
    background-image: url(./Dup/img/kirakira.png),url(./Dup/img/bg1.png),url(./Dup/img/bg5.png);
    background-repeat: repeat,no-repeat,no-repeat;
    background-size: 700px auto,100% auto,100% auto;
    background-position:top left,top left,bottom left;
}
header.scr_header {
    background-color: rgba(255,255,255,0.7)!important;
    backdrop-filter: blur(5px);
}
#pc_nav li a{
    color:#333!important;
}
#pc_nav li a::after{
    background:var(--color_main);
}
footer{
    background-color:transparent!important;
}
#logo2 a{
    max-width:200px;
}
.fix_bnr{
    left:20px;
    z-index:2;
}
.button_container span:nth-of-type(1){
    color:var(--color_main);
}
.button_container span{
    background:var(--color_main);
}

#footer h2{
    font-weight:normal;
}

/*--top page---------------------------
-------------------------------------*/
.top{
    color:var(--color1);
}

#page_title::after{
    content:'';
    position:absolute;
    display:block;
    pointer-events: none;
}



#main_img #right {
    clip-path: ellipse(73% 68% at 73% 31%);
}
.catch {
    top: 22%;
    left: 5%;
    width: min(37vw,800px);
    z-index: 4;
}
.catch img{
    filter: drop-shadow(0px 0px 10px #fff);
}

#top_pc_nav{
    left: 8%;
    bottom: 15%;
}
#top_pc_nav li a{
    font-size:1.2rem;
}
.num{
    display:none;
}
.back1,.back2{
    background-image: url(./Dup/img/kirakira.png),url(./Dup/img/bg4.png);
    background-repeat:repeat,no-repeat;
    background-size: 700px auto,100% auto;
}
#intro .line:before, #con3 .line:before,#contents1 .line:before, #contents2 .line:before{
    display:none;
}
.back1:before,.back2:before{
    display:none;
}
#intro_wrap{
    background-color: transparent;
}
.intro_img {
    width: min(17vw,500px);
    top: -3%;
    left: 14%;
    transform: rotate(-13deg);
}
.intro_item2{
    width:40%;
    margin:0 auto 10px;
}
#intro h3{
    color:var(--color1);
    font-size:3rem;
}
.intro_txt{
    color:var(--color1);
    font-size:1.2rem;
}
#con3 .con_box{
    padding-top:3%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
}
#con3 .con3_subtitle{
    width:400px;
    margin:0 auto 20px;
}
#con3 .con3_item{
    width:80px;
    margin:0 auto 30px;
}


/*--under page---------------------------
-------------------------------------*/
#page_title .page_title_box{
    background-color:var(--color_main2);
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fakeloader .fl{
    max-width:150px;
}
.catch {
    top: 38%;
    left: 1%;
    width: min(52vw,800px);
}
.intro_img {
    width: min(20vw,500px);
    top: -3%;
    left: 6%;
}
#page_title .page_title_box{
    width:60%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fakeloader .fl{
    max-width:130px;
}
.font_14{
    font-size:15px;
}
#wrap{
    background-size: 700px auto,200% auto,200% auto;
}
#main_img{
    padding-bottom:100px;
}
#main_img #right {
    clip-path: ellipse(87% 68% at 73% 31%);
}
.back1, .back2{
    background-size: 700px auto,200% auto;
}
.catch {
    top: 66%;
    left: -1%;
    width: min(80vw,800px);
}
.intro_img{
    display:none;
}
.intro_item2 {
    width: 55%;
}
#intro h3 {
    font-size: 2rem;
}
.intro_txt {
    font-size: 1rem;
}
#con3 .con3_subtitle {
    width: 80%;
    margin: 0 auto 10px;
}
#con3 .con_box {
    padding-top: 12%;
    padding-bottom:12%;
}
#con3 .con3_item {
    width: 60px;
    margin: 0 auto 20px;
}
#page_title .page_title_box{
    width:70%;
}
.page_title_box h2{
    font-size: 20px;
    letter-spacing: 1px;
}
}




