@media screen and (max-width: 750px){
/*--------------------------------------------------
  reset
--------------------------------------------------*/
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;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* 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;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
	width: 100%;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 100%;
  color: #111;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 100%;
	margin: auto;
}
.c-01 {
	color: #fff;
}
.c-02 {
	color: #fba104;
}
.f-bold {
	font-weight: bold;
}
.fl01 {
	display: inherit;
	align-items: inherit;
}
.fl02 {
	display: inherit;
	justify-content: inherit;
	flex-wrap: inherit;
}
.fl03 {
  display: inherit;
	justify-content: inherit;
  align-items: inherit;
}	
	
/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
#top .anchor01 {
	display: block;
	padding-top: 45px;
	margin-top: -45px;
	/* entry */
}	
#top .anchor02 {
	display: block;
	padding-top: 0;
	margin-top: 0;
	/* sec03 */
}	

/*--------------------------------------------------
  header
--------------------------------------------------*/	
header {
	width: 100%;
	min-width: 100%;
	height: 45px;
	background: #fff;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	position: fixed;
	top:0;
	z-index: 999;
}
header ul li+li {
	border-left: none;
}
header .h_inner{
	margin: auto;
}
header h1 {
  padding: 12px 0 0 0;
	box-sizing: border-box;
}
header h1 img {
  width: 42%;
  height: auto;
}	
	
/*---------- 背景変更 ----------*/
header.thin {
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}	
	
/*====ハンバーガーメニュー=====*/
#hb-menu {
	display: table;
	position: fixed;
	top: -7px;
	right: 15px;
	width: 30px;
	height: 60px;
	cursor: pointer;
	z-index: 999;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #4d370d;
	width: 100%;
	height: 3px;
	margin: auto;
	border-radius: 100px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3) {
	margin-top: 6px;
}
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span {
	background: #000;
}
.hb-open #hb-menu span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
	margin-top: 5px;
	opacity: 0;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}
.hb-open #hb-menu span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/* overlay */
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	pointer-events: none;
	z-index: 10;
	transition: 0.6s;
}
.hb-open .overlay {
	background: none;
	pointer-events: auto;
}

/*---------- sp-g-nav ----------*/
.sp-g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 888;
}
.hb-open .sp-g-nav .g-nav-inner {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.sp-g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 40px 24px 0 24px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateZ(0%);
	-ms-transform: translateZ(0%);
	-webkit-transform: translateZ(0%);
	z-index: 10;
}
.sp-g-nav .g-nav-inner li {
	font-size: 1.1em;
  font-weight: bold;
  list-style-type: none;
	border-bottom: 2px dotted #fdce00;
  padding: 0 0 0 0;
  width: 100%;
}
.sp-g-nav .g-nav-inner li.menu {
	font-size: 19px;
	border-bottom: none;
	margin: 0 0 10px;
}
.sp-g-nav .g-nav-inner li a {
  display: block;
  color: #111;
	font-weight: bold;
  line-height: 1.2em;
  padding: 20px 0 15px;
	box-sizing: border-box;
}
.sp-g-nav .g-nav-inner li span {
	width: 100%;
	color: #fba104;
	font-size: 12px;
	font-weight: bold;
}	
.sp-g-nav .g-nav-inner li.menu span {
	font-size: 16px;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}	
.sp-g-nav .g-nav-inner li.icon {
	position: relative;
}	
.sp-g-nav .g-nav-inner li.icon::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../images/g-icon.png") no-repeat;
	background-size: 95% auto;
	top: 17px;
	left: 100px;
}	
	
/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/
#top .ttl-box {
	text-align: center;
	margin: 0 0 30px;
}
#top .ttl-box01 {
	margin: 0 0 30px;
}
#top .ttl-box02 {
	margin: 0 0 40px;
}	
#top .ttl-box03 {
	margin: 0 0 70px;
}	
#top .ttl-box .img-box img {
	width: 8%;
	height: auto;
	margin: 0 0 10px;
}
#top .ttl-box p {
	color: #fba104;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 15px;
}
#top .ttl-box h3 {
	font-size: 20px;
	line-height: 1;
}	
#top .ttl-box h3 span {
	color: #fba104;
}			
	
/*--------------------------------------------------
  mv
--------------------------------------------------*/
#top .mv {
	width: 100%;
	height: 500px;
  background: url("../images/sp-mv.jpg") center center no-repeat;
  background-size: 100% auto;
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
	position: inherit;
}
#top .mv .mv-inner {
	content: "";
	display: block;
	position: inherit;
	width: inherit;
	height: inherit;
	/* -45度斜めから25%、50%、75%、100%とボーダーが交互に色違いとなるように指定 */
  background: none;
	background-size: 20px 20px;
	border-radius: 12px;
	margin: auto;
	bottom: inherit;
	left: inherit;
	right: inherit;
}
#top .mv .mv-txt {
	display: none;
	position: inherit;
}
#top .mv .mv-img {
	content: "";
	display: none;
	position: inherit;
	background: none;
  background-size: 100% auto;
	top: inherit;
	left: inherit;
}
#top .mv .mv-txt p {
	content: "";
	display: none;
	position: inherit;
	font-size: 19px;
	line-height: 2.0em;
	top: inherit;
	right: inherit;
}
#top .mv .mv-doco {
	display: none;
	position: inherit;
}
#top .mv .mv-doco::before {
	content: "";
	display: block;
	position: inherit;
	background: none;
  background-size: 100% auto;
	bottom: inherit;
	left: inherit;
}
#top .mv .mv-doco::after {
	content: "";
	display: block;
	position: inherit;
	background: none;
  background-size: 100% auto;
	top: inherit;
	right: inherit;
}	

