@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import "./fonts.css";
@import "./reset.css";
@import "./loader.css";
@import "./parts.css";
@import "./menu_trigger.css";
@import "./fadein.css";
/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
.sp {
	display: none !important;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.inside {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
.inside::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	padding: 22px 0;
	transition: ease-in 0.2s;
}
.start #header {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_active #header {
	padding: 35px 0;
}
#header .inside {
	height: auto;
}
#header h1 {
	float: left;
	width: auto;
	transition: ease-in 0.2s;
	margin: 0 0 0 35px;
}
#header h1 a {
	display: block;
}
#header h1 img {
	height: 30px;
	display: block;
	width: auto;
}
#header .shoulder {
	float: right;
	width: auto;
}
#header .shoulder ul.links {
	display: flex;
	align-items: center;
	margin: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	transition: ease-in 0.2s;
}
.menu_active #header .shoulder ul.links {
	top: -200px;
}
ul.links {
	display: flex;
	align-items: center;
	margin: 0;
	overflow: visible;
	transition: ease-in 0.2s;
}
.links li {
	width: 200px;
	margin: 0 0 0 22px;
	overflow: visible;
}
.links li a {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.16));
}
ul.links li a, ul.links li img {
	display: block;
}
ul.links li.bt a {
	margin: 0;
	padding: 12px 0;
	background: #DC000C;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
ul.links li.bt a::before {
	display: none;
}
ul.links li.bt a strong {
	font-weight: 500;
}
#header .shoulder nav {
	position: absolute;
	top: -200px;
	right: 0%;
	transform: translate(0%, -50%);
	transition: ease-in 0.6s;
}
.menu_active #header .shoulder nav {
	top: 50%;
}
#header .shoulder nav ul {
	display: flex;
}
#header .shoulder nav ul li {
	margin: 0 14px;
}
#header .shoulder nav ul li a {
	display: block;
	text-align: center;
}
#header .shoulder nav ul li a div {}
#header .shoulder nav ul li a div img {
	height: 40px;
}
#header .shoulder nav ul li a strong {
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #4d1b00;
}
#header .shoulder nav ul li a:hover strong {
	color: #009161;
}
#main {
	padding: 74px 0 273px;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 0 60px 0;
}
#footer nav {
	margin: 0 0 40px;
	background: #009161;
	padding: 20px 0;
}
#footer nav li {
	margin: 0 0;
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
#footer nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
}
#footer nav.other_links li a {
	font-weight: 500;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
#footer nav li a::before {
	content: "";
	border-right: 2px solid #fff;
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
	display: block;
}
#footer nav li:last-child a::before {
	display: none;
}
#footer h6 {
	margin: 0 0 20px;
}
#footer h6 img {
	width: 160px;
}
#footer .copyright, #footer .caution {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000;
}
#menu_bt {
	position: fixed;
	right: 20px;
	top: 20px;
	display: none;
}
#to_top {
	position: fixed;
	right: 8px;
	bottom: calc(100% + 100px);
	z-index: 9000;
	transition: ease-out 0.6s;
	opacity: 0;
}
.shlink #to_top {
	bottom: 80px;
	opacity: 1;
	transition: ease-out 0s;
}
.to_top_stop #to_top {
	bottom: 233px;
	position: absolute;
	transition: ease-out 0s;
}
#to_top a {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	color: #009161;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	border-radius: 50%;
	width: 82px;
	height: 82px;
	background: #fff;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#to_top a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #FFDD17;
}
#to_top a .svg-inline--fa {
	font-size: 24px;
	line-height: 1;
}
#to_top a span {
	display: block;
}
#to_buy {
	position: fixed;
	right: 0px;
	bottom: -300px;
	z-index: 9000;
	transition: ease-out 0.8s;
	opacity: 0;
	width: 100%;
	height: 68px;
	background: #fff6e2;
	padding: 14px 0;
	box-sizing: border-box;
	filter: drop-shadow(3px 0px 6px rgba(0, 0, 0, 0.16));
}
.to_buy_active #to_buy {
	bottom: -0px;
	opacity: 1;
}
#to_buy .inside {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#to_buy .inside .block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#to_buy .inside .block .img {
	width: 60px;
	margin: -48px 6px 0 0;
}
#to_buy .inside .block .info {}
#to_buy .inside .block .info h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #009161;
}
#to_buy .inside .block .info span {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #4D1B00;
	border: solid 1.5px #4D1B00;
	padding: 0 5px;
	margin-left: 35px;
}
#to_buy .inside .block .info p {
	font-size: 13px;
	line-height: 22px;
	color: #4d1b00;
}
#to_buy .inside .links {}
#to_campaign {
	position: fixed;
	right: 0px;
	top: -100vh;
	z-index: 9000;
	transition: ease-out 1s;
	opacity: 0;
}
.shlink #to_campaign {
	top: 230px;
	opacity: 1;
}
.under_campaign #to_campaign {
	top: -100vh !important;
}
#to_campaign img {
	height: 221px;
}
#drawer {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 0vh;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	z-index: 998;
	transition: ease-in 0.5s;
	overflow: hidden;
}
.active #drawer {
	height: 100vh;
}
#visual {
	overflow: hidden;
	padding: 32px 0 12px;
	background: url(../img/visual_bg.jpg) center -66px no-repeat;
	background-size: auto 560px;
}
#visual .inside {
	width: 970px;
}
#visual .swiper {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
#visual .swiper-slide {
	width: 970px;
}
#visual .swiper-slide img {
	display: block;
}
#visual .swiper-button-next, #visual .swiper-button-prev {
	background: #009161;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-485px - 50%), -50%);
	z-index: 100;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
