﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
main {overflow: hidden}
.catch, #page_title p, .shop_link a, .top_cms_title p, .more span, .sitelink {
    font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
}
#cms_3-d .cate_list {
display: none;    
}
#cms_3-d #cate_list_title.active span i {
    transform: rotate(0deg);
}
#cms_3-d #cate_list_title span i {
    transform: rotate(180deg);
}
.sitelink {
    padding: 5px 10px;
    background: #3f637d;
    margin: 20px auto;
    text-align: center;
max-width: 370px;
    display: block;
    color: #fff;
}
#page_title p {
    font-size: 30px;
        text-shadow: 0 0 6px rgba(200, 200, 200, 0.50);
}
.point1, .point2, .point3 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.point1:before, .point2:before, .point3:before {
    width: 100px;
    height: 1px;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    display: block;
    background: #1c547d;
    left: calc( 50% - 101px);
    top: calc(50% - 19px);
    z-index: -1;
}
body {
    line-height: 2.2;
}
.opacity07 {
    opacity: 1;
}
.concept_copy {
    overflow: hidden;
    text-indent: 108%;
    white-space: nowrap;
    width: 100%;
    height: 56px;
    position: absolute;
    z-index: 0;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(Dup/img/engline.png);
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-animation: conceptCopy 100s linear 0s infinite;
    animation: conceptCopy 100s linear 0s infinite;
    opacity: 0.7;
}
footer.bg_color2 {
    background-color: #7e7e7e;
    background-image: none;
}
footer .txt_color_nomal, footer {
    color: #fff;
}
.fadein .fade_box{
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-property: opacity, transform
}
.fadein .fade_box.active{
	opacity: 1;
	transform: none
}
@-webkit-keyframes conceptCopy {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -4435px top;
  }
}
@keyframes conceptCopy {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -4435px top;
  }
}

#main_nav li a:hover::before, .sc_nav li a:hover::before, .sc_nav .shop_link a:hover::before {
    opacity: 1;
}
#main_nav li a::before, .sc_nav li a::before, .sc_nav .shop_link a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #002f52;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.5s;
}
.sc_nav .shop_link a::before {
        display: none;
}
#top_contents2.trans figure img, #top_contents1.trans figure img, #top_contents3.trans figure img {
transform: scale(1) translate(-50%,-50%); 
}
#top_contents2 figure img, #top_contents1 figure img, #top_contents3 figure img {
    will-change: transform;
    transform: scale(1.15) translate(-45%,-45%);
    transition: transform 3s ease-out;
}
#intro .intro_txt h2 {
    font-size: 24px;
    width: 96%!important;   
}
.intro_txt {
    position: relative;
    margin-top: 164px;
}
.intro_txt.trans::before {
    height: 100%;
}
.intro_txt::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    transition: 1.5s;
    z-index: 0;
}
.shop_link.d_block_tb {
    position: relative;
    border-radius: 20px;
    padding: 10px;
}
/*.shop_link.d_block_tb:before*/ #top_cms:before {
    content: "CONTENTS";
    position: absolute;
    display: block;
    width: 334px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    font-size: 61px;
    opacity: 0.2;
    z-index: 0;
    color: transparent;
    text-shadow: 0 0 5px rgba(106, 106, 106, 1);
    pointer-events: none;
} 
.catch .wrap:before {
content: "";
position: absolute;
display: block;
width: 0px;
left: 50%;
margin-left: -65px;
bottom: -13px;
background: #fff;
height: 2px;
opacity: 0;
transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
transition-delay: 1.5s;
}
.catch.trans .wrap:before {
width: 130px; 
opacity: 1;
}
#top_contents2 figure, #main_img figure, #top_contents3 figure, header #header .shop_link a {
    position: relative;
}
#top_contents2 figure:after, #main_img figure:after, #top_contents3 figure:after, header #header .shop_link a:after {
   position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 7px rgba(255, 255, 255, 0.25);
    z-index: 1;
    pointer-events: none;
}
.intro_txt {position: relative}
.intro_txt:after {
  /*  content: "";
    display: block;
    position: absolute;
    width: 1000px;
    height: 300px;
    background-image: url(Dup/img/eng.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 133%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0.7;
    max-width: 100%;*/
}


.catch {
    z-index: 1;
    top: 10%;
    right: 3%;
    position: absolute;
}
.catch p {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) ;
    transform: translateX(23px);
    font-size: 56px;
    padding-left: 10px;
    line-height: 1.3;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
color: #fff;
}
.catch span p {
    font-size: 20px;
}
.catch.trans p {
opacity: 1;
    transform: translateX(0px);
}
.catch p:nth-child(2) {
    transition-delay: 0.15s;
}
.catch p:nth-child(3) {
    transition-delay: 0.3s;
}
.catch p:nth-child(4) {
    transition-delay: 0.45s;
}
.catch p:nth-child(5) {
    transition-delay: 0.6s;
}
.catch p:nth-child(6) {
    transition-delay: 0.75s;
}
.catch .flex2 p {
    transition-delay: 0.9s;
}
.catch .flex2 p:nth-child(2)  {
    transition-delay: 1.05s;
}
.catch .flex2 p:nth-child(3)  {
    transition-delay: 1.2s;
}
.catch span p:nth-child(1) {
    transition-delay: 1.35s;
}
.catch span p:nth-child(2) {
    transition-delay: 1.5s;
}
header #header .shop_link a {
    background: #002f52;
    padding: 10px 42px;
    /*border: 3px solid #002f52;
    box-shadow: 0 0 0 1px #d3d3d3 inset;*/
    color: #fff;
}

#cms_2-a .cate_title {
    position: relative;
    padding: .1em .3em .1em .5em;
    border-left: 6px solid #002f52;
    border-top: 0;
    display: block;
    border-bottom: 0;
}
#cms_2-a .cate_title:before {
    position: absolute;
    content: '';
    left: -6px;
    bottom: 0;
    width: 6px;
    height: 50%;
    background-color: #747474;
}
#cms_2-a .cate_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #002f52;
}
@media(max-width: 768px) {
#page10 ul li a {
    padding: 10px 0;
}  
}

@media(max-width: 667px) {
    .sitelink {max-width: inherit;
    width: 86%;
}
    #intro .intro_txt h2 {
        font-size: 21px;
    }
    #loader .logo {
        max-width: 161px;
    }
 .catch p {
    font-size: 24px;
    padding-left: 4px;
}   
.catch span p {
    font-size: 15px;
}
h1 img {
    max-width: 115px;
}
.intro_txt:after {
    top: 128%;
}
.catch.trans .wrap:before {
width: 50px;
}
.catch .wrap:before {
    margin-left: -25px;
}



#main_img img:hover, #intro img:hover, #top_contents1 img:hover, #top_contents2 img:hover, #top_contents3 img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#main_img img:active, #intro img:active, #top_contents1 img:active, #top_contents2 img:active, #top_contents3 img:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

}