/*google font 設定*/
@import url('https://fonts.googleapis.com/css2family=Noto+Sans+JP:wght@400&display=swap');


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;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul ,li{
	list-style: none;
}


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

body {
	-webkit-text-size-adjust: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

/*	body {
		background-color: #935d8c;
		background-image: url("../images/common/overlay.png"), -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("../images/common/overlay.png"), -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("../images/common/overlay.png"), -ms-linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
		background-image: url("../images/common/overlay.png"), linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
	}*/

	body {
		background-color: #6c1b21;
	}	

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #fff;
	}

	body {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body {
				font-size: 16px;
			}

		}

		@media screen and (max-width: 1280px) {

			body {
				font-size: 14px;
			}

		}	

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

			body {
				font-size: 14px;
			}

		}

		@media screen and (max-width: 360px) {

			body {
				font-size: 11px;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
		transition: color 0.2s ease, border-bottom 0.2s ease;
		text-decoration: none;
/*		border-bottom: dotted 1px;*/
		color: inherit;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	p {
		margin: 0 0 1em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
		letter-spacing: -0.025em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
		line-height: 1.2;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2em;
		}

	}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

	a:hover {
		color: #ffffff;
	}

	strong, b {
		color: #ffffff;
	}

	h1, h2, h3, h4, h5, h6 {
/*		color: #ffffff;*/
	}

	hr {
		border-bottom-color: rgba(255, 255, 255, 0.35);
	}


/* List */

	/*ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}*/

		ul li {
/*			padding-left: 0.5em;*/
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	ul.alt li {
		border-top-color: rgba(255, 255, 255, 0.35);
	}

/* Button */

/* Button */

	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 5px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.55em;
		line-height: 3.55em;
		min-width: 11em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		width: 280px;
	}

		.button.icon {
			padding-left: 1.35em;
		}

			.button.icon:before {
				margin-right: 0.5em;
			}

		@media screen and (max-width: 736px) {

			.button {
				min-width: 0;
			}

		}

	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
		color: #ffffff !important;
	}

		.button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.button:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

		.button.icon:before {
			color: rgba(255, 255, 255, 0.5);
		}

		.button.primary {
			background-color: #F5F566;
    		color: #333 !important;
			box-shadow: none;
		}

			.button.primary:hover {
				background-color: #666;
				color:#F5F566 !important;
			}

			.button.primary:active {
				background-color: #666;
				color:#F5F566 !important;
			}

		.button.buy {
			background-color: #000;
			color: #ffffff !important;
			box-shadow: none;
		}

			.button.buy:hover {
				background-color: #333;
			}

			.button.buy:active {
				background-color: #000;
			}

			.button.buy.icon:before {
				color: #ffffff !important;
			}			
