<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*--共通設定--*/

html{
	overflow-y: scroll;
}

body{
	font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	letter-spacing: 0.02em;
}

a{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #f1f1b8;
	text-decoration: none;
}

a:hover,
a:active,
a:focus{
	color: #f1f1b8;
	text-decoration: underline;
}

h1{
	color: #555500;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

.main-copy-sec h2{
	color: #555500;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.main-copy-sec_i h2{
	color: #555500;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h3 , main h2{
	margin: 60px 0 30px;
	padding: 7px 18px;
	background: #c7c78d;
	color: #555500;
	font-size: 1.75em;
	font-weight: normal;
	margin-top: 0;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{
	word-wrap: break-word;
}

p{
	margin: 0 0 1em;
}

.left{
	float: left;
	margin: 0 1em 1em 0;
}

.right{
	float: right;
	margin: 0 0 1em 1em;
}

/*--レイアウト--*/
.main-body,
footer{
	min-width: 1200px;
}

.main-copy,
.main-copy-sec,
.main-body-in{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	margin: auto;
}

.main-copy.wide,
.main-copy-sec.wide{
	width: 100%;
}


/*--キャッチコピー--*/
.main-copy{
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.main-copy-sec{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7em;
	border : 5px solid #555500;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.main-copy_i{
	background-repeat: no-repeat;
	background-size: cover;
	background: #62676e;
	width: 100%;
}

.main-copy-sec_i{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.1em;
}


.main-copy.wide .main-copy-sec{
	width: 1200px;
}




/*--メインボディ--*/

.main-body{
	margin-top: 0;
	padding-bottom: 30px;
	background-color: #8d8d47;
}


/*--メインコンテンツ--*/
.main-conts{
	line-height: 1.8;
}


/*カラム*/
.div1 .main-body-in{
	width: 100%;
}

.div1 .main-conts{
	margin-bottom: 40px;
}

.div1 .section-wrap,
.div1 .float-area{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.div1 .section-wrap.wide{
	width: 100%;
	padding: 40px 0;
}

.div1 .section-wrap.wide .section-in{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0;
}


/*--セクション--*/
.section-wrap{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -30px;
	margin-bottom: -40px;
	padding: 40px 0;
}

.section-wrap.wide{
	border-right: 0;
	border-left: 0;
}

.section-wrap .section-in,
.float-area{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*--フッタ--ー*/
footer{
	background: #c7c78d;
	text-align: center;
}


/*--コピーライト--*/
.copyright{
	margin: 0;
	padding: 130px 0 80px;
}

.copyright small{
	font-size: 100%;
}

/*-- SNSダミー --*/
#social {
	margin : 2em 0;
	text-align : center;
}
#social i {
	font-size : 4em;
	margin : 0 0.1em;
}




/*▼▼--解像度1200px以下--▼▼*/
@media
only screen and (max-width : 1200px){
	.main-body{
		min-width: 0;
	}
	
	.main-copy,
	.main-copy .main-copy-sec,
	.main-copy.wide .main-copy-sec{
		width: 100%;
	}
	
	.div1 .section-wrap,
	.div1 .section-wrap.wide .section-in,
	.div1 .section-wrap.wide{
		width: auto;
	}

	.main-copy-sec{
		border : none;
	}
}
/*▲▲--解像度1200px以下--▲▲*/

/*▼▼--解像度736px以下--▼▼*/
@media
only screen and (max-width : 736px){

	.main-body,
	footer{
		min-width: 100%;
	}

	h1{
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: center;
	line-height: 140%;
	}

	.main-copy-sec h2{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	}

	.main-copy-sec_i h2{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	}

	h3{
	padding: 3px 18px;
	margin-bottom: 20px;
	}

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	textarea,input{
		max-width: 95%;
	}


	/*--メインコンテンツ--*/

	.main-copy-sec{
		padding: 2em 0.5em;
	}

	.main-copy-sec_i{
		padding: 0.5em 0.5em;
	}

	.main-conts{
		margin-top: -20px;
	}

	footer{
		margin-top: -40px;
	}
	
	.section-wrap,
	.div1 .section-wrap.wide{
		padding: 0;
		border: 0;
	}
	
	.div1 .section-wrap{
		padding: 0;
	}
	
	.section-wrap .section-in,
	.div1 .section-wrap.wide .section-in{
		padding: 15px;
	}

	/*コピーライト*/
	.copyright{
		padding: 15px 0 5px 5px;
		text-align: center;
	}

	/*-- SNSダミー --*/
	#social i {
		font-size : 3em;
	}

}
/*▲▲--解像度736px以下--▲▲*/

/*▼▼--解像度480px以下--▼▼*/
@media
only screen and (max-width : 480px){

	.left,
	.right{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	
}
/*▲▲--解像度480px以下--▲▲*/


/*▼▼--deco--▼▼*/
/*--kakeashi--*/
.fade_in_rush{
	animation:fadeInRush 0.65s linear;
}

@keyframes fadeInRush{
	0%{  
	transform: 
	 translateX(-500px)
	 skewX(40deg);
	}

	80%{
	transform: 
	 translateX(-20px)
	 skewX(40deg);
	}

	100%{
	transform: 
	 translateX(0)
	 skewX(-20deg);
	}
}


/*--pc-sp_img--/*
/* PC */
.pcpc{
	display: block !important;
}
.spsp{
	display: none !important;
}
 
/* SP */
@media only screen and (max-width: 736px){
	.pcpc {
	display: none !important;
	}
	.spsp {
	display: block !important;
	}
}

@media screen and (max-width: 736px){
	.none {display:none
	}
}




/*--etc--*/
.midashi{
	margin-right: auto;
	margin-left: auto;
}

.waku-b{
	overflow: auto;
	overflow-x: hidden;
	margin: 0 0 1.5em;
	padding: 1.5em 1em 1em 1.5em;
	background-color: #8d8d47;
	border: 3px solid #555500;
	color: #FFFFFF;
}

.wrap{
	width:100%;
	overflow: hidden;
}

.shadow{
	box-shadow: 0 2px 2px #dddddd;
}

.item-thumb{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.al-l{
	text-align: left;
}

.al-r{
	text-align: right;
}

.al-c{
	text-align: center;
}



.main-copy a{
	text-decoration: none;
}





/*--画像ゆっくり半透明--*/

.fade{  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}

.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.frame{
	position: relative;
	display: inline-block;
}

.frame:after,
.frame:before{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--オーバーレイ--*/

#overlay{
	display: block;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}


/*--画像の代替え--*/
#img-back{
	position: relative;
	width: 100%;
	height: 600px;
	background: #c7c78d;
	z-index: -5;
}

@media screen and (max-width: 736px){
	#img-back{
	height: 300px;
	}
}
/*▲▲--deco--▲▲*/


/*▼▼--box--▼▼*/
@media
only screen and (max-width : 736px){
	.box-blur{
	 width: 100%;
	 max-width: 100%;

-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;

-webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
     -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
        box-sizing: content-box;

	}
}
/*▲▲--box--▲▲*/





/*
---------------------------------------
  トップ（ページ最上部）へ
---------------------------------------
*/
#page-top i {
	font-size: 1.5em;
}

#page-top{
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 1.2em;
}

