@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 768px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}

body {
	font-size: 14px;
	line-height: 24px;
	width:100%;
	position: relative;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.img100 {
	width: 100%;
}

a img {
			transition: 1.0s ;
}

a img:hover {
			opacity: 0.5 ;
}

/*onlinebtn*/
.onlinelink{
 position: fixed;
 right: 190px;
 margin-top: 15px;
 z-index: 97;
}

.onlinelink img{
 width: 80px;
 position: absolute;

}


@media screen and (max-width: 768px){
/*onlinebtn*/
.onlinelink{
 position: fixed;
 right: 130px;
 margin-top: 15px;
 z-index: 97;
}

.onlinelink img{
 width: 50px;
 position: absolute;

}
}

/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 99;
	margin: 0 0 0 30px;
}
.menu__line{
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 30%;
}
.menu__line--top{
    top: 33px;
	left: 34%;
}
.menu__line--center{
    top: 39px;
	left: 34%;
}
.menu__line--bottom{
    bottom: 33px;
	left: 34%;
}
.menu__line--top.active{
    top: 38px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 40px;
    transform: rotate(135deg);
}

.menu {
	cursor: pointer !important;
	cursor: hand !important;
	background-color:rgba(255,255,255,0.6);
	width: 80px;
	height: 80px;
  	border-radius: 50%;
}

@media screen and (max-width: 768px){
	.menu__line--top{
    top: 18px;
	left: 34%;
}
.menu__line--center{
    top: 24px;
	left: 34%;
}
.menu__line--bottom{
    bottom: 18px;
	left: 34%;
}
.menu__line--top.active{
    top: 24px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 24px;
    transform: rotate(135deg);
}
.menu {
	cursor: pointer !important;
	cursor: hand !important;
	background-color:rgba(255,255,255,0.6);
	width: 50px;
	height: 50px;
  	border-radius: 50%;
}
}

/*gnav*/
.gnav{
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 120%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
	list-style: none;
}
.gnav__menu__item a {
    color: #FFF;
    font-size: 1em;
    display: block;
    width: 100%;
    padding: 8px 30px 8px 30px;
    border: 1px solid;
    text-decoration: none;
    transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin: 15px 0 15px 0;
}
.gnav__menu__item a:hover{
    color: #666;
}


#main {
	background-size: cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
	overflow: hidden;
}

#main img {
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}

#main:before{
  content:"";
  width: 100vw;
  height: auto;
  min-height: 100vh;
  position:absolute;
  overflow: hidden;
  top:0;
  left:0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
  background: url(../img/main_photo.jpg) no-repeat center top;
  background-size:cover;
  background-attachment:fixed;
  animation: grow 60s  linear 10ms infinite;
  transition:all 0.2s ease-in-out;
  z-index:-2
}

@media screen and (max-width: 768px){
	#main {
    background-attachment: unset;
}
	#main img {
	width: 40%;
}
	#main:before{
  	background-attachment: unset;
}
}


@keyframes grow{
  0% { transform:scale(1)}
  50% { transform:scale(1.2)}
}

.ScrollArrow_out {
	position: absolute;
	top: 0;
	width: 99vw;
  	height: auto;
  	min-height: 100vh;
}

/* ----------------ScrollArrow--------------------- */
.ScrollArrow {
	display: block;
	width: 8px;
	height: 120px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	transition-duration: 300ms;
}
.ScrollArrow .ScrollArrow__text {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #000;
	transform: translateX(-44%) translateY(-100%);
}
.ScrollArrow .ScrollArrow__arrow1, .ScrollArrow__arrow2 {
	width: 4px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 2px;
}
.ScrollArrow .ScrollArrow__arrow1:before, .ScrollArrow__arrow2:before {
	content: '';
	display: block;
	width: 4px;
	height: 120px;
	background-position: left top;
	position: absolute;
	left: 0;
	transform: translateX(0);
	transform: translateY(-5%);
	animation-name: arrowAnimation;
	animation-duration: 3000ms;
	animation-timing-function: ease;
	animation-delay: 500ms;
	animation-iteration-count: infinite;
}
.ScrollArrow__arrow1 {
	top: 0;
}
.ScrollArrow__arrow2 {
	top: 60px;
}
.ScrollArrow__arrow1:before {
	background-image: url('../img/scroll_white.svg');
	top: 0;
}
.ScrollArrow__arrow2:before {
	background-image: url('../img/scroll_black.svg');
	top: -60px;
}
@keyframes arrowAnimation {
 0% {
 transform: translateY(-5%);
}
 50% {
 transform: translateY(105%);
}
 50.1% {
 transform: translateY(-105%);
}
 100% {
 transform: translateY(-5%);
}
}