/*------------------------------------------------------------
 sec01
------------------------------------------------------------*/
#top .sec01 {
	padding: 50px 15px 50px;
	box-sizing: border-box;
}
#top .sec01 .txt-box {
	text-align: center;
}
#top .sec01 .txt-box .txt01 {
	font-size: 14px;
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 40px;
}
#top .sec01 .txt-box .name {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 40px;
}

/*----- video -----*/
#top .sec01 video {
	width: inherit;
	height: inherit;
	background: inherit;
	background-size: inherit;
}	
	
/*----- history -----*/
#top .sec01 .history .img-box {
	width: 100%;
	height: auto;
}
#top .sec01 .history .img-box img {
	width: 100%;
	height: auto;
}
#top .sec01 .history .h-txt {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 50px 20px 30px;
	box-sizing: border-box;
	position: relative;
}
#top .sec01 .history .h-txt:before {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("../images/sec01-icon.png") center center no-repeat;
	background-size: 100% auto;
	margin: auto;
	top: -30px;
	left: 0;
	right: 0;
}
#top .sec01 .history .h-txt h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 25px;
	position: relative;
}
#top .sec01 .history .h-txt .ttl h3:before,
#top .sec01 .history .h-txt .ttl h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 2px;
	background: #412110;
}
#top .sec01 .history .h-txt .ttl h3:before {
	bottom: 10px;
	left: 0;
}
#top .sec01 .history .h-txt .ttl h3:after {
	bottom: 10px;
	right: 0;
}
#top .sec01 .history .h-txt .txt01 {
	margin: 0 0 25px;
}
#top .sec01 .history .h-txt .txt01 li,
#top .sec01 .history .h-txt .txt02 li {
	font-size: 13px;
	text-align: justify;
	line-height: 1.8em;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	position: relative;
}
#top .sec01 .history .h-txt .txt01 li:before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #111;
	border-radius: 100px;
	top: 8px;
	left: 0;
}
#top .sec01 .history .h-txt .txt02 li:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background: #111;
	transform: translateY(-50%) rotate(45deg);
	top: 9px;
	left: 0;
}

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
#top .sec02 {
	width: 100%;
	height: auto;	
	/* -45度斜めから25%、50%、75%、100%とボーダーが交互に色違いとなるように指定 */
  background: linear-gradient(
    -45deg,
    #fbf1de 22%,
    #f9ebd0 22%, #f9ebd0 50%,
    #fbf1de 50%, #fbf1de 72%,
    #f9ebd0 72%, #f9ebd0
  );
  background-size: 10px 10px;
	padding: 50px 15px 50px;
	box-sizing: border-box;
}

/*----- block -----*/
#top .sec02 .block {
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #412110;
	border-radius: 10px;
	box-shadow: 5px 5px #412110;
	text-align: center;
	margin: 0 0 30px;
	padding: 20px 20px 20px;
	box-sizing: border-box;
}
#top .sec02 .block:last-child {
	margin: 0 0 0;
}
#top .sec02 .block .img-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	margin: 0 0 30px;
}	
#top .sec02 .block .img-box img.img01 {
	width: 35%;
	height: auto;
	margin: 0 10px 0 0;
}
#top .sec02 .block .img-box img.img02 {
	width: 50%;
	height: auto;
	margin: 0 0 0;
	padding: 10px 0 0;
	box-sizing: border-box;
}
#top .sec02 .block03 .img-box img.img02 {
	margin: 0 0 0;
}
#top .sec02 .block .txt-box p {
	font-size: 14px;
	line-height: 1.8em;
}
#top .sec02 .block03 .txt-box {
	padding: 0 0;
	box-sizing: border-box;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .sec02 .block .txt-box li {
	color: #412110;
	font-size: 16px;
	text-align: left;
	margin: 0 0 10px;
}
#top .sec02 .block .txt-box li span {
	color: #f23026;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
#top .sec03 {
	padding: 50px 0 60px;
	box-sizing: border-box;
}

