@charset "UTF-8";
#header2, #header2 #wws_header, #header2 #wws_header .inner, #header2 #wws_header .inner .logo_area, #header2 #wws_header .inner .contact_area, #header2 #navi_area #global div.inner, #header2 #navi_area #news_area .inner, #header2 #navi_area #news_area .inner #news_ticer .newslist, #header2 #navi_area #news_area .inner #news_ticer .newslist li dl { display: inline-block; }
#header2, #header2 #wws_header, #header2 #wws_header .inner, #header2 #wws_header .inner .logo_area, #header2 #wws_header .inner .contact_area, #header2 #navi_area #global div.inner, #header2 #navi_area #news_area .inner, #header2 #navi_area #news_area .inner #news_ticer .newslist, #header2 #navi_area #news_area .inner #news_ticer .newslist li dl { display: block; }

#header2:after, #header2 #wws_header:after, #header2 #wws_header .inner:after, #header2 #wws_header .inner .logo_area:after, #header2 #wws_header .inner .contact_area:after, #header2 #navi_area #global div.inner:after, #header2 #navi_area #news_area .inner:after, #header2 #navi_area #news_area .inner #news_ticer .newslist:after, #header2 #navi_area #news_area .inner #news_ticer .newslist li dl:after, #info12 .plan_contents:after, #section05 .plan_contents:after, #contents #info13 .option:after {
  height: 0;
  display: block;
  clear: both;
  content: "";
}

#lp_smartcontest { position: relative; }

/* common
-------------------------------------------------------------*/
.sp { display: none; }
br.pc { display: none; }
a { transition: all 0.5s ease 0s; }
a:hover { transition: all 0.1s ease 0s; }
#wrapper { width: 100%; }






#header2 {
  width: 100%;
  position: relative;
}

#header2 #sh_header {
  width: 100%;
  height: 600px;
  position: relative;
}

#header2 #sh_header #main_photo {
  width: 100%;
  height: 600px;
  background: url("../../img/bg_main.jpg") left top repeat-x;
  position: absolute;
/*  background-size:cover;
*/}

/*#header2 #sh_header #bg_main_photo {
  width: 100%;
  height: 600px;
  background: url("../../img/bg_main_photo.png") left bottom repeat-x;
  position: absolute;
}*/

#header2 #sh_header #title_area {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 310px 0 0 10px;
  width: 1000px;
  height: 545px;
  position: relative;
}

#header2 #sh_header #title_area .sns_icon { margin: 0 0 10px; }
#header2 #sh_header #title_area .sns_icon img { width: 140px; }

#header2 #sh_header #title_area h1 {
  margin: 0 0 15px;
  width: 360px;
}

#header2 #sh_header #title_area h1 img { width: 50%; }

#header2 #sh_header #title_area .text_lead {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
}

#header2 #sh_header #title_area .text_instagram {
  color: #000;
  line-height: 1.2;
  text-align: center;
  padding: 5px 5px 6px;
  border: 1px solid #000;
  width: 620px;
}

#header2 #navi_area { width: 100%; }

#header2 #navi_area #global {
  transition: 0.5;
  background: #00988e;
}

#header2 #navi_area #global div.inner {
  margin: 0 auto;
  width: 1000px;
}

#header2 #navi_area #global div.inner ul.navi {
  width: 799px;
  display: table;
  float: left;
}

#header2 #navi_area #global div.inner ul.navi li {
  text-align: center;
  width: auto;
  display: table-cell;
}

#header2 #navi_area #global div.inner ul.navi li a {
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  padding: 15px 5px;
  min-height: 50px;
  display: block;
}

#header2 #navi_area #global div.inner ul.navi li a:hover {
  color: #1b2755;
  background: #fff;
}

#header2 #navi_area #global div.inner p.contact {
  text-align: center;
  width: 200px;
  background: #ee7a27;
  float: right;
}

#header2 #navi_area #global div.inner p.contact a {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  min-height: 51px;
  display: block;
  position: relative;
}

#header2 #navi_area #global div.inner p.contact a:before {
  margin: 0 5px 0 0;
  width: 21px;
  height: 16px;
  top: 3px;
  display: block;
  display: inline-block;
  background: url("../../img/icon_mail_w.png") left top no-repeat;
  content: "";
  position: relative;
  color: #fff;
}