/* Icon */

	.icon {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: solid;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.major {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.icon.major:before {
				display: inline-block;
				font-size: 6.25rem;
				width: 2.25em;
				height: 2.25em;
				line-height: 2.2em;
				border-radius: 100%;
				border: solid 1px;
				text-align: center;
			}

		.icon.alt {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.icon.alt:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.icon.style1 {
			color: #efa8b0;
		}

		.icon.style2 {
			color: #c79cc8;
		}

		.icon.style3 {
			color: #a89cc8;
		}

		.icon.style4 {
			color: #9bb2e1;
		}

		.icon.style5 {
			color: #8cc9f0;
		}

		@media screen and (max-width: 1680px) {

			.icon.major:before {
				font-size: 5.5rem;
			}

		}

		@media screen and (max-width: 1280px) {

			.icon.major:before {
				font-size: 4.75rem;
			}

		}

		@media screen and (max-width: 736px) {

			.icon.major {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.icon.major:before {
					font-size: 3.5rem;
				}

		}

	.icon.major {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.icon.major:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.icon.alt {
		border-color: rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}

		.icon.alt:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.icon.alt:active {
			background-color: rgba(255, 255, 255, 0.2);
		}


/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}
			

/*Header (BLロゴ・タイトル　光文社ロゴ)*/

	.only_sp{display: none;}

	#header_wrap {
	    display: flex;
	    z-index: 999999999;
	    justify-content: space-between;
	    width: 100%;
	    background: rgb(255 255 255 / 100%);
	    padding: 10px 20px;
	    position: fixed;
	    top: 0;
	    left: 0;
	}

		@media screen and (max-width: 480px) {
				#header_wrap {
			    padding: 10px;
			}
		}

	.head-box {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 1920px;
	    align-items: center;
	}
	.head-flex{
	  display: flex;
	  justify-content: flex-start;
	}
	img {
	    display: block;
	    line-height: 0;
	    font-size: 0;
	    border-style: none;
	}
	.logo img {
	    height: 60px;
	}

	.logo img:first-child {
	    padding:5px 10px 5px 0px;
	}
		@media screen and (max-width: 480px) {	
			.logo img:first-child {
			    padding:10px 20px 10px 0px;
			}
		}

	@media screen and (max-width: 980px) {

	.only_pc{
	  display: none;
	}
	.only_sp{
	  display: block;
	}
	.logo img {
	    height: 60px;
	}

	/*ハンバーガーメニュー*/  
	  #nav-toggle {
	    position: fixed;
	    top: 27px;
	    right: 27px;
	    height: 32px;
	    width:32px;
	    cursor: pointer;
	  }
	  #nav-toggle > div {
	    position: relative;
	    width: 33px;
	  }
	  #nav-toggle span {
	    width: 100%;
	    height: 3px;
	    border-radius: 3px;
	    left: 0;
	    display: block;
	    background: #000;
	    position: absolute;
	    transition: transform 0.6s ease-in-out, top 0.5s ease;
	  }
	  #nav-toggle span:nth-child(1) {
	    top: 0;
	  }
	  #nav-toggle span:nth-child(2) {
	    top: 12px;
	  }
	  #nav-toggle span:nth-child(3) {
	    top: 24px;
	  }

	  .open #nav-toggle span {
	    background: #fff;
	  }
	  .open #nav-toggle span:nth-child(1) {
	    top: 8px;
	    transform: rotate(45deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
	    top: 16px;
	    width: 0;
	    left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
	    top: 8px;
	    transform: rotate(-45deg);
	  }

	/*SP用メニュー*/ 
	  #gloval-nav {
	    background-color: rgba(235, 241, 245, 0.95);
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    font-size: 20px;
	    transform: translateX(-100%);
	    transition: opacity 0.6s ease, visibility 0.6s ease;
	  }

	  #gloval-nav a {
	    display: block;
	    color: #cdb14c;
		font-weight: 500;
    	font-family: 'Noto Sans JP', serif;
		letter-spacing: .15em;
	    padding: 20px 0;
	    transition: color 0.6s ease;
	  }
	  #gloval-nav ul li {
	    opacity: 0;
	    transform: translateX(-200px);
	    transition: transform 0.6s ease, opacity 0.2s ease;
	  }
	  #gloval-nav ul li:nth-child(2) {
	    transition-delay: 0.15s;
	  }
	  #gloval-nav ul li:nth-child(3) {
	    transition-delay: 0.3s;
	  }
	  #gloval-nav ul li:nth-child(4) {
	    transition-delay: 0.45s;
	  }
	  #gloval-nav ul li:nth-child(5) {
	    transition-delay: 0.6s;
	  }
	  #gloval-nav ul li:nth-child(6) {
	    transition-delay: 0.75s;
	  }
	  #gloval-nav ul li:nth-child(7) {
	    transition-delay: 0.9s;
	  }
	  #gloval-nav ul li:nth-child(8) {
	    transition-delay: 1.05s;
	  }
	  #gloval-nav ul li:nth-child(9) {
	    transition-delay: 1.2s;
	  }	  	  

	  /* open */
	  .open {
	    overflow: hidden;
	  }
	  .open #gloval-nav {
	    visibility: visible;
	    transform: translateX(0);
	    transition: transform 0.6s;
	  }
	  .open #gloval-nav li {
	    opacity: 1;
	    transform: translateX(0);
	    transition: transform 1s ease, opacity 0.9s ease;
	  }

	  #nav-toggle {
	    z-index: 100;
	  }

	  #gloval-nav {
	    z-index: 10;
	  }
	}


