@charset "UTF-8";
/*========================================================
▼Reset CSS
========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/*========================================================
▼共通コンテンツ
========================================================*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
	color: #333;
	height: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}

#wrapper {
  padding-top: 0;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .disp--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .disp--pc {
    display: none;
  }
}
small {
	font-size: 80%;
}

.sec-inner{
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
@media screen and (max-width: 767px) {
  .sec-inner{
	margin-left: auto;
	margin-right: auto;
	width: 92.5%
}
}
h3{
	font-size: 30px;
    color: #333333;
    letter-spacing: 1.7px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
h3 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}	
}
.info {
	margin-bottom: 50px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.info__items {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 3;
	letter-spacing: 1px;
}
.color-blk{
	color: #000;
}
.info__items span a {
	background-color: #667c64;
	border: solid 5px #667c64;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 5px;
	text-decoration: none;
}
.color-blk span a{
	color: #000;
}
@media screen and (max-width: 767px) {
	.info {
	margin-bottom: 30px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.info__items {
		font-size: 12px;
		line-height: 2.2;
		margin-bottom: 8px;
	}
	.info__items span a {
		border: solid 4px #667c64;
		font-size: 11px;
	}
}

/*========================================================
▼ヘッダー
========================================================*/
header {
    position: relative;
    z-index: 9990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(41.25px + 1vw);
    margin: 0 auto;
    background-color: #0e0e0e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(41.25px + 1vw);
    padding: 0 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-inner .logo {
    width: 30vw;
}
.header-inner .logo img{
    width:100%;
}
/*SNSアイコン*/
.header-inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-inner .sns a {
    display: block;
    padding: 0 1em;
    text-align: center;
    color: #fff;
}
.header-inner .sns a:last-of-type {
    padding-right: 0;
}
.header-inner .sns a:hover, .header-inner .logo:hover {
    opacity: .8;
}
.header-inner .sns a i {
    font-size: calc(2rem + 1vw);
    vertical-align: middle;
}


@media only screen and (min-width: 769px) {
	header {
		width: 100%;
		height: 90px;
	}
	.header-inner {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	.header-inner .logo {
		width: 211px;
	}
	
	.header-inner .sns a {
		padding: 0 1.5em;
	}
	
	.header-inner .sns a:hover,  .header-inner .logo:hover {
		opacity: .8;
	}
	
	.header-inner .sns a i {
		font-size: 3.5rem;
		vertical-align: middle;
	}
}
/*========================================================
▼メインコンテンツ
========================================================*/
.mv{
	width: 100%;
	position: relative;
}
.mv_innner{
	width: 100%;
	position: relative;
	margin: 0;
	padding:0;
}
.mv_innner img{
	display: block;
	width:100%
}
.mv_title{
	position: absolute;
    z-index: 3;
    top: 38%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	 text-align: center;
}
.mv_title img{
	max-width: 678px;
	width: calc(678/1400*100%);
	margin: 0 auto;
}

@media screen and  (max-width:767px) {
	.mv_innner{
		width: 100%;
		}
	.mv_title{
		position: absolute;
		z-index: 3;
		top: 38%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		 text-align: center;
	}
	.mv_title img{
		max-width: 449px;
		width: calc(449/750*100%);
		margin: 0 auto;
	}
}
/*========================================================
▼リード
========================================================*/
.text-section{
	width: 100%;
	margin: 0 auto;
	background-color: rgb(251, 243, 238);  
}
.text-inner{
	width:100%;
	margin: 0 auto;
}
.lead{
	padding-top: 90px;
	padding-bottom: 30px;	
}
.lead .lead-text{
	text-align: center;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 2.7;
	color: #000000;
	letter-spacing: 1.2px;
	margin-bottom: 40px;
}
.lead-text__bg01{
	background-color:#8b550d;
	border: solid 8px #8b550d;
	font-size: 1.7rem;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	line-height: 2.3;
	font-size: 30px;
}
.lead-text__bg02{
	background-color:#8b550d;
	border: solid 6px #8b550d;
	font-size: 1.7rem;
	color:#fff;
	line-height: 2.3;
	font-size: 30px;
	border-bottom: solid 10px #8b550d;
}
.lead .lead-text a{
	color:#fff;
	text-align: center;
	text-decoration: underline;
	font-size: 18px;
	border: solid 8px #8b550d;
	border-left: solid 30px #8b550d;
	border-right: solid 30px #8b550d;
/*	border-bottom: solid 20px #8b550d;*/
}
.lead .lead-text a:hover{
	text-decoration: none;
}
@media only screen and (max-width: 769px) {
	.lead{
		padding-top: 8%;
		padding-bottom: 6%;	
	}
	.lead .lead-text{
		text-align: center;
		font-size: 12px;
		line-height: 2.7;
		color: #000000;
		letter-spacing: 1.2px;
		margin-bottom: 25px;
/*		font-size: 2rem;*/
		}
	.lead-text__bg01{
		background-color:#8b550d;
		border: solid 6px #8b550d;
		font-size: 1.7rem;
		font-size: 14px;
		font-weight: bold;
		line-height: 3;
		color:#fff;
	}
	.lead-text__bg02{
		background-color:#8b550d;
		border: solid 7px #8b550d;
		font-size: 1.7rem;
		font-size: 14px;
		line-height: 3;
		color:#fff;
		border-bottom: solid 9px #8b550d;
	}
	.lead .lead-text a{
		color:#fff;
		font-size: 12px;
		text-align: center;
		text-decoration: underline;
		border-left: solid 12px #8b550d;
		border-right: solid 12px #8b550d;
	}
	.lead .lead-text a:hover{
		text-decoration: none;
	}
}
/*========================================================
▼c-profile
========================================================*/
.c-profile .c-profile__inner{
		background-image: -moz-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
		background-image: -webkit-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
		background-image: -ms-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
		opacity: 0.961;
		box-shadow: 0px 0px 37.8px 4.2px rgba(0, 0, 0, 0.2);
	  
}
.c-profile__inner .c-profile_ttl{
	text-align: center;
	color:#de7462;
	font-size:32px;
	margin-bottom: 60px;
}
.c-profile {
	background: url(../images/c-profile_bg_sp.jpg) no-repeat center center/cover;
	padding: 60px 10px;
}
.c-profile .c-profile__inner{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding:30px 20px 40px;
}
.c-profile__inner .c-profile_ttl{
	text-align: center;
	color:#de7462;
	font-size:1.9rem;
	line-height: 1.7;
	margin-bottom: 30px;
}
.c-profile__box{
	display: block;
}
.c-profile_img{
	width:100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.c-profile_img img{
	width:100%;
}
.c-profile_name{
	color:#000;
	font-size:1.7rem;
	margin-bottom: 20px;
}
.c-profile_des{
	color:#000;
	line-height: 2.3;
	font-size:1.4rem;
}
@media only screen and (min-width: 769px) {
    .c-profile {
		background: url(../images/c-profile_bg.jpg) no-repeat center center/cover;
/*        max-width: 1400px;*/
/*        height: calc(100vw * 0.6);*/
/*        max-height: 794px;*/
        padding: 120px 20px;
    }
    .c-profile .c-profile__inner{
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
		padding:70px 50px;
    }
	.c-profile__inner .c-profile_ttl{
		text-align: center;
		color:#de7462;
		font-size:4rem;
		margin-bottom: 70px;
	}
	.c-profile__box{
		display: flex;
	}
	.c-profile_img{
		width:300px;
		margin: 0 auto;
		margin-right: 40px;
	}
	.c-profile_img img{
		width:300px;
	}
	.c-profile_name{
		color:#000;
		font-size:2.9rem;
		margin-bottom: 20px;
	}
	.c-profile_des{
		color:#000;
		line-height: 2.2;
		font-size:1.6rem;
	}

}
/*=========================================
▼navi
==========================================*/
.nav-cont{
	width: 100%;
	margin: 0 auto;
	background-color: rgb(251, 243, 238);
}
.navi{
	padding: 120px 0; 
}
.navi-inner{
	max-width: 940px;
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding:0 20px;
}
.navi ul li{
	width: calc(100% / 4 - 0px);
    margin-bottom: 0;
}
.nav-list{
	max-width: 200px;
	width:89%;
	margin: 0 auto;
	border: solid 2px #de7462;
}
.navi ul li a{	
	display: block;
	max-width: 200px;
	width:100%;
	padding: 15px 35px;
	color: #de7462;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	}
.navi ul li .nav-text{
	font-size: 16px;
	line-height: 1.9;
	color: #de7462;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	font-family: "GerTT Medium";
}
.navi ul li .nav-img img{
	max-width: 25px;
	width:100%;
	margin: 15px auto;
}
@media only screen and (max-width: 769px) {
	.navi{
		padding: 60px 0; 
	}
	.navi-inner{
		max-width: 940px;
		width:100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		text-align: center;
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
		padding:0 20px;
	}
	.navi ul li{
		width: calc(100% / 2 - 2%);
		margin-bottom: 4%;
	}
	.nav-list{
		max-width: 250px;
		width:100%;
		margin: 0 auto;
		border: solid 2px #de7462;
	}
	.navi ul li a{	
		display: block;
		max-width: 250px;
		width:100%;
		padding: 10px 2px;
		color: #de7462;
		font-weight: bold;
	/*	border: solid 2px #de7462;*/
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
	}
	.navi ul li .nav-text{
		font-size: 14px;
		line-height: 1.9;
		color: #de7462;
		letter-spacing: 1.5px;
		margin-bottom: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.navi ul li .nav-img img{
		max-width: 25px;
		width:100%;
		margin: 15px auto;
	}
}

/*===================================
▼fixed-title
=====================================*/
.fixed-text {
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	max-width: 1400px;*/
}
.fixed__title {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #de7462;
}
@media screen and (min-width: 1400px) {
	.fixed__title {
		right: calc( 50% - 700px);
	}
}
@media screen and (max-width: 1400px) {
	.fixed__title {
		text-align: right;
	}
	.fixed__title img {
		text-align: right;
		display: block;
		width: 100%;
	}

}

/*====================================
▼technology
======================================*/
#technology{
	width: 100%;
	margin: 0 auto;
	background-color: rgb(251, 243, 238);
}
.technology-inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.technology-main__ttl img{
	max-width: 501px;
	width:100%;
}
.technology-inner__box{
	padding:100px 0;
}
.technology-ccopy{
	font-size:32px;
	line-height:1.9;
	margin-bottom: 70px;
	text-align: center;
}
.technology-items{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display:flex;
	justify-content: space-around;
}
.technology-items__list{
	width: calc(100% / 2 - 35px);
	margin-bottom: 0px;
}
.technology-items__list img{
	width: 100%;
}
.p-gender{
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-family: "GerTT Medium";
}
.technology-items_des{
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 1.5px;
	line-height: 2.3;
	margin-bottom: 35px;
	text-align: center;
}
.technology-items_col01{
	max-width: 600px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.technology-items_col01 img{
	width:100%;
}
@media screen and (max-width: 769px) {
	.technology-inner__box{
		padding:80px 0 20px;
	}
	.technology-main__ttl{
		text-align: right;
		width: calc(501/750*100%);
	}
	.technology-main__ttl img {
		text-align: right;
		width:100%;
	}
	.technology-ccopy{
		font-size:20px;
		line-height:1.9;
		margin-bottom: 40px;
		text-align: center;
	}
	.technology-items__list{
		width: calc(100% / 2 - 3.5%);
		margin-bottom: 20px;
	}
	.technology-items_des {
		margin-top: 10px;
		font-size: 13px;
		letter-spacing: 1.5px;
		line-height: 2.3;
		margin-bottom: 50px;
		text-align: center;
	}
	.p-gender{
		margin-top: 10px;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1.5;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.technology-items_col01{
		margin-bottom: 20px;
	}
}

/*===============================
▼styling
================================*/

/*--------section01*/

#styling{
	width: 100%;
	margin: 0 auto;
	 background-color: rgb(49, 75, 104);
}
.styling-inner{
	margin-left: auto;
	margin-right: auto;
}
.styling-items__main{
	position: relative;
	margin-bottom: 70px;
	/* margin-bottom: calc(70/900*100vw); */
}
.styling-items__main img{
	max-width: 600px;
	width:100%;
}
.styling-main-ttl{
	max-width: 181px;
	width:100%;
}

.styling-sub-ttl{
	width: calc(166/600*100%);
	position: absolute;
}
.styling-sub-ttl img{
	max-width: 162px;
}
.styling-inner__section01{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 120px;
	padding-bottom: 140px;
/*
	padding-top: calc(100/900*100vw);
	padding-bottom: calc(100/900*100vw);
*/
}
.section01-main_img .styling-sub-ttl{
	z-index: 3;
	top: 50%;
	right: 12.8%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media screen and (min-width: 767px) {
.styling-items__sub{
	max-width: 820px;
	display: flex;
	padding: 0 8px;
	margin-bottom: 70px;
	}
.section01-sub_img{
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 70px;
}
.section01-styling__items__left{
	margin-right: 25px;
}
.section01-styling__items__left img{
	max-width: 350px;
	width:100%;
}
.section01-styling__items__right{
	margin-left: 25px;
}
.section01-styling__items__right img{
	max-width: 400px;
	width:100%;
}
}

@media screen and (max-width: 767px) {
	.styling-main-ttl{
		text-align: right;
		width: calc(181/750*100%);
	}
	.styling-main-ttl img {
		text-align: right;
		width:100%;
	}
	.styling-inner__section01{
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		padding-top: calc(160/900*100vw);
		padding-bottom: calc(160/900*100vw);
		}
	.styling-items__main{
		width: calc(600/750*100%);
		position: relative;
		margin-bottom: calc(70/750*100vw);
	}
	.styling-items__main img{
		max-width: 600px;
		width:100%;
	}
	.styling-sub-ttl{
		width: calc(210/750*100%);
		position: absolute;
	}
	.section01-main_img .styling-sub-ttl{
		z-index: 3;
		top: 50%;
		right: -19%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.w01-items__subimg01{
		text-align: right;
		margin-right: auto;
	}
	.w01-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	.section01-styling__items__left img{
		width: calc(350/750*100%);
		margin-bottom: 30px;
	}
	.section01-styling__items__right img{
		width: calc(460/750*100%);
		margin-bottom: 30px;
	}
}

/*--------section02*/
.cont-style_bg02{
	background-color: rgb(251, 243, 238);
}
.styling-inner__section02{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section02-main_img .styling-items__main-img{
	text-align: right;
}
.section02-main_img .styling-sub-ttl{
	z-index: 3;
    top: 73%;
    left: 16.8%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.section02-sub_img{
	max-width: 820px;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 70px;
}
.section02-styling__items--right{
	margin-left:25px;
}
.section02-styling__items--left{
	margin-right: 25px;
}
.section02-styling__items--left img{
	max-width: 400px;
	}
.section02-styling__items--right img{
	max-width: 350px;
}


@media screen and (max-width: 767px) {
	.styling-inner__section02{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: calc(90/900*100vw);
	padding-bottom: calc(160/900*100vw);
}
	.section02-main_img{
		width:100%;
	}
	.section02-main_img img {
		max-width: 600px;
		width: 83%;
	}
	.section02-main_img .styling-sub-ttl {
		z-index: 3;
		top: 71%;
		left: 0;
	}
	.section02-sub_img{
	margin-bottom: calc(70/750*100vw);
	}
	.section02-ml{
		margin-left: 30%;
	}
	.w02-items__subimg01{
		text-align: left;
		margin-right: auto;
	}
	 .w02-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	.section02-styling__items--left img{
		max-width: 350px;
		width: calc(400/750*100%);
		margin-bottom: 40px;
		}
	.section02-styling__items--right img{
		max-width: 560px;
		width: calc(560/750*100%);
	}
	
}
/*--------section03*/
.cont-style_bg03{
	background-color: rgb(101, 57, 20);
}
.styling-inner__section03{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section03-main_img .styling-sub-ttl{
	z-index: 3;
	top: 23%;
    right: 18.8%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media screen and (min-width: 767px) {
.section03-sub_img{
	justify-content: space-around;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: calc(100/900*100%);
}
.section03-styling__items__right{
	margin-left:25px;
}
.section03-styling__items__left{
	margin-right: 25px;
}
.section03-styling__items__left img{
	max-width: 350px;
	width:100%;
}

.section03-styling__items__right img{
	max-width: 400px;
	width:100%;
}
}

@media screen and (max-width: 767px) {
	.styling-inner__section03{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 100px;
	padding-top: calc(90/900*100vw);
	padding-bottom: calc(160/900*100vw);
}
	.section03-main_img .styling-sub-ttl{
		z-index: 3;
		top: 23%;
		right: -13%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.section03-sub_img{
		margin-bottom: calc(70/750*100vw);
		}
	.w03-items__subimg01{
		text-align: right;
		margin-right: auto;
	}
	.w03-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	.section03-styling__items__left img{
		width: calc(380/750*100%);
		margin-bottom: 30px;
	}
	.section03-styling__items__right img{
		width: calc(520/750*100%);
	}
	.section03-ml{
		margin-left: 8%;
	}
}

/*--------section04*/
.cont-style_bg04{
	background-color: rgb(251, 243, 238);
}

.styling-inner__section04{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section04-main_img .styling-items__main-img{
	text-align: right;
}
.section04-firstsub_img{
	position: absolute;
	top: 58%;
    left: 9%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.section04-firstsub_img img{
	max-width: 300px;
	width:100%;
}
.section04-main_img .styling-sub-ttl{
	z-index: 3;
    top: 20%;
    left: 12.2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.section04-sub_img{
	max-width: 800px;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 70px;
}

.section04-styling__items__right{
	margin-left: 25px;
	position: relative;
	margin-bottom: 340px;
}
.section04-styling__items__left{
	margin-right: 25px;
}
.w04-items__subimg04{
	position: absolute;
	top:88%;
	left:-94%;
}
.section04-styling__items--left img{
	max-width: 400px;
	}
@media screen and (max-width: 767px) {
	.styling-inner__section04{
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		padding-top: calc(90/900*100vw);
		padding-bottom: calc(160/900*100vw);
	}
	.section04-styling__items__right{
		margin-left: 0px;
		position: relative;
		margin-bottom: 0%;
	}
	.section04-sub_img{
		margin-bottom: calc(70/750*100vw);
		}
	
	.section04-styling__items__left{
		margin-right: 0px;
	}
	.section04-main_img{
		width:100%;
	}
	.section04-main_img img {
		max-width: 600px;
		width: 83%;
	}
	.section04-main_img .styling-sub-ttl {
		z-index: 3;
		top: 34%;
		left: 4.8%;
	}
	.w04-items__subimg04{
		position: relative;
		top: -20%;
		left: 0%;
	}
	.section04-ml{
		margin-left: 30%;
	}
	.w04-items__subimg01{
		text-align: left;
		margin-right: auto;
	}
	 .w04-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	.w04-items__subimg05{
		text-align: left;
		margin-right: auto;
	}
	.w04-items__subimg01 img{
		max-width: 300px;
		width:53%;
		margin-bottom: 40px;
		}
	.w04-items__subimg02 img{
		max-width: 520px;
		width: calc(520/750*100%);
		margin-bottom: 40px;
		}
	.w04-items__subimg05 img{
		max-width: 520px;
		width: calc(715/750*100%);
		}	
}
/*--------section05*/
.cont-style_bg05{
	background-color: rgb(81, 98, 58);
}
.styling-inner__section05{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section05-main_img .styling-sub-ttl{
	z-index: 3;
	top: 57%;
    right: 17%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media screen and (min-width: 767px) {
.section05-sub_img{
	justify-content: space-around;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: calc(100/900*100%);
}
.section05-styling__items__right{
	margin-left:25px;
}
.section05-styling__items__left{
	margin-right: 25px;
}
.section05-styling__items__left img{
	max-width: 350px;
	width:100%;
}

.section05-styling__items__right img{
	max-width: 400px;
	width:100%;
}
}

@media screen and (max-width: 767px) {
	.styling-inner__section05{
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		padding-top: 100px;
		padding-top: calc(90/900*100vw);
		padding-bottom: calc(160/900*100vw);
	}
	.section05-main_img .styling-sub-ttl{
		z-index: 3;
		top: 35%;
		right: -8%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.section05-sub_img{
		margin-bottom: calc(70/750*100vw);
		}
	.w05-items__subimg01{
		text-align: right;
		margin-right: auto;
	}
	.w05-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	
	.section05-styling__items__left img{
		width: calc(450/750*100%);
		margin-bottom: 30px;
	}
	.section05-styling__items__right img{
		width: calc(500/750*100%);
	}
	.section05-ml{
		margin-left: 6%;
	}
}


/*--------section06*/

.cont-style_bg06{
	background-color: rgb(251, 243, 238);
}

.styling-inner__section06{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section06-main_img .styling-items__main-img{
	text-align: right;
}
.section06-main_img .styling-sub-ttl{
	max-width: 102px;
	z-index: 3;
	top: 65%;
    left: 22.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.section06-sub_img{
	max-width: 820px;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 70px;
}
.section06-styling__items--right{
	margin-left:25px;
}
.section06-styling__items--left{
	margin-right: 25px;
}
.section06-styling__items--left img{
	max-width: 400px;
	}
.section02-styling__items--right img{
	max-width: 350px;
}


@media screen and (max-width: 767px) {
	.styling-inner__section06{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: calc(90/900*100vw);
	padding-bottom: calc(160/900*100vw);
}
	.section06-main_img{
		width:100%;
	}
	.section06-main_img img {
		max-width: 600px;
		width: 83%;
	}
	.section06-main_img .styling-sub-ttl {
		width: calc(130/750*100%);
		z-index: 3;
		top: 64%;
		left: 5.8%;
	}
	.section06-ml{
		margin-left: 30%;
	}
	.section06-sub_img{
		margin-bottom: calc(70/750*100vw);
	}
	.section06-styling__items__right{
		width:42%;
		margin: 0 auto;
	}
	.section06-styling__items__left{
		width: 47.8%;
		margin: 0 auto;
	}
	.m01-items__subimg01{
		text-align: left;
		margin-right: auto;
	}
	 .m01-items__subimg02{
		text-align: center;
		margin-right: auto;
	}
	.section06-styling__items--left img{
		max-width: 400px;
		width:57%;
		margin-bottom: 30px;
		}
	.section06-styling__items--right img{
		max-width: 350px;
		width:57%;
	}
	
}

/*--------section07*/
.cont-style_bg07{
  background-color: rgb(123, 123, 123);
 
}

.styling-inner__section07{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-top: 70px;
	padding-bottom: 140px;
}
.section07-main_img{
	margin-bottom: calc(60/750*100vw);
	margin-bottom:70px;
		justify-content: space-around;
		margin-right: auto;
		align-items: center;
		margin-bottom: 120px;
		margin-left: calc(100/900*100%);

}
.section07-main_img .styling-sub-ttl{
	max-width: 102px;
	z-index: 3;
	top: 49%;
    left: 62%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
@media screen and (min-width: 767px) {
.section07-styling__items__right{
	margin-left:25px;
}
.section07-styling__items__left{
	margin-right: 25px;
}
.section07-styling__items__left img{
	max-width: 350px;
	width:100%;
}
.m02-items__subimg01{
	position: absolute;
	top: 58%;
    right: 8%;
}
.m02-items__subimg01 img{
	max-width: 300px;
	width:100%;
	}
.m02-items__subimg02{
	text-align: center;
	margin-right: auto;
}
.section07-styling__items__right img{
	max-width: 400px;
	width:100%;
}
}
@media screen and (max-width: 767px) {
	
	.styling-inner__section07{
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		padding-top: 100px;
		padding-top: calc(90/900*100vw);
		padding-bottom: calc(150/900*100vw);
	}
	.section07-main_img{
		margin-bottom: calc(60/750*100vw);
	}
	.section07-main_img .styling-sub-ttl{
		width: calc(130/750*100%);
		z-index: 3;
		top: 70%;
		left: 92%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.section07-styling__items__right{
		position: relative;
		padding-bottom: calc(115/750*100%);
	}
	.section07-sub_img{
		margin-bottom: calc(70/750*100vw);
	}
	.m02-items__subimg01{
		text-align: right;
		margin-right: auto;
	}
	.m02-items__subimg02{
		position: absolute;
		top:31%;
		left:40%;
	}
	.m02-items__subimg01 img{
		max-width: 300px;
		width:44%;
		}
	.m02-items__subimg02 img{
		max-width: 350px;
		width:83%;
		}
	.m02-items__subimg03 img{
		max-width: 400px;
		width:61%;
		}
	.m02-items__subimg03{
		text-align: left;
		margin-right: auto;
	}
	.section07-ml{
		margin-left: 6%;
	}
}


/*================================
▼product
==================================*/
#product{
	background: url(../images/c-product_bg.jpg) no-repeat center center/cover;
}
.product-inner{
	padding:120px 20px;
}
.product-main__ttl{
	max-width: 209px;
	width:100%;
}
.product-box {
	background-image: -moz-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
	background-image: -webkit-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
	background-image: -ms-linear-gradient( -45deg, rgb(252,204,140) 0%, rgb(254,235,205) 100%);
	opacity: 0.961;
	box-shadow: 0px 0px 37.8px 4.2px rgba(0, 0, 0, 0.2);  
	padding:70px 20px;
	max-width: 920px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.product-sub_ttl{
	font-size: 35.747px;
	font-family: "GerTT Medium";
	color: rgb(27, 27, 27);
	line-height: 1.511;
	text-align: center;
	margin-bottom: 50px;
}
.product-box__img{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.product-box__img img{
	width: 100%;
}
.product-g_text{
	font-size: 16px;
	text-align: left;
	line-height: 1.511;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-family: "GerTT Medium";
}
.product-box__text{
	width: calc(600/900*100%);
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: rgb(20, 20, 20);
	line-height: 2.25;
	text-align: left;
	margin-top: 30px;
}
.product-box__btn{
	width: calc(600/900*100%);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
.product-box__btn > div{
	width: calc(50% - 30px);
	margin: 0 auto;
}
.product-link_btn {
    /* max-width: 320px; */
		width:100%;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		z-index: 100;
}
.product-link_btn a{
	display: block;
	border: solid 2px #000;
	text-align: center;
	padding: 15px;
	margin: 0;
	color:#000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
.product-link_btn a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.product-inner{
		padding-bottom: calc(120/750*100%);
		padding-top: calc(120/750*100%);
		padding-left: calc(20/750*100%);
		padding-right: calc(20/750*100%);
	}
	.product-main__ttl{
		text-align: right;
		width: calc(209/750*100%);
	}
.product-box {
		padding-bottom: calc(50/750*100%);
		padding-top: calc(50/750*100%);
		padding-left: calc(30/750*100%);
		padding-right: calc(30/750*100%);
}
.product-sub_ttl{
	font-size: 24px;
	color: rgb(27, 27, 27);
	line-height: 1.511;
	text-align: center;
	margin-bottom: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-box__img{
	max-width: 780px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.product-box__img img{
	width: 100%;
}
.product-g_text{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-box__text{
	width:100%;
	font-size: 14px;
	line-height: 2.3;
	text-align: left;
	margin-top: 20px;
}
.product-box__btn{
	width: 100%;
	display: block;
	margin-top: 30px;
}
.product-box__btn > div{
	width: 100%;
}
.product-btn__l{
	margin-bottom: 30px;
	}


.product-link_btn {
	max-width: 250px;
			width:100%;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			z-index: 100;
			margin-bottom: 30px;
	}
	.product-link_btn a{
		display: block;
		border: solid 2px #000;
		text-align: center;
		padding: 15x;
		margin: 0;
		color:#000;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}

}

/*================================
▼Special Collaboration Style with YURIE
==================================*/

#collaboration {
	background-color: rgb(251, 243, 238);
}
.collaboration-inner{
	padding:210px 0 140px;
}
.collaboration-main__ttl{
	max-width: 572px;
	width:100%;
}
.collaboration-box{
	max-width: 920px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.collaboration-items{
	margin-bottom:70px;
}
.collaboration-items img{
	max-width: 600px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.collaboration-items_info{
	font-size: 32px;
	color: rgb(27, 27, 27);
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: bold;
	font-family: "GerTT Medium";
}
.collaboration-items_info span{
	display: block;
	font-family: "GerTT Medium";
}
.collaboration-items_des{
	width: calc(600/900*100%);
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 16px;
	color: rgb(20, 20, 20);
	line-height: 2.3;
	text-align: left;
	letter-spacing: 1.3px;
	margin-bottom: 30px;
}
.collaboration-col02__items{
	margin-bottom: 70px;
}
.collaboration-col02__inner{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.collaboration-col02__inner li{
	width: calc(50% - 17px);
}
.collaboration-col02__inner li a{
	text-decoration: none;
	color: #1b1b1b;
}
/* .collaboration-col02__inner li a:hover{
	text-decoration: underline;
} */
.collaboration-col02__inner img{
	width:100%;
}
.collaboration-col02_info{
	font-size: 22px;
	color: rgb(27, 27, 27);
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	text-decoration: none;
	font-weight: bold;
	font-family: "GerTT Medium";
}
.collaboration-col02_info span{
	display: block;
	font-family: "GerTT Medium";
}
.collaboration-col02_des{
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 15px;
	color: rgb(20, 20, 20);
	line-height: 2.25;
	text-align: left;
	letter-spacing: 1.5px;
	margin-bottom: 40px;
}
.p-collaboration__btn{
	width: 460px;
	margin-left: auto;
    margin-right: auto;
}
.p-collaboration__btn a{
	background-color: #de7462;
    border: none;
	font-size: 24px;
    color: #fff !important;
    position: relative;
	line-height: 80px;
    height: 80px;
	display: block;
    text-align: center;
	text-decoration: none;
	/* font-family: "GerTT Medium"; */
}
.c-btn_w a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.p-collaboration__btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	
.collaboration-inner{
	width:92.5%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: calc(120/750*100%);
	padding-top: calc(210/750*100%);
}
.collaboration-main__ttl{
	text-align: right;
	width: calc(572/750*100%);
}
.collaboration-items{
	margin-bottom: calc(70/750*100%);
}
.collaboration-items img{
	max-width: 600px;
	width:73%;
}
.collaboration-items_info{
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.collaboration-items_info span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
.collaboration-items_des{
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
.collaboration-col02__items{
	margin-bottom: calc(100/750*100%);
}
.collaboration-col02__inner{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.collaboration-col02__inner li{
	width: calc(50% - 2%);
}
.collaboration-col02__inner img{
	width:100%;
}
.collaboration-col02_info{
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.collaboration-col02_info span {
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.collaboration-col02_des{
	font-size: 14px;
}
.collaboration-col02__inner .c-btn_w{
		width: 90%;
	}
.p-collaboration__btn{
	width: 250px;
}
.p-collaboration__btn a{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	
}
}


/*================================
▼campaign
==================================*/
#campaign{
	background-color: #fbf3ee;
}
.campaign-inner{
	padding:120px 0 0;
}
.s-present__campaign{
	max-width: 920px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	margin-bottom: 100px;
}
.s-present__ttl{
	font-size: 32px;
	color: rgb(27, 27, 27);
	line-height: 2.3;
	letter-spacing: 1.5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: "GerTT Medium";
}
.campaign-banner{
	max-width: 920px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	margin-bottom: 50px;
}
.campaign-main__ttl{
	max-width: 269px;
	width:100%;
}
.campaign-banner img{
	width: 100%;
}

.campaign-banner_img02{
	max-width: 460px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.s-present__ccopy{
	font-size: 18px;
	color: rgb(27, 27, 27);
	line-height: 2.3;
	letter-spacing: 1.5px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	text-decoration: none;
	font-family: "GerTT Medium";
}
.s-present__des{
	font-size: 16px;
	line-height: 2.3;
	letter-spacing: 1.5px;
	text-align: left;
	margin-bottom: 30px;
	color:#6c6969;
}

.campaign-box{
	background-color: rgb(252, 234, 204); 
}
.campaign-inner__box{
	max-width: 920px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding:70px 10px 70px 10px;
}
.campaign-sub__ttl{
	margin-bottom: 70px;
}
.campaign-note{
	text-align: center;
}
.campaign-note span{
	font-size: 18px;
	color: red;
}

@media screen and (min-width: 768px) {
  .p-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: calc(780/780*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps {
    margin-top: calc(40/750*100vw);
  }
}

.p-steps__step {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-steps__step {
    border: solid 2px #ccc;
    padding: calc(20/810*100%) calc(20/810*100%) calc(140/810*100%);
    position: relative;
    width: calc(250/810*100%);
  }
}

@media screen and (max-width: 767px) {
	.campaign-main__ttl{
		text-align: right;
		width: calc(269/750*100%);
	}
	.campaign-inner{
		/* padding-bottom: calc(120/750*100%); */
		padding-top: calc(120/750*100%);
	}
	.campaign-banner{
		width:92.5%;
		margin-left: auto;
		margin-right: auto;
		padding: 0 0px;
		margin-bottom: calc(60/750*100%);
	}
	.s-present__ttl{
		font-size: 24px;
		color: rgb(27, 27, 27);
		line-height: 1.7;
		letter-spacing: 1.5px;
		text-align: center;
		margin-bottom: 30px;
		margin-top: 0px;
		text-decoration: none;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.campaign-banner_img02{
		margin-bottom: calc(50/750*100%);
		width: 73%;
		margin-top: calc(50/750*100%);
	}
	.s-present__ccopy{
		font-size: 14px;
		color: rgb(27, 27, 27);
		line-height: 2;
		letter-spacing: 1.5px;
		text-align: center;
		margin-bottom: 30px;
		font-weight: bold;
		text-decoration: none;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.s-present__des{
		font-size: 14px;
		color: rgb(27, 27, 27);
		line-height: 2;
		letter-spacing: 1.5px;
		text-align: left;
		margin-bottom: 20px;
		color:#a0a0a0;
		text-decoration: none;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.campaign-inner__box{
		max-width: 900px;
		width:92.5%;
		margin-left: auto;
		margin-right: auto;
		padding:30px 0 20px;
	}
	.campaign-sub__ttl {
		margin-bottom: 20px;
	}
	
	.p-steps__step {
		-webkit-box-align: center;
			-ms-flex-align: center;
		align-items: center;
		border: solid 1px #ccc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: calc(18/750*100vw);
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
  .p-steps__step:not(:first-child) {
    margin-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-steps__text {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text {
    width: calc(500/750*100vw);
  }
}


@media screen and (min-width: 768px) {
  .p-steps__text > span:first-child img {
    height: calc(20/210*100%);
  }
  .p-steps__text > span {
	display: block;
	  line-height: 1.9;
	  font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text > span:first-child img {
    height: calc(25/750*100vw);
  }
  .p-steps__text > span {
	display: block;
	  line-height: 1.9;
	  font-size: 14px;
  }
	
}

@media screen and (min-width: 768px) {
  .p-steps__text > span:last-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text > span:last-child {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-steps__image {
    bottom: calc(10/210*100%);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(120/246*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps__image {
    width: calc(120/750*100vw);
  }
	.p-steps__image img {
   	height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
	.campaign-note span{
	font-size: 15px;
	color: red;
}
}
.campaign-inner__box .notice{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
	padding:0;
	margin-top:50px;
	margin-bottom: 50px;
}
.campaign-inner__box dl{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
	padding:0;
	margin-bottom: 30px;
}
.campaign-inner__box dt{
	background-color: #de7462;
	padding:8px;
	font-size:14px;
	color:#fff;
	text-align: center;
	margin: 0;
}
.campaign-inner__box dd{
	background-color: #fff;
	padding:8% 6%;
	font-size:14px;
	color:#333333;
	text-align: left;
	line-height: 1.9;
	margin: 0;
}
.campaign-inner__box .center{
	text-align: center;
}
.campaign-inner__box dd .c-items_ttl{
	font-size:16px;
	font-weight: bold;
	display: block;
}
.campaign-inner__box dd a{
	color: #0092d9;
	text-decoration: underline;
}
.campaign-inner__box dd a:hover{
	color: #0092d9;
	text-decoration:none;
}
.campaign-inner__box dd img{
	max-width: 450px;
	width:100%;
	margin: 0 auto;
	margin-top: 10px;
}
.campaign-inner__box dd ul{
	margin: 0;
	padding:0;
	margin-bottom: 8%;
}
.campaign-inner__box dd ul li{
	padding-left: 1em;
	position: relative;
}
.c-notes__bullet{
	left: 0;
    position: absolute;
    top: 0;
}
.campaign-inner__box dd ul:last-child{
		margin-bottom:0px;
	}
.campaign-inner__box dl .last{
	margin-bottom: 20px;
}


@media  screen and (min-width: 769px) {
.campaign-inner__box .notice{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
	padding:0px;
	margin-top:50px;
	margin-bottom: 50px;
}
.campaign-inner__box dl{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
	padding:0;
	margin-bottom: 30px;
}
.campaign-inner__box dt{
	background-color: #de7462;
	padding:10px;
	font-size:18px;
	color:#fff;
	text-align: center;
	margin: 0;
}
.campaign-inner__box dd{
	background-color: #fff;
	padding:40px;
	font-size:14px;
	color:#333333;
	text-align: left;
	line-height: 1.9;
	margin: 0;
}
.campaign-inner__box .center{
	text-align: center;
}
.campaign-inner__box dd .c-items_ttl{
	font-size:16px;
	font-weight: bold;
	display: block;
}
.campaign-inner__box dd a{
	color: #0092d9;
	text-decoration: underline;
}
.campaign-inner__box dd a:hover{
	color: #0092d9;
	text-decoration:none;
}
.campaign-inner__box dd img{
	max-width: 450px;
	width:100%;
	margin: 0 auto;
	margin-top: 20px;
}
.campaign-inner__box dd ul{
	margin: 0;
	padding:0;
	margin-bottom: 40px;
}
.campaign-inner__box dd ul li{
	padding-left: 1em;
	position: relative;
}
.c-notes__bullet{
	left: 0;
    position: absolute;
    top: 0;
}
.campaign-inner__box dd .c-items__mb20{
	margin-bottom: 20px;
}
.campaign-inner__box dd ul:last-child{
		margin-bottom:0px;
	}
.campaign-inner__box dl .last{
	margin-bottom: 40px;
}
}


/*====================================
▼shopinfo
====================================*/
#shopinfo{
	background-color: #fbf3ee;
}
.shopinfo_inner{
	max-width: 920px;
	width:100%;
	padding: 70px 10px 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.shopinfo-ttl{
	font-size: 36px;
    letter-spacing: 1.7px;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
	font-family: GerTTmedium;
}
.shopinfo-caption{
	font-size: 16px;
    line-height: 1.65;
}
.shopinfo_btn{
	max-width: 450px;
	width: 100%;
    margin-top: 70px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
.shopinfo_btn a{
display: block;
border: solid 2px #333;
text-align: center;
padding: 15px;
margin: 0;
color: #333!important;
text-decoration: none!important;
font-size: 18px;
}
.shopinfo-img img{
	width:100%
}
.shopinfo-ccopy{
	margin-top: 50px;
	font-size: 30px;
    letter-spacing: 1.7px;
    font-weight: bold;
    text-align: center;
	font-family: GerTTmedium;
	color:#de7462;
}
@media  screen and (max-width: 769px) {	
	.shopinfo_inner{
		width:92.5%;
		padding: 30px 0px 20px;
	}
	.shopinfo-ttl{
		font-size: 19px;
		margin-bottom: 30px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.shopinfo-caption{
		font-size: 14px;
		line-height: 2;
	}
	.shopinfo_btn{
		max-width: 280px;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.shopinfo_btn a{
		padding: 10px;
		font-size: 15px;
	}
	.shopinfo-img img{
		width:100%
	}
	.shopinfo-ccopy{
		margin-top: 20px;
		font-size: 14px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

/*====================================
▼ボタン
====================================*/


	.btn {
		max-width: 420px;
		width:100%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
		}
	.btn  a{
		display: block;
		border: solid 2px #544c4c;
		text-align: center;
		padding: 15px;
		margin: 0;
		color: #544c4c;
		text-decoration: none;
		font-size: 16px;
		/* background-color: #fff; */
		}
	.btn  a:hover{
		background-color:#544c4c;
		color: #ffffff;
		text-decoration: underline;
	}
@media  screen and (max-width: 769px) {	
	.btn {
		max-width: 250px;
		width:100%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		}
	.btn  a{
		display: block;
		border: solid 1px #544c4c;
		text-align: center;
		padding: 10px;
		margin: 0;
		font-size: 12px;
		/* background-color: #fff; */
		}
	.btn  a:hover{
		background-color:#544c4c;
		color: #ffffff;
		}
	}

	.cmn-btn{
		max-width: 320px;
		width:100%;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		z-index: 100;
	}
	.cmn-btn a{
		display: block;
		border: solid 2px #544c4c;
		text-align: center;
		padding: 15px;
		margin: 0;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
	}
	.btn-w a{
		border: solid 2px #fff;
	}
	.btn-w a{
		color:#fff;
	}
	.btn-b a{
		border: solid 2px #000;
	}
	.btn-b a{
		color:#000;
	}
	.cmn-btn a:hover{
		opacity: 0.8;
	}
	@media screen and (max-width: 768px) {
		.cmn-btn{
			width:100%;
			margin: 0 auto;
			width: 160px;
		}
		.cmn-btn a{

			display: block;
			text-align: center;
			padding: 10px;
			margin: 0;
			font-size: 14px;
		}
	
	}
	











/*========================================================
footer_logo
========================================================*/
	.footer_logo{
		background-color: #fbf3ee;
		padding: 50px 0;
		text-align: center;
	}
	.footer_logo img{
		max-width: 296px;
		width: 41.3%;
		margin: 0 auto;
		display: block;
		margin-bottom: 11px;
	}
	.footer_logo .footer_dic a{
		font-size:11px;
		text-decoration: underline;
		color:#333333;
	}
	@media screen and (min-width: 768px) {
	.footer_logo{
		padding: 80px 0;
		text-align: center;
	}
	.footer_logo img{
		max-width: 296px;
		width: 70%;
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
	}
	.footer_logo .footer_dic a{
		font-size:19px;
		text-decoration: underline;
		color:#333333;
	}
		.footer_logo .footer_dic a:hover{
			text-decoration: none;
			opacity: .7;
		}
	
}



/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center;
}
footer small {
  width: 100%;
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.6vw;
  line-height: 1.2;
  padding: 10px 0;
}
@media only screen and (min-width: 769px) {
  footer small {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}


/*========================================================
▼動き方
========================================================*/
.effect-fade {
	opacity : 0;
	transform: translateY(40px);
/*	transform: translateX(20px);*/
	transition: all .8s;
	/* transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1); */
}


.fead{
	position: relative;
}