﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&display=swap');

.font_com{
    font-family: 'EB Garamond', serif;
}

:root{
    --color_beige:#f7f3e5;
}

/*
.fix_bnr{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    font-family: 'Shippori Mincho',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#loader img{
    width:500px;
}

#logo{
    width:200px;
}
#logo2 img{
    width:300px;
}

.fix_bnr{
    left:20px;
    z-index:2;
}
.fix_bnr::before{
    content:'';
    position:absolute;
    display:block;
    width:150px;
    height:150px;
    background:url(./Dup/img/fix_bnr2.png) no-repeat;
    background-size:contain;
    animation: r1 70s linear infinite;
    pointer-events:none;
}
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } 
}

#footer{
    background-color:var(--color_beige);
}
#sns_link li a{
    width:80px;
}

/*--top page---------------------------
-------------------------------------*/
#head_logo {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    z-index: 3;
}
#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
    z-index:2;
    pointer-events:none;
}
#main_img .catch{
    width:50vw;
    max-width:960px;
    left:50%;
    transform:translateX(-50%);
    bottom:5%;
    z-index:3;
}
#head_logo img,
#main_img .catch img{
    filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
}
/* ローディング後にじわっと出現 */
.load-blurTrigger{
    opacity: 0;
}
.load-blur{
  animation-name:load-blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: translateX(-50%) scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: translateX(-50%) scale(1);
  opacity: 1;
  }
}
#intro{
    width: calc(100% - 50px);
}

#intro2::before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    width: calc(100% - 200px);
    height: calc(100% - 150px);
    left: 0;
    bottom: -30px;
    background-color: var(--color_beige);
    z-index: -1;
}
#top_contents .con_box .contents_no{
    display:none;
}
#top_info .font_com{
    line-height:1;
}

/*--under page---------------------------
-------------------------------------*/
.under_page main{
    padding-top:50px;
}
.under_page #page_title{
    padding:100px 0;
    background-color:#80a9bc;
    color:#fff!important;
}
.under_page #page_title .svg_box {
    position: absolute;
    width: 50%;
    max-width: 50px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    top:20%;
    left:3%;
}
.under_page #page_title .svg_box .dec{
    width: 25px;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    opacity:0;
}
#dec1,#dec3,#dec5,#dec7{
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#dec2,#dec4,#dec6,#dec8{
    left: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#end_message{
    text-align:center;
    font-size:20px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .catch {
    width: 95vw;
    bottom: 13%;
}
#intro {
    width: initial;
}
#intro .intro_img {
    height: 60vw;
    top: auto;
    bottom: 0;
}
#intro2::before{
    width: calc(100% - 50px);
    height:calc(100% - 150px);
    bottom: 30px;
}
.under_page{
    padding-top:70px;
}
.under_page main {
    padding-top: 0;
}
#cms_2-g .cate_title {
    font-size: 2em;
}
#end_message{
    text-align:left;
    font-size:18px;
}


}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loader img {
    width: 250px;
}
#head_logo{
    top: 17%;
    width:500px;
}
#main_img .catch {
    width: 98vw;
    bottom: 9%;
}
#intro2::before {
    width: calc(100% - 75px);
}
.under_page #page_title .svg_box{
    max-width:30px;
}
.under_page #page_title .svg_box .dec{
    width:20px;
}
.fix_bnr {
    left: 10px;
}
.fix_bnr::before{
    width:100px;
    height:100px;
}
.under_page #page_title{
    margin-bottom:30px;
}
#cms_2-g .cate_title {
    font-size: 1.5em;
    letter-spacing: 1px;
}
#end_message{
    font-size:16px;
}
}




