@charset "UTF-8";
/* reset css */
body {
  margin: 0;
  padding: 0;
}
.brandSiteHeader {
  line-height: 1;
}

@media screen and (max-width: 950px) {
  #brandSiteHeader > p, #brandSiteFooter > ul, #brandSiteFooter > p {
    width: 100% !important;
  }
}
@media all and (min-width: 769px) {
  body #brandSiteHeader {
    min-width: 0px !important;
  }
  body #brandSiteHeader p {
    max-width: 950px;
    width: 100% !important;
  }
  body #brandSiteFooter ul, body #brandSiteFooter p {
    width: 100%;
  }
}

#purePage {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  color: #333;
  /* inview */
}
#purePage a {
  text-decoration: none;
  transition: opacity 0.3s;
}
#purePage a:hover {
  opacity: 0.5;
}
#purePage img {
  width: 100%;
}
#purePage div, #purePage span, #purePage object, #purePage iframe,
#purePage h1, #purePage h2, #purePage h3, #purePage h4, #purePage h5, #purePage h6, #purePage p, #purePage blockquote, #purePage pre,
#purePage abbr, #purePage address, #purePage cite, #purePage code,
#purePage del, #purePage dfn, #purePage em, #purePage img, #purePage ins, #purePage kbd, #purePage q, #purePage samp,
#purePage small, #purePage strong, #purePage sub, #purePage sup, #purePage var,
#purePage b, #purePage i,
#purePage dl, #purePage dt, #purePage dd, #purePage ol, #purePage ul, #purePage li,
#purePage fieldset, #purePage form, #purePage label, #purePage legend,
#purePage table, #purePage caption, #purePage tbody, #purePage tfoot, #purePage thead, #purePage tr, #purePage th, #purePage td,
#purePage article, #purePage aside, #purePage canvas, #purePage details, #purePage figcaption, #purePage figure,
#purePage footer, #purePage header, #purePage hgroup, #purePage menu, #purePage nav, #purePage section, #purePage summary,
#purePage time, #purePage mark, #purePage audio, #purePage video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}
#purePage article, #purePage aside, #purePage canvas, #purePage details, #purePage figcaption, #purePage figure,
#purePage footer, #purePage header, #purePage hgroup, #purePage menu, #purePage nav, #purePage section, #purePage summary {
  display: block;
}
#purePage ul, #purePage li {
  list-style: none;
}
#purePage blockquote, #purePage q {
  quotes: none;
}
#purePage blockquote:before, #purePage blockquote:after,
#purePage q:before, #purePage q:after {
  content: '';
  content: none;
}
#purePage a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#purePage ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
#purePage mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#purePage del {
  text-decoration: line-through;
}
#purePage abbr[title], #purePage dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
#purePage table {
  border-collapse: collapse;
  border-spacing: 0;
}
#purePage hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
#purePage input, #purePage select {
  vertical-align: middle;
}
#purePage .kv_area img {
  width: 100%;
}