#visual .swiper-button-next img, #visual .swiper-button-prev img {
	height: 18px;
}
#visual .swiper-button-next {
	transform: translate(calc(485px - 50%), -50%);
}
@media all and (-ms-high-contrast: none) {
	#visual .swiper-button-next, #visual .swiper-button-prev {
		transform: translate(-50%, -50%);
		margin-left: -485px;
	}
	#visual .swiper-button-next {
		transform: translate(-50%, -50%);
		margin-left: 485px;
	}
}
#visual .swiper-button-next::after, #visual .swiper-button-prev::after {
	display: none;
}
#visual .swiper-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	line-height: 40px;
}
#visual .swiper-pagination-bullet {
	opacity: 1;
	background: #AC958A;
	margin: 0 6px;
}
#visual .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4D1B00;
}
/* Parts */
section {
	padding: 96px 0;
	overflow: visible;
}
section::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
#contents p {
	font-size: 16px;
	margin: 0 0 32px;
}
#contents p:last-child {
	margin: 0;
}
/*============================
#gnavi
============================*/
#gnavi {}
#gnavi .inside {}
#gnavi .inside nav {
	padding: 25px 0 37px 0;
}
#gnavi .inside nav ul {
	display: flex;
	justify-content: center;
}
#gnavi .inside nav ul li {
	margin: 0 33px;
}
#gnavi .inside nav ul li a {
	display: block;
	text-align: center;
}
#gnavi .inside nav ul li a div {}
#gnavi .inside nav ul li a div img {
	height: 40px;
}
#gnavi .inside nav ul li a strong {
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #4d1b00;
}
#gnavi .inside nav ul li a:hover strong {
	color: #009161;
}
/*============================
#concept
============================*/
#concept {
	background: #e2f2b2;
}
#concept article {
	padding: 60px;
	border-radius: 15px;
	background: #fffbf2;
}
#concept article .above {
	display: flex;
	margin: 0 0 52px;
	position: relative;
}
#concept article .above .img {
	margin: 0 59px 0 0;
	width: 200px;
}
#concept article .above .img img {}
#concept article .above .info {}
#concept article .above .info h2 {
	margin: 0 0 15px;
}
#concept article .above .info h2 img {
	width: 359px;
}
#concept article .above .info p {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #4d1b00;
}
#concept article .img {}
#concept article .img img {}
#concept .bg_images {
	position: absolute;
	right: 60px;
	top: -30px;
}
#concept .bg_images img.bg_image_01 {
	width: 140px;
}
/*============================
#scene
============================*/
#scene {
	background: #fff;
}
#scene .inside {
	position: relative;
}
#scene h3.tit {
	text-align: center;
	margin: 0 0 59px;
}
#scene h3.tit img {
	width: 300px;
}
#scene ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#scene ul li {}
#scene ul li img {
	display: block;
	height: 295px;
}
#scene .bg_images {}
#scene .bg_images img.bg_image_01 {
	position: absolute;
	top: -28px;
	left: 0%;
	transform: translate(-25%, 0%);
}
#scene .bg_images img.bg_image_02 {
	position: absolute;
	bottom: -96px;
	left: 0%;
	transform: translate(-120%, 0%);
}
#scene .bg_images img.bg_image_03 {
	position: absolute;
	top: 28px;
	right: 0%;
	transform: translate(25%, 0%);
}
#scene .bg_images img.bg_image_04 {
	position: absolute;
	bottom: -96px;
	right: 0%;
	transform: translate(150%, 0%);
}
/*============================
#about
============================*/
#about {
	background: #fff8ce;
}
#about h2 {
	text-align: center;
	margin: 0 0 74px;
}
#about h2 img {
	width: 421px;
}
#about .block {
	display: flex;
	justify-content: center;
	align-items: center;
}
#about .block .img {
	margin: 0 64px 0 0;
}
#about .block .img img {
	width: 411px;
}
#about .block .info {}
#about .block .info h3 {
	margin: 0 0 32px;
}
#about .block .info h3 img {
	width: 323px;
}
#about .block .info p {
	font-size: 22px;
	line-height: 32px;
	color: #4d1b00;
}
#about .bg_images {}
#about .bg_images img.bg_image_02 {
	position: absolute;
	top: -156px;
	left: 40px;
	width: 130px;
}
/*============================
#particular
============================*/
#particular {
	background: #c6e566;
}
#particular {}
#particular h3 {
	text-align: center;
	margin: 0 0 102px;
}
#particular h3 strong {
	font-weight: 500;
	font-size: 16px;
	color: #4d1b00;
	display: block;
	margin: 0 0 20px;
}
#particular h3 img {
	width: 400px;
}
#particular .item {
	padding: 228px 0 0;
	position: relative;
}
#particular .item .img {
	text-align: center;
}
#particular .item .img img {
/*	margin-right: -12px;*/
	width: 168px;
}
#particular .item .balloon {
	width: 400px;
	position: absolute;
}
#particular .item .balloon .balloon_inside {
	box-sizing: border-box;
	border-radius: 25px;
	background: #fff;
	padding: 36px 26px;
	position: relative;
}
#particular .item .balloon .balloon_inside::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12.5px 0 12.5px;
	border-color: #ffffff transparent transparent transparent;
	content: "";
	display: block;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 99%);
}
#particular .item .balloon h3 {
	position: relative;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #009161;
	border-bottom: 2px dashed #3f8f65;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