.logo2 {
	margin: 140px 0 120px 0;
}

@media (max-width: 768px) {
.logo2 {
	margin: 100px 0 80px 0;
}
.logo2 img {
	width: 10%;
}
}

.back_blue {
	background: #f6fafd;
}

.future {
	margin: 0 0 0 0;
	padding: 100px 0 100px 0;
}

@media (max-width: 768px) {
	.future {
	margin: 70px 0 0 0;
	padding: 50px 0 50px 0;
}
}

.sentence01 {
	overflow: hidden;
}

.sentence01 .sentence01_l {
	width: 75%;
	float: left;
	padding: 0 0 0 3%;
}

.sentence01 .sentence01_r {
	width: 25%;
	padding: 0 6% 0 6%;
	float: right;
}

.future_text01 {
	font-size: 23px;
	line-height: 33px;
}

@media (max-width: 768px) {
.sentence01 .sentence01_l {
	width: 100%;
	float: none;
	padding: 0 0 0 0;
}
 .sentence01 .sentence01_r {
	width: 100%;
	float: none;
	text-align: center;
}
.sentence01 .sentence01_r img {
	width: 13%;
	margin: 70px auto 70px auto;
}
}


#news {
	margin: 0 auto 20px auto;
    padding: 130px 0 0 0;
}

@media (max-width: 768px) {
	#news {
	margin: 0 auto 0 auto;
	padding: 70px 0 0 0;
}
	
	
  .facebook_link {
    position: relative;
    width: 175px;
	/* 半径を全 4 角に設定 */
    border-radius: 5px;
    box-sizing: border-box;
    background: #45629f; 
    transition: .2s;
    padding: 10px 15px;
    margin: 0 0 130px 0;
  /* 子要素を水平方向の中央に配置する */
  display: flex;
  justify-content: center;  

}
  .facebook_link img {
    width: 100px;
	  height: 20px;
	  
  }
  .facebook_link:hover {
    opacity: 0.5;
    background-color: #103372;
  }	
	
}

#news .newstitle {
	margin-top: 0;
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: 1.3px;
	font-family: 'Noto Serif JP', sans-serif;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-feature-settings: "pkna";
}



  .facebook_link {
    position: relative;
    width: 175px;
	/* 半径を全 4 角に設定 */
    border-radius: 5px;
    box-sizing: border-box;
    background: #45629f; 
    transition: .2s;
    padding: 10px 15px;
    margin: 0 0 130px 0;
  /* 子要素を水平方向の中央に配置する */
  display: flex;
  justify-content: center;  

}
  .facebook_link img {
    width: 100px;
	  height: 20px;
	  
  }
  .facebook_link:hover {
    opacity: 0.5;
    background-color: #103372;
  }


#news h2 {
	font-family: 'Noto Serif JP', sans-serif;
	margin-top: 0;
    margin-bottom: 40px;
    font-size: 0.8em;
    font-weight: normal;
}

#full_photo01 {
	background: url(../img/full_photo01.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 610px;
    background-attachment: fixed;
}

@media (max-width: 768px) {
#full_photo01 {
	background: url(../img/full_photo01.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 300px;
    background-attachment: unset;
}
}

.sdgs {
	margin: 140px auto 60px auto;
}

.sdgs_text01 {
	margin: 60px auto 30px auto;
}

.sdgs_text02 {
	font-family: 'Noto Serif JP', sans-serif;
	margin: 80px auto 40px auto;
	font-size: 21px;
	line-height: 30px;
}

.sdgs8 {
	max-width: 1192px;
	margin: 0 auto 0 auto;
}

.sdgs8 img {
	margin: 0 0 4% 0;
}

@media (max-width: 768px) {
	.sdgs {
	margin: 70px auto 20px auto;
}
	.sdgs_img {
		width: 30%;
}
}

.company_list {
	padding: 0 0 150px 0;
}

.company_list_title {
	position: relative;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	font-size: 30px;
	padding: 135px 0 0 0;
}

.company_list_title2 {
	position: relative;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	font-size: 30px;
	padding: 0 0 0 0;
}

@media (max-width: 768px) {
.company_list {
	padding: 0 0 80px 0;
}
.company_list_title {
	font-size: 24px;
	padding: 80px 0 0 0;
}
.company_list_title2 {
	font-size: 24px;
	padding: 80px 0 0 0;
}
}

.company_list_title:before,.company_list_title2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 35px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

.list {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

.list p {
	padding: 5px 15px 6px 15px;
	margin: 10px;
	display: inline;
	border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
	background: #3c6c8c;
    color: #FFF;
	font-family: 'Noto Serif JP', sans-serif;
}

@media (max-width: 768px) {
.list p {
	font-size: 15px;
    padding: 1px 15px 2px 15px;
    line-height: 30px;
    margin: 10px;
    display: block;
}
}

#full_photo02 {
	background: url(../img/full_photo02.jpg) no-repeat center top;
	background-size: cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 610px;
    background-size: cover;
    background-attachment: fixed;
	margin: 0 0 200px 0;
}