#purePage .copy_area{
  padding-top: 70px;
}
@media all and (min-width: 769px) {
  .brandSiteFooter ul.policy{
    padding: 0;
  }
  .brandSiteFooter p.copyright{
    margin: 0;
  }
  #purePage .copy_area {
    background: url(../images/copy-bg-pc.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-top: 0px;
  }
  #purePage .copy_area_inner {
    max-width: 1240px;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
  }
  #purePage .copy_area_inner img {
    width: 100%;
    max-width: 1240px;
  }
}
#purePage .point_area_inner {
  margin: 0px auto;
  max-width: 950px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 25px;
}
#purePage .point_area .areaTtl {
  text-align: center;
  margin-bottom: 75px;
}
#purePage .point_area .areaTtl img {
  width: 384px;
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  #purePage .point_area .point_area_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  #purePage .point_area .point_area_inner .boximg {
    width: 51.34%;
    padding-left: 0;
  }
  #purePage .point_area .point_area_inner .boxTxt_area {
    width: 47%;
  }
  #purePage .point_area .point_area_inner .box1 ul.item li {
    width: 47%;
  }
  #purePage .point_area .point_area_inner .box1 ul.item li img {
    width: 100%;
  }
  #purePage .point_area .point_area_inner .num {
    width: 20%;
    left: -20%;
  }
  #purePage .point_area .point_area_inner .box3 .boxTxt_area {
    margin-top: 25px;
  }
  #purePage .point_area .point_area_inner .box3 .boximg img {
    width: 100%;
  }
  #purePage .point_area .point_area_inner .box2 .boximg {
    width: 53.1%;
  }
  #purePage .point_area .point_area_inner .box2 .boximg img {
    width: 100%;
  }
  #purePage .point_area .point_area_inner .box2 .boxTxt_area {
    padding-left: 10%;
    margin-top: 100px;
    width: 36%;
  }
}
@media all and (min-width: 769px) {
  #purePage .point_area {
    background: url(../images/point-bg.jpg) top center no-repeat;
  }
  #purePage .point_area .box1:after, #purePage .point_area .box2:after, #purePage .point_area .box3:after {
    content: '';
    clear: both;
    display: block;
  }
  #purePage .point_area .boximg {
    width: 460px;
    padding-left: 10px;
    float: left;
  }
  #purePage .point_area .boxTxt_area {
    float: right;
    position: relative;
    width: 426px;
  }
  #purePage .point_area .num {
    position: absolute;
    width: 105px;
    top: 10px;
    left: -126px;
  }
  #purePage .point_area .boxTtl {
    margin-bottom: 10px;
  }
  #purePage .point_area .txt {
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 17px;
  }
  #purePage .point_area .box1 {
    margin-bottom: 100px;
  }
  #purePage .point_area .box1 .boxTxt_area {
    padding-top: 20px;
  }
  #purePage .point_area .box1 .txtBox {
    margin-top: 40px;
    border-radius: 5px;
    padding: 20px 30px;
    background: #d3ecc2;
  }
  #purePage .point_area .box1 .txtBox dt img {
    width: 62px;
  }
  #purePage .point_area .box1 .txtBox dd {
    line-height: 1.7;
    font-size: 13px;
  }
  #purePage .point_area .box1 .txtBox dd span {
    color: #00965e;
  }
  #purePage .point_area .box1 ul.item {
    overflow: hidden;
    margin-top: 20px;
  }
  #purePage .point_area .box1 ul.item img {
    width: 210px;
  }
  #purePage .point_area .box1 ul.item li {
    float: left;
  }
  #purePage .point_area .box1 ul.item li:last-child {
    float: right;
  }
  #purePage .point_area .box1 .attTxt {
    font-size: 12px;
  }
  #purePage .point_area .box2 {
    margin-bottom: 60px;
  }
  #purePage .point_area .box2 .boximg {
    width: 425px;
    float: right;
    padding-left: 0;
  }
  #purePage .point_area .box2 .boximg img {
    width: 486px;
  }
  #purePage .point_area .box2 .boxTxt_area {
    float: left;
    width: 364px;
    padding-left: 125px;
    margin-top: 135px;
  }
  #purePage .point_area .box2 .num {
    top: -20px;
    left: 0;
  }
  #purePage .point_area .box3 .boximg img {
    width: 468px;
    left: -6px;
    position: relative;
  }
  #purePage .point_area .box3 .boxTxt_area {
    margin-top: 115px;
  }
  #purePage .point_area .box3 .num {
    top: -10px;
  }
}
@media all and (max-width: 768px) {
  /* css 修正 */
  .brandSiteFooter ul.policy{
    padding: 0;
    margin: 0;
  }
  .brandSiteFooter p.copyright{
    margin: 0;
  }
  #purePage .point_area {
    background: url(../images/point-bg-sp.jpg) top center no-repeat;
    background-size: cover;
  }
  #purePage .point_area .num {
    display: none;
  }
  #purePage .point_area .point_area_inner {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  #purePage .point_area .areaTtl {
    margin-bottom: 35px;
  }
  #purePage .point_area .areaTtl img {
    width: 208px;
  }
  #purePage .point_area .boximg {
    padding: 0px 30px;
    margin-bottom: 2%;
  }
  #purePage .point_area .boxTxt_area {
    padding: 0px 45px;
  }
  #purePage .point_area .boxTxt_area .boxTtl {
    margin-bottom: 2%;
    text-align: center;
  }
  #purePage .point_area .boxTxt_area .boxTtl img {
    max-width: 270px;
  }
  #purePage .point_area .box1, #purePage .point_area .box2 {
    margin-bottom: 10%;
  }
  #purePage .point_area .txt {
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 12px;
  }
  #purePage .point_area .box1 .txtBox {
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px;
    background: #d3ecc2;
  }
  #purePage .point_area .box1 .txtBox dt img {
    width: 46px;
  }
  #purePage .point_area .box1 .txtBox dd {
    line-height: 1.7;
    font-size: 13px;
  }
  #purePage .point_area .box1 .txtBox dd span {
    color: #00965e;
  }
  #purePage .point_area .box1 ul.item {
    overflow: hidden;
    margin-top: 10px;
  }
  #purePage .point_area .box1 ul.item li {
    float: left;
    width: calc(50% - 5px);
  }
  #purePage .point_area .box1 ul.item li:first-child {
    margin-right: 10px;
  }
  #purePage .point_area .box1 .attTxt {
    font-size: 11px;
    line-height: 16px;
  }
}
#purePage .movie_area {
  background: #fff039;
}
#purePage .movie_area_inner {
  padding: 120px 30px 130px;
  margin: 0px auto;
  max-width: 800px;
  position: relative;
}
#purePage .movie_area a {
  display: block;
  position: relative;
  cursor: pointer;
}
#purePage .movie_area .movieTtl {
  text-align: center;
  margin-bottom: 90px;
}
#purePage .movie_area .movieTtl img {
  width: 305px;
}
#purePage .movie_area .movie_txt_area_movie a:hover {
  opacity: 1;
}
@media all and (min-width: 769px) {
  #purePage .movie_area .movie_pkg {
    position: absolute;
    max-width: 352px;
    width: 34.86%;
    top: 10%;
    left: -5%;
    z-index: 10;
  }
  #purePage .movie_area .movie_txt_area {
    max-width: 800px;
    text-align: center;
  }
  #purePage .movie_area .movie_txt_area_ttl {
    margin-bottom: 4%;
  }
  #purePage .movie_area .movie_txt_area_ttl img {
    max-width: 490px;
  }
  #purePage .movie_area .movie_txt_area_movie {
    line-height: 0;
    margin-bottom: 5%;
  }
  #purePage .movie_area .movie_txt_area_movie .movielogo {
    position: absolute;
    width: 50.5%;
    bottom: -11%;
    left: -20.5%;
  }
  #purePage .movie_area .movie_txt_area_btn {
    line-height: 0;
  }
  #purePage .movie_area .movie_txt_area_btn img {
    max-width: 600px;
  }
}
@media all and (max-width: 768px) {
  #purePage .movie_area_inner {
    padding: 54px 30px 50px;
  }
  #purePage .movie_area .movieTtl, #purePage .movie_area .movielogo {
    display: none;
  }
  #purePage .movie_area .movie_txt_area {
    width: 100%;
    text-align: center;
  }
  #purePage .movie_area .movie_txt_area_ttl {
    margin-bottom: 4%;
  }
  #purePage .movie_area .movie_txt_area_ttl img {
    max-width: 245px;
  }
  #purePage .movie_area .movie_txt_area_movie {
    line-height: 0;
    margin-bottom: 5%;
  }
  #purePage .movie_area .movie_txt_area_btn {
    line-height: 0;
  }
  #purePage .movie_area .movie_txt_area_btn img {
    max-width: 315px;
  }
}
#purePage .product-topline {
  line-height: 0;
  position: relative;
  bottom: -1px;
}
#purePage .product-topline img {
  width: 100%;
}
#purePage .product_area {
  background: #d5f1fb;
}
#purePage .product_area_inner {
  margin: 0px auto;
  max-width: 950px;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  #purePage .product_area {
    padding: 115px 0px 125px;
  }
  #purePage .product_area .product_item {
    float: right;
    width: 50%;
  }
  #purePage .product_area .product_txt {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  #purePage .product_area {
    padding: 65px 0px 60px;
  }
  #purePage .product_area_inner {
    padding: 0px 30px;
  }
  #purePage .product_area .product_item {
    position: relative;
    z-index: 1;
  }
  #purePage .product_area .product_txt {
    position: relative;
    margin-top: -22%;
  }
}
/* #purePage .sns_area {
  padding: 80px 0px;
  letter-spacing: -.40em;
  text-align: center;
  line-height: 0;
}
#purePage .sns_area li {
  display: inline-block;
  margin: 0px 12px;
}
#purePage .sns_area img {
  width: 70px;
} */
#purePage .sns_area {
  padding: 80px 0 65px;
}
#purePage .sns_title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
#purePage .sns_areaList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
#purePage .sns_areaItem {
}
#purePage .sns_areaLink {
  display: block;
}
#purePage .sns_areaLink.-x {
  width: 50px;
}
#purePage .sns_areaLink.-instagram {
  width: 57px;
}
@media all and (max-width: 768px) {
  /* #purePage .sns_area {
    padding: 70px 0px 65px;
    border: none;
  }
  #purePage .sns_area li {
    margin: 0px 10px;
  }
  #purePage .sns_area img {
    width: 56px;
  } */
  #purePage .sns_area {
    padding: 42px 0 31px;
  }
  #purePage .sns_title {
    font-size: 19px;
    margin-bottom: 16px;
  }
  #purePage .sns_areaList {
    gap: 0 30px;
  }
  #purePage .sns_areaItem {
  }
  #purePage .sns_areaLink {
  }
  #purePage .sns_areaLink.-x {
    width: 36px;
  }
  #purePage .sns_areaLink.-instagram {
    width: 44px;
  }
}
#purePage .bottomBtn_area {
  padding-bottom: 120px;
  border-bottom: #dedede solid 1px;
  line-height: 0;
  text-align: center;
}
#purePage .bottomBtn_area .bottomBtn_area_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

    -ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}
