@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

.modal-video{background-color:rgba(0,0,0,0.5)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;cursor:pointer }

/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:60px!important;
}
/* mod_ex_wide_section
-----------------------------------------*/ 
.mod_ex_wide_section{
  margin: 0 auto;
  width: 100%;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_ex_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_ex_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_ex_wide_section{
    width:auto;
  }
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.0s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.0s; 
}


/* ------------------------

.btn_sec_plan

------------------------ */
.btn_sec_plan {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 640px) {
.btn_sec_plan {
  margin: 0 auto 0;
}
}

/* ------------------------

.btn_sec_link

------------------------ */
.btn_sec_link {
	margin: 1em auto 0;
	width: 700px;
}

.btn_sec_link a {
	padding: 24px 0 22px;
}
@media screen and (max-width: 768px) {
	.btn_sec_link a {
	font-size: 4.4vw;
}
}

@media screen and (max-width: 640px) {
.btn_sec_link {
	margin: 1em auto 0;
	width: auto;
}
.btn_sec_link a {
	padding: 20px 0 16px;
	font-size: 4vw;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.c-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  triangle
-------------------------*/
.triangle_gray {
    border-top: 80px solid #e9e9e9;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
}

.triangle_white {
    border-top: 80px solid #fff;
    border-right: 50vw solid #e9e9e9;
    border-left: 50vw solid #e9e9e9;
}

@media screen and (max-width: 640px) {
.triangle_gray {
    border-top: 40px solid #e9e9e9;
}

.triangle_white {
    border-top: 40px solid #fff;
}
}

/*-------------------------
   colum1_wide_wrap
-------------------------*/
.colum1_wide_wrap {  
  max-width: 700px;
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
.two_one_column_bottom{
	align-items: flex-end;
}
.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}
		
.two_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column,
.two_two_column .column_inner{
    width: 48%;
}

/*-------------------------
   three_one_column
-------------------------*/
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_one_column .column{
    width: 31%;
}
@media screen and (max-width: 640px) {
.three_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_one_column .column{
    width: 100%;
}
	
.three_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}	
.three_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_two_column .column{
    width: 31%;
}
.three_two_column .column:nth-child(n+4){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.three_two_column .column{
    width: 48%;
}	
.three_two_column .column:nth-child(n+3){
	margin-top: 1em;
}
}
/*-------------------------
   six_three_column
-------------------------*/
.six_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.six_three_column::after{
    content:"";
    display: block;
    width: 15%;
}

.six_three_column .column{
    width: 15%;
}
.six_three_column .column:nth-child(n+7){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.six_three_column ::after{
    content:"";
    display: block;
    width: 31%;
}

.six_three_column  .column{
    width: 31%;
}	
.six_three_column  .column:nth-child(n+4){
	margin-top: 1em;
}
}
/*-------------------------
   white_box
-------------------------*/
.white_box{
	background: #FFF;
	padding: 2em;
}
@media screen and (max-width: 640px) {
.white_box{
	padding: 2em 1em;
}
}
/* bnr_contact_block
-----------------------------------------*/
.bnr_contact_block{
	position: relative;
	margin: 0 auto;
	width: 966px;
	display: none;
}
.bnr_contact_block .bnr_contact_box{
	position: fixed;
	bottom: 0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
}
.bnr_contact_box_inner{
	width: 966px;
	box-sizing:border-box;
	padding: 10px 0;
	background-color: rgba(0,32,96,0.8);
	text-align: center;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 118%;
	font-weight: bold;
	line-height: 1.8;
}
.bnr_contact_block .bnr_contact_box_inner a{
	display: block;
}
.bnr_contact_block .bnr_contact_box .close{
	position: absolute;
	right: 10px;
	top:10px;
}
.bnr_contact_block .bnr_contact_box .close a{
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}
.bnr_contact_block .bnr_contact_box .close a span{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bnr_contact_block .bnr_contact_box .close a i{
	font-size: 20px;
	z-index: 888;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bnr_contact_block{
	width: 90vw;
}
.bnr_contact_box_inner{
	width: 90vw;
	padding: 10px 0 4px;
}
.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 3.4vw;
	line-height: 1.4;
}
}

/* ------------------------

.btn_bnr_popup

------------------------ */
.btn_bnr_popup {
	margin: 10px auto;
	width: 100%;
}
.btn_bnr_popup a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup a:hover{
	background-color: #ffffff;
}
.btn_bnr_popup a span{
	position: relative;
}
.btn_bnr_popup a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup a:hover:after{
	right: 5px;
}
.btn_bnr_popup a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup {
	  width: 89.555%;
	  margin: 6px auto;
  }
.btn_bnr_popup a{
	padding: 6px 0 4px;
	font-size: 3.6vw;
}
}


/*-------------------------
  toggle
-------------------------*/

.toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
	height: 20px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0052a4;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.toggle_contents:first-of-type dd {
	display: block;
}

@media screen and (max-width: 640px) {
.toggle_btn {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
}

.bnr_contact_block .two_one_column{
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.bnr_contact_block .two_one_column{
	width: auto;
}
	
.bnr_contact_block .two_one_column .column:nth-child(n+2){
	margin-top: 0em;
}
}

.b-marker {
    background: -webkit-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.b-marker.is-active{
    background-position: 0% .5em;
}

.bb-marker {
    background: -webkit-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.bb-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  .mod_billboard
-------------------------*/
.mod_billboard_inner {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.mod_billboard_img img {
  height: auto;
  width: 100%;
}
.mod_billboard_title {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 2px 2px 5px #000;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.6;
  padding: 0.4em 1em;
  white-space: nowrap;
}

.mod_billboard_title .heading {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
  font-size: 75%;
}

.mod_billboard_title .heading::before,
.mod_billboard_title .heading::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #fff;
	box-shadow: 2px 2px 5px #000;
}

.mod_billboard_title .heading::before {
    left: 0;
}

.mod_billboard_title .heading::after {
    right: 0;
}
.heading_line {
	width: 450px;
	height: 3px;
	margin: 0 auto;
	box-shadow: 2px 2px 5px #000;
	background: #FFF;
}
@media screen and (max-width: 640px) {
  .mod_billboard_title {
    font-size: 7vw;
  }
.mod_billboard_title .heading {
    font-size: 5vw;
}
.heading_line {
    width: 88vw;
}
}
/*-------------------------
  point_block
-------------------------*/
.point_block {
  margin: 0 0 2em;
  background: #FFF;
  padding: 4em 0 0;
}
.point_block h2 {
  margin: 0 0 0.8em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}

.point_block h2 img {
  width: 240px;
  vertical-align: middle;
}
.point_block p {
  margin: 0 0 2em;
  font-size: 108%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point_block h2 {
    font-size: 5.6vw;
  }
  .point_block p {
    font-size: 4vw;
    text-align: left;
  }
}
/*-------------------------
   point_box
-------------------------*/
.point_box {
  border: 2px solid #4c4c4c;
  border-radius: 10px;
  margin: 2em 0 0 0;
}
.point_box h3 {
  background: #4c4c4c;
  color: #FFF;
  text-align: center;
  margin: 0;
  position: relative;
  font-size: 138%;
  padding: 0.4em 0.6em;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.point_box h3::after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 14px);
  border: 14px solid transparent;
  border-top: 14px solid #4c4c4c;
  width: 0;
  height: 0;
}
.point_box .inner {
  padding: 2em 2em 1em;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.point_box .inner ul {
  margin: 0 auto;
  display: inline-block;
}
.point_box .inner ul li {
  text-align: left;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 0 0 0 2em;
}
.point_box .inner ul li span {
  font-size: 125%;
}
.point_box .inner ul li:nth-child(n+2) {
  margin-top: 0.6em;
}
.point_box .inner ul li:before {
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0em;
  color: #4c4c4c;
  font-size: 138%;
}
@media screen and (max-width: 640px) {
  .point_box {
    margin: 2em 0 0 0;
  }
  .point_box h3 {
    font-size: 5vw;
  }
  .point_box .inner ul li {
    font-size: 4vw;
    line-height: 1.4;
  }
  .point_box .inner ul li:nth-child(n+2) {
    margin-top: 1em;
  }
  .point_box .inner ul li:before {
    top: 0.5em;
  }
}
/*-------------------------
  case_block
-------------------------*/
.case_block {
  margin: 0 0 0;
  padding: 4em 0;
  background: #e9e9e9;
}
.case_block h2 {
  margin: 0 0 1em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.case_block h2::before,
.case_block h2::after {
    width: 3px;
    height: 100px;
    background-color: #000;
    content: '';
}

.case_block h2::before {
    transform: rotate(-35deg);
    margin-right: 50px;
}

.case_block h2::after {
    transform: rotate(35deg);
    margin-left: 50px;
}
.case_block p.lead {
  font-size: 118%;
  margin: 1em 0 2em;
	text-align: center;
}
.case_block h3 {
  text-align: center;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1.5em;
	padding: 0;
}
.case_block h3.line span {
	border-bottom: 3px solid #ba5d00;
}
.case_block .two_one_column h4 {
  text-align: center;
  font-size: 138%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.6em;
}
.case_block .white_box h4 {
  text-align: center;
  font-size: 138%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.6em;
	background: #000;
	color: #FFF;
	border-radius: 30px;
	padding: 0.6em 0 0.4em;
}

.case_block .white_box ul {
  margin: 0 auto;
	text-align: center;
	width: 758px;
}
.case_block .white_box ul li {
  text-align: left;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 0 0 0 2em;
}
.case_block .white_box ul li span {
  font-size: 125%;
}
.case_block .white_box ul li:nth-child(n+2) {
  margin-top: 0.6em;
}
.case_block  .white_box ul li:before {
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0em;
  color: #4c4c4c;
  font-size: 138%;
}

.case_block .white_box ul+h4 {
	margin-top: 2em;
}

.case_block .white_box {
	position: relative;
	margin-bottom: 6em;
}


.case_block .white_box::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 50px solid transparent;
  border-top-color: #fff;
  content: '';
}
.case_block .two_one_column .thumb {
	display: inline-block;
	/* margin-bottom: 1em; */
	position: relative;
	transform: rotate(0);

}
.case_block .two_one_column .thumb::after {
	content: '';
	width: 7em;
	height: 7em;
	background-image: url(../img/vol5_360.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.5s;
}

.case_block .two_one_column .thumb:hover::after {
	transform: translate(-50%, -50%) rotate(360deg);
}

.case_block .btn_sec_type01{
	background: #FFF;
}
@media screen and (max-width: 640px) {
  .case_block h2 {
    font-size: 5.6vw;
  }
.case_block h2::before,
.case_block h2::after {
    height: 80px;
}

.case_block h2::before {
    transform: rotate(-20deg);
    margin-right: 30px;
}

.case_block h2::after {
    transform: rotate(20deg);
    margin-left: 30px;
}
  .case_block p {
    font-size: 4vw;
  }
  .case_block p.lead {
    font-size: 4.4vw;
	  text-align: left;
  }
  .case_block h3 {
    font-size: 5vw;
  }
.case_block .white_box ul {
	width: auto;
}
.case_block .white_box h4 {
    font-size: 3.8vw;
}
.case_block .white_box ul li {
    font-size: 4vw;
}
.case_block .white_box ul li span {
    font-size:  4.6vw;
}
}
/*-------------------------
   width_728
-------------------------*/
.width_728{
	width: 728px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
.width_728{
	width:auto;
}
}

/*-------------------------
  suggestion_block
-------------------------*/
.suggestion_block {
  margin: 0 0 2em;
  background: #FFF;
  padding: 4em 0;
}
.suggestion_block h2 {
  margin: 0 0 0.8em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}
.suggestion_block h3 {
	background: #FFF;
	text-align: center;
  margin: 2em 0 0.8em;
  font-size: 175%;
  font-weight: bold;
  box-shadow: 0 0 8px gray;
	vertical-align: middle;
	padding: 0.4em 0 0.2em;
}

.suggestion_block h3 span {
  font-size: 125%;
	margin-right: 20px;
	vertical-align: middle;
}
.suggestion_block p.lead {
  font-size: 118%;
  margin: 1em 0;
	text-align: center;
}
.suggestion_block .two_one_column p {
  font-size: 108%;
  margin: 1em 0 0;
}
@media screen and (max-width: 640px) {
  .suggestion_block h2 {
    font-size: 5.6vw;
  }
  .suggestion_block h3 {
    font-size: 5vw;
  }
  .suggestion_block p.lead {
    font-size: 4.4vw;
    text-align: left;
  }
.suggestion_block .two_one_column p {
    font-size: 4vw;
}
}

/*-------------------------
  provided
-------------------------*/
p.provided {
	text-align: center;
	line-height: 2.0;
}

p.provided img {
	height: 20px;
	vertical-align: middle;
}
p.provided a {
	text-decoration: underline;
}
p.provided a:hover {
	text-decoration: none;
}
p.provided_sns {
	text-align: center;
	margin-top: 2em;
}
p.provided_sns img.instagram {
	height: 30px;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
p.provided_sns img.youtube {
	height: 50px;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
/*-------------------------
  sec_slider_wrap
-------------------------*/
.sec_slider_wrap .slider_box .slider_txtarea {
  padding: 20px 25px 20px;
  line-height: 1.5;
}
.sec_slider_wrap .slider_box a .slider_txt{
  margin-top: 0px;
  color: #333333;
	font-size: 100%;
}
.sec_slider_wrap .slick-dots li.slick-active button {
  height: 3px;
  border-bottom: 3px solid #ba5d00;
}

.remodal, [data-remodal-id] {
    display: none
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: ""
}
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
.remodal-is-initialized {
    display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
.remodal-overlay {
    background: rgba(43, 46, 56, .9)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
    padding: 10px 10px 0
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle
}
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0)
}
.remodal-close:hover, .remodal-close:focus {
    color: #2b2e38
}
.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "×";
    text-align: center
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}
.remodal-confirm {
    color: #fff;
    background: #81c784
}
.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a
}
.remodal-cancel {
    color: #fff;
    background: #e57373
}
.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 1980px
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38
}
.lt-ie9 .remodal {
    width: 700px
}

.remodal-wrapper {
    padding: 60px 10%
}
.remodal {
    padding: 0;
    background: #000
}
.remodal .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}
.remodal .embed-container iframe, .remodal .embed-container object, .remodal .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
.remodal video {
    width: 100%
}
.remodal #remodal-cost.embed-container,
.remodal #remodal-recipe.embed-container{
    padding: 0;
    height: auto;
    overflow: auto
}
.remodal.cost {
    padding: 60px 20px 50px;
    background: #fff;
    position: relative
}
.remodal.cost h2 {
	font-size: 24px;
	font-weight: bold;
}

.remodal.cost h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0.8em 0 0.8em;
}
.remodal.cost .remodal-close {
    background: url("../img/vol3-1_close.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 10000;
    left: auto;
    bottom: auto;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px
}
.remodal.cost .remodal-close:before {
    content: none
}
.remodal.cost .fig {
    margin: 0 auto 40px;
    max-width: 766px
}
.remodal.cost p {
    margin: 0 auto 20px;
    max-width: 600px;
    font-size: 16px;
    text-align: left;
    line-height: 1.6
}

.recipe_inner{
    max-width: 968px;
	text-align: center;
	margin: 0 auto;
}
.recipe_inner img{
    max-width: 100%;
}

@media screen and (max-width: 640px) {
.remodal.cost .remodal-close {
    width: 30px;
    height: 30px
}
}