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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#000000;
	min-width: inherit;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
a {
	color:#000000;
	text-decoration:none;
	transition-duration: 0.5s;
	-webkit-transform: translate3d(0,0,0);
}
a:hover {
	transition-duration: 0.5s;
	-webkit-transform: translate3d(0,0,0);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:bottom;
	transition-duration: 0.3s;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	transition-duration: 0.3s;
}

/* 共通
--------------------------------------*/
#wrapper {
    position: relative;
    min-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.m-container {
	position: relative;
}
.hd-top-sp {
	display: none;
}
.p-area,
.m-area,
.e-area,
.c-area,
.com-area,
.con-area {
	position: relative;
}
.l-column--r {
	position: relative;
}
.t-wrap {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.t-wrap2 {
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}
.t-wrap3 {
	max-width: 1130px;
	margin: 0 auto;
	position: relative;
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
}
section {
	padding: 100px 0;
}
.section-title.in .outer .inner:before {
	-webkit-animation-name: maskStart, maskEnd;
    animation-name: maskStart, maskEnd;
    -webkit-animation-duration: .6s, .6s;
    animation-duration: .6s, .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s, .6s;
    animation-delay: 0s, .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.section-title2.in .outer .inner:before {
	-webkit-animation-name: maskStart, maskEnd;
    animation-name: maskStart, maskEnd;
    -webkit-animation-duration: .6s, .6s;
    animation-duration: .6s, .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s, .6s;
    animation-delay: 0s, .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
section .outer {
	display: inline-block;
    overflow: hidden;
}
section .outer .inner {
	position: relative;
    overflow: hidden;
}
.section-title .outer .inner:before {
	content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b6d300;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    top: 0;
    left: 0;
    z-index: 1;
}
.section-title2 .outer .inner:before {
	content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff6900;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    top: 0;
    left: 0;
    z-index: 1;
}
.section-title.in .outer .inner .t-txt,
.section-title2.in .outer .inner .t-txt {
	opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.section-title .outer .inner .t-txt,
.section-title2 .outer .inner .t-txt {
	opacity: 0;
}
section h3.bk {
	font-size: 100px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: right;
	margin-right: -78px;
}
section h3.bk2 {
	font-size: 100px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	margin-left: -78px;
}
section h3.wh {
	font-size: 100px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	color: #FFFFFF;
	margin-left: -78px;
}
.title-r {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
.title-l {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
.accessory-bk {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: right;
}
.accessory-wh {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	color: #FFFFFF;
}
.accessory-bk2 {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	color: #000000;
}
.area-title-1 {
	text-align: right;
	height: 66px;
}
.area-title-1 .inner {
	display: inline-block;
    background: none;
    position: relative;
    overflow: hidden;
}
.area-title-1 .inner:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.area-title-1.in .inner:before {
    -webkit-animation-name: maskStart;
    animation-name: maskStart;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.area-title span {
	padding: 12px 50px;
	color: #FFFFFF;
}
.area-title-1 .inner .subtitle-r {
	z-index: 100;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	left: -150%;
}
.area-title-1.in .inner .subtitle-r {
	left: 0;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.btn1 {
	position: absolute;
	right: 135px;
	bottom: 150px;
}
.btn1 a {
	display: block;
	width: 280px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff6900;
	text-align: center;
	position: relative;
}
.btn1 a:after {
	content: "＞";
    position: absolute;
    right: -70px;
    width: 70px;
    background-color: #fdb483;
}
.btn2 {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.btn2 .a-txt a {
	display: block;
	width: 330px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff6900;
	line-height: 70px;
	text-align: center;
	position: relative;
}
.btn2 .a-txt a:after {
	content: "＞";
    position: absolute;
    right: -70px;
    width: 70px;
    background-color: #fdb483;
}
.btn2 .telbox {
	width: 580px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	border: solid 1px #ff6900;
}
.btn2 .telbox .left a {
	font-size: 42px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	color: #ff6900;
	margin-right: 30px;
}
.btn2 .telbox .left a:before {
	content:url("../img/common/icon_common.jpg");
	margin-right: 10px;
}
.btn2 .telbox .right {
	font-size: 16px;
}

/* ヘッダー
--------------------------------------*/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#header,
#header.lowpage {
	z-index: 100;
    background: rgba(255,255,255,0);
    box-shadow: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#header,
.hd_color #header.lowpage {
	z-index: 1111;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hd-top .box {
	padding: 0 50px;
	display: flex;
	align-items: center;
	height: 90px;
}
.hd-top h1 {
	margin-right: auto;
}
.hd-top ul {
	display: flex;
}
.hd-top li {
	padding: 0 1em;
}
.hd-top li:first-child {
	padding: 0 1em 0 0;
}
.hd-top li.icon1,
.hd-top li.icon2 {
	padding: 0 0 0 1em;
}
.hd-top li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.hd-top .icon2 {
	display: none;
}
#header,
.hd_color #header.lowpage .hd-top .icon1 {
	display: none;
}
#header,
.hd_color #header.lowpage .hd-top .icon2 {
	display: block;
}
#header,
.hd_color #header.lowpage .hd-top li a {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.hd-top li:hover a {
	color: #ff6900;
}
#header,
.hd_color #header.lowpage .hd-top li:hover a {
	color: #ff6900;
}

/* メイン
--------------------------------------*/
#main .back-image {
	display: none;
}
.m-top {
	background-image: url("../img/top/bg_top.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}
.titlebox {
	position: absolute;
	top: 90px;
	right: 50px;
	text-align: center;
}
.titlebox .title {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	line-height: 1;
}
.titlebox .title span {
	font-size: 80px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #FFFFFF;
	line-height: 0.5;
}
.hd-bottom {
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.hd-bottom h2 {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
	height: 90px;
}
.hd-bottom h2 img {
	width: 800px;
}
.scroll {
	position: absolute;
	left: 50px;
	bottom: 0;
}
.scroll .txt {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.scroll .line {
	width: 1px;
	height: 50px;
	background-color: #FFFFFF;
}

/* プレストレストコンクリート工法
--------------------------------------*/
#prestressed {
	background-color: #ff6900;
	padding-bottom: 200px;
}
#prestressed .l-column--r:before {
    content: "";
    width: 40%;
    height: 100%;
    height: 440px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    left: 0;
    right: auto;
    top: 125px;
}
#prestressed .l-column--r:after {
    content: "";
    width: 40%;
    height: 100%;
    height: 440px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    left: 0;
    right: auto;
    top: 125px;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
}
#prestressed .l-column--r.in:after {
	-webkit-animation-name: maskStart, maskEnd-hide;
    animation-name: maskStart, maskEnd-hide;
    -webkit-animation-duration: .6s, .6s;
    animation-duration: .6s, .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s, .6s;
    animation-delay: 0s, .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#prestressed .l-column--r.in:before {
	opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#prestressed .p-img:before {
	background-image: url("../img/prestressed/img_prestressed01.jpg");
	box-shadow: 20px 20px 0 rgba(255, 255, 255, 0.32);
	opacity: 0;
}
#prestressed .p-img.in:before {
	-webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	opacity: 1;
	-webkit-box-shadow: 38px 38px 0 rgba(255, 255, 255, 0.32);
	box-shadow: 20px 20px 0 rgba(255, 255, 255, 0.32);
}
#prestressed .subtitle-r {
	width: 690px;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
#prestressed .photo-sp {
	display: none;
}
#prestressed .txt {
	width: 500px;
	font-size: 18px;
	margin-left: auto;
}
#prestressed .txtbox {
	margin-top: 20px;
}