#header2 #navi_area #global div.inner p.contact a:hover {
  color: #1b2755;
  background: #fff;
}

#header2 #navi_area #global div.inner p.contact a:hover:before { background: url("../../img/icon_mail.png") left top no-repeat; }

#header2 #navi_area .fixed {
  width: 100%;
  z-index: 9999;
  top: 40px;
  position: fixed;
}

#header2 #navi_area #news_area {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: #2e78d3;
    /* Old browsers */
  background: linear-gradient(to right, #2e78d3 0%, #50cee9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e78d3', endColorstr='#50cee9', GradientType=1 );
/* IE6-9 */
}

#header2 #navi_area #news_area .inner {
  box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  padding: 20px 0 20px 10px;
  width: 1000px;
  position: relative;
}

#header2 #navi_area #news_area .inner h2 {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 4px solid #fff;
  float: left;
}

#header2 #navi_area #news_area .inner #news_ticer {
  width: 780px;
  float: left;
  position: relative;
}

#header2 #navi_area #news_area .inner #news_ticer .newslist li {
  margin: 0 0 10px;
  display: none;
}

#header2 #navi_area #news_area .inner #news_ticer .newslist li:last-child { margin: 0; }

#header2 #navi_area #news_area .inner #news_ticer .newslist li dl dt {
  width: 100px;
  float: left;
}

#header2 #navi_area #news_area .inner #news_ticer .newslist li dl dd { float: left; }

#header2 #navi_area #news_area .inner #news_ticer .newslist li dl dd span {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px !important;
}

#header2 #navi_area #news_area .inner #news_ticer .newslist li dl dd a { color: #fff; }

#header2 #navi_area #news_area .inner p.more {
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100px;
  top: 13px;
  right: 0;
  position: absolute;
}

#header2 #navi_area #news_area .inner p.more a {
  border-radius: 30px;
  font-size: 14px;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 8px 20px;
  border: 1px solid #fff;
  display: block;
  position: relative;
}

#header2 #navi_area #news_area .inner p.more a:after {
  width: 5px;
  height: 8px;
  top: -2px;
  right: -10px;
  display: inline-block;
  background: url("../../img/arrow_more.png") left top no-repeat;
  background-size: 5px 8px;
  content: "";
  position: relative;
}

#header2 #navi_area #news_area .inner p.more a:hover {
  color: #50c2e6;
  background: #fff;
}

#header2 #navi_area #news_area .inner p.more a:hover:after {
  background: url("../../img/arrow_more_on.png") left top no-repeat;
  background-size: 5px 8px;
}

#header2 .sp_now_count { display: none; }