@media (max-width: 768px) {
#full_photo02 {
	background: url(../img/full_photo02.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 300px;
    background-attachment: unset;
	margin: 0 0 80px 0;
}
}


.photo02_area {
	position: relative;
}

.photo02_area p {
}

.photo03 {
	padding: 100px 0 0 0;
}

.company .item1{order: 2;}
.company .item2{order: 1;}
@media (max-width: 768px) {
.company .item1{order: 1;}
.company .item2{order: 2;}
.photo03 {
	padding: 80px 0 0 0;
}
}

.history {
	margin: 140px 0 0 0;
}

.history .sentence01 {
	overflow: hidden;
	padding: 100px 0 0 0;
}

.history .sentence01 .sentence01_l {
	width: 88%;
	float: left;
}

.history .sentence01 .sentence01_r {
	width: 12%;
	padding: 0 0 0 6%;
	float: right;
}

.history dd {
	margin: 0 0 20px 0;
}

.history button{
	margin: 30px 0 0 0;
}

@media (max-width: 768px) {
.history {
	margin: 80px 0 0 0;
}
.history .sentence01 {
	padding: 30px 0 60px 0;
}
.history .sentence01 .sentence01_l {
	width: 100%;
	float: none;
}
 .history .sentence01 .sentence01_r {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0 0 0 0;
}
.history .sentence01 .sentence01_r img {
	width: 10%;
	margin: 70px auto 70px auto;
}
}

#full_photo03 {
	background: url(../img/full_photo03.jpg) no-repeat center top;
	background-size: cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 610px;
    background-size: cover;
    background-attachment: fixed;
	margin: 0 0 70px 0;
}

@media (max-width: 768px) {
#full_photo03 {
	background: url(../img/full_photo03.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 300px;
    background-attachment: unset;
}
}


#menu_back {
    background-color: rgba(0,0,0,0.4);
	width: 45%;
    height: 610px;
	font-family: 'Noto Serif JP', sans-serif;
	color: #FFFFFF;
	position: relative;
	padding: 100px 0 0 60px;
}

#menu_back p {
	font-size: 23px;
	margin: 0 0 80px 0;
}

@media (max-width: 768px) {
#menu_back p {
	font-size: 18px;
}
}

#menu_back ul {
	font-size: 18px;
	list-style: none;
}

#menu_back ul li {
	margin: 0 0 18px 0;
}

#menu_back ul span {
	font-size: 11px;
	color: #fbb03b;
	padding: 0 10px 0 0;
}

#menu_back ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}
#menu_back ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fbb03b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#menu_back ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#menu_back ul li a::before {
    position: absolute;
    bottom: 7px;
    right: -25px;
    content: ' ';
    background-image: url(../img/b_menu_icon.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    vertical-align: middle;
}

@media (max-width: 1000px) {
	#menu_back {
    background-color: rgba(0,0,0,0.4);
	width: 100%;
    height: 610px;
	font-family: 'Noto Serif JP', sans-serif;
	color: #FFFFFF;
	position: relative;
	padding: 100px 0 0 20px;
}
}

.overview {
	margin: 0 auto 110px auto;
}

.overview p {
	font-size: 26px;
	font-family: 'Noto Serif JP', sans-serif;
	margin: 0 0 50px 0;
}

.overview dt {
	float: left;
	width: 110px;
	height: 14px;
	line-height: 14px;
	margin: 0 30px 20px 0;
	border-right: 1px solid #333;
}

.overview dd {
	height: 14px;
	line-height: 14px;
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	.overview {
	margin: 0 auto 80px auto;
		text-align: center;
}
.overview dt {
	float: none;
    width: auto;
    height: auto;
    line-height: 14px;
    margin: 0 0 7px 0;
    border-right: none;
}

.overview dd {
	height: auto;
	line-height: 14px;
	margin: 0 0 20px 0;
}
}

.logo3 {
	position: relative;
}

.logo3 img {
position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}

@media (max-width: 768px) {
.logo3 {
	padding: 30px 0 30px 0;
}
.overview p {
	margin: 80px 0 50px 0;
}
.overview dt {
	margin: 0 0 7px 0;
}
.overview dd {
	margin: 0 0 20px 0;
}
.logo3 img {
position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	width: 30%;
}
}

#full_photo04 {
	background: url(../img/full_photo04.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo04 {
	min-height: 120px;
}
}