#page-top a{
	background: #c7c78d;
	text-decoration: none;
	color: #555500 !important;
	padding: 0.8em 1.2em;
	text-align: center;
	display: block;
	border: solid 1px #8d8d47;
	border-radius: 50px;
}

#page-top a:hover{
	text-decoration: none;
	opacity: 0.8;
	color: #555500 !important;
}

@media screen and (max-width: 736px){
	#page-top{
		position: fixed;
		bottom: 50px;
		right: 10px;
		font-size: 77%;
	}

	#page-top a{
		background: #c7c78d;
		text-decoration: none;
		color: #555500 !important;
		width: 80px;
		padding: 5px 0;
		text-align: center;
		display: block;
	}

	#page-top a:hover{
		text-decoration: none;
		color: #555500 !important;
		opacity: 0.6;
	}
}



/*
---------------------------------------
  ページナビ
---------------------------------------
*/
#page-navi a , #page-navi span{
	display : inline-block;
	padding : 10px;
	color : #555500;
	background : #c7c78d;
	text-decoration : none !important;
	font-size : 1.5em;
	margin : 0 auto;
	border-radius: 8px;
}
#page-navi a:hover {
	color : #555500 !important;
	opacity: 0.5;
	text-decoration : none !important;
}
#page-navi a:visited{
	color : #555500 !important;
	text-decoration : none !important;
}
#page-navi .gray{
	opacity: 0.5;
}
#page-navi a {
	cursor : pointer;
}
#page-navi a {
	cursor : pointer;
}


/*
---------------------------------------
  購入＆詳しくボタン
---------------------------------------
*/
.buy-button {
	display : block;
	padding : 10px 20px;
	cursor : pointer;
	color : #555500;
	background : #c7c78d;
	width : 300px;
	text-decoration : none !important;
	font-size : 1.8em;
	margin : 0 auto;
}
.buy-button:hover {
	color : #555500 !important;
	opacity: 0.6;
	text-decoration : none !important;
}
.buy-button:visited{
	color : #555500 !important;
	text-decoration : none !important;
}

@media screen and (max-width: 736px){
	.buy-button {
		width: 80%;
	}
}


/*
---------------------------------------
  ヘッダ内の文字色
---------------------------------------
*/
header , header a , header a:hover , header a:visited {
	color : #555500 !important;
	text-decoration : none !important;
}

/*
---------------------------------------
  フッタ内の文字色
---------------------------------------
*/
footer , footer a , footer a:hover , footer a:visited {
	color : #555500 !important;
	text-decoration : none !important;
}
</pre></body></html>