/* footer
-------------------------------------------------------------*/
/*#footer { position: relative; }

#footer #footer_top {
  color: #222;
  padding: 45px 0 30px;
  background: #f8f8f8;
}

#footer #footer_top .footer_inner {
  margin: 0 auto;
  width: 1000px;
}

#footer #footer_top .footer_inner .footerL {
  padding: 0 15px 20px;
  width: 470px;
  background: #fff;
  float: left;
}

#footer #footer_top .footer_inner .footerL p { font-weight: bold; }
#footer #footer_top .footer_inner .footerL p span { font-weight: normal; }

#footer #footer_top .footer_inner .footerL p .fa {
  font-size: 24px;
  color: #1b2755;
  vertical-align: middle;
  margin-right: 10px;
}

#footer #footer_top .footer_inner .footerL .ft_txt01 {
  font-size: 16px;
  margin-top: -12px;
}

#footer #footer_top .footer_inner .footerL .txt10 {
  font-size: 10px;
  color: #fff;
  line-height: 13px;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  padding: 3px 5px 2px;
  display: inline-block;
  background: #1b2755;
}

#footer #footer_top .footer_inner .footerL #list_phone li {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  width: 155px;
  float: left;
}

#footer #footer_top .footer_inner .footerL #list_phone li span {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-top: 3px;
  display: block;
}

#footer #footer_top .footer_inner .footerL #list_phone li a { display: none; }

#footer #footer_top .footer_inner .footerR {
  font-size: 13px;
  line-height: 18px;
  width: 440px;
  float: right;
}
#footer #footer_top .footer_inner .footerR p {
    margin: 0 0 15px;
}
#footer #footer_top .footer_inner .footerR .btn_contact {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 16px 0 0;
  padding: 16px 0 15px;
  border: 1px solid #ec8642;
  display: block;
  background: #ec8642;
}

#footer #footer_top .footer_inner .footerR .btn_contact .fa {
  font-size: 20px;
  margin-right: 10px;
}

#footer #footer_bottom {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  padding: 20px 0 16px;
  background: #e0e0e0;
}

#footer #footer_bottom .footer_inner {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 1000px;
}

#footer #footer_bottom .footer_inner a { color: #222; }
#footer #footer_bottom .footer_inner ul { float: left; }
#footer #footer_bottom .footer_inner ul li { float: left; }

#footer #footer_bottom .footer_inner #copyright {
  font-size: 12px;
  text-align: right;
  float: right;
}
*/
/* copyroght
-------------------------------------------------------------*/
/*#copyright{
  font-family:Arial, 'Meiryo', 'メイリオ', sans-serif;
  background: #e7e7e7;
  padding: 20px 0 40px;
  box-sizing: border-box;
  .nav{
      margin: 0 0 10px;
      a{
        @include fontsize(12);
        text-decoration: underline;
        color: #333;
        &:hover{
          text-decoration: none;
        }
      }
  }
  .copy{
    color: #666;
    @include fontsize(11);
  }
  @include sp{
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    .nav{
      a{
        @include fontsize(10);
      }
    }
    .copy{
      @include fontsize(10);
    }
  }
}*/
/* btn-contact
-------------------------------------------------------------*/
.trademark {
  font-size: 10px;
  display: block;
}

#btn-contact {
  z-index: 500;
  right: 10px;
  bottom: 108px;
  position: fixed;
}

#btn-contact a {
  text-decoration: none;
  text-indent: 100%;
  width: 70px;
  height: 70px;
  display: block;
  display: block;
  background: url("../../img/btn_contact.png") left top no-repeat;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

#btn-contact a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* pagetop
-------------------------------------------------------------*/
#pagetop {
  z-index: 500;
  right: 20px;
  bottom: 50px;
  position: fixed;
}

#pagetop a {
  text-decoration: none;
  text-indent: 100%;
  width: 50px;
  height: 50px;
  display: block;
  display: block;
  background: url("../../img/pagetop.png") left top no-repeat;
  background-size: 50px 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

#pagetop a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* layout
-------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  br.pc { display: block; }


#sphash_menu, #sppr_menu, #ugc_menu, #other_menu { background: url("../../img/sp/bg_sp_menu.png") left top repeat; }



#header2 #sh_header #title_area { width: 100%; }

#header2 #sh_header {
  height: 350px;
}

#header2 #sh_header #main_photo {
  height: 350px;
  background: url("../../img/bg_main_sp.jpg") left top repeat-x;
  background-size: cover;
}

/*#header2 #sh_header #bg_main_photo { height: 350px; }
*/
#header2 #sh_header #title_area {
  text-align: center;
  padding: 90px 0 0 0;
}

#header2 #sh_header #title_area .sns_icon {
  margin: 0 auto 10px;
  width: 100px;
}

#header2 #sh_header #title_area h1 {
  text-indent: -9999px;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: block;
  background: url("../../img/ReF_logo.png") left top no-repeat;
  background-size: 100px 100px;
  overflow: hidden;
}

#header2 #sh_header #title_area .text_lead {
  font-size: 14px;
  font-size: 1rem;
  color:#fff;
}

#header2 #sh_header #title_area .text_instagram {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.4;
  margin: 0 auto;
  width: 80%;
  color:#fff;
  border: 1px solid #fff;
}

#header2 #navi_area #global { display: none; }

#header2 #navi_area #news_area .inner {
  box-sizing: border-box;
  padding: 10px 10px 15px;
  width: 100%;
}

#header2 #navi_area #news_area .inner h2 { display: none; }

#header2 #navi_area #news_area .inner #news_ticer {
  margin: 0;
  width: 100%;
  float: none;
}