#full_photo05 {
	background: url(../img/full_photo05.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo05 {
	min-height: 120px;
}
}

#full_photo06 {
	background: url(../img/full_photo06.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo06 {
	min-height: 120px;
}
}

#full_photo07 {
	background: url(../img/full_photo07.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo07 {
	min-height: 120px;
}
}

#full_photo08 {
	background: url(../img/full_photo08.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo08 {
	min-height: 120px;
}
}

#full_photo09 {
	background: url(../img/full_photo09.jpg) no-repeat center top;
	background-size:cover;
  	background-position: center;
	position: relative;
	width: 100%;
  	height: auto;
  	min-height: 380px;
}

@media (max-width: 768px) {
#full_photo09 {
	min-height: 120px;
}
}

.ofer_f {
	margin: 200px 0 0 0;
}


.ofer_contents {
	margin: 0 auto 80px auto;
}

.ofer_number {
	font-size: 65px;
	color: #fbb03b;
	font-family: 'Noto Serif JP', sans-serif;
	padding: 90px 0 0 0;
	position: relative;
}

.ofer_number:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -35px;
    display: inline-block;
    width: 35px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fbb03b;
}

.ofer_title {
	font-size: 45px;
	line-height: 55px;
	font-family: 'Noto Serif JP', sans-serif;
	padding: 70px 0 90px 0;
}

.ofer_text01 {
	font-size: 26px;
	line-height: 36px;
}

@media (max-width: 768px) {
.ofer_f {
	margin: 100px 0 0 0;
}
.ofer_contents {
	margin: 0 auto 40px auto;
}
.ofer_number {
	font-size: 35px;
    color: #fbb03b;
    font-family: 'Noto Serif JP', sans-serif;
    padding: 40px 0 0 0;
    position: relative;
}

.ofer_number:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 35px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fbb03b;
}

.ofer_title {
	font-size: 25px;
    line-height: 35px;
    font-family: 'Noto Serif JP', sans-serif;
    padding: 30px 0 20px 0;
}
.ofer_text01 {
	margin: 20px 0 0 0;
}
.ofer_text01 {
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
}

.ofer_contents a {
	position: relative;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 100%;
    display: inline-block;
    padding: 2em 0;
    text-decoration: none;
    color: #222;
    border: solid 2px #222;
	font-size: 17px;
    transition: .4s;
}

.coming_soon {
	position: relative;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 100%;
    display: inline-block;
    padding: 2em 0;
    text-decoration: none;
    color: #222;
    border: solid 2px #222;
	font-size: 17px;
    transition: .4s;
}
.onlinerink {
	position: relative;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 100%;
    display: inline-block;
    padding: 2em 0;
    text-decoration: none;
    color: #222;
    border: solid 2px #222;
	font-size: 17px;
    transition: .4s;
}

@media (max-width: 768px) {
.ofer_contents a {
	font-size: 15px;
}
}

.ofer_contents a:after {
	content: ' ＞';
}

.ofer_contents a:hover {
    background: #222;
    color: white;
}

.ofer_r {
	padding: 0 0 0 3%;
	position: relative;
	height: auto;
}

@media (max-width: 768px) {
	.ofer_r {
	padding: 0 15px 0 15px;
}
}

footer {
	position: relative;
	background: #d0cfcc;
	margin: 120px 0 0 0;
	padding: 70px 0 80px 0;
}

.top_button {
position: absolute;
  	top: -50px;
  	right: 0;
  	left: 0;
  	margin: auto;
}

#sns {
	width: 155px;
	margin: 0 auto 0 auto;
	position: relative;
}

#sns:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -70px;
    display: inline-block;
    width: 30px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666666;
}

#sns img {
	width: 100%;
}
#sns_l {
	width: 10px;
	float: left;
}
#sns_l2 {
	width: 20px;
	float: left;
	margin: 0 0 0 28px;
}

#sns_r {
	width: 20px;
	float: left;
	margin: 0 0 0 23px;
}
#online {
	width: 25px;
	float: left;
	margin: 0 5px 0 22px;
}
.footer_logo {
	text-align: center;
	width: 80px;
	margin: 120px auto 0 auto;
}

footer p {
	font-size: 11px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	margin: 80px 0 0 0;
}

.modal {
	padding: 0 !important;
}

#menu_sns {
	position: absolute;
    top: -60px;
    width: 230px;
}

#menu_sns img {
	width: 100%;
}

.gnav__menu {
	position: relative;
}

#slide2 {
	padding: 100px 0 0 0;
}
#slide2 .simply-scroll .simply-scroll-clip {
    width: 105%;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: rotate(-4deg);
    margin: 0 0 0 -11px;
}

@media (max-width: 768px) {
	iframe {
		display: none;
	}
}
