@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}


/* 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_marginBLL{
 margin-bottom:80px!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:80px!important;
}

#sections img {
	max-width: 100%;
	height: 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,
.mv_catch a{
    text-decoration: none;
    color: #000;
}

.font-sizeup {
	font-size: 1.14em;
	}
.font-sizeup-l {
	font-size: 1.5em;
	}
.font-sizedown {
	font-size: .78em;
	}
.mod_section strong,
#sections strong{
	font-weight: bold;
	}
.text-center {
	text-align: center;
	}
.text-right {
	text-align: right;
	}
.text-left {
	text-align: left;
	}
.text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.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: 1.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: 2s; 
}

.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: 2.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: 3.5s; 
}
.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
    transition-delay: 1.5s; 
	font-weight: bold;
}
.c-marker.is-active{
    background-position: 0% .5em;
}
/* mod_section
-----------------------------------------*/ 
.leadcopy{
	text-align: center;
	font-size: 118%;
	color: #5a4527;
}

.leadcopy span.big{
	font-size: 150%;
	font-weight: bold;
}

.leadcopy span.logo img{
	width: 40px;
	vertical-align:text-bottom;
}
.maincopy{
	font-size: 138%;
}
@media screen and (max-width: 640px) {
.leadcopy{
	font-size: 5vw;
}
.leadcopy span.big{
	font-size: 5vw;
}
.maincopy{
	font-size: 4vw;
}
}
/* slider_thum
-----------------------------------------*/ 
.sec_slider_wrap {
  margin: 30px auto 0!important;
}
.sec_slider_wrap .slider_box{
  width: 240px!important;
  margin: 0 30px;
  background: none!important;
	text-align: center!important;
}
.sec_slider_wrap .slider_box img{
	width: 240px!important;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.sec_slider_wrap .slider_box{
  width: 350px!important;
  margin: 0 0px;
  background: none!important;
	text-align: center!important;
}
.sec_campaign .sec_slider_wrap .slider_box{
  box-shadow: none;
}
}

.accordion_container {
  max-width: 100%;
  margin: 0 auto;
}

.accordion_container+.accordion_container {
	margin-top: 1.5em;
}
.accordion_title {
  color: #000;
  font-size: 125%;
  font-weight: bold;
  padding: 20px 5%;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
	text-align: center;
	background: #e1dbc5;
}

.accordion_title:hover {
  opacity: 0.8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_container .icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_container .icon:before, .accordion_container .icon:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_container .icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
  padding: 20px 20px;
	background: #FFF;
  box-sizing: border-box;
	border: 1px solid #e1dbc5;
}
.ac_inner_wraper {
	line-height: 1.8;
}
.ac_inner_wraper h4 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.2em;
}
.ac_inner_wraper ul li {
	margin-bottom: 0.4em;
}

.ac_inner_wraper ul li a {
	color: #dc9803;
}

.ac_inner_wraper ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
.accordion_title {
	font-size: 4vw;
}
.ac_inner_wraper h4 {
	font-size: 4vw;
}
}

/* btn ----------------------- */
.l-btn {
	width: 500px;
	box-sizing: border-box;
	margin: 0 auto 1em; 
}
.l-btn a {
	display: block;
	position: relative;
	background-color: #e1dbc5;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-size: 125%;
	padding: 16px 16px 14px 10px;
}
.l-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f107";
	font-family: FontAwesome;
	font-size: 120%;
  transition: all .4s ease;
}
.l-btn a:hover:after{
	top: 60%;
}
@media screen and (max-width: 640px) {
	
.l-btn {
	width: 100%;
}
}


a[class*='lightcase-icon-'].lightcase-icon-close:hover {
  transition: transform 1s;
  transform: rotate(360deg);
}
.slider {
  margin: 30px auto 0;
  max-width: 400px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}

.slider .slick-prev,
.slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 40px;
  left: -10%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slider .slick-next {
  left: auto;
  right: -10%;
}
.slider .slick-prev:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 40px;
  background: url(/common/sumai2020/img/icon_prev01.png) no-repeat left center;
  background-size: 100%;
}
.slider .slick-next:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 40px;
  background: url(/common/sumai2020/img/icon_next01.png) no-repeat right center;
  background-size: 100%;
}

.slider .slick-dots {
  width: 80%;
  display: table !important ;
  margin: 10px auto 0;
}
.slider .slick-dots li {
  display: table-cell;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  transition: all .1s ease-out;
  border-bottom: 1px solid #CCCCCC;
  background: none;
}
.slider .slick-dots li.slick-active button {
  height: 3px;
  border-bottom: 3px solid #5a4527;
}
.slider .slick-dots li button:before{
  display: none;
}