/* プレストレストコンクリート工法のメリット
--------------------------------------*/
#merit {
	background-image: url("../img/merit/bg_02.jpg");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#merit .area-title-1 {
	margin-top: -50px;
}
#merit ul {
	max-width: 1000px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
}
#merit li {
	width: 320px;
	min-height: auto;
	background-color: #FFFFFF;
	margin: 0 20px 20px 0;
}
#merit li:nth-child(3n) {
	margin: 0 0 20px 0;
}
#merit li .inn {
	padding: 30px;
}
#merit li .box {
	display: flex;
}
#merit li .data {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #999999;
	margin-right: auto;
}
#merit li .num {
	font-size: 75px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	color: #ff6900;
	line-height: 0.7;
}
#merit li .title {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 35px 0;
}
#merit li .title span {
	border-bottom: solid 4px #ff6900;
	padding-bottom: 10px;
}
#merit li .txt {
	font-size: 18px;
	line-height: 1.5;
}

/* プレストレストコンクリートの使用例
--------------------------------------*/
#example {
	background-color: #b6d300;
}
#example .area-title-1 {
	text-align: left;
	margin-top: -55px;
}
#example .container {
	max-width: 1000px;
	margin: 40px auto;
}
#example .container .box {
	margin-bottom: 20px;
}
#example .container .inn-left {
	display: flex;
}
#example .container .inn-right {
	display: flex;
	flex-direction: row-reverse;
}
#example .txtbox {
	width: 100%;
	min-height: auto;
	background-color: #FFFFFF;
}
#example .txtbox .item {
	padding: 20px;
}
#example .txtbox .item-inn {
	display: flex;
}
#example .txtbox .data {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #999999;
	margin-right: auto;
}
#example .txtbox .num {
	font-size: 75px;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	color: #b6d300;
	line-height: 0.7;
}
#example .txtbox .title {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 35px 0;
}
#example .txtbox .title span {
	border-bottom: solid 4px #b6d300;
	padding-bottom: 10px;
}
#example .txt {
	font-size: 18px;
	padding: 40px 30px;
	background-color: #d3e36e;
	border: solid 1px #FFFFFF;
}