#purePage .bottomBtn_area .bottomBtn_area_inner .bottomBtn_area_item {
    -webkit-box-flex:1;
    -ms-flex:1 1 33.33%;
    flex:1 1 33.33%;
    max-width: 33.33%;
    padding: 0 9px;
}
#purePage .bottomBtn_area .bottomBtn_area_inner .bottomBtn_area_item a {
    max-width: 370px;
    display: block;
    margin: auto;
}
#purePage .bottomBtn_area img {
  max-width: 600px;
}
@media all and (max-width: 768px) {
  #purePage .bottomBtn_area {
    padding: 0px 30px 50px;
    border: none;
  }
  #purePage .bottomBtn_area .bottomBtn_area_inner {
      display: block;
  }
  #purePage .bottomBtn_area .bottomBtn_area_inner .bottomBtn_area_item {
      max-width: 100%;
      padding: 0 0 15px;
  }
  #purePage .bottomBtn_area .bottomBtn_area_inner .bottomBtn_area_item:last-child {
      padding: 0;
  }
}
#purePage .inviewFade {
  transition-duration: 500ms;
  transition-delay: 1ms;
  transition-timing-function: ease-out;
  opacity: 0.001;
  transform: translateY(50px);
}
#purePage .inviewFade.fst {
  transition-delay: 0ms;
}
#purePage .inviewFade.snd {
  transition-delay: 150ms;
}
#purePage .inviewFade.trd {
  transition-delay: 300ms;
}
#purePage .inviewFade.fth {
  transition-delay: 450ms;
}
#purePage .inviewFade.inviewed {
  opacity: 1;
  transform: translateY(0);
}
/*20190905追記*/
/* SP */
@media all and (max-width: 768px){
  #purePage .kv_area{
    position: relative;
  }
  #purePage .kv_deko_link{
    position: absolute;
    bottom: 17%;
    left: 3%;
    display: block;
    width: 29vw;
    height: auto;
  }
  #purePage .kv_area_linkbox {
      position: absolute;
      bottom: 5%;
      right: 3%;
  }
  #purePage .linkbox {
      width: 30.66vw;
      height: 30.66vw;
      border: 2px solid #43bfef;
      border-radius: 10px;
      background-color: #fff;
      padding: 5.6%;
      box-sizing: border-box;
  }
  #purePage .linkbox img{
      width: 100%;
      vertical-align: top;
  }
  #purePage .linkbox .linkbox_wrappper1{
     margin: -17% 0 7%;
  }
  #purePage .linkbox .linkbox_wrappper2_wrapper{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;

  }
  #purePage .linkbox .linkbox_link{

  }
  #purePage .linkbox .linkbox_link_link1wrapper{
      display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
  }
  #purePage .linkbox .linkbox_link_link2{
      padding: 0 5%;
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
  }
  #purePage .linkbox .linkbox_link_link3{
      padding: 0 2.8%;
      -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
  }

  #purePage .linkbox .linkbox_img1-1{
      -webkit-flex: 0 0 36.7%;
      -ms-flex: 0 0 36.7%;
      flex: 0 0 36.7%;
      max-width: 36.7%;
  }
  #purePage .linkbox .linkbox_img1-2{
      -webkit-flex: 63.3%;
      -ms-flex: 63.3%;
      flex: 63.3%;
      max-width: 63.3%;
      padding: 19% 0 0 0;
  }
}
/* PC */
@media all and (min-width: 769px) {
  #purePage .kv_area{
    position: relative;
  }
  #purePage .kv_deko_link{
    position: absolute;
    bottom: 19%;
    left: 5%;
    display: block;
    /* width: 234px;
    height: 241px; */
    width: 18vw;
    height: auto;
  }
  #purePage .kv_area_linkbox {
      position: absolute;
      bottom: 5%;
      right: 3%;
  }
  #purePage .linkbox {
      width: 350px;
      height: 102px;
      border: 2px solid #43bfef;
      border-radius: 10px;
      background-color: #fff;
      padding: 9px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
  }
  #purePage .linkbox img{
      width: 100%;
      vertical-align: top;
  }
  #purePage .linkbox .linkbox_wrappper1{
      margin: -38px 0 0;
      -webkit-flex: 0 0  194px;
      -ms-flex: 0 0  194px;
      flex: 0 0  194px;
      max-width: 194px;
  }
  #purePage .linkbox .linkbox_wrappper2_wrapper{
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
          padding: 17px 13px 0;

  }
  #purePage .linkbox .linkbox_link{
      display: block;
  }
  #purePage .linkbox .linkbox_link_link1wrapper{
      display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
  }
  #purePage .linkbox .linkbox_link_link2{
      padding: 0 5%;
      -webkit-flex: 1 1 54px;
      -ms-flex: 1 1 54px;
      flex: 1 1 54px;
      max-width: 54px;
  }
  #purePage .linkbox .linkbox_link_link3{
      padding: 0 5%;
      -webkit-flex: 1 1 54px;
      -ms-flex: 1 1 54px;
      flex: 1 1 54px;
      max-width: 54px;
  }

  #purePage .linkbox .linkbox_img1-1{
      -webkit-flex: 0 0 72px;
      -ms-flex: 0 0 72px;
      flex: 0 0 72px;
      max-width: 72px;
  }
  #purePage .linkbox .linkbox_img1-2{
      -webkit-flex: 0 0 118px;
      -ms-flex: 0 0 118px;
      flex: 0 0 118px;
      max-width: 118px;
      padding:43px 0 0 4px;
  }
}