#particular .item .balloon h3 img {
	width: auto;
	height: 20px;
}
#particular .item .balloon h3 .h3_balloon {
	position: absolute;
	left: -44px;
	top: -88px;
	width: 120px;
}
#particular .item .balloon h3 .h3_balloon {
	height: auto;
}
#particular .item .balloon p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #4d1b00;
	position: relative;
}
#particular .item .balloon.b_01 {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
#particular .item .balloon.b_02 {
	top: 298px;
	left: 10px;
	transform: translate(0, 0);
	width: 350px;
}
#particular .item .balloon.b_02 p .illust {
	position: absolute;
	right: -47px;
	top: -140px;
	width: 118px;
}
#particular .item .balloon.b_02 .balloon_inside::after {
	border-width: 12.5px 0 12.5px 20px;
	border-color: transparent transparent transparent #ffffff;
	bottom: 50%;
	left: auto;
	right: 0;
	transform: translate(100%, 50%);
}
#particular .item .balloon.b_03 {
	top: 350px;
	right: 0px;
	transform: translate(0, 0);
	width: 350px;
}
#particular .item .balloon.b_03 .balloon_inside::after {
	border-width: 12.5px 20px 12.5px 0;
	border-color: transparent #ffffff transparent transparent;
	bottom: 50%;
	left: 0;
	right: auto;
	transform: translate(-100%, 50%);
}
#particular .item .balloon.b_03 p .illust {
	position: absolute;
	right: -30px;
	bottom: -160px;
	width: 162px;
}
#particular .bg_images {}
#particular .bg_images img.bg_image_01 {}
#particular .bg_images img.bg_image_01 {
	position: absolute;
	top: -137px;
	right: -90px;
	width: 205px;
}
/*============================
#effect
============================*/
#effect {
	background: #fff5de;
    padding: 96px 0 90px 0;
}
#effect h3 {
	text-align: center;
	margin: 0 0 60px;
}
#effect h3 img {
	height: 74px;
}
#effect .white_box {
	width: 850px;
	border-radius: 20px;
	background: #fff;
	margin: 0 auto;
	padding: 48px;
	box-sizing: border-box;
}
#effect .white_box .above {
	display: flex;
	justify-content: space-between;
	margin: 0 0 0;
}
#effect .white_box .above .info {
	width: 410px;
}
#effect .white_box .above .info h4 {}
#effect .white_box .above .info h4 img {
	width: 407px;
}
#effect .white_box .above .info p {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #4d1b00;
	margin: 0 15px 15px 0;
}
#effect .white_box .above .info .icons {}
#effect .white_box .above .info .icons img {
	width: 395px;
}
#effect .white_box .above .img {}
#effect .white_box .above .img img {
	width: 294px;
}
#effect .white_box .middle {
	margin: 0 0 52px;
}
#effect .white_box .middle .info {}
#effect .white_box .middle .info h4 {
	margin: 0 0 20px;
}
#effect .white_box .middle .info h4 img {}
#effect .white_box .middle .info p {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #4d1b00;
	margin: 0;
}
#effect .white_box .middle .info p.notice {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #4d1b00;
	margin: 6px 0 0;
}
#effect .white_box .bottom {}
#effect .white_box .bottom h3 {
	margin: 0 0 20px;
}
#effect .white_box .bottom h3 img {
	height: auto;
}
#effect .white_box .bottom ul {
	display: flex;
	margin: 0 -23px;
	flex-wrap: wrap;
}
#effect .white_box .bottom ul li {
	margin: 0 20px 40px;
	width: 360px;
}
#effect .white_box .bottom ul li img {
	display: block;
}
#effect .white_box .bottom .usage {
	text-align: center;
	margin: 0 0 10px;
}
#effect .white_box .bottom .usage img {
	width: 357px;
}
#effect .white_box .bottom p.notice {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #4d1b00;
	margin: 0;
}
#effect p.txt {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #4d1b00;
	margin: 42px 0 0;
}
#effect .bg_images img.bg_image_01 {
	position: absolute;
	top: -212px;
	left: -90px;
	width: 309px;
}
/*============================
#campaign
============================*/
#campaign {
	background: #358A70;
  position: relative;
  padding: 0;
  margin-top: -150px;
}
#campaign .bg::before{
  background: url(../img/img_cp_bg.png)no-repeat top center;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  position: absolute;
  top: -150px;
}
#campaign .bg::after{
  background: url(../img/img_cp_bg.png)no-repeat top center;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  position: absolute;
  bottom: -150px;
  z-index: -1;
}
#campaign .title{
  width: 690px;
  margin: 0 auto;  
}
#campaign .kv{
  margin-top: 60px;
}
#campaign .guide_line{
  background: #FCFAEC;
  border-radius: 8px;
  margin-top: 15px;
  padding: 55px 0;
}
#campaign .guide_line_title{
  width: 232px;
  margin: 0 auto; 
}
#campaign .guide_line_list{
  width: 830px;
  margin: 48px auto 0;  
}
#campaign .guide_line_list dl{
  background: url(../img/img_cp_border.png)no-repeat;
  display: grid;
  grid-template-columns: 125px auto;
  gap: 0 50px;
  padding: 40px 10px 35px 10px;
  font-size: 16px;
}
#campaign .guide_line_list dl dd{
  color: #4D1B00;
  font-weight: 500;
  line-height: 1.8;
}
#campaign .guide_line_list dl dd ul li{
  padding-left: 1rem;
  text-indent: -1rem;
}
#campaign .guide_line_list .guide_line_scroll{
  background: #fff;
  height: 180px;
  padding: 25px 20px;
  overflow-y: scroll;
}
#campaign .guide_line_list .guide_line_scroll .guide_line_detail{
  margin: 32px 0 0;
}
#campaign .guide_line_list .guide_line_scroll .guide_line_detail ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
#campaign .guide_line_list .guide_line_scroll .ttl{
  margin-bottom: 10px;
}
#campaign .guide_line_list .guide_line_scroll p a{
  text-decoration: underline;
  color: #4D1B00;
}
#campaign .guide_line_list .note{
  color: #525252;
  font-weight: 500;
  font-size: 12px;
  margin-top: 20px;
}
#campaign .guide_line_list .note li{
  padding-left: 1rem;
  text-indent: -1rem;
}
#campaign .btn{
  width: 566px;
  margin: 50px auto 0;
  cursor: pointer;
}
#campaign .form{
  background: #fff;
  border-radius: 8px;
  margin-top: 70px;
  padding: 55px 0 40px 0;
}
#campaign .form_title{
  position: relative;
  cursor: pointer;
}
#campaign .form_title.is-open::before{
  transform: rotate(0);
}
#campaign .form_title_img{
  width: 145px;
  margin: 0 auto;
  padding-bottom: 35px;
}
#campaign .form_title::before{
  background: url(../img/img_cp_arrow.png)no-repeat top center;
  background-size: contain;
  content: '';
  display: block;
  width: 22px;
  height: 13px;
  position: absolute;
  top: 10%;
  right: 83px;
  transform: rotate(180deg);
}
#campaign .form_title::after{
  background: url(../img/img_cp_form_border.png)repeat-x top center;
  background-size: contain;
  content: '';
  display: block;
  width: 830px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#campaign .form_tag{
  display: none;
}

