@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
 -webkit-backface-visibility: hidden;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

.hs {
color: #FF0000;
}
/*-------------------------------------------------reset*/


@media all and (min-width: 769px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	border: 8px solid #F37402;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.mgn40 {
	margin-bottom: 40px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

.pc {
	display: block;
}

.sp {
	display: none;
}


/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 120px;
	padding: 20px;
	background: url(../image/illust-01.png) no-repeat 480px 100%, url(../image/illust-02.png) no-repeat 100% 0;
	background-size: 122px, auto;
}

#header h1.title,
#header p.title {
	position: absolute;
	top: 20px;
	left: 20px;
	text-indent: -9999px;
}

#header h1.title a,
#header p.title a {
	display: block;
	width: 441px;
	height: 80px;
	background: url(../image/title.png) no-repeat 0 0;
	background-size: 441px;
}

.menubt {
	display: none;
}

#spnav {
	display: none;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #CCC;
	background: url(../image/illust-03.png) #EEE no-repeat 50% 100%;
	background-size: 60px;
}

#footer footer {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

#footer footer .info dl dt {
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

#footer footer .info dl dd {
	line-height: 1.4;
}

#copy {
	text-align: center;
	color: #FFF;
	padding: 4px 0 0;
	background-color: #F37402;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secondNav {
	background-color: #FFB366;
}

#secondNav ul {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
}

#secondNav ul li {
	/*width: 205px;*/
	width: 172px;
	margin: 0;
	padding: 0;
	position: relative;
}

#secondNav ul li:first-child,
#secondNav ul li:nth-child(2) {
	width: 140px;
}

#secondNav ul li:before {
	position: absolute;
	top: calc( 50% - 15px);
	left: 0;
	content: "";
	background-color: #000;
	width: 1px;
	height: 30px;
}

#secondNav ul li:first-child:before {
	background-color: transparent;
}

#secondNav ul li a {
	display: block;
	padding: 16px  10px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

#secondNav ul li a:hover {
	background-color: #FFD1A3;
}

#secondCont {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

#secondCont h1 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}

#secondCont h1:first-letter {
	font-size: 50px;
	color: #F37402;
}

#secondCont h1:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

#secondCont h2 {
	margin: 60px 0 10px;
	font-size: 22px;
 position: relative;
 padding: 0.5rem 1rem calc(1rem + 10px);
 background-color: #FDEAD9;
	line-height: 1;
	font-weight: 500;
}

#secondCont h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #642E92;
}

#secondCont h2 i {
	margin-right: 8px;
	color: #642E92;
}

#secondCont h3 {
	margin: 0 0 10px;
	padding: 4px;
	border-bottom: 2px dotted #F37402;
	font-size: 18px;
	font-weight: 500;
}

#secondCont p {
	margin: 0 0 20px;
}

#secondCont .line01 {
	background: linear-gradient(transparent 70%, #FCCFE4 50%);
}


}



@media all and (max-width: 768px){

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

img {
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
 max-width: 100%;
 height: auto;
}

a:link {
	color: #183063;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

a:visited {
	color: #183063;
}

a:hover, a:active {
	color: #F60;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.pc {
    display: none;
}

.sp {
    display: block;
}

.alignleft, .alignright, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.mgn40 {
	margin-bottom: 40px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 10px;
	border-bottom: 3px solid #F37402;
}

#header h1.title,
#header p.title {
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent: -9999px;
}

#header h1.title a,
#header p.title a {
	display: block;
	width: 300px;
	height: 54px;
	background: url(../image/title_sp.png) no-repeat 0 0;
	background-size: 300px;
}

#header .menubt {
	display: block;
}

.menubt {
	display: block;
	margin: 0;
 z-index: 3;
 width: 46px;
 height: 46px;
 display: block;
 right: 7px;
 top: 15px;
 position: absolute;
	background-color: #F37402;
	cursor: pointer;
}
  
.menubt span {
 width: 36px;
 height: 3px;
 display: block;
 background: #fff;
 border-radius: 0;
 position: absolute;
 right: 5px;
 top: 14px;
 transition: all 0.4s;
 transform: rotate(0deg);
}
  
.menubt .top {
 -webkit-transform: translateY(-250%);
 -ms-transform: translateY(-250%);
 transform: translateY(-250%);
}
  
.menubt .bottom {
 -webkit-transform: translateY(250%);
 -ms-transform: translateY(250%);
 transform: translateY(250%);
}
  
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
  
.menubt .menuclick2 {
 background-color: rgba(255,255,255,0);
}
  
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.menubt .text-menu {
 color: #fff;
 padding-top: 27px;
 text-align: center;
 font-size: 10px;
}

#spnav {
	display: none;
}

#spnav ul {
	margin: -3px 0 0;
	padding: 0;
	list-style: none;
	border-bottom: 3px solid #F37402;
}

#spnav ul li {
	margin: 0;
	padding: 0;
}

#spnav ul li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	border-top: 3px solid #F37402;
	border-left: 3px solid #F37402;
	border-right: 3px solid #F37402;
	background-color: #FEF1E5;
}

#spnav ul li a i {
	margin-right: 4px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #CCC;
	background: url(../image/illust-03.png) #EEE no-repeat 90% 100%;
	background-size: 60px;
}

#footer footer {
	width: 92%;
	margin: 0 auto;
	padding: 30px 0;
}

#footer footer .info {
	margin: 0 0 20px;
}

#footer footer .info dl dt {
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: 0.1em;
}

#footer footer .info dl dd {
	line-height: 1.4;
}

.produce img {
	width: 110px;
	height: auto;
}

#copy {
	text-align: center;
	color: #FFF;
	padding: 4px 0 0;
	background-color: #F37402;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#secondNav {
	display: none;
}

#secondCont {
	width: 92%;
	margin: 0 auto;
	padding: 10px 0 40px;
}

#secondCont h1 {
	margin: 0 0 20px;
	padding-bottom: 8px;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

#secondCont h1:first-letter {
	font-size: 36px;
	color: #F37402;
}

#secondCont h1:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

#secondCont h2 {
	margin: 60px 0 10px;
	font-size: 18px;
 position: relative;
 padding: 0.5rem 1rem calc(1rem + 10px);
 background-color: #FDEAD9;
	line-height: 1.2;
	font-weight: 500;
}

#secondCont h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #642E92;
}

#secondCont h2 i {
	margin-right: 8px;
	color: #642E92;
}

#secondCont h3 {
	margin: 0 0 10px;
	padding: 4px;
	border-bottom: 2px dotted #F37402;
	font-size: 16px;
	font-weight: 500;
}

#secondCont p {
	margin: 0 0 20px;
}

#secondCont .line01 {
	background: linear-gradient(transparent 70%, #FCCFE4 50%);
}


}