#purePage .TheNaiveHeader {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 900;
}

#purePage .TheNaiveHeader .TheNaiveHeader__ec {
  height: 36px;
  position: absolute;
  right: 44px;
  top: 0px;
  width: 36px;
  z-index: 902;
}

#purePage .TheNaiveHeader .TheNaiveHeader__ec.-burgerOpen {
  display: none;
}

#purePage .TheNaiveHeader .TheNaiveHeader__menuBtn {
  background-image: url(../images/icon_burger_open.svg)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 8px;
  top: 0px;
  width: 36px;
  z-index: 902;
}

#purePage .TheNaiveHeader .TheNaiveHeader__menuBtn.-open {
  background-image: url(../images/icon_burger_close.svg)!important;
}

#purePage .TheNaiveHeader .TheNaiveHeader__content {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 70px 0px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  z-index: 901;
}

#purePage .TheNaiveHeader .TheNaiveHeader__content.-open {
  opacity: 1;
  pointer-events: auto;
}

#purePage .TheNaiveHeader.-scrolled {
  position: fixed;
}

#purePage .TheNaiveHeader .TheNaiveHeader__navigation {
  margin-bottom: 20px;
}

#purePage .TheNaiveHeader .TheNaiveHeader__navigation > li {
  margin-bottom: 8px;
  text-align: center;
}

