@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.pc {
  display: none !important;
}

.sp {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: .7;
}

p {
  line-height: 1.8em;
}

.tel {
  pointer-events: all;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

h2 {
  font-weight: bold;
}

.nav {
  background: rgba(242, 135, 155, 0.9);
  color: #fff;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  top: 90px;
  right: -100%;
  position: fixed;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.nav_list > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.nav_list > li > a:hover {
  opacity: .7;
}

.nav_list > li > a::after {
  content: attr(data-text);
  display: block;
}

.nav_list > li > a img {
  display: none;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: absolute !important;
  top: 50px;
  right: 15px;
  margin-top: -5px;
  width: 30px;
  height: 18px;
}

.sp_nav_trigger.active {
  position: fixed !important;
}

.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f2879b;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}

.sp_nav_trigger span:nth-of-type(2) {
  top: 8px;
}

.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp_nav_trigger::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: 'menu';
  display: block;
  width: 100%;
  padding-top: 20px;
  color: #f2879b;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Lato', sans-serif;
}

.sp_nav_trigger.active {
  height: 22px;
}

.sp_nav_trigger.active::after {
  content: 'close';
  bottom: -18px;
  color: #f2879b;
}

.sp_nav_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #f2879b;
}

.sp_nav_trigger.active span:nth-of-type(2) {
  opacity: 0;
  background: #f2879b;
}

.sp_nav_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #f2879b;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
body {
  position: relative;
}

.sub_pt {
  padding-top: 90px;
}

.hd_bg {
  width: 100%;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

.hd_bg .hd_top {
  width: 100%;
  height: 30px;
  background: #f2879b;
}

.hd_bg .hd_top p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 3px;
}