/*Footer*/

	footer {
	    background-color: #000;
	    width: 100%;
	    text-align: center;
	    margin: 0;
	    padding: 0;
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	    line-height: 1.6;
	}
	address {
	    width: 1024px;
	    margin: 0 auto;
	    padding: 22px 0 0 0;
	}
	address.flex{
	  display: flex;
	    justify-content: space-around;
	}

	address > div {
	    text-align: center;
	    width: 85%;
	    margin: 0 auto;
	    height: 125px;
	}
	address .footer_corp-logo {
	  width: 15%;
	  height: 30px;
	  margin: 0 auto;
	  padding: 0;
	  text-indent: -9999px;  
	  background-image: url(../images/common/kob_logo-wh.svg);
	  background-position: center;
	  background-repeat: no-repeat;
	}

	address .flex{
	  display: flex;
	    justify-content: flex-start;
	}

	.footer_box .footer_sns .twitter{
	  width: 30px;
	  height: 24px;
	    background-image: url(../images/common/logo_twitter.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    margin-right:10px;
	}
	.footer_box .footer_txt{
	  line-height: 1;
	  color: #FFF;
	  font-size: 11px;
	  padding-left: 1em;
	}
	.footer_box .footer_txt ul{
	  margin-bottom: 5px;
	  padding-left: 0;
	}

	.footer_box .footer_txt ul li{
	  border-left: #FFF 1px solid;    
	  text-decoration: none;
	  height: 11px;
	  margin-left: 10px;
	  padding-left: 10px;
	}
	.footer_box .footer_txt ul li:first-child {
	    border-left: none;
	  margin-left: 0;
	  padding-left: 0;  
	}

	@media screen and (max-width:1280px) {
		footer,address{
			width: 100%;
		}
  		address {
    		padding: 22px 22px 0 22px;
  		}
	}

	@media screen and (max-width:480px) {

		  address {
		    padding: 22px 0;
		  }
		  address > div{
		    height: auto;
		  } 
		  address.flex,address .flex{
		    display: block;
		  }
		  .footer_box .footer_sns .twitter {
		    margin: 0 auto;
		    }
		  address ul li {
		      text-decoration: none;
		      font-style: normal;
		      font-size: 13px;
		      line-height: 1;
		      color: #fff;
		      border-left: none;
		      height: auto;
		      margin-left: inherit;
		      padding-left: inherit;
		  }
		  address .footer_corp-logo{
		      padding: 17px;
		  }
		  .footer_box .footer_txt ul li a div{
		    padding: 17px;
		      /*border-top: #666 dotted 1px;
		      border-bottom: #666 dotted 1px;*/
		  }

		  .footer_copyright{
		      text-align: center;
		      margin: 13px 0 0 0;
		      font-size: 9px;   
		  }
		  .footer_box .footer_txt ul li {
		    border-left: none;
		      height: auto;
		      margin-left: inherit;
		      padding-left: inherit;
		  }
		  .footer_box .footer_txt ul li:first-child{
		    margin-left: inherit;
		      padding-left: inherit;

		  }
		  address .footer_corp-logo{
		    display: block;
		      text-align: center;
		      text-indent: -9999px;
		      width: 78px;
		      height: 24px;
		      margin: 0 auto 0 auto;
		      padding: 20px 0 35px 0;
		  }
		  .footer_box .footer_txt{
		    padding-left: inherit;
		  }
		  .footer_sns {
		    padding-bottom: 22px;
		  }  
	}



/* Header(main visual) */

	#header {
		padding: 5em 5em 1em 5em ;
		text-align: center;
	}

		#header h1 {
			margin: 0 0 0.25em 0;
		}

		#header p {
			font-size: 1.25em;
			letter-spacing: -0.025em;
		}

		#header.alt {
			padding: 7em 5em 4em 5em ;
			margin-top:80px ;
		}

			#header.alt h1 {
				font-size: 3.25em;
			}

			#header.alt > * {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
				opacity: 1;
			}

			#header.alt .logo {
				-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
				transition: opacity 1.25s ease, transform 0.5s ease;
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				display: block;
				margin: 0 0 1.5em 0;
			}

				#header.alt .logo img {
					display: block;
					margin: 0 auto;
					max-width: 75%;
				}

		@media screen and (max-width: 1280px) {

			#header {
				padding: 4em 4em 0.1em 4em ;
			}

				#header.alt {
					padding: 6em 4em 3em 4em ;
				}

		}

		@media screen and (max-width: 980px) {

			#header {
				padding: 4em 3em 0.1em 3em ;
			}

				#header.alt {
					padding: 5em 3em 2em 3em ;
				}

		}

		@media screen and (max-width: 736px) {

			#header {
				padding: 3em 2em 0.1em 2em ;
			}

				#header p {
					font-size: 1em;
					letter-spacing: 0;
				}

					#header p br {
						display: none;
					}

				#header.alt {
					padding: 4em 2em 1em 2em ;
				}

					#header.alt h1 {
						font-size: 2.5em;
					}

		}

		@media screen and (max-width: 480px) {

			#header {
				padding: 3em 1.5em 0.1em 1.5em ;
			}

				#header.alt {
					padding: 4em 1.5em 1em 1.5em ;
				}

		}

		@media screen and (max-width: 360px) {

			#header {
				padding: 2.5em 1em 0.1em 1em ;
			}

				#header.alt {
					padding: 3.5em 1em 0.5em 1em ;
				}

		}

		body.is-preload #header.alt > * {
			opacity: 0;
		}

		body.is-preload #header.alt .logo {
			-moz-transform: scale(0.8) rotate(-30deg);
			-webkit-transform: scale(0.8) rotate(-30deg);
			-ms-transform: scale(0.8) rotate(-30deg);
			transform: scale(0.8) rotate(-30deg);
		}

