/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* fonts */
body{
    font-family: 'Kosugi Maru', sans-serif;

}

.ec-headerNav{
    text-align: right;
    width: 400px;
}
.ec-headerNav .ec-headerNav__item{
    display: inline;
}

.ec-eyecatchRole__introEnTitle{
    text-align: center;
}
.ec-eyecatchRole__introTitle{
        text-align: center;

}
.ec-footerRole{
    background: #D23F53;
}
.footer_logo{
    width: auto;
    height: 100px;
}
.ec-footerRole .ec-footerRole__inner img{
    width: 300px;
    height: 40px;
}


.ec-blockBtn--top{
    background: #D23F53;
    border:none;
}

.ec-eyecatchRole__introTitl{
    font-weight: 900;
}

.about1{
    color: #D23F53;
}
.about2{
    color: #26AA81;
}
.about3{
    color: #183074;
}
.about4{
    color: #DF9431;
}

.ec-eyecatchRole .ec-eyecatchRole__image{
    width: 50%;
}



@media screen and (max-width:760px) { 


.ec-eyecatchRole .ec-eyecatchRole__image{
    width: 100%;
}
  .hatosakura_copy_intro{
      width: 90%;
  }
  
.ec-eyecatchRole__intro{
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.ec-eyecatchRole__introDescriptiron{
    padding: 20px 0;
}
.ec-blockBtn--top{
    display: inline-block;
    width: 50%;
}







}

.ec-eyecatchRole__introDescriptiron{
    font-size: 16px;
}

.center{
    text-align: center;
}
.youtube {
  position: relative;
  display: inline-block;
  width: 80%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*商品詳細ページフリー*/

.coupy_area{
  text-align: center;
  padding:20px;
}
.hato_sakura{
    width: 60%;
    height: auto;
    display: inline-block;
}

.hatosakura_copy{
  font-size: 3em;
  font-weight: bold;
  margin: 5px;
}

.hatosakura_copy_pink{
  color: #C60080;
}

.hatosakura_copy_orang{
  color: #EA5305;
}

.hatosakura_copy_green{
  color: #00873C;
}

.hatosakura_copy_blue{
  color: #004E97;
}

.hatosakura_copy_intro{
  display: inline-block;
  width: 70%;
  margin: 5px;
}

.trademark{
  font-size: 0.8em;
  margin: 5px;
}
.flex{
  display: flex;
  padding-top: 20px;
}

.flex-item-1{
  width: 50%;
  padding: 0 10px;
}

.flex-item-2{
  width: 50%;
  padding: 0 10px;

}
.flex-1{
  text-align: center;
}
.free-p1{
  font-size: 1.5em;
  padding-left: 30px;
  padding-right: 30px;
}

.free-p2{
  font-size: 1em;
  padding-left: 5%;
  padding-right: 5%;
}
.material-table{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border-spacing: 0px;

}
.item-td1{
   border:solid 1px #aaaaaa;
   padding: 20px 10px;
   width: 40%;
   background-color: #F5FCFF;
}
.item-td2{
   border:solid 1px #aaaaaa;
   padding: 20px 10px;
   width: 60%;
}
.flex-2-img{
  width: 100%;
}
.material-cap{
  width: 100%;
}
.item-tr{
  width: 100%;
}
.material-tbody{
  width: 100%;
}

.pc_break{
    display: none;
}




@media screen and (max-width:768px){
    

  .flex{
    flex-direction: column;
  }

    .flex-item-1{
      order: 2;
      width: 100%;
    }
      .flex-item-2{
        order: 1;
        width: 100%;

      }

  .item-td1{
    display: block;
    width: auto;
  }
  .item-td2{
    display: block;
    width: auto;

  }
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
    .hatosakura_copy_intro{
      width: 90%;
  }
  
  .coupy_area{
  text-align: center;
  padding:0;
}

}
/*商品詳細ページフリー end*/



/*light box */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 1;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/html/user_data/assets/img/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/html/user_data/assets/img/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/html/user_data/assets/img/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/html/user_data/assets/img/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* lightbox*/

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #27acd9;
	background: #fff;
}