@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none !important;
}

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

a:hover {
  opacity: .7;
}

p {
  line-height: 1.8em;
}

.tel {
  pointer-events: none;
}

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

h2 {
  font-weight: bold;
}

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

.sub_pt {
  padding-top: 115px;
}

.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: 14px;
  color: #fff;
  text-align: center;
  padding: 3px;
}

.hd_bg .hd {
  width: 100%;
  height: 85px;
  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: 15%;
  max-width: 106px;
  padding: 0px 15px;
}

.hd_bg .hd_r {
  width: 85%;
  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: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hd_bg .hd_login .btn01 {
  width: 80%;
  min-width: 230px;
}

.hd_bg .hd_cart {
  width: 5%;
  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%;
  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;
  margin-bottom: 0;
}

.hd_bg .nav_bg .nav .nav_list li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  position: relative;
}

.hd_bg .nav_bg .nav .nav_list li a .en {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #333333;
}

.hd_bg .nav_bg .nav .nav_list li a .ja {
  display: block;
  font-size: 12px;
  color: #aaaaaa;
  text-align: center;
}

.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;
}

@media screen and (max-width: 900px) {
  .hd_bg .hd_logo {
    padding: 0px 10px;
  }
  .hd_bg .hd_login .btn01 {
    font-size: 14px;
  }
  .hd_bg .hd_login .btn01 {
    min-width: auto;
    width: 100%;
  }
  .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: 16px;
  border-radius: 50px;
  padding: 15px 30px;
  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: 920px) {
  .btn01 {
    padding: 10px 15px;
    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 - 115px);
  margin-top: 115px;
  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: url(../img/top/main_bg_pc.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: 60%;
}

.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: 32px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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: 16px;
  width: 80px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.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;
  padding-left: 100px;
}

.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 10px;
}

.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;
  padding-right: 20px;
}

.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;
}

.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: 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: 110px;
}

.top_news .top_news_block .news_list li .description_flag, .top_news .top_news_block .news_list .news_list_box .description_flag {
  cursor: pointer;
}

.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: 100px 0;
  padding: 130px 0;
}

