@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
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, 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 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #000000;
  background: #fff;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}


a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

.Oswald {
	font-family: "Oswald", sans-serif;
}

/* CSS Document */
#wrapper {
  width: 100%;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	/*background: url(../images/header_bg.png) repeat-x bottom left;*/
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  /*max-width: 1000px;*/
	background: #FFF;
}

/***********************************
共通設定
***********************************/
.special-credit .define_wrap {
  padding: 0 24px;
}

.special-credit .define_inner {
  max-width: 100%;
  width: 990px;
  margin: 0 auto;
}

.special-credit img {
  max-width: 100%;
}

.special-credit .ov {
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.special-credit .ov:hover {
  opacity: .7;
}


@media screen and (min-width:768px){
  .special-credit .sp {
    display: none;
  }
}
@media screen and (max-width:767px){

  .special-credit .pc {
    display: none;
  }

  .special-credit .define_wrap {
    padding: 0 4%;
  }
}



/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 90px 0 60px 0;
  text-align: center;
  color: #000;
	background: #FEFEF4;
}

footer p {
  color: #000000;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  /*color: #000000;*/
  font-size: 14px;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 58px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.pagetop a {
  font-size: 1.6rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: rgba(126, 202, 68, 0.9);
  border: 1px solid #fff;
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}


/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 25px 0 15px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 10px;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/

/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  overflow: clip;
}

.mincho {
	font-family: "Noto Serif JP", serif;
}


/**********************************

 c-hero

***********************************/
.c-hero {
	position: relative;
	z-index: 1;
}

.c-hero__inner {
	display: flex;
	justify-content: center;
}

.c-hero__inner-ttl {
	width: 100%;
	text-align: center;
}

.c-hero__inner-ttl img {
	max-width: none;
	width: 100%;
}

@media screen and (max-width:1037px){
}

@media screen and (max-width:767px){

	.c-hero__inner {
		padding-top: 0;
	}

	.c-hero__inner-ttl {
	}
}


/**********************************

 c-about

***********************************/
.c-about {
	background: #FEFEF4;
}

.c-about__inner {
	padding: 50px 0 50px;
}

.c-about__inner h2{
    font-size: 1.1em;
    padding-bottom: 2em;
}

.c-about__inner dl dt{
    font-weight: bold;
    padding-bottom: 0.2em;
}

.c-about__inner dl dd{
    padding-bottom: 2em;
}

.c-about__inner .presentimg img{
    width: 50%;
}

.c-about__inner ul li{
    text-indent: -1em;
    padding-left: 1em;
}

.c-about__inner .txtnormal{
    font-weight: bold;
    padding-top: 2em;
}

.c-about__inner-date {
	width: 391px;
	margin: 0 auto;
}

.c-about__inner-txt01 {
	margin-top: 45px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.73913043;
}

.c-about__inner-coupon {
	margin-top: 30px;
}