/*============================
#to_form
============================*/

#to_form{
  position: fixed;
  top: 25%;
  right: -17px;
  z-index: 99;
  display: none;
}
#to_form img{
  width: 200px;
}

/*============================
#terms
============================*/
#terms {}
#terms {}
#terms article {
	margin: 0 0 73px;
}
#terms article:last-child {
	margin: 0 0;
}
#terms article h4 {
	text-align: center;
	margin: 0 0 26px;
}
#terms h4 img {
	height: 28px;
}
#terms .lottery ul {
	list-style: disc;
	margin: 0;
}
#terms .lottery ul li {
	margin: 0 0 0 1em;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color: #000;
}
#terms .privacy {}
#terms .privacy .scroll {
	height: 245px;
	border-radius: 15px;
	background: #fdfdfd;
	border: 1px solid #707070;
	box-sizing: border-box;
	overflow: hidden;
	padding: 25px;
}
#terms .privacy .scroll a {
	text-decoration: underline;
}
#terms .inquiry {
	text-align: center;
}
#terms .inquiry h6 {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 10px;
	color: #333;
}
#terms .inquiry .mail {}
#terms .inquiry .mail a {
	font-weight: 500;
	font-size: 22px;
	color: #333;
	text-decoration: underline;
}
/*============================
#about_and_buy
============================*/
#about_and_buy {}
#about_and_buy {
  padding: 95px 0 95px;
}
#about_and_buy .inside h3 {
	text-align: center;
	margin: 0 0 48px;
}
#about_and_buy .inside h3 img {}
#about_and_buy .inside .yellow {
	width: 850px;
	border-radius: 15px;
	background: #fff8ce;
	margin: 0 auto;
	padding: 48px;
	box-sizing: border-box;
}
#about_and_buy .inside .yellow .block {
	display: flex;
	justify-content: center;
	margin: 0 0 48px;
}
#about_and_buy .inside .yellow .block .img {
	margin: 0 16px;
	width: 102px;
}
#about_and_buy .inside .yellow .block .img img {}
#about_and_buy .inside .yellow .block .info {
	margin: 0 16px;
}
#about_and_buy .inside .yellow .block .info h4 {
	font-weight: 500;
	font-size: 24px;
	color: #4d1b00;
	margin: 0 0 32px;
}
#about_and_buy .inside .yellow .block .info h4 span{
	font-weight: 500;
	font-size: 14px;
	color: #4d1b00;
	border: solid 1px #4d1b00;
	display: inline-block;
	padding: 0 5px;
}
#about_and_buy .inside .yellow .block .info p {
	font-size: 16px;
	line-height: 22px;
	color: #4d1b00;
	margin: 0 0 24px;
}
#about_and_buy .inside .yellow .block .info .bt {
	margin: 0;
	width: 300px;
	overflow: visible;
}
#about_and_buy .inside .yellow .block .info .bt a {
	margin: 0;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #009161;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #009061;
	width: 100%;
	box-sizing: border-box;
}
#about_and_buy .inside .yellow .block .info .bt a::before {
	display: none;
}
#about_and_buy .inside .yellow .white {
	border-radius: 15px;
	background: #fff;
	padding: 43px 0;
}
#about_and_buy .inside .yellow .white h5 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #4d1b00;
	margin: 0 0 29px;
}
#about_and_buy .inside .yellow .white h5 img {
	width: 230px;
}
#about_and_buy .inside .yellow .white .links {
	justify-content: center;
}
#about_and_buy .inside .yellow .white .links .bt {}
#about_and_buy .inside .yellow .white .links .bt a {
	font-size: 20px;
	padding: 18.5px 0;
}
#about_and_buy .inside .yellow .white .links .bt a i.icon-cart {}
#about_and_buy .inside .yellow .white .links li {
	width: 300px;
}
#about_and_buy .inside .yellow .white .links li a {}
#about_and_buy .inside .yellow .white .links li a img {}
@media screen and (max-width: 1160px) {
	#particular .bg_images img.bg_image_01 {
		right: 0px;
	}
}
@media screen and (max-width: 1300px) {
	#scene .bg_images img.bg_image_04 {
		transform: translate(0, 0%);
	}
}
@media screen and (max-height: 640px) {
	.shlink #to_campaign {
		top: 240px;
	}
	#to_campaign img {
		height: 33vh;
	}
}
@media screen and (max-width: 750px) {
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#wrapper {}
	.inside {
		width: auto;
	}
	.inside::after {}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 32px;
		box-sizing: border-box;
	}
	.start #header {
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.shlink #header {
		padding: 32px;
	}
	#header .inside {
		height: auto;
	}
	#header h1 {
		float: left;
		margin: 0 0 0;
	}
	#header h1 a {}
	#header h1 img {
		height: 30px;
	}
	ul.links {
		display: block;
		margin: 0;
	}
	.links li {
		width: auto;
		margin: 0 0 0;
	}
	.links li:last-child {
		margin: 0;
	}
	.links li a {}
	ul.links li a, ul.links li img {}
	ul.links li.bt {}
	ul.links li.bt a {
		margin: 0;
		padding: 24px 0;
		font-size: 44px;
		line-height: 92px;
		border-radius: 10px;
	}
	ul.links li.bt a::before {}
	#header .shoulder {
		display: none;
	}
	#header .shoulder .bt {
		top: 50%;
		right: 0%;
		transform: translate(0%, -50%);
	}
	.shlink #header .shoulder .bt {
		top: -200px;
	}
	#header .shoulder .bt a {
		padding: 12px 0;
		font-size: 14px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	}
	#header .shoulder nav {
		top: -200px;
		right: 0%;
		transform: translate(0%, -50%);
	}
	.shlink #header .shoulder nav {
		top: 50%;
	}
	#header .shoulder nav ul {
		display: flex;
	}
	#header .shoulder nav ul li {
		margin: 0 14px;
	}
	#header .shoulder nav ul li a {}
	#header .shoulder nav ul li a div {}
	#header .shoulder nav ul li a div img {}
	#header .shoulder nav ul li a strong {
		font-size: 14px;
	}
	#header .shoulder nav ul li a:hover strong {}
	#main {
		padding: 94px 0 0px;
	}
	#footer {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		padding: 0 0 60px 0;
	}
	#footer nav {
		margin: 0 0 40px;
		padding: 66px 0;
	}
	#footer nav li {
		margin: 0 0;
		display: inline-block;
		padding: 0 1em;
	}
	#footer nav li a {
		font-size: 20px;
		line-height: 40px;
	}
	#footer nav.other_links li a {
		font-size: 13px;
		line-height: 23px;
	}
	#footer nav li a::before {
		border-right: 2px solid #fff;
		right: 0;
		top: 5px;
		bottom: 5px;
	}
	#footer nav li:last-child a::before {
		display: none;
	}
	#footer h6 {
		margin: 0 0 20px;
	}
	#footer h6 img {
		width: auto;
	}
	#footer .copyright, #footer .caution {
		font-size: 20px;
		line-height: 36px;
	}
	#menu_bt {
		position: fixed;
		right: 34px;
		top: 24px;
		display: block;
		z-index: 9999;
	}
	#menu_bt .txt {
		font-size: 12px;
		text-align: center;
		margin: 3px auto 0;
		color: #009161;
		display: table;
	}
	#menu_bt .txt .on {
		display: none;
	}
	.active #menu_bt .txt .off {
		display: none;
	}
	.active #menu_bt .txt .on {
		display: inline;
	}
	#to_top {
		position: fixed;
		right: 8px;
		bottom: calc(100% + 100px);
	}
	.shlink #to_top {
		bottom: 120px;
	}
	.to_top_stop #to_top {
		bottom: 430px;
		position: absolute;
	}
	#to_top a {
		display: flex;
		font-size: 22px;
		line-height: 1.1;
		width: 100px;
		height: 100px;
		box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
	}
	#to_top a .svg-inline--fa {
		font-size: 48px;
		line-height: 1;
		margin: -10px 0 0;
	}
	#to_top a span {
		margin: -8px 0 0;
	}
	#to_buy {
	height: 96px;
	}
	.to_buy_active #to_buy {}
	#to_buy .inside {
		width: 100%;
	}
	#to_buy .inside .block {}
	#to_buy .inside .block .img {
    margin: -56px 0 0 10px;
    width: 76px;
	}
	#to_buy .inside .block .info {
	display: none;
	}
	#to_buy .inside .block .info h5 {}
	#to_buy .inside .block .info p {}
	#to_buy .inside .links {
	width: 628px;
	display: flex;
	justify-content: space-between;
	}