/*----- block -----*/
#top .sec03 .block {
	margin: 0 0 80px;
}
#top .sec03 .block:nth-child(n+3) {
	margin: 0 0 80px;
}
#top .sec03 .block:last-child {
	margin: 0 0 0;
}
#top .sec03 .block .img-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: -10;
}
#top .sec03 .block .img-box img {
	width: 100%;
	height: auto;
}
#top .sec03 .block .img-box h3::before {
	content: "";
	display: block;
  position: absolute;
	width: 270px;
	height: 75px;
	font-size: 28px;
	text-align: center;
	line-height: 60px;
	margin: auto;
	top: -30px;
	left: 0;
	right: 0;
}
#top .sec03 .block .img-box01 h3::before {
	background: url("../images/sec03-sub01.png") center center no-repeat;
	background-size: 60% auto;
}
#top .sec03 .block .img-box02 h3::before {
	background: url("../images/sec03-sub02.png") center center no-repeat;
	background-size: 60% auto;
}
#top .sec03 .block .img-box03 h3::before {
	background: url("../images/sec03-sub03.png") center center no-repeat;
	background-size: 60% auto;
}
#top .sec03 .block .img-box04 h3::before {
	background: url("../images/sec03-sub04.png") center center no-repeat;
	background-size: 60% auto;
}
#top .sec03 .block .img-box h3 {
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*----- txt-box -----*/
#top .sec03 .txt-wrap {
  padding: 0 15px;
  box-sizing: border-box;
}
#top .sec03 .txt-box {
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	margin: -90px 0 0 0;
	padding: 30px 30px 0;
	box-sizing: border-box;
	z-index: 10;
}
#top .sec03 .txt-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 30px;
}
#top .sec03 .txt-box .btn {
	width: 100%;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
#top .sec03 .txt-box .btn a {
	color: #111;
	font-weight: bold;
	border: 2px solid #111;
	border-radius: 100px;
}
#top .sec03 .txt-box .btn a:hover {
	color: #fff;
	font-weight: bold;
	background: #fba104;
	border: 2px solid #fba104;
	border-radius: 100px;
}	

/*------------------------------------------------------------
 entry
------------------------------------------------------------*/
#top .entry {
	width: 100%;
	height: auto;	
	/* -45度斜めから25%、50%、75%、100%とボーダーが交互に色違いとなるように指定 */
  background: linear-gradient(
    -45deg,
    #fbf1de 22%,
    #f9ebd0 22%, #f9ebd0 50%,
    #fbf1de 50%, #fbf1de 72%,
    #f9ebd0 72%, #f9ebd0);
  background-size: 10px 10px;
	padding: 50px 15px 50px;
	box-sizing: border-box;
}
#top .entry .txt-wrap {
	background: #fff;
	text-align: center;
	padding: 50px 15px 50px;
	box-sizing: border-box;
}
#top .entry .txt-box p {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 30px;
}
#top .entry .btn {
	width:90%;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin: auto;
}
#top .entry .btn a {
	color: #fff;
	font-weight: bold;
	background: #ef3300;
	border-radius: 100px;
}

/*------------------------------------------------------------
 sec04
------------------------------------------------------------*/
#top .sec04 {
	width: 100%;
	height: auto;
	background: url("../images/sp-sec04-bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 15px 50px;
	box-sizing: border-box;
}
#top .sec04 h3 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px;
}
#top .sec04 p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 30px;
}
#top .sec04 .btn {
	width:90%;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin: auto;
}
#top .sec04 .btn a {
	color: #fff;
	font-weight: bold;
	border: 3px solid #fff;
	border-radius: 100px;
}
#top .sec04 .btn a:hover {
	color: #fff;
	font-weight: bold;
	background: #fba104;
	border: 3px solid #fba104;
	border-radius: 100px;
}

/*------------------------------------------------------------
 sec05
------------------------------------------------------------*/
#top .sec05 {
	width: 100%;
	height: auto;	
	/* -45度斜めから25%、50%、75%、100%とボーダーが交互に色違いとなるように指定 */
  background: linear-gradient(
    -45deg,
    #ffffff 25%,
    #f6efe3 25%, #f6efe3 50%,
    #ffffff 50%, #ffffff 75%,
    #f6efe3 75%, #f6efe3);
  background-size: 8px 8px;
	padding: 50px 15px 50px 30px;
	box-sizing: border-box;
}
#top .sec05 .txt-box .txt {
  display: -webkit-inherit;
  display: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	box-sizing: border-box;
}
#top .sec05 .txt-box .txt:last-child {
	margin: 0 0 0 0;
}
#top .sec05 .txt-box h4 {
	width: 100px;
	height: 28px;
	font-size: 14px;
	background: #fba104;
	border-radius: 100px;
	text-align: center;
	line-height: 29px;
	margin: 0 0 10px 0;
}
#top .sec05 .txt-box p {
	font-size: 14px;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}
#top .sec05 .txt-box p span {
	font-size: 12px;
}

/*------------------------------------------------------------
 copy
------------------------------------------------------------*/
.copy {
	width: 100%;
	height: 35px;
	font-size: 10px;
	background: #412110;
	text-align: center;
	line-height: 35px;
}
}