/* Nav */

	#nav {
		-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
		color: #333;
		position: absolute;
/*		width: 84em;*/
		width: 100vw;
		max-width: 100%;
		padding: 0.5em 1em;
		background-color: #221639;
		cursor: default;
		text-align: center;
	}

		#nav a:hover {
			color: #fff;
		}

		#nav strong, #nav b {
			color: #333;
		}

		#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
			color: #333;
		}

		#nav hr {
			border-bottom-color: #dddddd;
		}

		#nav + #main {
			padding-top: 4.5em;
		}

			@media screen and (max-width: 980px) {
				#nav + #main {
					padding-top: 0;
				}
			}

		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
			letter-spacing: 0.1em;
			font-weight: 500;
    		font-family: 'Noto Sans JP', sans-serif;
    		font-size: 1.2em;
		}

			#nav ul li {
				-moz-transition: margin 0.2s ease;
				-webkit-transition: margin 0.2s ease;
				-ms-transition: margin 0.2s ease;
				transition: margin 0.2s ease;
				display: inline-block;
				margin: 0 0.2em;
				padding: 0;
				vertical-align: middle;
			}

				#nav ul li a {
					-moz-transition: font-size 0.2s ease;
					-webkit-transition: font-size 0.2s ease;
					-ms-transition: font-size 0.2s ease;
					transition: font-size 0.2s ease;
					display: inline-block;
					height: 2.5em;
					line-height: 2.5em;
					padding: 0 1.05em;
					border: 0;
					border-radius: 4px;
					box-shadow: inset 0 0 0 1px transparent;
					min-width: calc(50vw / 6);
				}

					#nav ul li a:hover {
						background-color: rgb(191 191 191 / 20%);
					}

					#nav ul li a.active {
    					color: #cdb14c;
					}

/* navをTOPへ常時見えるようにしたい場合 */
/*	
	#nav.alt {
			position: fixed;
			top: 60px;
			padding: 0.5em 1em;
			color: #690004;
			background-color: rgba(0, 0, 0, 0.7);
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			z-index: 10000;
		}
*/
			#nav.alt ul li {
				margin: 0 0.175em;
			}

				#nav.alt ul li a {
					font-size: 1em;
				}

		@media screen and (max-width: 736px) {

			#nav {
				display: none;
			}

				#nav + #main {
					padding-top: 0;
				}

		}

/* Main */

	#main {
/*		background-color: #ffffff;*/
		color: #333;
	}
		#main a:hover {
			color: #333;
		}

		#main strong, #main b {
			color: #333;
		}

/*		#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
			color: #333;
		}*/

		#main hr {
			border-bottom-color: #dddddd;
		}

		#main ul.alt li {
			border-top-color: #dddddd;
		}

		#main dl dt {
			color: #333;
		}

		#main > .main {
/*			padding: 5em 5em 3em 5em ;*/
			padding: 8em 5em 3em 5em ;
/*			border-top: solid 1px #dddddd;*/
		}

			#main > .main:first-child {
				border-top: 0;
			}

		@media screen and (max-width: 1280px) {

			#main > .main {
				padding: 8em 4em 8em 4em ;
/*				padding: 4em 4em 2em 4em ;*/
			}

		}

		@media screen and (max-width: 980px) {

			#main > .main {
				padding: 4em 3em 2em 3em ;
				padding-top: 65px;
			}

		}

		@media screen and (max-width: 736px) {

			#main > .main {
				padding: 3em 2em 1em 2em ;
			}

		}

		@media screen and (max-width: 480px) {

			#main > .main {
				padding: 3em 1.5em 1em 1.5em ;
			}

		}

		@media screen and (max-width: 360px) {

			#main {
				border-radius: 0;
			}

				#main > .main {
					padding: 2.5em 1em 0.5em 1em ;
				}

		}

/* Wrapper */

	#wrapper {
		width: 100vw;
		max-width: 100%;
		margin: 0 auto;
	}

		@media screen and (max-width: 480px) {

			#wrapper {
				max-width: 100%;
			}

		}