#to_buy .inside .links li{
width: 300px;
}
#to_buy .inside .links li.bt a {
    margin: 0;
    padding: 16px 0;
    font-size: 20px;
    line-height: 31px;
    border-radius: 10px;
}
	#to_campaign {
		position: fixed;
		right: 0;
		left: 0;
		top: auto;
		bottom: -300px;
		z-index: 9500;
	}
	#to_campaign a, #to_campaign img {
		display: block;
	}
	.shlink #to_campaign {
		top: auto;
		bottom: 0;
	}
	.under_campaign #to_campaign {
		top: auto !important;
		bottom: -300px !important;
	}
	#drawer {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 100vh;
		background: #F7FFE3;
		z-index: -1;
		opacity: 0;
	}
	.active #drawer {
		z-index: 9990;
		opacity: 1;
	}
 #drawer .drawer_inside{
 margin: 0 78px;
	}
	#drawer nav {
		margin: 176px 0 74px;
	}
	#drawer nav ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -13px;
	}
	#drawer nav ul li {
		margin: 0 13px 26px;
	}
	#drawer nav ul li a {
		width: 180px;
		height: 180px;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.16);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#drawer nav ul li a .img {
		margin: 0 0 10px;
	}
	#drawer nav ul li a strong {
		font-size: 20px;
		color: #4d1b00;
	}
	#drawer .links {
		margin: 0px -12.5px;
		overflow: visible;
		display: flex;
	}
	#drawer .links li {
	width: 284px;
		margin: 0 12.5px 38px;
	}
	#drawer .links .bt a {
	padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
	}
	#visual {
		padding: 0;
		background: none;
	}
	#visual .inside {
		width: auto;
	}
	#visual .swiper-slide {
		width: 750px;
	}
	#visual .swiper-slide img {
		width: 100%;
	}
	#visual .swiper-slide img {}
	#visual .swiper-button-next, #visual .swiper-button-prev {
		width: 60px;
		height: 60px;
		top: 50%;
		left: 50%;
		transform: translate(calc(-485px - 50%), -50%);
		box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	}
	#visual .swiper-button-next {
		transform: translate(calc(485px - 50%), -50%);
	}
	#visual .swiper-button-next::after, #visual .swiper-button-prev::after {
		display: none;
	}
	#visual .swiper-pagination {
		display: none;
	}
	/* Parts */
	section {
		padding: 128px 0;
	}
	section .inside {
		margin: 0 32px;
	}
	section::after {}
	#contents p {
		font-size: 16px;
		margin: 0 0 32px;
	}
	#contents p:last-child {}
	/*============================
#gnavi
============================*/
	#gnavi {
		display: none;
	}
	#gnavi .inside {}
	#gnavi .inside nav {
		padding: 37px 0;
	}
	#gnavi .inside nav ul {
		display: flex;
	}
	#gnavi .inside nav ul li {
		margin: 0 33px;
	}
	#gnavi .inside nav ul li a {}
	#gnavi .inside nav ul li a div {}
	#gnavi .inside nav ul li a div img {}
	#gnavi .inside nav ul li a strong {
		font-size: 14px;
	}
	#gnavi .inside nav ul li a:hover strong {}
	/*============================
#concept
============================*/
	#concept {}
	#concept article {
		padding: 48px;
		border-radius: 30px;
	}
	#concept article .above {
		display: block;
		margin: 0 0 52px;
	}
	#concept article .above .img {
		margin: 0 0 44px;
		text-align: center;
		width: auto;
	}
	#concept article .above .img img {}
	#concept article .above .info {}
	#concept article .above .info h2 {
		margin: 0 0 24px;
	}
	#concept article .above .info h2 img {
		width: auto;
	}
	#concept article .above .info p {
		font-size: 28px;
		line-height: 48px;
	}
	#concept article .img {}
	#concept article .img img {}
	#concept .bg_images {
		right: 40px;
		top: -50px;
	}
	#concept .bg_images img.bg_image_01 {
		width: auto;
	}
	/*============================
#scene
============================*/
	#scene {}
	#scene .inside {}
	#scene h3.tit {
		margin: 0 0 59px;
	}
	#scene h3.tit img {
		width: auto;
	}
	#scene ul {
		display: block;
		padding-bottom: 136px;
	}
	#scene ul li {
		margin: 0 0 62px -32px;
	}
	#scene ul li:nth-child(2) {
		margin: 0 -32px 62px 0;
	}
	#scene ul li img {
		margin: 0 auto;
		height: auto;
	}
	#scene .bg_images {}
	#scene .bg_images img.bg_image_01 {
		top: 1372px;
		left: -25px;
		transform: translate(0%, 0%);
	}
	#scene .bg_images img.bg_image_02 {
		bottom: -128px;
		left: 0%;
		transform: translate(0, 0%);
	}
	#scene .bg_images img.bg_image_03 {
		top: 274px;
		right: -30px;
		transform: translate(0, 0%);
	}
	#scene .bg_images img.bg_image_04 {
		bottom: -128px;
		right: 0%;
		transform: translate(0, 0%);
	}
	/*============================
#about
============================*/
	#about {}
	#about h2 {
		margin: 0 0 74px;
	}
	#about h2 img {
		width: auto;
	}
	#about .block {
		display: block;
	}
	#about .block .img {
		margin: 0 0 0;
		text-align: center;
	}
	#about .block .img img {
		width: auto;
	}
	#about .block .info {
		display: table;
		margin: 0 auto;
	}
	#about .block .info h3 {
		margin: 0 0 32px;
	}
	#about .block .info h3 img {
		width: auto;
	}
	#about .block .info p {
		font-size: 28px;
		line-height: 48px;
	}
	#about .bg_images {}
	#about .bg_images img.bg_image_02 {
		top: -336px;
		left: 260px;
		width: auto;
		width: 170px;
	}
	/*============================
#particular
============================*/
	#particular {}
	#particular .inside {
		margin: 0 64px;
	}
	#particular h3 {
		margin: 0 0 156px;
	}
	#particular h3 strong {
		font-size: 24px;
		margin: 0 0 20px;
	}
	#particular h3 img {
		width: auto;
	}
	#particular .item {
		padding: 0 0 0;
	}
	#particular .item .img {
		margin: 40px 0 0;
	}
	#particular .item .img img {