.top_block01 .top_block01_bg {
  position: absolute;
  width: 50%;
  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_block01 .contents {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

.top_block01 .top_block01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_block01 .top_block01_flex .img {
  width: 58%;
  max-width: 700px;
}

.top_block01 .top_block01_flex .txt_box {
  width: 36%;
  padding: 10px;
}

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

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

.top_block01 .top_block01_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 15px;
  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: 100px 0;
}

.top_block02 .top_block02_bg {
  position: absolute;
  width: 40%;
  height: 70%;
  top: 20%;
  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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_block02 .top_block02_flex .img {
  width: 58%;
  max-width: 700px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top_block02 .top_block02_flex .txt_box {
  width: 36%;
  padding: 10px;
  -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: 24px;
  color: #333;
  width: 100%;
  display: block;
}

.top_block02 .top_block02_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 15px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.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: 100px 0;
  padding-bottom: 130px;
}

.top_block03 .top_block03_bg {
  position: absolute;
  width: 40%;
  height: 80%;
  bottom: 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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_block03 .top_block03_flex .img {
  width: 58%;
  max-width: 700px;
}

.top_block03 .top_block03_flex .txt_box {
  width: 36%;
  padding: 10px;
}

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

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

.top_block03 .top_block03_flex .txt_box h2 .en {
  width: 100%;
  display: block;
  font-size: 15px;
  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: 100px 0;
}

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

.top_product h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.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% / 3 - 16px);
  margin-right: 21px;
  margin-bottom: 40px;
  text-decoration: none;
}

.top_product .top_product_block a:nth-child(3n) {
  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: 22px;
  text-align: center;
  color: #333;
}

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

/*----------------------------------------------------------------------------
******************************************************************************
** 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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.ft01_bg .ft_contents .ft_flex .ft_l {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

.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 {
  padding: 10px 30px;
  padding-right: 50px;
}

.ft01_bg .ft_contents .ft_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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 5px;
}

.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: 115px;
  width: 100%;
  height: 250px;
  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: 520px;
}

.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: 90%;
  margin: 0 auto;
  padding: 30px 15px;
}

.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: 36px;
  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: 50px;
  margin-bottom: 50px;
  height: 50vw;
  max-height: 680px;
  background: url(../img/concept/concept_main_img_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;
  -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: 100px;
  margin-bottom: 100px;
}

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

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 20px);
  margin-left: 40px;
  max-width: 520px;
}

.concept_block01 .concept_block01_flex01 .concept_block01_flex01_con .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 20px);
}

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

.concept_block01 .concept_block01_flex02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 250px;
}

.concept_block01 .concept_block01_flex02 .img {
  max-width: calc(50% - 20px);
  position: relative;
}

.concept_block01 .concept_block01_flex02 .img .img_sub {
  position: absolute;
  width: 30%;
  bottom: -100px;
  right: -150px;
}

.concept_block01 .concept_block01_flex02 .txt_box {
  width: calc(50% - 20px);
  max-width: 520px;
  margin-left: 40px;
}

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

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

.concept_block02 .concept_block02_main {
  width: 100%;
  height: 500px;
  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: 80px;
}

.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: 50%;
  max-width: 600px;
}

.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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex .concept_block02_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% - 20px);
  max-width: 520px;
  margin-left: 40px;
}

.concept_block02 .concept_block02_contents_flex .concept_block02_flex .concept_block02_txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(50% - 20px);
}

.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: 24px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.concept_block03 .concept_block03_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.concept_block03 .concept_block03_box .img {
  width: 40%;
  margin-right: 4%;
  max-width: 500px;
}

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

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

.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: 24px;
  padding-bottom: 5px;
  margin-bottom: 50px;
  border-bottom: 2px solid #f2879b;
  font-weight: normal;
}

.concept_block04 .concept_block04_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.concept_block04 .concept_block04_box .img {
  width: 48%;
  margin-left: 4%;
  max-width: 560px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.concept_block04 .concept_block04_box .txt {
  width: 48%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.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;
}

.concept_block05 .concept_block05_flex .img {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.concept_block05 .concept_block05_flex .img:nth-child(3n) {
  margin-right: 0;
}

.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: 100px 0;
}

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

.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: 20px 0;
  border-bottom: 2px solid #ccc;
}

.faq_block01 .faq_box .question_dl01 dt {
  width: 100%;
  position: relative;
  padding: 15px 15px 15px 70px;
  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: 15px;
				}
				&.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;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_block01 .faq_box .question_dl01 dd {
  width: 100%;
  padding: 15px 15px 15px 70px;
  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;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.guide_block .guide_block_time_list li {
  width: 130px;
  padding: 10px;
  text-align: center;
  margin: 10px;
  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: 80px;*/
  line-height: 2em;
  margin-bottom: 10px;
  /*
			&::before{
				counter-increment: number 1;
				content: counter(number);
				color: #fff;
				background: #f2879b;
				border-radius: 50px;
				position: absolute;
				top: 0;
				left: 0;
				width: 50px;
				height: 50px;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 18px;
			}
			*/
}

.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;
}

.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: 80%;
  margin: 50px auto 0;
  padding: 25px;
  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: #fff5f7;
  border: 1px solid #f2879b;
}

.product_info_component .product_info_component_block .img {
  width: 30%;
  margin-right: 5%;
}

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

.product_info_component .product_info_component_block .txt h3 {
  font-size: 24px;
  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%;
  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;
}

.product_info_enthusiast .product_info_enthusiast_flex .product_info_enthusiast_box {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-right: 40px;
  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:nth-child(2n) {
  margin-right: 0;
}

.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: 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 100px;
}

.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: 2em;
}

.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: 2em;
}

.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: 2em;
}

.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;
  max-width: 730px;
}
/*# sourceMappingURL=style.css.map */