﻿

/*
#fakeloader{
    display:none;
}
*/


.linkStyle{
    color:#0D5072;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    font-size:18px;
    line-height:1.7;
}

#header{
    padding-bottom:0;
}


#logo h1{
    padding-left: 0;
    padding-right: 0;
}
#logo img{
    width:100%!important;
}

.drawer-hamburger-icon::after, .drawer-hamburger-icon::before{
    background-color: #0D5072!important;
}


/*--top page---------------------------
-------------------------------------*/
.catch {
    width: 430px;
    top: 10%;
    right: 5%;
    z-index: 2;
}
.catch img{
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
}

@keyframes zoomin {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.swiper-container {
  width: 100%;
 
  margin: 40px auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.swiper-container .swiper-wrapper .swiper-slide-prev img,
.swiper-container .swiper-wrapper .swiper-slide-active img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoomin;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}


#top_conwrap {
    background: url(./Dup/img/item.png) no-repeat;
    background-size: 51%;
    background-position: bottom -100px left -100px;
}
#intro_outer {
    background: url(./Dup/img/item.png) no-repeat;
    background-size: 400px;
    background-position: top -120px right 135px;
}
.sub_title {
    writing-mode: vertical-rl;
    vertical-align: top;
    display: inline-block;
    text-orientation: sideways-right;
    letter-spacing: 4px;
    font-size: 0.8rem;
}
#intro #intro_txt p{
    margin-top:30px;
}

#contents .back_color2::after {
    background-color: rgb(255,255,255,0.7)!important;
}
#con1 .con1_left{
    width:50%;
    top:0;
    left:0;
    z-index:0;
}
#con1 .con1_right {
    width: 70%;
    margin: 3% 40px 0 38%;
    padding: 50px;
}
#con1 .con1_item{
    width: 80px;
    left: 46%;
    z-index: -1;
    top: 4%;
    opacity: 0.6;
}
#con1 .con1title_box{
    -moz-text-align:center;
    text-align:center;
  }
  #con1 .con1_right h2{
    -moz-display: inline-block;
    display: inline-block;
}
#con1 .con1_right h2{
    margin: 30px auto;
}
#con1 .con1_txt{
    padding:100px;
}

#con2{
    margin-left: auto;
    margin-right: 0;
}

/*下からフェードイン*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

#top_cms .cms_title h2,
#page_title h2{
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255,255,255,0.8); 
}

/*--under page---------------------------
-------------------------------------*/
.cate_list li a{
    padding: 2px 7px;
}
.page9 #page_title h2{
    max-height:150px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1350px){
#con1 .con1_right {
    width: 90%;
    margin: 3% 40px 0 18%;
}
}

@media screen and (max-width: 1200px){
#con1 .con1_right {
    width: 100%;
    margin: 0;
}
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#header {
    padding-bottom: 10px;
}

.catch {
    width: 330px;
}
.swiper-container{
    height:90vh;
}
.sub_title {
    writing-mode: horizontal-tb;
    display: block;
}
#top_conwrap {
    background-size: 65%;
    background-position: bottom -100px right -100px;
}
#intro_outer {
    background-size: 300px;
    background-position: top -120px left -35px;
}
#con1 .con1_left {
    width: 100%;
}
#con1 .con1_right,
#con1 .con1_right p{
    padding:0;
}
#con1 .con1_item {
    width: 60px;
    left: -4%;
    z-index: -1;
    top: -2%;
    opacity: 0.7;
}
#con1 .con1_txt {
    padding: 0;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.catch {
    width: 230px;
    right:2%;
}
#top_conwrap {
    background-size: 77%;
    background-position: bottom -40px right -70px;
}
#intro_outer {
    background-size: 153px;
    background-position: top -30px left -25px;
}
.page3 #page_title h2{
    font-size: 18px;
}
}