@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
.footer-add {
	display: flex;
	margin-top: 30px;
}
/*.footer-add div {
	width:50%;
	margin: 0 auto;
}*/
.footer-add div dl {
	width: 100%;
	display: flex;
}
.footer-add dl dt {
	width:200px;
}
.footer-add dl dt,.footer-add dl dd {
	color:#fff;
}
.footer-add dl dd a {
	color:#a11515;
}

/*@media screen and (min-width: 834px) and (max-width: 1046px){
.footer-add div {
	width:70%;
}
}*/

/*@media screen and (min-width: 641px) and (max-width: 834px){
.footer-add div {
	width:80%;
}
}*/
/*@media only screen and (max-width: 640px){
.footer-add div {
	width:100%;
}
.footer-add dl dt {
	width:25%;
}
.footer-add dl dd {
	width:75%;
}
.footer-add dl dt,.footer-add dl dd {
	text-align: left;
}
}*/


.index-wrapch1 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media only screen and (max-width: 640px){
	.index-wrapch1 {
		flex-direction: column;
	}
}
.index-instagram .sns_list {
	border: none !important;
	max-height: 815px;
    overflow-x: auto;
}
.index-instagram .sns_list > div {
	border: none !important;
    justify-content: space-between;
    align-items: center;
}
.index-instagram .sns_list .sns_photo {
	width: 230px;
    padding: 0 !important;
}
.index-instagram .sns_list .sns_photo img {
	width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.index-instagram .sns_list .sns_text {
	width: calc(100% - 290px);
	font-size: 16px;
}
.index-instagram .sns_list .sns_text .sns_date {
	color: #333 !important;
	margin-bottom: 25px;
}
.index-instagram .sns_list .sns_text ul li a {
	color: #333 !important;
}
.index-instagram .sns_list > div:nth-of-type(n + 2) {
	margin-top: 30px;
}
.index-instagram .sns_list .sns_text .caption {
	margin-bottom: 25px;
}
.index-instagram .sns_list::-webkit-scrollbar {
    display:none;
}
@media only screen and (max-width: 834px){
	.index-instagram .sns_list .sns_photo {
		width: 100%;
	}
	.index-instagram .sns_list .sns_photo img {
	    height: auto !important;
	}
	.index-instagram .sns_list .sns_text {
		width: 100%;
	}
}
.index-wrapch1 .title_1-2 {
	line-height: 1.7;
    margin-left: 9%;
    width: 105px;
    writing-mode: vertical-rl;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 1300px){
	.index-wrapch1 .title_1-2 {
        margin-left: 5%;
	}
}
@media only screen and (max-width: 1150px){
	.index-wrapch1 .title_1-2 {
        margin-left: 3%;
	}
}
@media only screen and (max-width: 640px){
	.index-wrapch1 .title_1-2 {
        line-height: 1.3;
        margin-left: 0;
        writing-mode: horizontal-tb;
        width: 100%;
    	margin-bottom: 30px;
	}
}
.index-wrapch1 .title_1-2 h2 {
	font-size: 53px;
    font-weight: 500;
}
@media only screen and (max-width: 1500px){
	.index-wrapch1 .title_1-2 h2 {
		font-size: 45px;
	}
}
@media only screen and (max-width: 1150px){
	.index-wrapch1 .title_1-2 h2 {
		font-size: 37px;
	}
}
@media only screen and (max-width: 640px){
	.index-wrapch1 .title_1-2 h2 {
		font-size: 32px;
	}
}
.index-wrapch1 .title_1-2 h2 .en {
	font-size: 16px;
    color: #6d6d6d;
    display: block;
    margin-top: 9px;
}
@media only screen and (max-width: 640px){
	.index-wrapch1 .title_1-2 h2 .en {
		margin-top: 0;
        margin-bottom: 8px;
        margin-left: 8px;
	}
}

.index-bg1 {
	background-position: center !important;
}

.footer-wrap > div {
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrap > div .siteID {
	width: 180px;
}
.footer-wrap > div .footer-add {
	width: 520px;
}
@media only screen and (max-width: 834px){
	.footer-wrap > div {
		flex-direction: column;
	}
	.footer-wrap > div .siteID {
		width: 150px;
	}
}
@media only screen and (max-width: 640px){
	.footer-wrap > div .siteID {
		width: 150px;
	}
	.footer-wrap > div .footer-add {
		width: 100%;
	}
	.footer-add dt {
		width: 120px !important;
		text-align: left;
	}
	.footer-add dd {
		text-align: left;
		width: calc(100% - 120px) !important;
	}
}
.footer-wrap {
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}










#scroll1 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgba(#fff, .4);
} 
#scroll1 a::after {
	animation: sdl06 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
  
@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
* {
  margin: 0;
  padding: 0;
}*/
html {
  scroll-behavior: smooth;
}
.scroll {
  position: absolute;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
.scroll p {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    font : normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.scroll a {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .8s;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
.scroll a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
}
.scroll a:hover {
    opacity: .5;
}
@media only screen and (max-width: 834px){
  .scroll {
    display: none;
  }
}
@media only screen and (max-width: 640px){
  .header-btn2 {
    display: none;
  }
}
.index-btn-fle1 .index-btn a {
    display: block;
    z-index: 111;
    position: inherit;
}