/* お気軽にお問い合わせ下さい
--------------------------------------*/
.ad h4 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 4px #ff6900;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.ad ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ad li {
	width: 235px;
	line-height: 90px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #ff6900;
	border: solid 1px #ff6900;
}
.ad .catch {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0;
}

/* 施工実績
--------------------------------------*/
#case {
	background-image: url("../img/case/bg_case01.gif");
}
#case .l-column--r:before {
    content: "";
    width: 40%;
    height: 100%;
    height: 440px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    right: 0;
    left: auto;
    top: 0;
}
#case .l-column--r:after {
    content: "";
    width: 40%;
    height: 100%;
    height: 440px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
}
#case .l-column--r.in:after {
	-webkit-animation-name: maskStart, maskEnd-hide;
    animation-name: maskStart, maskEnd-hide;
    -webkit-animation-duration: .6s, .6s;
    animation-duration: .6s, .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s, .6s;
    animation-delay: 0s, .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#case .l-column--r.in:before {
	opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#case .c-img:before {
	background-image: url("../img/case/bg_case02.jpg");
	box-shadow: 20px 20px 0 rgba(255, 255, 255, 0.32);
	opacity: 0;
}
#case .c-box {
	margin-top: -50px;
}
#case .c-box .area-title-1:first-child {
	margin-right: 60px;
}
#case .casecatch {
	max-width: 1000px;
	font-size: 18px;
	padding: 30px;
	background-color: #efefef;
	border: solid 1px #FFFFFF;
	margin: 40px auto;
}
#case ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#case li {
	width: 320px;
	min-height: auto;
	background-color: #FFFFFF;
	margin: 0 20px 20px 0;
}
#case li:nth-child(3n) {
	margin: 0 0 20px 0;
}
#case li .inn {
	padding: 30px;
}
#case li .data {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#case li .data span {
	border-bottom: solid 4px #ff6900;
	padding-bottom: 10px;
}
#case li .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#case li .txt {
	font-size: 14px;
}

/* 会社概要
--------------------------------------*/
#company {
	background-image: url("../img/company/bg_company01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ff6900;
	height: 974px;
}
#company .companybox1 {
	width: 520px;
	margin-left: auto;
	margin-top: 30px;
}
#company .companybox1 ul {
	padding: 0 20px;
	background-color: #FFFFFF;
}
#company .companybox1 li {
	padding: 20px 0;
	border-bottom: dotted 1px #ff6900;
}
#company .companybox1 li:last-child {
	border-bottom: none;
}
#company .companybox1 .box {
	display: flex;
	align-items: center;
}
#company .companybox1 .data {
	width: 110px;
	font-size: 18px;
}
#company .companybox1 .txt {
	font-size: 18px;
}
#company .companybox1 .txt a {
	text-decoration: underline;
}

/* 杉俣コンクリート工業へのコンタクト
--------------------------------------*/
#contact {
	background-color: #000000;
}
#contact .l-column--r:before {
    content: "";
    width: 40%;
    height: 100%;
    height: 370px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    right: 0;
    left: auto;
    top: 0;
}
#contact .l-column--r:after {
    content: "";
    width: 40%;
    height: 100%;
    height: 370px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
}
#contact .l-column--r.in:after {
	-webkit-animation-name: maskStart, maskEnd-hide;
    animation-name: maskStart, maskEnd-hide;
    -webkit-animation-duration: .6s, .6s;
    animation-duration: .6s, .6s;
    -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-delay: 0s, .6s;
    animation-delay: 0s, .6s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#contact .l-column--r.in:before {
	opacity: 1;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