#header2 #navi_area #news_area .inner #news_ticer ul.newslist { position: relative; }
#header2 #navi_area #news_area .inner #news_ticer ul.newslist dl dt { float: none; }

#header2 #navi_area #news_area .inner #news_ticer ul.newslist dl dd {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2;
  float: none;
}

#header2 #navi_area #news_area .inner p.more {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 60%;
  clear: both;
  position: static;
}

#header2 #navi_area #news_area .inner p.more a { padding: 6px 10px; }

#header2 .sp_now_count {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  border-radius: 8px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  margin: 20px auto;
  padding: 10px;
  width: 95%;
  display: block;
  background: #fef34b;
    /* Old browsers */
  background: linear-gradient(45deg, #fef34b 0%, #f99838 15%, #db2e7c 47%, #8d3bbf 84%, #4d60d3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fef34b', endColorstr='#4d60d3', GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

#header2 .sp_now_count dl {
  text-align: center;
  width: 100%;
  display: table;
}

#header2 .sp_now_count dt {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1;
  text-align: right;
  vertical-align: middle;
  display: table-cell;
}

#header2 .sp_now_count dd {
  text-align: left;
  padding: 0 0 0 10px;
  display: table-cell;
}

#header2 .sp_now_count dd span.count {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 1;
}

#header2 .sp_now_count p.comment {
  text-align: center;
  display: block;
}

/*#footer #footer_top { padding: 30px 0; }

#footer #footer_top .footer_inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

#footer #footer_top .footer_inner .footerL {
  font-size: 12px;
  margin-bottom: 5%;
  padding: 3%;
  width: 94%;
  float: none;
  position: relative;
}

#footer #footer_top .footer_inner .footerL .ft_txt01 {
  font-size: 12px;
  margin: 0;
  top: -10px;
  position: absolute;
}

#footer #footer_top .footer_inner .footerL .txt14 { font-size: 12px; }
#footer #footer_top .footer_inner .footerL .txt10 { margin: 0 10px; }
#footer #footer_top .footer_inner .footerL #list_phone li { width: 50%; }
#footer #footer_top .footer_inner .footerL #list_phone li span { display: none; }

#footer #footer_top .footer_inner .footerL #list_phone li a {
  font-size: 15px;
  font-weight: bold;
  color: #222;
  display: block;
  display: block;
}

#footer #footer_top .footer_inner .footerR {
  font-size: 12px;
  padding: 0;
  width: 100%;
  float: none;
}

#footer #footer_top .footer_inner .footerR .btn_contact {
  font-size: 15px;
  margin: 10px 0 0;
  padding: 10px 0 10px;
}

#footer #footer_top .footer_inner .footerR .btn_contact .fa {
  font-size: 20px;
  margin-right: 10px;
}

#footer #footer_bottom {
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  padding: 10px 0 0;
}

#footer #footer_bottom .footer_inner { width: 94%; }

#footer #footer_bottom .footer_inner ul {
  text-align: center;
  float: none;
}

#footer #footer_bottom .footer_inner ul li {
  display: inline-block;
  float: none;
}

#footer #footer_bottom .footer_inner #copyright {
  font-size: 10px;
  text-align: center;
  float: none;
}

#footer #footer_bottom .footer_inner #copyright .trademark {
  font-size: 10px;
  padding: 0 60px;
  display: block;
}

#footer { width: 100%; }

#footer .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

#footer .inner #footer_contact { margin: 0 0 30px; }
#footer .inner #footer_contact .contact { margin: 0 0 15px; }

#footer .inner #footer_contact .contact .btn {
  text-align: center;
  margin: 0 auto 10px;
  width: 95%;
  float: none;
}

#footer .inner #footer_contact .contact .text {
  text-align: center;
  margin: 0 auto;
  width: 95%;
  float: none;
}

#footer .inner #footer_contact ul.office {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#footer .inner #footer_contact ul.office li {
  box-sizing: border-box;
  padding: 0 10px;
  width: 45%;
  display: inline-block;
  float: none;
}

#footer .inner #footer_contact ul.office li:nth-child(3n) { border-right: 1px solid #dedede; }
#footer .inner #footer_contact ul.office li:nth-child(2n) { border-right: none; }

#footer .inner #smart-pr {
  text-align: center;
  margin: 0 0 15px;
}

#footer .inner #smart-pr .lead {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  margin: 0 0 10px;
}

#footer .inner #smart-pr .logo_smartpr {
  margin: 0 auto 5px;
  width: 40%;
}

#footer .inner #smart-pr .other { text-align: center; }

#footer .inner #smart-pr .other li {
  text-align: center;
  margin: 0 auto 5px;
  width: 40%;
  display: block;
}

#footer .inner #smart-pr .other li img {
  width: auto;
  max-width: 100%;
}

#footer .inner #smart-pr .other li:nth-child(1), #footer .inner #smart-pr .other li:nth-child(2) { width: 40%; }
*/
#btn-contact {
  background: url("../../img/sp/btn_contact_sp.png.html") left top no-repeat;
  background-size: 70px 70px;
}