#purePage .TheNaiveHeader .TheNaiveHeader__navigation > li a {
  color: #43bfef;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 10px 10px;
}

#purePage .TheNaiveHeader .TheNaiveHeader__btn {
  margin-bottom: 65px;
}

#purePage .TheNaiveHeader .TheNaiveHeader__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #43bfef;
  border-radius: 35px;
  color: #43bfef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0 auto;
  width: 194px;
}

#purePage .TheNaiveHeader .TheNaiveHeader__snstitle {
  color: #424242;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
#purePage .Header__snsListWrap {
  padding: 0 25px;
}
#purePage .Header__snsList{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  padding-top: 45px;
  border-top: 2px solid #cccccc;
}
#purePage .Header__snsListHead{
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
  flex: 0 0 100%;
}
#purePage .Header__snsListItem{
  margin: 0 10px;
  flex: 0 0 30px;
}
#purePage .Header__snsListItem.-twitter{
  flex: 0 0 26px;
}
#purePage .Header__snsListLink{
  display: block;
}
#purePage .Header__snsListLink img{
  width: 100%;
  display: block;
}

@media print, screen and (min-width: 769px) {
  #purePage .TheNaiveHeader .TheNaiveHeader__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__ec {
    height: 64px;
    right: 84px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 64px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__ec:hover {
    cursor: pointer;
    opacity: .7;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__menuBtn {
    height: 64px;
    right: 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 64px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__menuBtn:hover {
    opacity: .7;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__content {
    padding: 100px 0px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__navigation {
    margin-bottom: 30px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__navigation > li {
    margin-bottom: 10px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__navigation > li a {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 15px 20px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__navigation > li a:hover {
    opacity: .7;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__btn {
    margin-bottom: 70px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__btn a {
    font-size: 15px;
    height: 56px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 264px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__btn a:hover {
    background-color: #43bfef;
    color: #fff;
    opacity: 1;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__snsArea {
    border-top: 1px solid #fff;
    margin: 0 auto;
    padding-top: 30px;
    width: 560px;
  }
  #purePage .TheNaiveHeader .TheNaiveHeader__snstitle {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #purePage .Header__snsList{
    width: 560px;
    margin: 0px auto;
    padding-top: 54px;
  }
  #purePage .Header__snsListHead{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
  }
  #purePage .Header__snsListItem{
    margin: 0 8px;
    flex: 0 0 30px;
  }
  #purePage .Header__snsListItem.-twitter{
    flex: 0 0 26px;
  }
  #purePage .Header__snsListLink{
    display: block;
  }
  #purePage .Header__snsListLink img{
    width: 100%;
  }


}


/* SnsList */
#purePage .SnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0;
}

#purePage .SnsList .SnsList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin: 0 6px;
}

#purePage .SnsList .SnsList__item.-fb {
  width: 80px;
}

#purePage .SnsList .SnsList__link {
  display: block;
}

#purePage .SnsList .SnsList__link img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  #purePage .SnsList {
    margin: 20px 0 0px;
  }
  #purePage .SnsList .SnsList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    margin-left: 12px;
  }
  #purePage .SnsList .SnsList__item.-fb {
    width: 85px;
  }
  #purePage .SnsList .SnsList__link:hover {
    opacity: .7;
  }
}