#contact .con-img:before {
	background-image: url("../img/contact/img_contact01.jpg");
	box-shadow: 20px 20px 0 rgba(255, 255, 255, 0.32);
	opacity: 0;
}
#contact .btn2 {
	margin-top: 30px;
}
#contact .title {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#contact .c-title {
	border-bottom: dotted 1px #FFFFFF;
	padding-bottom: 10px;
	margin: 100px 0 10px;
}
#contact .subtitle {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin: 30px 0;
}
form .f-btn {
	text-align: center;
	margin-top: 50px;
}
form button {
	background-color: #ff6900;
    color: #FFFFFF;
    border: none;
    font-size: 20px;
    font-weight: bold;
    width: 330px;
    line-height: 70px;
    padding: 0;
	position: relative;
}
form button:after {
	content: "＞";
    position: absolute;
    right: -70px;
    width: 70px;
    background-color: #fdb483;
}

/* フッター
--------------------------------------*/
footer {
	background-color: #000000;
}
.copyright {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	text-align: center;
	color: #FFFFFF;
	line-height: 90px;
}

/* トップへ戻る
--------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    display: block;
}


/* サンクスページ
--------------------------------------*/
#thanks h5 {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#thanks .thanks-top {
	text-align: center;
	font-size: 16px;
}
#thanks .t-btn {
	width: 150px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}
#thanks .t-btn a {
	border: solid 1px #999999;
	font-size: 16px;
	font-weight: bold;
    display: block;
	color: #999999;
    padding: 10px 20px;
}
#thanks .t-btn:hover a {
	color: #FFFFFF;
	background-color: #999999;
}


/* アニメーション
--------------------------------------*/
.initially-hide {
  display: none !important; }

.mask {
  display: inline-block;
  overflow: hidden; }

.mask:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ABC10D;
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  top: 0;
  left: 0;
  z-index: 1; }

.mask:before {
  -webkit-animation-name: maskStart, maskEnd;
  animation-name: maskStart, maskEnd;
  -webkit-animation-duration: .6s, .6s;
  animation-duration: .6s, .6s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, .6s;
  animation-delay: 0s, .6s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.mask-Inner {
  opacity: 0; }

.mask .mask-Inner {
  -webkit-animation-name: maskInner;
  animation-name: maskInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.mask2 {
  display: inline-block;
  overflow: hidden; }

.mask2:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff6900;
  -ms-transform: translateY(-101%);
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  top: 0;
  left: 0;
  z-index: 1; }

.mask2:before {
  -webkit-animation-name: maskStart-h, maskEnd-h;
  animation-name: maskStart-h, maskEnd-h;
  -webkit-animation-duration: .6s, .6s;
  animation-duration: .6s, .6s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, .6s;
  animation-delay: 0s, .6s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.mask2-Inner {
  opacity: 0; }

.mask2 .mask2-Inner {
  -webkit-animation-name: maskInner;
  animation-name: maskInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }



@-webkit-keyframes maskStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes maskStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes maskEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@keyframes maskEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@-webkit-keyframes maskEnd-hide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0; } }

@keyframes maskEnd-hide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0; } }

@-webkit-keyframes maskStart-h {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes maskStart-h {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes maskStart-h-hide {
  0% {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%); }
  1% {
    opacity: 1;
    height: 100%; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes maskStart-h-hide {
  0% {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%); }
  1% {
    opacity: 1;
    height: 100%; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes maskEnd-h {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%); } }

@keyframes maskEnd-h {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%); } }

@-webkit-keyframes maskEnd-h-hide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    height: 0; } }

@keyframes maskEnd-h-hide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    height: 0; } }

@-webkit-keyframes maskInner {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes maskInner {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: #fff;
	width: 100%;
	height: 102%;
}
.overlay-1 {
	background: #fff;
}
.overlay-2 {
    background: #ff6900;
    z-index: 1000001;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.overlay-3 {
    background: #b6d300;
    z-index: 1000002;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.overlay-2.on {
  -webkit-animation-name: maskStart, maskEnd;
  animation-name: maskStart, maskEnd;
  -webkit-animation-duration: .4s, .4s;
  animation-duration: .4s, .4s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, .4s;
  animation-delay: 0s, .4s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.overlay-3.on {
  -webkit-animation-name: maskStart, maskEnd;
  animation-name: maskStart, maskEnd;
  -webkit-animation-duration: .4s, .4s;
  animation-duration: .4s, .4s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, .4s;
  animation-delay: 0s, .4s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}