.hd_bg .hd {
  width: 100%;
  height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hd_bg .hd .hd_con {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hd_bg .hd_logo {
  width: 20%;
  max-width: 106px;
  padding: 0px 15px;
}

.hd_bg .hd_r {
  width: 80%;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd_login {
  width: 10%;
  margin: 0 10px;
  text-align: center;
}

.hd_bg .hd_cart {
  width: 10%;
  margin: 0 10px;
  text-align: center;
}

.hd_bg .nav_bg {
  width: 65%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .nav_bg .nav {
  width: 100%;
}

.hd_bg .nav_bg .nav .nav_list {
  width: 100%;
  margin-bottom: 10px;
}

.hd_bg .nav_bg .nav .nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.hd_bg .nav_bg .nav .nav_list li a .en {
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}

.hd_bg .nav_bg .nav .nav_list li a .ja {
  display: inline-block;
  font-size: 10px;
}

.hd_bg .nav_bg .nav .nav_list li a::after {
  content: "";
  width: 0px;
  height: 1px;
  background: #f2879b;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  -webkit-transition: .3s;
  transition: .3s;
}

.hd_bg .nav_bg .nav .nav_list li a:hover::after {
  width: 30px;
}

.hd_bg .nav_bg .nav .nav_list li a.current::after {
  width: 30px;
}

.hd_bg .nav_bg .nav .sp_nav_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  width: calc(100% - 20px);
  display: block;
  margin: 0px 10px;
}

.hd_bg .nav_bg .nav .sp_nav_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hd_bg .nav_bg .nav .sp_nav_item li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hd_bg .nav_bg .nav .sp_nav_item li:first-child .btn01 {
  width: 90%;
  border: 1px solid #fff;
  background: #f2879b;
  font-size: 12px;
  text-align: center;
}

.hd_bg .nav_bg .nav .sp_nav_item li:nth-child(2) .btn01 {
  width: 90%;
  background: #fff;
  color: #f2879b;
  font-size: 12px;
  text-align: center;
}

.hd_bg .nav_bg .nav .sp_nav_item li:nth-child(2) .btn01::before {
  content: "";
  background: url(../img/common/arrow02.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .hd_bg .hd_logo {
    padding: 0px 10px;
  }
  .hd_bg .hd_login .btn01 {
    font-size: 14px;
  }
  .hd_bg .nav_bg .nav .nav_list li a {
    display: block;
    padding: 10px 10px;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** common
******************************************************************************
----------------------------------------------------------------------------*/
.btn01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f2879b), to(#f5a7b5));
  background: linear-gradient(to top, #f2879b, #f5a7b5);
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  padding: 15px;
  padding-right: 50px;
  position: relative;
}

.btn01::before {
  content: "";
  background: url(../img/common/arrow01.png) center no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 10px;
}

@media screen and (max-width: 900px) {
  .btn01 {
    padding: 10px;
    padding-right: 35px;
  }
  .btn01::before {
    content: "";
    background: url(../img/common/arrow01.png) center no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 5px;
  }
}

.bread_Area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread_Area .inner {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bread_Area .breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread_Area .breadcrumb li {
  font-size: 12px;
  color: #333;
}

.bread_Area .breadcrumb li a {
  text-decoration: none;
  color: #184d9b;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
}

.bread_Area .breadcrumb li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #404045;
  border-right: 1px solid #404045;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 5px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_bg {
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(../img/top/main_bg_sp.jpg) center no-repeat;
  background-size: cover;
}

.top_main_bg .top_main_con {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_main_bg .top_main_con .top_main_txt {
  max-width: 70%;
  margin-bottom: 30px;
}

.top_news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  border-bottom: 1px solid #cccccc;
}

.top_news .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_news h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.top_news .top_news_block .news_list {
  width: 100%;
}

.top_news .top_news_block .news_list li, .top_news .top_news_block .news_list .news_list_box {
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
}

.top_news .top_news_block .news_list li .new, .top_news .top_news_block .news_list .news_list_box .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2879b;
  color: #fff;
  font-size: 12px;
  width: 40px;
  text-align: center;
}

.top_news .top_news_block .news_list li p, .top_news .top_news_block .news_list li .ec-newsRole__newsHeading, .top_news .top_news_block .news_list .news_list_box p, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}

.top_news .top_news_block .news_list li p .date, .top_news .top_news_block .news_list li .ec-newsRole__newsHeading .date, .top_news .top_news_block .news_list .news_list_box p .date, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsHeading .date {
  font-size: 16px;
  color: #f2879b;
  font-weight: bold;
  padding: 0 30px 0 0px;
}

.top_news .top_news_block .news_list li p .ttl, .top_news .top_news_block .news_list li .ec-newsRole__newsHeading .ttl, .top_news .top_news_block .news_list .news_list_box p .ttl, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsHeading .ttl {
  color: #333;
  font-size: 16px;
  letter-spacing: .1em;
}

.top_news .top_news_block .news_list li .ec-newsRole__newsDescription, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsDescription {
  display: none;
  margin-top: 10px;
}

.top_news .top_news_block .news_list li .ec-newsRole__newsColumn, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsColumn {
  padding-right: 15px;
}

.top_news .top_news_block .news_list li .ec-newsRole__newsClose, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsClose {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

.top_news .top_news_block .news_list li .ec-newsRole__newsDescription, .top_news .top_news_block .news_list .news_list_box .ec-newsRole__newsDescription {
  padding-left: 0px;
  padding-right: 15px;
}

.top_block01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 50px 0;
  padding: 30px 0;
}

.top_block01 .top_block01_bg {
  position: absolute;
  width: 70%;
  height: 60%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  z-index: -1;
}

.top_block01 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_block01 .top_block01_flex {
  width: 100%;
}

.top_block01 .top_block01_flex .img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.top_block01 .top_block01_flex .txt_box {
  width: 100%;
  padding: 15px;
}

.top_block01 .top_block01_flex .txt_box h2 {
  margin-bottom: 30px;
}

.top_block01 .top_block01_flex .txt_box h2 .ja {
  font-size: 20px;
  color: #333;
  width: 100%;
  display: block;
}

.top_block01 .top_block01_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #f8b0bd;
}

.top_block01 .top_block01_flex .txt_box p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  color: #333;
}

.top_block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 50px 0;
  padding: 30px 0;
}

.top_block02 .top_block02_bg {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  z-index: -1;
}

.top_block02 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_block02 .top_block02_flex {
  width: 100%;
}

.top_block02 .top_block02_flex .img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.top_block02 .top_block02_flex .txt_box {
  width: 100%;
  padding: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top_block02 .top_block02_flex .txt_box h2 {
  margin-bottom: 30px;
}

.top_block02 .top_block02_flex .txt_box h2 .ja {
  font-size: 20px;
  color: #333;
  width: 100%;
  display: block;
}

.top_block02 .top_block02_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #f8b0bd;
}

.top_block02 .top_block02_flex .txt_box p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  color: #333;
}

.top_block02 .top_block02_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_block02 .top_block02_btn .btn01 {
  width: 90%;
  padding: 15px;
  padding-right: 35px;
  padding-left: 35px;
  text-align: center;
}

.top_block03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 50px 0;
  padding: 30px 0;
}

.top_block03 .top_block03_bg {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  z-index: -1;
}