.c-about__inner-coupon-ttl {
	color: #69BE28;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}

.c-about__inner-coupon-price {
	margin-top: 10px;
}

.c-about__inner-coupon-price-inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.c-about__inner-coupon-price-inner:before {
	content: "";
	display: block;
	width: 348px;
	height: 22px;
	background: #FFF500;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-about__inner-coupon-price-inner .num {
	color: #A0806F;
	font-size: 94px;
	font-weight: bold;
	line-height: 1;
}

.c-about__inner-coupon-price-inner .box {

}

.c-about__inner-coupon-price-inner .box .tax {
	padding-bottom: 5px;
	color: #A0806F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

.c-about__inner-coupon-price-inner .box .txt01 {
	padding-bottom: 10px;
	color: #A0806F;
	font-size: 29px;
	font-weight: 800;
	text-align: center;
	line-height: 1;
}

.c-about__inner-coupon-txt01 {
	margin-top: 10px;
	color: #69BE28;
	font-size: 35px;
	font-weight: 800;
	text-align: center;
}

.c-about__inner-link {
	display: flex;
	justify-content: space-between;
}

.c-about__inner-link-bnr {
	width: 304px;
	margin-top: 25px;
}

.c-about__inner-link-bnr a {
	display: block;
}

.c-about__inner-link-bnr a:hover {
	text-decoration: none;
}

.c-about__inner-link-bnr a .pic {
}

.c-about__inner-link-bnr a .txt01 {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}

.c-about__inner-link-bnr a .txt01 span {
	padding-right: 18px;
	color: #000000;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.c-about__inner-link-bnr a .txt01 span:before {
	content: "";
	display: block;
	width: 13.5px;
	height: 13.5px;
	background: url(images/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-about__inner-bottom {
	margin-top: 40px;
	text-align: center;
}

.c-about__inner-bottom-inner {
	display: inline-block;
}

.c-about__inner-bottom-inner .txt01 {
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	line-height: 1.81818182;
}

.c-about__inner-bottom-inner ul {
	padding-top: 15px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71428571;
	border-top: 1px solid #707070;
}

.c-about__inner-bottom-inner ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71428571;
	text-align: left;
}

@media screen and (max-width:1037px){

	.c-about__inner {
		padding: 4.817vw 0 3.854vw;
	}

    .c-about__inner .presentimg{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .c-about__inner .presentimg img{
        width: 80%;
        margin: 0 auto;
    }


	.c-about__inner-date {
		width: 37.669vw;
	}

	.c-about__inner-txt01 {
		margin-top: 4.335vw;
		font-size: 2.216vw;
	}

	.c-about__inner-coupon {
		margin-top: 2.89vw;
	}

	.c-about__inner-coupon-ttl {
		font-size: 3.372vw;
	}

	.c-about__inner-coupon-price {
		margin-top: 0.963vw;
	}

	.c-about__inner-coupon-price-inner:before {
		width: 33.526vw;
		height: 2.119vw;
	}

	.c-about__inner-coupon-price-inner .num {
		font-size: 9.056vw;
	}

	.c-about__inner-coupon-price-inner .box .tax {
		padding-bottom: 0.482vw;
		font-size: 1.541vw;
	}

	.c-about__inner-coupon-price-inner .box .txt01 {
		padding-bottom: 0.963vw;
		font-size: 2.794vw;
	}

	.c-about__inner-coupon-txt01 {
		margin-top: 0.963vw;
		font-size: 3.372vw;
	}

	.c-about__inner-link-bnr {
		width: 29.287vw;
		margin-top: 2.408vw;
	}

	.c-about__inner-link-bnr a .txt01 {
		margin-top: 0.771vw;
		font-size: 1.252vw;
	}

	.c-about__inner-link-bnr a .txt01 span {
		padding-right: 1.734vw;
	}

	.c-about__inner-link-bnr a .txt01 span:before {
		width: 1.301vw;
		height: 1.301vw;
	}

	.c-about__inner-bottom {
		margin-top: 3.854vw;
	}

	.c-about__inner-bottom-inner .txt01 {
		font-size: 2.119vw;
	}

	.c-about__inner-bottom-inner ul {
		padding-top: 1.445vw;
		margin-top: 2.89vw;
		font-size: 1.349vw;
	}

	.c-about__inner-bottom-inner ul li {
		font-size: 1.349vw;
	}
}

@media screen and (max-width:767px){

	.c-about__inner {
		padding: 40px 0 40px;
	}

	.c-about__inner-date {
		width: 220px;
		margin: 0 auto;
	}

	.c-about__inner-txt01 {
		margin-top: 25px;
		font-size: 16px;
	}

	.c-about__inner-coupon {
		margin-top: 20px;
	}

	.c-about__inner-coupon-ttl {
		font-size: 24px;
	}

	.c-about__inner-coupon-price {
		margin-top: 10px;
	}

	.c-about__inner-coupon-price-inner:before {
		width: 210px;
		height: 14px;
	}

	.c-about__inner-coupon-price-inner .num {
		font-size: 54px;
	}

	.c-about__inner-coupon-price-inner .box {

	}

	.c-about__inner-coupon-price-inner .box .tax {
		padding-bottom: 5px;
		font-size: 12px;
	}

	.c-about__inner-coupon-price-inner .box .txt01 {
		padding-bottom: 5px;
		font-size: 20px;
	}

	.c-about__inner-coupon-txt01 {
		margin-top: 10px;
		font-size: 24px;
	}

	.c-about__inner-link {
		display: block;
		width: 66.66666667vw;
		margin: 0 auto;
	}

	.c-about__inner-link-bnr {
		width: auto;
		margin-top: 20px;
	}

	.c-about__inner-link-bnr a .txt01 {
		margin-top: 8px;
		font-size: 13px;
	}

	.c-about__inner-link-bnr a .txt01 span {
		padding-right: 18px;
	}

	.c-about__inner-link-bnr a .txt01 span:before {
		width: 13.5px;
		height: 13.5px;
	}

	.c-about__inner-bottom {
		margin-top: 30px;
	}

	.c-about__inner-bottom-inner .txt01 {
		font-size: 16px;
	}

	.c-about__inner-bottom-inner ul {
		padding-top: 15px;
		margin-top: 25px;
		font-size: 14px;
	}

	.c-about__inner-bottom-inner ul li {
		font-size: 12px;
	}
}


/**********************************

 c-model

***********************************/
.c-model {
	background: #FEFEF4;
}

.c-model__inner {
	padding-bottom: 64px;
	border-bottom: 1px solid #9B9B9B;
}

.c-model__inner-ttl {
	padding: 10px 15px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background: #AEA291;
}

.c-model__inner-product {
	margin-top: 25px;
}

.c-model__inner-product .pic {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.c-model__inner-product .name {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.c-model__inner-product .btn01 {
	margin-top: 10px;
	text-align: center;
}

.c-model__inner-product .btn01 a {
	display: inline-block;
	padding: 6px 35px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
	border: 1px solid #000000;
	border-radius: 100px;
	vertical-align: middle;
}

.c-model__inner-product .btn01 a span {
	display: inline-block;
	padding-right: 20px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.c-model__inner-product .btn01 a span:before {
	content: "";
	display: block;
	width: 13.5px;
	height: 13.5px;
	background: url(images/icon_arr02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-model__inner-btn {
	margin-top: 90px;
	text-align: center;
}

.c-model__inner-btn a {
	display: inline-block;
	padding: 15px 45px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background: #000000;
	vertical-align: top;
}

.c-model__inner-btn a span {
	display: inline-block;
	padding-right: 25px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.c-model__inner-btn a span:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/icon_blank01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


@media screen and (max-width:1037px){

	.c-model__inner {
		padding-bottom: 6.166vw;
	}

	.c-model__inner-ttl {
		padding: 0.963vw 1.445vw;
		font-size: 1.83vw;
	}

	.c-model__inner-product {
		margin-top: 2.408vw;
	}

	.c-model__inner-product .pic {
		width: 68.497vw;
	}

	.c-model__inner-product .name {
		margin-top: 0.963vw;
		font-size: 1.734vw;
	}

	.c-model__inner-product .btn01 {
		margin-top: 0.963vw;
		text-align: center;
	}

	.c-model__inner-product .btn01 a {
		padding: 0.289vw 3.372vw;
	}

	.c-model__inner-product .btn01 a {
		padding: 0.578vw 3.372vw;
		font-size: 1.349vw;
	}

	.c-model__inner-product .btn01 a span {
		padding-right: 1.927vw;
		font-size: 1.349vw;
	}

	.c-model__inner-btn {
		margin-top: 8.671vw;
	}

	.c-model__inner-btn a {
		padding: 1.445vw 4.335vw;
		font-size: 1.638vw;
	}

	.c-model__inner-btn a span {
		padding-right: 2.408vw;
	}

	.c-model__inner-btn a span:before {
		width: 1.734vw;
		height: 1.734vw;
	}
}

@media screen and (max-width:767px){

	.c-model__inner {
		padding-bottom: 40px;
		border-bottom: 1px solid #9B9B9B;
	}

	.c-model__inner-ttl {
		padding: 6px 15px;
		font-size: 16px;
	}

	.c-model__inner-product {
		margin-top: 15px;
	}

	.c-model__inner-product .pic {
		width: auto;
	}

	.c-model__inner-product .name {
		margin-top: 10px;
		font-size: 18px;
	}

	.c-model__inner-product .btn01 {
		margin-top: 10px;
	}

	.c-model__inner-product .btn01 a {
		padding: 6px 35px;
		font-size: 14px;
		border: 1px solid #000000;
	}

	.c-model__inner-product .btn01 a span {
		padding-right: 20px;
		font-size: 14px;
	}

	.c-model__inner-product .btn01 a span:before {
		width: 13.5px;
		height: 13.5px;
	}

	.c-model__inner-btn {
		margin-top: 50px;
	}

	.c-model__inner-btn a {
		padding: 8px 15px 8px 15px;
		font-size: 15px;
	}

	.c-model__inner-btn a span {
		padding-right: 24px;
	}

	.c-model__inner-btn a span:before {
		width: 16px;
		height: 16px;
	}
}


/**********************************

 xxx

***********************************/
.xxx {
}

@media screen and (max-width:767px){

}