#pagetop { background-size: 50px 50px; }

}

/* smart series menu
-------------------------------------------------------------
@media only screen and (max-width: 768px) {
#smart_fixed {
    display: none;
}
}

@media only screen and (min-width: 769px) {
#header2 #wws_header {
    margin-top: 42px;
}
}
#smart_fixed {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato,YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.smart_series {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 0;
    justify-content: flex-end;
    background: rgba(232,88,0,0.85);
    box-sizing: border-box;
}
.smart_t {
font-size: 14px;
font-weight: 700;
color: #FFFFFF;
padding: 5px 20px 5px 0;
border: none;
background: none;
cursor: pointer;
outline: none;
background: rgba(232, 88, 0, 0.85);
width: 100%;
text-align: right;
}
.smart_t:hover { opacity: 0.9; }
.smart_t .fa-angle-down {
line-height: 30px;
padding-left: 20px;
border-left: solid 2px #ffffff;
}
.smart_t .fa-close {
font-size: 12px;
line-height: 30px;
padding-left: 20px;
border-left: solid 2px #ffffff;
}
.smart_t .falg_size { font-size: 1.5em; }
.smart_t .menu-trigger {
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato, YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding-right: 20px;
}
.smart_menu {
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato, YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
justify-content: center;
padding: 40px 0 30px 0;
width: 100%;
z-index: 100;
display: flex;
background: rgba(0, 0, 0, 0.7);
position: fixed;
display: none;
}
.smart_series .show {display: block;}
#smart_fixed .smart_menu ul {
font-size: 22px;
color: #FFFFFF;
}
.smart_pr li { padding: 0 70px 20px 0; }
.smart_menu li a { color: #FFFFFF; }
.smart_menu li a:hover { color: #7fdbd5; }


.spsmart_t {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: 700;
}
#sp_navi .spsmart_t img {
    margin-left: auto;
}
#sppr_menu .navi span, #ugc_menu .navi span, #other_menu .navi span {
    font-weight: 400;
    font-size: 12px;
}
#sppr_menu .navi span i, #ugc_menu .navi span i, #other_menu .navi span i {
    align-items: center;
    padding-left: 10px;
}
.spsmart_series {
    align-items: center;
    padding: 10px 20px 10px 0;
    background: #efefef;
}
.smart_menu {
    display: flex;
    justify-content: center;
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 100;
    padding: 40px 0 30px 0;
}*/
/* smart series menu
-------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  #smart_fixed {
  width: 100%;
  display: block;
}

}

@media only screen and (min-width:769px) {
  .home #header2 #wws_header { margin-top: 40px; }

}

#header2 #wws_header { margin-top: 40px; }

#smart_fixed {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato, YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  z-index: 9999999;
  top: 0;
  position: fixed;
}

.smart_series {
  /*align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  display: flex;*/
}

.smart_t {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: right;
  padding: 5px 20px 5px 0;
  border: none;
  width: 100%;
  background: none;
  background: rgba(232, 88, 0, 0.85);
  cursor: pointer;
  outline: none;
}

.smart_t:hover { opacity: 0.9; }

.smart_t .fa-angle-down {
  line-height: 30px;
  padding-left: 20px;
  border-left: solid 2px #ffffff;
}

.smart_t .fa-close {
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
  border-left: solid 2px #ffffff;
}