.top_block03 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_block03 .top_block03_flex {
  width: 100%;
}

.top_block03 .top_block03_flex .img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.top_block03 .top_block03_flex .txt_box {
  width: 100%;
  padding: 15px;
}

.top_block03 .top_block03_flex .txt_box h2 {
  margin-bottom: 30px;
}

.top_block03 .top_block03_flex .txt_box h2 .ja {
  font-size: 20px;
  color: #333;
  width: 100%;
  display: block;
}

.top_block03 .top_block03_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #f8b0bd;
}

.top_block03 .top_block03_flex .txt_box p {
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20px;
  color: #333;
}

.top_product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.top_product .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_product h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.top_product .top_product_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_product .top_product_block a {
  display: block;
  width: calc(100% / 2 - 5px);
  margin-right: 10px;
  margin-bottom: 40px;
  text-decoration: none;
}

.top_product .top_product_block a:nth-child(2n) {
  margin-right: 0;
}

.top_product .top_product_block a .img {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.top_product .top_product_block a .txt p {
  font-size: 16px;
  text-align: center;
  color: #333;
}

.top_product .top_product_block a .txt p .sub {
  display: block;
  text-align: center;
  font-size: 12px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
.ft01_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f3f3f3;
  padding: 20px 0;
}

.ft01_bg .ft_contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.ft01_bg .ft_contents .ft_flex {
  width: 100%;
  margin-bottom: 20px;
}

.ft01_bg .ft_contents .ft_flex .ft_l {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.ft01_bg .ft_contents .ft_flex .ft_l a {
  display: block;
  margin: 0 15px;
}

.ft01_bg .ft_contents .ft_flex .ft_r {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ft01_bg .ft_contents .ft_flex .ft_r a {
  text-decoration: none;
  padding: 0 10px;
  margin: 15px;
}

.ft01_bg .ft_contents .ft_flex .ft_r a .en {
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.ft01_bg .ft_contents .ft_flex .ft_r a .ja {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
}

.ft01_bg .ft_contents .ft_flex .ft_r a.btn01 {
  width: 80%;
  padding: 15px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.ft01_bg .ft_contents .ft_nav {
  width: 100%;
}

.ft01_bg .ft_contents .ft_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ft01_bg .ft_contents .ft_nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 10px;
  margin: 0 10px;
  display: block;
}

.ft02_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.ft02_bg .ft_copy {
  font-size: 12px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.sub_main_bg {
  margin-top: 90px;
  width: 100%;
  height: 200px;
  background: url(../img/common/sub_bg.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub_main_bg.product_premium {
  background: url(../img/product/premium_main_bg.jpg) center no-repeat;
  background-size: cover;
  height: 400px;
}

.sub_main_bg.product_premium .sub_main_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sub_main_bg.product_premium .sub_main_txt {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.sub_main_bg .sub_main_con {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_main_bg .sub_main_con h1, .sub_main_bg .sub_main_con div {
  line-height: 1.6;
}

.sub_main_bg .sub_main_con h1 .en, .sub_main_bg .sub_main_con div .en {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.sub_main_bg .sub_main_con h1 .ja, .sub_main_bg .sub_main_con div .ja {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.bread_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bread_area ul {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bread_area ul li {
  color: #333;
  font-size: 12px;
}

.bread_area ul li a {
  text-decoration: none;
  color: #f2879b;
  position: relative;
  padding-right: 15px;
}

.bread_area ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #f2879b;
  border-right: 1px solid #f2879b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 5px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** concept
******************************************************************************
----------------------------------------------------------------------------*/
.concept_main {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 60vw;
  max-height: 680px;
  background: url(../img/concept/concept_main_img_bg_sp.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_main .img {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block01 {
  width: 100%;
  position: relative;
}

.concept_block01 .concept_block01_bg01 {
  position: absolute;
  width: 40vw;
  height: 400px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  top: 0;
  right: 0;
  z-index: -1;
}

.concept_block01 .concept_block01_bg02 {
  position: absolute;
  width: 40vw;
  height: 55vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.concept_block01 .concept_block01_flex01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 50px;
}

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con .img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
}

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con .txt_box {
  width: 100%;
}

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con .txt_box p {
  font-size: 16px;
  color: #333;
}

.concept_block01 .concept_block01_flex02 {
  width: 100%;
  padding: 10px;
  padding-bottom: 50px;
}

.concept_block01 .concept_block01_flex02 .img {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}

.concept_block01 .concept_block01_flex02 .img .img_sub {
  display: none;
  position: absolute;
  width: 30%;
  bottom: -50px;
  right: 0px;
}

.concept_block01 .concept_block01_flex02 .txt_box {
  width: 100%;
}

.concept_block01 .concept_block01_flex02 .txt_box p {
  font-size: 16px;
  color: #333;
}

.concept_block02 {
  width: 100%;
  margin-bottom: 50px;
}

.concept_block02 .concept_block02_main {
  width: 100%;
  height: 300px;
  background: url(../img/concept/bg01.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.concept_block02 .concept_block02_main .concept_block02_main_flex {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_block02 .concept_block02_main .concept_block02_main_txt {
  width: 100%;
  padding: 15px;
}

.concept_block02 .concept_block02_main .concept_block02_main_txt .img {
  margin-bottom: 30px;
}

.concept_block02 .concept_block02_main .concept_block02_main_txt p {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 10px #000;
}

.concept_block02 .concept_block02_contents_flex {
  width: 100%;
  position: relative;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex_bg {
  position: absolute;
  width: 25vw;
  height: 400px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
  bottom: -50px;
  right: 0;
  z-index: -1;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex {
  width: 100%;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex .concept_block02_img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex .concept_block02_txt {
  width: 100%;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex .concept_block02_txt p {
  font-size: 16px;
  color: #333;
}

.concept_block03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept_block03 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block03 h2 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.concept_block03 .concept_block03_box {
  width: 100%;
  margin-bottom: 50px;
}

.concept_block03 .concept_block03_box .img {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 500px;
}

.concept_block03 .concept_block03_box .txt {
  width: 100%;
}

.concept_block03 .concept_block03_box .txt h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.concept_block03 .concept_block03_box .txt p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.concept_block03 .concept_block03_box .txt ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.concept_block03 .concept_block03_box .txt ul li::before {
  content: "";
  width: .8em;
  height: .8em;
  background: #f2879b;
  border-radius: 50px;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.concept_block04 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept_block04 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block04 h2 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.concept_block04 .concept_block04_box {
  width: 100%;
  margin-bottom: 50px;
}

.concept_block04 .concept_block04_box .img {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 500px;
}

.concept_block04 .concept_block04_box .txt {
  width: 100%;
}

.concept_block04 .concept_block04_box .txt h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.concept_block04 .concept_block04_box .txt p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.concept_block04 .concept_block04_box .txt ul li {
  font-size: 16px;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.concept_block04 .concept_block04_box .txt ul li::before {
  content: "";
  width: .8em;
  height: .8em;
  background: #f2879b;
  border-radius: 50px;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.concept_block05 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.concept_block05 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.concept_block05 h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.concept_block05 .concept_block05_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.concept_block05 .concept_block05_flex .img {
  width: 100%;
  margin-bottom: 20px;
}

.concept_block05 p {
  font-size: 16px;
  color: #333;
}

.concept_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** faq
******************************************************************************
----------------------------------------------------------------------------*/
.faq_block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.faq_block01.last {
  margin-bottom: 100px;
}

.faq_block01 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.faq_block01 h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.faq_block01 .faq_box .question_dl01 {
  padding: 15px 0;
  border-bottom: 2px solid #ccc;
}

.faq_block01 .faq_box .question_dl01 dt {
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  /*
				&::after{
					content: "";
					width: 6px;
					height: 6px;
					border-top: 2px solid #f2879b;
					border-right: 2px solid #f2879b;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					position: absolute;
					top: calc(50% - 3px);
					right: 5px;
				}
				&.open_answer{
					&::after{
						-webkit-transform: rotate(-45deg);
						transform: rotate(-45deg);
					}
				}
				*/
}

.faq_block01 .faq_box .question_dl01 dt::before {
  content: "";
  background: url(../img/common/q.png) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
}

.faq_block01 .faq_box .question_dl01 dd {
  width: 100%;
  padding: 15px 15px 15px 50px;
  position: relative;
  font-size: 16px;
  margin-top: 15px;
}

.faq_block01 .faq_box .question_dl01 dd::before {
  content: "";
  background: url(../img/common/a.png) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 0;
}

.faq_block01 .faq_box .question_dl01 dd ul {
  margin: 15px 0;
}

.faq_block01 .faq_box .question_dl01 dd ul li {
  padding-left: 1em;
  position: relative;
}

.faq_block01 .faq_box .question_dl01 dd ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #f2879b;
}

/*----------------------------------------------------------------------------
******************************************************************************
** guide
******************************************************************************
----------------------------------------------------------------------------*/
.guid_main_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.guid_main_txt .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.guid_main_txt .contents p {
  font-size: 16px;
  text-align: center;
  line-height: 2em;
}

.guide_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.guide_block .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.guide_block h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.guide_block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.guide_block .comment {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1px;
}

.guide_block .t_a_c {
  text-align: center;
}

.guide_block .guide_tb01 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.guide_block .guide_tb01 table {
  width: 100%;
}

.guide_block .guide_tb01 table tr th, .guide_block .guide_tb01 table tr td {
  text-align: center;
  padding: 20px 10px;
  width: 50%;
  font-size: 16px;
}

.guide_block .guide_tb01 table tr th {
  background: #f2879b;
  color: #fff;
}

.guide_block .guide_tb01 table tr th:first-child {
  border-right: 1px solid #fff;
}

.guide_block .guide_tb01 table tr td {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
}

.guide_block .guide_tb01 table tr td:first-child {
  border-right: 1px solid #eee;
  font-weight: bold;
}

.guide_block .guide_tb02 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.guide_block .guide_tb02 table {
  width: 100%;
}

.guide_block .guide_tb02 table tr th, .guide_block .guide_tb02 table tr td {
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
}

.guide_block .guide_tb02 table tr th {
  background: #f2879b;
  color: #fff;
  width: 40%;
}

.guide_block .guide_tb02 table tr td {
  background: #fbfbfb;
  width: 60%;
}

.guide_block .guide_block_time_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.guide_block .guide_block_time_list li {
  width: 100px;
  padding: 10px;
  text-align: center;
  margin: 5px;
  border: 1px solid #ddd;
  color: #333;
  background: #fbfbfb;
  font-size: 16px;
}

.guide_block .guide_list01 {
  margin: 20px 15px;
}

.guide_block .guide_list01 li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 5px;
}

.guide_block .guide_list01 li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #f2879b;
}

.guide_block .pay_box {
  margin-bottom: 20px;
}

.guide_block .pay_box h3 {
  font-size: 18px;
}

.guide_block .list_item {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 5px;
}

.guide_block .list_item::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #f2879b;
}

.guide_block .comment_red {
  color: #d22323;
  font-size: 14px;
}

.guide_block .guide_btn_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** product
******************************************************************************
----------------------------------------------------------------------------*/
.product_info_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
  padding: 50px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffeaee), to(#fffafb));
  background: linear-gradient(to top, #ffeaee, #fffafb);
}

.product_info_feature .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.product_info_feature h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.product_info_feature .product_info_feature_list {
  width: 100%;
  counter-reset: number 0;
}

.product_info_feature .product_info_feature_list li {
  position: relative;
  font-size: 16px;
  /*padding-left: 50px;*/
  line-height: 2em;
  margin-bottom: 15px;
  /*
			&::before{
				counter-increment: number 1;
				content: counter(number);
				color: #fff;
				background: #f2879b;
				border-radius: 50px;
				position: absolute;
				top: 0;
				left: 0;
				width: 30px;
				height: 30px;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 16px;
			}
			*/
}

.product_info_explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.product_info_explanation .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.product_info_explanation h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.product_info_explanation .product_info_explanation_tb {
  width: 100%;
}

.product_info_explanation .product_info_explanation_tb table {
  width: 100%;
}

.product_info_explanation .product_info_explanation_tb table tr th, .product_info_explanation .product_info_explanation_tb table tr td {
  font-size: 16px;
  padding: 20px 15px;
  width: 100%;
  display: block;
}

.product_info_explanation .product_info_explanation_tb table tr th {
  color: #fff;
  background: #bbbbbb;
}

.product_info_explanation .product_info_explanation_tb table tr td {
  color: #333;
  background: #fbfbfb;
}

.product_info_explanation .product_info_explanation_tb table tr th {
  border-bottom: 1px solid #fff;
}

.product_info_explanation .product_info_explanation_tb table tr td {
  border-bottom: 1px solid #ddd;
}

.product_info_component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.product_info_component .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.product_info_component h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.product_info_component .product_info_component_box {
  width: 100%;
  margin-bottom: 30px;
}

.product_info_component .product_info_component_box .list_item {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 10px;
}

.product_info_component .product_info_component_box .list_item::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #f2879b;
}

.product_info_component .product_info_component_box p {
  font-size: 16px;
  padding: 15px;
  background: #fbfbfb;
  border: 1px solid #ddd;
}

.product_info_component .product_info_component_block {
  width: 100%;
  margin: 50px auto 0;
  padding: 30px 15px;
  background: #fff5f7;
  border: 1px solid #f2879b;
}

.product_info_component .product_info_component_block .img {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.product_info_component .product_info_component_block .txt {
  width: 100%;
}

.product_info_component .product_info_component_block .txt h3 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.product_info_component .product_info_component_block .txt p {
  font-size: 16px;
  color: #333;
}

.product_info_enthusiast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0 100px;
}

.product_info_enthusiast .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.product_info_enthusiast h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.product_info_enthusiast .product_info_enthusiast_flex {
  width: 100%;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .img {
  width: 33%;
  max-width: 250px;
  margin-right: 2%;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .txt {
  width: 65%;
  padding-left: 10px;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .txt h3 {
  margin-bottom: 10px;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .txt h3 .cate {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  background: #f2879b;
  margin-bottom: 5px;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .txt h3 .name {
  font-size: 18px;
  color: #333;
  display: block;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box .txt p {
  font-size: 14px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** company
******************************************************************************
----------------------------------------------------------------------------*/
.company_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.company_block .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.company_block h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.company_block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.company_block .comment {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1px;
}

.company_block .t_a_c {
  text-align: center;
}

.company_block .company_tb01 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.company_block .company_tb01 table {
  width: 100%;
}

.company_block .company_tb01 table tr th, .company_block .company_tb01 table tr td {
  padding: 20px 10px;
  font-size: 16px;
}

.company_block .company_tb01 table tr th {
  background: #f2879b;
  color: #fff;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.company_block .company_tb01 table tr td {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  width: 75%;
  padding: 20px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** terms
******************************************************************************
----------------------------------------------------------------------------*/
.terms_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0 100px;
}

.terms_block .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.terms_block h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.terms_block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.terms_block .comment {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1px;
}

.terms_block .t_a_c {
  text-align: center;
}

.terms_block .terms_box {
  width: 100%;
  margin: 30px 0;
}

.terms_block .terms_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.terms_block .terms_box .ul_01 {
  width: 100%;
  counter-reset: number 0;
}

.terms_block .terms_box .ul_01 li {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
  margin-bottom: 5px;
}

.terms_block .terms_box .ul_01 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.terms_block .terms_box .ul_02 {
  width: 100%;
  counter-reset: number 0;
  padding-left: 1em;
}

.terms_block .terms_box .ul_02 li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.terms_block .terms_box .ul_02 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** social_media_policy
******************************************************************************
----------------------------------------------------------------------------*/
.social_media_policy_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0 100px;
}

.social_media_policy_block .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.social_media_policy_block h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.social_media_policy_block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.social_media_policy_block .comment {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1px;
}

.social_media_policy_block .t_a_c {
  text-align: center;
}

.social_media_policy_block .social_media_policy_box {
  width: 100%;
  margin: 30px 0;
}

.social_media_policy_block .social_media_policy_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.social_media_policy_block .social_media_policy_box .ul_01 {
  width: 100%;
  counter-reset: number 0;
}

.social_media_policy_block .social_media_policy_box .ul_01 li {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
  margin-bottom: 5px;
}

.social_media_policy_block .social_media_policy_box .ul_01 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.social_media_policy_block .social_media_policy_box .ul_02 {
  width: 100%;
  counter-reset: number 0;
  padding-left: 1em;
}

.social_media_policy_block .social_media_policy_box .ul_02 li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.social_media_policy_block .social_media_policy_box .ul_02 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** privacy
******************************************************************************
----------------------------------------------------------------------------*/
.privacy_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0 100px;
}

.privacy_block .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.privacy_block h2 {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.privacy_block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy_block .comment {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1px;
}

.privacy_block .t_a_c {
  text-align: center;
}

.privacy_block .privacy_box {
  width: 100%;
  margin: 30px 0;
}

.privacy_block .privacy_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy_block .privacy_box a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.privacy_block .privacy_box .ul_01 {
  width: 100%;
  counter-reset: number 0;
}

.privacy_block .privacy_box .ul_01 li {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_block .privacy_box .ul_01 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.privacy_block .privacy_box .ul_02 {
  width: 100%;
  counter-reset: number 0;
  padding-left: 1em;
}

.privacy_block .privacy_box .ul_02 li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  margin-bottom: 5px;
}

.privacy_block .privacy_box .ul_02 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.privacy_block .privacy_box_contact {
  margin-top: 50px;
  border: 1px dashed #000;
  padding: 10px;
}
/*# sourceMappingURL=sp.css.map */