/* FooterLineup */
#purePage .FooterLineup {
  border-top: 1px solid #e2e2e2;
  padding: 50px 52px 60px;
}

#purePage .FooterLineup__inner{

}

#purePage .FooterLineup .FooterLineup__title {
  color: #00745d;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 25px;
  text-align: center;
  letter-spacing: 0.06em;
}

#purePage .FooterLineup .FooterLineup__item {
  margin-bottom: 18px;
}

#purePage .FooterLineup .FooterLineup__link {
  display: block;
  position: relative;
}

#purePage .FooterLineup .FooterLineup__link:after {
  background-image: url("/naive/the-naive/assets/images/icon_link_arrow_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

#purePage .FooterLineup .FooterLineup__fig {
  margin-bottom: 8px;
}

#purePage .FooterLineup .FooterLineup__fig img {
  vertical-align: top;
}

#purePage .FooterLineup .FooterLineup__name {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #purePage .FooterLineup {
    padding: 70px 20px 70px;
  }
  #purePage .FooterLineup .FooterLineup__title {
    font-size: 18px;
    margin: 0 0 30px;
  }
  #purePage .FooterLineup .FooterLineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
    gap: 26px;
  }
  #purePage .FooterLineup .FooterLineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
  }
  #purePage .FooterLineup .FooterLineup__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #purePage .FooterLineup .FooterLineup__link:after {
    bottom: 1px;
    height: 20px;
    right: 0;
    width: 20px;
  }
  #purePage .FooterLineup .FooterLineup__link:hover .FooterLineup__name {
    text-decoration: underline;
  }
  #purePage .FooterLineup .FooterLineup__link:hover .FooterLineup__fig {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  #purePage .FooterLineup .FooterLineup__fig {
    margin-bottom: 8px;
  }
  #purePage .FooterLineup .FooterLineup__fig img {
    width: 100%;
  }
  #purePage .FooterLineup .FooterLineup__name {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}