/*		margin-right: -21px;*/
	}
	#particular .item .balloon {
		width: auto;
		position: relative;
	}
	#particular .item .balloon .balloon_inside {
		border-radius: 50px;
		padding: 50px 46px;
	}
	#particular .item .balloon .balloon_inside::after {
		border-style: solid;
		border-width: 40px 25px 0 25px;
		border-color: #ffffff transparent transparent transparent;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, 99%);
	}
	#particular .item .balloon h3 {
		font-size: 22px;
		border-bottom: 2px dashed #3f8f65;
		margin: 0 0 15px;
		padding: 0 0 5px;
	}
	#particular .item .balloon h3 img {
		height: auto;
	}
	#particular .item .balloon h3 .h3_balloon {
		left: -74px;
		top: -113px;
		width: auto;
	}
	#particular .item .balloon p {
		font-size: 24px;
		line-height: 40px;
	}
	#particular .item .balloon.b_01 {
		top: auto;
		left: auto;
		transform: translate(0%, 0);
	}
	#particular .item .balloon.b_02 {
		top: auto;
		left: auto;
		transform: translate(0%, 0);
		width: auto;
		margin: 22px 0 0;
	}
	#particular .item .balloon.b_02 p .illust {
		right: -110px;
		top: -233px;
		width: auto;
	}
	#particular .item .balloon.b_02 .balloon_inside::after {
		border-style: solid;
		border-width: 0 25px 40px 25px;
		border-color: transparent transparent #ffffff transparent;
		top: 0%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -99%);
	}
	#particular .item .balloon.b_03 {
		top: auto;
		left: auto;
		transform: translate(0%, 0);
		right: auto;
		width: auto;
		margin: 152px 0 160px;
	}
	#particular .item .balloon.b_03 .balloon_inside::after {
		border-style: solid;
		border-width: 0 25px 40px 25px;
		border-color: transparent transparent #ffffff transparent;
		top: 0%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -99%);
	}
	#particular .item .balloon.b_03 p .illust {
		right: -110px;
		bottom: -270px;
		width: auto;
	}
	#particular .bg_images {}
	#particular .bg_images img.bg_image_01 {}
	#particular .bg_images img.bg_image_01 {
		top: -210px;
		right: -64px;
	}
	/*============================
#effect
============================*/
	#effect {}
	#effect {}
	#effect h3 {
		margin: 0 0 60px;
	}
	#effect h3 img {
		width: auto;
		height: auto;
	}
	#effect .white_box {
		width: auto;
		border-radius: 20px;
		padding: 48px;
	}
	#effect .white_box .above {
		display: block;
		margin: 0 0 0;
	}
	#effect .white_box .above .info {
		width: auto;
		margin: 0 0 60px;
	}
	#effect .white_box .above .info h4 {
		margin: 0 0 20px;
	}
	#effect .white_box .above .info h4 img {
		width: auto;
	}
	#effect .white_box .above .info p {
		font-size: 28px;
		line-height: 48px;
		margin: 0 0 40px;
	}
	#effect .white_box .above .info .icons {}
	#effect .white_box .above .info .icons img {
		width: auto;
	}
	#effect .white_box .above .img {}
	#effect .white_box .above .img img {
		width: auto;
	}
	#effect .white_box .middle {
		margin: 0 0 64px;
	}
	#effect .white_box .middle .info {}
	#effect .white_box .middle .info h4 {
		margin: 0 0 20px;
	}
	#effect .white_box .middle .info h4 img {}
	#effect .white_box .middle .info p {
		font-size: 28px;
		line-height: 48px;
	}
	#effect .white_box .middle .info p.notice {
		font-size: 20px;
		line-height: 36px;
		margin: 26px 0 0;
	}
	#effect .white_box .bottom {}
	#effect .white_box .bottom h3 {
		margin: 0 0 64px;
	}
	#effect .white_box .bottom h3 img {}
	#effect .white_box .bottom ul {
		display: block;
		margin: 0;
	}
	#effect .white_box .bottom ul li {
		margin: 0 auto 64px;
		text-align: center;
		width: auto;
	}
	#effect .white_box .bottom ul li:last-child {
		margin: 0 auto 36px;
	}
	#effect .white_box .bottom ul li img {
		margin: 0 auto;
	}
	#effect .white_box .bottom .usage {
		margin: 0 0 36px;
	}
	#effect .white_box .bottom .usage img {
		width: auto;
	}
	#effect .white_box .bottom p.notice {
		font-size: 20px;
		line-height: 36px;
		text-align: left;
	}
	#effect p.txt {
		font-size: 28px;
		line-height: 40px;
		margin: 32px 0 0;
	}
	#effect .bg_images img.bg_image_01 {
		top: -260px;
		left: -37px;
		width: auto;
	}
	/*============================
#campaign
============================*/
#campaign {
	background: #358A70;
  position: relative;
  padding: 0;
  margin-top: -150px;
}
#campaign .bg::before{
  background: url(../img/sp/img_cp_bg.png)no-repeat top center;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  position: absolute;
  top: -150px;
}
#campaign .bg::after{
  background: url(../img/sp/img_cp_bg.png)no-repeat top center;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  position: absolute;
  bottom: -150px;
  z-index: -1;
}
#campaign .title{
  width: 650px;
  margin: 0 auto;  
}
#campaign .kv{
  margin-top: 60px;
}
#campaign .guide_line{
  background: #FCFAEC;
  border-radius: 8px;
  margin-top: 15px;
  padding: 55px 0;
}
#campaign .guide_line_title{
  width: 232px;
  margin: 0 auto; 
}
#campaign .guide_line_list{
  width: 610px;
  margin: 48px auto 0;  
}
#campaign .guide_line_list dl{
  background: url(../img/sp/img_cp_border.png)no-repeat;
  display: block;
  gap: 0 50px;
  padding: 50px 0 35px 0;
  font-size: 28px;
}
#campaign .guide_line_list dl dt{
  width: 248px;
}
#campaign .guide_line_list dl dd{
  color: #4D1B00;
  font-weight: 500;
  line-height: 1.8;
}
#campaign .guide_line_list dl dd ul li{
  padding-left: 1rem;
  text-indent: -1rem;
}
#campaign .guide_line_list .guide_line_scroll{
  background: #fff;
  height: 610px;
  padding: 40px 35px;
  overflow-y: scroll;
  margin-top: 10px;
}
#campaign .guide_line_list .guide_line_scroll p{
  font-size: 28px;
}
#campaign .guide_line_list .guide_line_scroll .guide_line_detail{
  margin: 65px 0 0;
  font-size: 28px;
}
#campaign .guide_line_list .guide_line_scroll .guide_line_detail p{
  font-size: 28px;
}
#campaign .guide_line_list .guide_line_scroll .guide_line_detail ul li {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 28px;
}
#campaign .guide_line_list .guide_line_scroll .ttl{
  margin-bottom: 20px;
}
#campaign .guide_line_list .guide_line_scroll p a{
  text-decoration: underline;
  font-size: 28px;
  color: #4D1B00;
}
#campaign .guide_line_list .note{
  color: #525252;
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
}
#campaign .guide_line_list .note li{
  padding-left: 1rem;
  text-indent: -1rem;
}
#campaign .btn{
  width: 684px;
  margin: 100px auto 0;
  cursor: pointer;
}
#campaign .form{
  background: #fff;
  border-radius: 8px;
  margin-top: 70px;
  padding: 55px 0 40px 0;
}
#campaign .form_title{
  position: relative;
  cursor: pointer;
}
#campaign .form_title.is-open::before{
  transform: rotate(0);
}
#campaign .form_title_img{
  width: 290px;
  margin: 0 auto;
  padding-bottom: 35px;
}
#campaign .form_title::before{
  background: url(../img/sp/img_cp_arrow.png)no-repeat top center;
  background-size: contain;
  content: '';
  display: block;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 20%;
  right: 80px;
  transform: rotate(180deg);
}
#campaign .form_title::after{
  background: url(../img/sp/img_cp_form_border.png)repeat-x top center;
  background-size: contain;
  content: '';
  display: block;
  width: 610px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#campaign .form_tag{
  display: none;
}