.smart_t .falg_size { font-size: 1.5em; }

.smart_t .menu-trigger {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Lato,YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-right: 20px;
}

.smart_menu {
  z-index: 100;
  position: fixed;
  display: none;
  width: 100%;
}
.smart_menuwrap {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", Lato,YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
justify-content: center;
  padding: 40px 0 30px 0;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
}

.smart_series .show { display: block; }

#smart_fixed .smart_menu ul {
  font-size: 22px;
  color: #FFFFFF;
}

.smart_pr li { padding: 0 70px 20px 0; }
.smart_menu li a { color: #FFFFFF; }
.smart_menu li a:hover { color: #7fdbd5; }

/**/
@media only screen and (max-width:768px) {
  .smart_menu {
  flex-wrap: wrap;
  padding: 0 0 30px 0!important;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

#smart_fixed .smart_menu ul {
  color: #FFFFFF;
  margin: 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.smart_pr li:first-child { width: 100%; }

.smart_pr li {
  font-size: 16px;
  vertical-align: top;
  padding: 5px 0;
  width: 45.666%;
  display: inline-block;
}

.smart_pr li:nth-child(even) { padding-right: 18px; }
.smart_menu li a { color: #FFFFFF; }
.smart_menu li a:hover { color: #7fdbd5; }

.smart_series {
  box-sizing: border-box;
  text-align: center;
  padding: 8px 0 0;
  height: 40px;
  display: block;
  background: rgba(232, 88, 0, 0.85);
}

.smart_t {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-left: 0;
  padding: 0 10px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.smart_t:hover { opacity: 1; }

.smart_t .fa-angle-down {
  line-height: 100%;
  padding-left: 0;
  border-left: 0!important;
}

.smart_t .fa-close {
  font-size: 12px!important;
  line-height: 100%;
  padding-left: 0;
  border-left: 0!important;
}

.smart_t .falg_size { font-size: 100%; }
.smart_t .menu-trigger { padding-right: 10px; }

}

.smart_pr li span {
  font-weight: bold;
  padding-bottom: 10px;
}

.smart_pr li p { font-size: 11px; }

.spsmart_t {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

#sp_navi .spsmart_t img { margin-left: auto; }

#sppr_menu .navi span, #ugc_menu .navi span, #other_menu .navi span {
  font-size: 12px;
  font-weight: 400;
}

#sppr_menu .navi span i, #ugc_menu .navi span i, #other_menu .navi span i {
  align-items: center;
  padding-left: 10px;
}

.spsmart_series {
  align-items: center;
  padding: 10px 20px 10px 0;
  background: #efefef;
}

















#header .l_header {
    /* max-width: 100px; */
    text-align: center;
    background-color: #4adbc0;
}

#header .l_header img {
    height: 100px;
}


#footer {
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #000;
}
#footer .copyright {
  width: 100%;
  background-color: #000;
}
#footer .copyright p {
  font-size: 0.7em;
  line-height: 30px;
  padding-left: 10%;
  letter-spacing: 1px;
  color: #ffffff;
}

#footer .copyright p a{
  color:#fff;
}
#footer .sns {
  width: 100%;
}
#footer .sns a {
  font-weight: bold;
  line-height: 70px;
  float: left;
  -webkit-transition: all, 0.3s;
          transition: all, 0.3s;
  text-align: center;
  text-decoration: none;
  color: white;
}
#footer .sns a:hover {
  -webkit-transition: all, 0.3s;
          transition: all, 0.3s;
  background-color: #222222;
}
#footer .sns .insta {
  font-size: 1.2em;
  width: 20%;
  background-color: #e4405f;
}
#footer .sns .fb {
  font-size: 1.2em;
  width: 20%;
  background-color: #3b5999;
}
#footer .sns .tw {
  font-size: 1.2em;
  width: 20%;
  background-color: #55acee;
}
#footer .sns .contact {
  font-size: 0.8em;
  width: 40%;
  background-color: #26C6DA;
}
@media only screen and (min-width: 769px) {

  #footer {
    height: auto;
  }

  #footer .copyright p {
    padding: 0;
    text-align: center;
  }
  #footer .sns {
    width: 100%;
  }
}