.EcModal.iziModal {
  width: 85% !important;
}

.EcModal .EcModal__close {
  height: 24px;
  position: absolute;
  right: 0;
  top: -42px;
  width: 24px;
}

.EcModal .EcModal__close a {
  display: block;
}

.EcModal .EcModal__close a img {
  height: 24px;
  width: 24px;
}

.EcModal .EcModal__inner {
  background-color: #fff;
  padding: 20px 30px;
}

.EcModal .EcModal__title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  text-align: center;
  color: #43bfef;
}

.EcModal .EcModal__list {
  margin: 0 auto 30px;
  width: 59%;
  padding: 0;
  list-style-type: none;
}

.EcModal .EcModal__item {
  margin-bottom: 5px;
}

.EcModal .EcModal__link {
  border: 2px solid #cccccc;
  display: block;
}

.EcModal .EcModal__link img{
  width: 100%; 
  vertical-align: top;
}

.EcModal .EcModal__note {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .EcModal.iziModal {
    max-width: 860px !important;
  }
  .EcModal .EcModal__close {
    height: 40px;
    top: -60px;
    width: 40px;
  }
  .EcModal .EcModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__close a:hover {
    cursor: pointer;
    opacity: .7;
  }
  .EcModal .EcModal__close a img {
    height: 40px;
    width: 40px;
  }
  .EcModal .EcModal__inner {
    padding: 105px 0 140px;
  }
  .EcModal .EcModal__title {
    font-size: 32px;
    margin-bottom: 28px;
    letter-spacing: 0.1em;
  }
  .EcModal .EcModal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .EcModal .EcModal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 192px;
    flex: 0 0 192px;
    margin: 0 6px;
    margin-bottom: 0px;
    max-width: 192px;
  }
  .EcModal .EcModal__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__link:hover {
    border: 2px solid #43bfef;
  }
  .EcModal .EcModal__link img {
    width: 100%;
  }
  .EcModal .EcModal__note {
    font-size: 14px;
  }
}







/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.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: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.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;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -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: 0.3s;
  animation-duration: 0.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;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -61px;
  display: block;
  overflow: visible;
  width: 122px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  transition: opacity 0.5s;
}
.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 122px;
  height: 40px;
  content: "";
  text-align: center;
  background: url(../images/modal-close-btn.png) center center no-repeat;
}
.remodal-close:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .remodal-close {
    bottom: -30px;
    margin-left: -30px;
    width: 61px;
    height: 20px;
  }
  .remodal-close:before {
    width: 61px;
    height: 20px;
    background-size: 61px 20px;
  }
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.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;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-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 queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 800px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.videoWrp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.videoWrp iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.videoWrp .video-js {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*# sourceMappingURL=pure.css.map */