/*============================
#to_form
============================*/

#to_form{
  position: fixed;
  top: 50%;
  right: -25px;
  z-index: 99;
}
#to_form img{
  width: 300px;
}

	/*============================
#terms
============================*/
	#terms {}
	#terms {}
	#terms article {
		margin: 0 0 118px;
	}
	#terms article:last-child {
		margin: 0 0;
	}
	#terms article h4 {
		margin: 0 0 26px;
	}
	#terms h4 img {
		height: auto;
	}
	#terms .lottery ul {}
	#terms .lottery ul li {
		margin: 0 0 0 1em;
		font-size: 24px;
		line-height: 40px;
	}
	#terms .privacy {}
	#terms .privacy .scroll {
		height: 660px;
		border-radius: 30px;
		border: 2px solid #707070;
		padding: 34px 34px 34px 34px;
		overflow-y: scroll;
	}
	#terms .privacy .scroll a {}
	#terms .privacy .scroll p {
		font-size: 24px;
		line-height: 40px;
	}
	#terms .inquiry {}
	#terms .inquiry h6 {
		font-size: 28px;
		line-height: 48px;
	}
	#terms .inquiry .mail {}
	#terms .inquiry .mail a {
		font-size: 28px;
		text-decoration: underline;
	}
	/*============================
#about_and_buy
============================*/
	#about_and_buy {}
	#about_and_buy .inside {}
	#about_and_buy .inside h3 {
		margin: 0 0 42px;
	}
	#about_and_buy .inside h3 img {
		width: 554px;
	}
	#about_and_buy .inside .yellow {
		width: auto;
		border-radius: 30px;
		padding: 66px 34px;
	}
	#about_and_buy .inside .yellow .block {
		display: block;
		margin: 0 0 48px;
	}
	#about_and_buy .inside .yellow .block .img {
		margin: 0 auto 48px;
		width: 164px;
	}
	#about_and_buy .inside .yellow .block .img img {}
	#about_and_buy .inside .yellow .block .info {
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	#about_and_buy .inside .yellow .block .info h4 {
		font-size: 36px;
		margin: 0 0 32px;
	}
	#about_and_buy .inside .yellow .block .info h4 span{
		font-size: 28px;
		padding: 0 10px;
	}
	#about_and_buy .inside .yellow .block .info p {
		font-size: 26px;
		line-height: 40px;
		margin: 0 0 48px;
	}
	#about_and_buy .inside .yellow .block .info .bt {
		width: auto;
	}
	#about_and_buy .inside .yellow .block .info .bt a {
		margin: 0 auto;
		border-radius: 20px;
		border: 4px solid #009161;
		font-size: 44px;
		width: 560px;
		padding: 28px 0;
	}
	#about_and_buy .inside .yellow .white {
		border-radius: 15px;
		padding: 50px 30px;
	}
	#about_and_buy .inside .yellow .white h5 {
		font-size: 36px;
		margin: 0 0 34px;
	}
	#about_and_buy .inside .yellow .white h5 img {
		width: 378px;
	}
	#about_and_buy .inside .yellow .white .links {
		display: block;
	}
	#about_and_buy .inside .yellow .white .links .bt {
		width: auto;
	}
	#about_and_buy .inside .yellow .white .links .bt a {
		font-size: 36px;
		padding: 11px 0;
	}
	
	#about_and_buy .inside .yellow .white .links .bt a i.icon-cart {}
	#about_and_buy .inside .yellow .white .links li {
		width: auto;
		margin: 0 0 40px;
	}
	#about_and_buy .inside .yellow .white .links li:last-child {
		margin: 0;
	}
	#about_and_buy .inside .yellow .white .links li a {}
	#about_and_buy .inside .yellow .white .links li a img {}
}

