@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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: 100%;
  height: 135px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 0;
  background: #000;
}

.header .hd {
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .hd .hd_con {
  width: 100%;
  max-width: 1220px;
  padding: 10px;
  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;
}

.header .hd .hd_con .hd_logo {
  width: 16%;
  max-width: 190px;
}

.header .hd .hd_con .hd_logo a {
  text-decoration: none;
}

.header .hd .hd_con .hd_logo p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.header .hd .hd_con .hd_search {
  width: 38%;
  position: relative;
}

.header .hd .hd_con .hd_search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 0;
}

.header .hd .hd_con .hd_search .search #cate_menu {
  position: absolute;
  top: 40px;
  left: 0;
  background: #444444;
  z-index: 2;
}

.header .hd .hd_con .hd_search .search #cate_menu li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  display: block;
  text-align: left;
}

.header .hd .hd_con .hd_search label {
  width: 70%;
}

.header .hd .hd_con .hd_search input {
  background: #d1d2cd;
  border: none;
  padding: 10px 10px;
  width: 100%;
  font-size: 12px;
  height: 40px;
}

.header .hd .hd_con .hd_search input::-webkit-input-placeholder {
  color: #888;
}

.header .hd .hd_con .hd_search input:-ms-input-placeholder {
  color: #888;
}

.header .hd .hd_con .hd_search input::-ms-input-placeholder {
  color: #888;
}

.header .hd .hd_con .hd_search input::placeholder {
  color: #888;
}

.header .hd .hd_con .hd_search .menu-search-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
}

.header .hd .hd_con .hd_search .cate_link {
  width: 30%;
  background: #444444;
  color: #fff;
  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;
  padding: 5px;
  height: 40px;
}

.header .hd .hd_con .hd_search .cate_link .cate_link_text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.header .hd .hd_con .hd_search .cate_link .cate_link_text::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 2px;
  top: calc(50% - 5px);
}

.header .hd .hd_con .hd_search .cate_link #toggle {
  display: none;
  cursor: pointer;
}

.header .hd .hd_con .hd_search .cate_link #cate_menu {
  display: none;
}

.header .hd .hd_con .hd_search .cate_link #toggle:checked + #cate_menu {
  display: block;
}

.header .hd .hd_con .hd_link {
  width: 30%;
}

.header .hd .hd_con .hd_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .hd .hd_con .hd_link ul li {
  width: 24%;
}

.header .hd .hd_con .hd_link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.header .hd .hd_con .hd_link ul li a .img {
  margin-bottom: 2px;
  width: 100%;
  text-align: center;
}

.header .hd .hd_con .hd_link ul li a .txt {
  width: 100%;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
}

.header .hd .hd_con .hd_link ul li a .navCartIcon {
  position: absolute;
  top: -10px;
  right: 5px;
  background: red;
  padding: 3px 9px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}

.header .hd .hd_con .hd_link ul.blog_hd_ul {
  display: none;
}

.header .hd_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #222222;
  position: relative;
  height: 45px;
}

.header .hd_nav .nav_bg {
  width: 100%;
  max-width: 1220px;
  padding: 10px;
}

.header .hd_nav .nav_bg .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hd_nav .nav_bg .nav_list li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.header .hd_nav .nav_bg .nav_list .sp_cate_link_text {
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
  font-size: 14px;
}

.header .hd_nav .nav_bg .nav_list #toggle02 {
  display: none;
  cursor: pointer;
}

.header .hd_nav .nav_bg .nav_list #cate_menu02 {
  display: none;
}

.header .hd_nav .nav_bg .nav_list #cate_menu02 li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: left;
}

.header .hd_nav .nav_bg .nav_list #toggle02:checked + #cate_menu02 {
  display: block;
  z-index: 9999;
  position: absolute;
  background: #444;
  padding: 10px;
  top: 45px;
  max-height: 400px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.header .hd_nav .nav_bg .nav_list #toggle02:checked + #cate_menu02::-webkit-scrollbar {
  display: none;
}

.header .hd_nav .nav_bg .nav_list #toggle02:checked + #cate_menu02 li {
  padding: 3px 0;
}

.header_bottom {
  margin-top: 130px;
  position: relative;
}

.top_main {
  position: relative;
  height: calc(100vh - 135px);
}

.top_main .slick-slider {
  height: 100%;
}

.top_main .slick-slider .slick-list {
  height: 100%;
}

.top_main .slick-slider .slick-list .slick-slide picture {
  width: 100%;
  padding-top: calc(100vh - 135px);
  display: block;
  position: relative;
}

.top_main .slick-slider .slick-list .slick-slide picture img {
  display: block;
  max-width: 100%;
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_main .scroll_down_btn {
  font-size: .71em;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 2em);
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 0;
  z-index: 100;
}

.top_main .scroll_down_btn span::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  content: '';
  width: 1px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.ank {
  padding-top: 135px;
  margin-top: -135px;
}

.common_ttl01 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../img/common/ttl_bg01.png);
  margin-bottom: 50px;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
}

.common_ttl01::before {
  content: "";
  width: 50px;
  height: 130%;
  position: absolute;
  bottom: -20px;
  right: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(30deg);
}

.common_ttl01::after {
  content: "";
  width: 168px;
  height: 6px;
  background: url(../img/common/ttl_item01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  right: -80px;
}

.common_ttl01 .common_ttl01_h2 {
  color: #fff;
  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;
  width: 100%;
  max-width: 610px;
  padding-left: 10px;
  padding-right: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.common_ttl01 .common_ttl01_h2 .ttl {
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
}

.common_ttl01 .common_ttl01_h2 .sub {
  font-size: 16px;
  font-weight: 400;
}

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

.common_ttl02 .common_ttl02_h2 {
  color: #000;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 610px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}

.common_ttl02 .common_ttl02_h2::after {
  content: "";
  height: 2px;
  width: 70px;
  background: #d6000f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}

.common_ttl02 .common_ttl02_h2 .ttl {
  font-size: 66px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1em;
}

.common_ttl02 .common_ttl02_h2 .sub {
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
}

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

.common_ttl03 .common_ttl03_h2 {
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.common_ttl03 .common_ttl03_h2::after {
  content: "";
  background: url(../img/common/ttl_item03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

.common_btn01 a {
  padding: 10px;
  width: 100%;
  max-width: 420px;
  background: #000;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.common_btn01 a span {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

.common_btn01 a::before {
  content: "";
  background: url(../img/common/arrow01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
}

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

.common_btn02 a {
  padding: 10px;
  width: 100%;
  max-width: 420px;
  background: #fff;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  border: 1px solid #000;
}

.common_btn02 a span {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 18px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

.common_btn02 a::before {
  content: "";
  background: url(../img/common/arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
}

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

.pararax_area {
  width: 100%;
  height: 600px;
}

.pararax_area.bg01 {
  background: url(../img/top/img_visual01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pararax_area.bg02 {
  background: url(../img/top/img_visual02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec01 {
  width: 100%;
  padding: 90px 0;
  background: #fff;
  position: relative;
}

.sec01 .sec01_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

.sec02 {
  width: 100%;
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

.sec02::before {
  content: "";
  width: 20%;
  height: 100%;
  background: url(../img/common/bg01.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.sec02::after {
  content: "";
  width: 20%;
  height: 100%;
  background: url(../img/common/bg02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sec02 .common_ttl01::before {
  content: "";
  width: 50px;
  height: 130%;
  position: absolute;
  bottom: -20px;
  right: -15px;
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  transform: rotate(30deg);
}

.sec02 .sec02_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

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

.cate_list li {
  width: calc(100% / 6 - 15px);
  margin-right: 18px;
  margin-bottom: 20px;
}

.cate_list li:nth-child(6n) {
  margin-right: 0;
}

.cate_list li a {
  text-decoration: none;
}

.cate_list li .txt {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #000;
}

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

.top_feature_bnr a {
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.top_feature_bnr a:first-child {
  width: 100%;
  margin-right: 0;
}

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

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

.product_list li {
  width: calc(100% / 6 - 15px);
  margin-right: 18px;
  margin-bottom: 25px;
}

.product_list li:nth-child(6n) {
  margin-right: 0;
}

.product_list li a {
  text-decoration: none;
  color: #000;
}

.product_list li a .img {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.product_list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.product_list li a .item-list-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
  z-index: 1;
}

.product_list li a .item-list-icon li {
  width: 55px;
  margin: 0;
}

.product_list li .txt {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #000;
}

.product_list li .cost {
  font-weight: bold;
  font-size: 22px;
}

.product_list li .cost .tax {
  font-weight: 400;
  font-size: 12px;
}

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

.ranking_list li {
  width: calc(100% / 5 - 16px);
  margin-right: 20px;
  margin-bottom: 25px;
}

.ranking_list li:nth-child(5n) {
  margin-right: 0;
}

.ranking_list li:nth-child(1) a::before {
  content: "";
  background: url(../img/common/rank01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.ranking_list li:nth-child(2) a::before {
  content: "";
  background: url(../img/common/rank02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(3) a::before {
  content: "";
  background: url(../img/common/rank03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(4) a::before {
  content: "";
  background: url(../img/common/rank04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(5) a::before {
  content: "";
  background: url(../img/common/rank05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(6) a::before {
  content: "";
  background: url(../img/common/rank06.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(7) a::before {
  content: "";
  background: url(../img/common/rank07.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(8) a::before {
  content: "";
  background: url(../img/common/rank08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(9) a::before {
  content: "";
  background: url(../img/common/rank09.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li:nth-child(10) a::before {
  content: "";
  background: url(../img/common/rank10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ranking_list li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
}

.ranking_list li a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.ranking_list li a .img {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.ranking_list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.ranking_list li a .item-list-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
  z-index: 1;
}

.ranking_list li a .item-list-icon li {
  width: 55px;
  margin: 0;
}

.ranking_list li .txt {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #000;
}

.ranking_list li .cost {
  font-weight: bold;
  font-size: 22px;
}

.ranking_list li .cost .tax {
  font-weight: 400;
  font-size: 12px;
}

.news_sec {
  width: 100%;
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.news_sec .top_news_flex .top_news_l {
  width: 30%;
}

.news_sec .top_news_flex .top_news_l .news_ttl {
  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;
  position: relative;
  margin-bottom: 50px;
  padding: 30px 0;
}

.news_sec .top_news_flex .top_news_l .news_ttl::before {
  content: "";
  background: url(../img/common/ttl_item02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 55px;
}

.news_sec .top_news_flex .top_news_l .news_ttl::after {
  content: "";
  background: url(../img/common/ttl_item02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news_sec .top_news_flex .top_news_l .news_ttl .ttl {
  font-size: 46px;
  font-weight: bold;
  margin-right: 10px;
}

.news_sec .top_news_flex .top_news_l .news_ttl .sub {
  font-size: 18px;
  font-weight: 400;
}

.news_sec .top_news_flex .top_news_l .read_more a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  position: relative;
  padding-left: 15px;
}

.news_sec .top_news_flex .top_news_l .read_more a::before {
  content: "";
  width: 150px;
  height: 9px;
  background: url(../img/common/arrow03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  bottom: 0;
  position: absolute;
}

.news_sec .top_news_flex .top_news_r {
  width: 70%;
}

.news_sec .top_news_flex .top_news_r .news_list li:first-child a {
  border-top: 1px solid #ddd;
}

.news_sec .top_news_flex .top_news_r .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.news_sec .top_news_flex .top_news_r .news_list li a .date {
  font-size: 16px;
  color: #999999;
  display: block;
  margin-right: 20px;
  width: 80px;
}

.news_sec .top_news_flex .top_news_r .news_list li a .ttl {
  display: block;
  color: #000;
  font-size: 16px;
  width: calc(100% - 80px);
}

.news_sec .top_news_flex .top_news_r .news_list li a:hover {
  background: #000;
  opacity: 1;
}

.news_sec .top_news_flex .top_news_r .news_list li a:hover .date {
  color: #fff;
}

.news_sec .top_news_flex .top_news_r .news_list li a:hover .ttl {
  color: #fff;
}

.ft .ft01 {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}

.ft .ft01 .ft_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}

.ft .ft01 .ft_logo a {
  display: block;
  text-decoration: none;
}

.ft .ft01 .ft_logo a p {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.ft .ft01 .ft_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft .ft01 .ft_sns ul li a {
  display: block;
  margin: 10px;
}

.ft .ft01 .ft_flex {
  width: 100%;
  margin-top: 50px;
  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;
}

.ft .ft01 .ft_flex .ft_box {
  width: 30%;
}

.ft .ft01 .ft_flex .ft_box h2 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
}

.ft .ft01 .ft_flex .ft_box p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
}

.ft .ft01 .ft_flex .ft_box h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.ft .ft01 .ft_flex .ft_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  margin-bottom: 10px;
}

.ft .ft02 {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}

.ft .ft02 .ft_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft .ft02 .ft_flex h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.ft .ft02 .ft_flex h2::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: -15px;
  background: #d6000f;
}

.ft .ft02 .ft_flex h2 span {
  font-size: 24px;
  font-weight: bold;
}

.ft .ft02 .ft_flex .ft02_l {
  width: 45%;
  padding: 0 20px;
}

.ft .ft02 .ft_flex .ft02_l 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;
}

.ft .ft02 .ft_flex .ft02_l ul li {
  width: 33%;
  min-width: 140px;
}

.ft .ft02 .ft_flex .ft02_l ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.ft .ft02 .ft_flex .ft02_r {
  width: 55%;
  padding: 0 20px;
}

.ft .ft02 .ft_flex .ft02_r 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;
}

.ft .ft02 .ft_flex .ft02_r ul li {
  width: 33%;
  min-width: 185px;
}

.ft .ft02 .ft_flex .ft02_r ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.ft .ft03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #fff;
}

.ft .ft03 .ft_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ft .ft03 .ft_flex .ft_copy {
  font-size: 12px;
  color: #000;
}

.ft .ft03 .ft_flex .ft03_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ft .ft03 .ft_flex .ft03_nav ul li {
  border-right: 1px solid #ddd;
}

.ft .ft03 .ft_flex .ft03_nav ul li:last-child {
  border-right: none;
}

.ft .ft03 .ft_flex .ft03_nav ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
}

.archive_sec01 {
  width: 100%;
  padding: 90px 0;
  position: relative;
}

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

.archive_sec01 .archive_news_list_block .archive_news_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;
}

.archive_sec01 .archive_news_list_block .archive_news_list li {
  width: 100%;
}

.archive_sec01 .archive_news_list_block .archive_news_list li a {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  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;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.archive_sec01 .archive_news_list_block .archive_news_list li a .img {
  width: 22%;
  max-width: 260px;
  margin-right: 3%;
}

.archive_sec01 .archive_news_list_block .archive_news_list li a .txt_box {
  width: 75%;
  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;
}

.archive_sec01 .archive_news_list_block .archive_news_list li a .txt_box .date {
  display: block;
  width: 100%;
}

.archive_sec01 .archive_news_list_block .archive_news_list li a .txt_box .ttl {
  width: 100%;
  display: block;
}

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

.archive_sec01 .archive_feature_list_block .archive_feature_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;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li {
  width: 45%;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li:first-child {
  margin-right: 0;
  width: 60%;
  margin: 0 auto;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li:nth-child(2n) {
  margin-right: 10%;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a {
  margin: 30px 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .img {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 15px;
  text-align: center;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .txt_box {
  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;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .txt_box .date {
  display: block;
  width: 100%;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .txt_box .ttl {
  width: 100%;
  display: block;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .txt_box .ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#d6000f), color-stop(10%, #d6000f), color-stop(10%, #000), to(#000));
  background: linear-gradient(90deg, #d6000f 0%, #d6000f 10%, #000 10%, #000 100%);
}

.archive_sec01 .archive_feature_list_block .archive_feature_list li a .txt_box .txt {
  font-size: 16px;
  color: #000;
}

.single_main {
  width: 100%;
}

.single_main .main_img {
  width: 100%;
  margin-bottom: 30px;
}

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

.single_block .contents {
  padding-top: 50px;
}

.single_block.no_main_img {
  padding-top: 50px;
}

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

.single_block .single_ttl h1 {
  font-size: 30px;
  text-align: center;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.single_block .single_ttl h1::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}

.single_block .single_content h2 {
  font-size: 18px;
  color: #000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.single_block .single_content h2::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.single_block .single_content h3 {
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.single_block .single_content h3::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#d6000f), color-stop(10%, #d6000f), color-stop(10%, #000), to(#000));
  background: linear-gradient(90deg, #d6000f 0%, #d6000f 10%, #000 10%, #000 100%);
}

.single_block .single_content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.single_block .single_content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.single_block .single_content .single_flex01 {
  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;
  margin: 30px 0;
}

.single_block .single_content .single_flex01 .img {
  width: 50%;
}

.single_block .single_content .single_flex01 .txt {
  width: 48%;
}

.single_block .single_content .single_flex02 {
  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;
  margin: 30px 0;
}

.single_block .single_content .single_flex02 .img {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single_block .single_content .single_flex02 .txt {
  width: 48%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single_block .single_content .img_block {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.single_block .single_product_list01 {
  margin: 50px 0;
}

.single_block .single_product_list02 {
  margin: 50px 0;
  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;
}

.single_block .single_product_list02 .single_product_box {
  width: 90%;
  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;
  margin-bottom: 50px;
}

.single_block .single_product_list02 .single_product_box .img {
  width: 25%;
  margin-right: 5%;
}

.single_block .single_product_list02 .single_product_box .txt_box {
  width: 70%;
}

.single_block .single_product_list02 .single_product_box .txt_box .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
}

.single_block .single_product_list02 .single_product_box .txt_box .cost {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.single_block .single_product_list02 .single_product_box .txt_box .cost .tax {
  font-weight: 400;
  font-size: 12px;
}

.single_block .single_product_list02 .single_product_box .txt_box .txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.single_block .single_product_list02 .single_product_box:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 5%;
}

.single_block .single_product_list02 .single_product_box:nth-child(2n) .txt_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

#pagenavi .pages {
  display: none;
}

#pagenavi .current {
  padding: 10px 15px;
  background: #d6000f;
  color: #fff;
  border: none;
}

#pagenavi a {
  padding: 10px 15px;
  background: #000;
  color: #fff;
  border: none;
}

.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%;
  padding: 15px 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 {
  font-size: 12px;
  color: #000;
}

.bread_area ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
}

.bread_area ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 0;
  position: absolute;
}

.sub_main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 290px;
}

.sub_main .common_ttl01 {
  margin-bottom: 0;
}

.sub_main.faq {
  width: 100%;
  background: url(../img/faq/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_main.beginner {
  width: 100%;
  background: url(../img/faq/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub_main.beginner .common_ttl01 .common_ttl01_h2 {
  z-index: 10;
  font-size: 40px;
}

.sub_main.guide {
  width: 100%;
  background: url(../img/faq/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.faq_sec01 .faq_block {
  width: 100%;
}

.faq_sec01 .faq_block .faq_box {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.faq_sec01 .faq_block .faq_box .faq_q {
  position: relative;
  padding: 20px 100px 20px 50px;
  cursor: pointer;
}

.faq_sec01 .faq_block .faq_box .faq_q::before {
  content: "";
  width: 19px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  background: url(../img/faq/q.svg) center no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_sec01 .faq_block .faq_box .faq_q::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  background: url(../img/faq/plus.png) center no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_sec01 .faq_block .faq_box .faq_q.open {
  display: block;
}

.faq_sec01 .faq_block .faq_box .faq_q.open::after {
  background: url(../img/faq/minus.png) center no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_sec01 .faq_block .faq_box .faq_q p {
  font-size: 16px;
  color: #000;
}

.faq_sec01 .faq_block .faq_box .faq_a {
  position: relative;
  display: none;
  padding: 20px 100px 20px 50px;
}

.faq_sec01 .faq_block .faq_box .faq_a::before {
  content: "";
  width: 18px;
  height: 21px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  background: url(../img/faq/a.svg) center no-repeat;
  background-position: center;
  background-size: contain;
}

.faq_sec01 .faq_block .faq_box .faq_a p {
  font-size: 16px;
  color: #000;
}

.faq_sec01 .faq_block .faq_box .faq_a a {
  border-bottom: 1px solid #000;
}

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

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

.beginner_sec01 .beginner_sec01_flex .txt_box {
  width: 52%;
  max-width: 550px;
  position: relative;
  z-index: 2;
}

.beginner_sec01 .beginner_sec01_flex .txt_box h2 {
  margin-bottom: 30px;
  font-weight: normal;
}

.beginner_sec01 .beginner_sec01_flex .txt_box h2 span {
  font-size: 30px;
  color: #fff;
  background: #000;
  padding: 3px 10px;
}

@media screen and (max-width: 910px) {
  .beginner_sec01 .beginner_sec01_flex .txt_box h2 span {
    font-size: 24px;
  }
}

.beginner_sec01 .beginner_sec01_flex .txt_box .txt {
  background: #fff;
  padding: 15px 10px;
}

.beginner_sec01 .beginner_sec01_flex .txt_box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.beginner_sec01 .beginner_sec01_flex .img {
  width: 58%;
  margin-left: -10%;
  position: relative;
  z-index: 1;
}

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

.beginner_sec02 .beginner_sec02_tb {
  width: 90%;
  margin: 50px auto;
}

.beginner_sec02 .beginner_sec02_tb table {
  width: 100%;
}

.beginner_sec02 .beginner_sec02_tb table tr {
  border: 1px solid #ddd;
}

.beginner_sec02 .beginner_sec02_tb table th {
  width: 250px;
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.beginner_sec02 .beginner_sec02_tb table td {
  width: calc(100% - 250px);
  font-size: 16px;
  padding: 15px 20px;
}

.what_toms_sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: url(../img/beginner/what_toms_bg.jpg);
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

.what_toms_sec .what_toms {
  width: 50%;
}

.what_toms_sec .what_toms h2 {
  margin-bottom: 30px;
}

.what_toms_sec .what_toms p {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .what_toms_sec .what_toms {
    width: 70%;
  }
}

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

.toms_website_bnr .bnr {
  width: 80%;
  margin: 0 auto 50px;
}

.product_cate_block {
  width: 18%;
  margin-right: 2%;
}

.product_cate_block .cate_ttl {
  width: 100%;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding: 10px;
}

.product_cate_block .product_cate_list {
  width: 100%;
}

.product_cate_block .product_cate_list li {
  width: 100%;
}

.product_cate_block .product_cate_list li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.product_cate_block .product_cate_list li.current a {
  background: #000;
  color: #fff;
}

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

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

.product_list_sec .product_list_flex .product_list_block {
  width: 80%;
}

.product_list_sec .product_list_flex .product_list_block .list-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.product_list_sec .product_list_flex .product_list_block .list-info .list-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product_list_sec .product_list_flex .product_list_block .list-info .list-sort li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-right: 10px;
}

.product_list_sec .product_list_flex .product_list_block .product_list li {
  width: calc(100% / 4 - 12px);
  margin-right: 16px;
}

.product_list_sec .product_list_flex .product_list_block .product_list li:nth-child(4n) {
  margin-right: 0;
}

.product_list_sec .product_list_flex .product_list_block .product_list li a {
  position: relative;
}

.product_list_sec .product_list_flex .product_list_block .product_list li a .item-list-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
  z-index: 1;
}

.product_list_sec .product_list_flex .product_list_block .product_list li a .item-list-icon li {
  width: 55px;
  margin: 0;
}

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

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

.product_detail_sec .product_detail_flex .product_detail_block {
  width: 80%;
}

.product_detail_sec .product_detail_flex .product_detail_block .add-cart .add-cart-btn {
  background: #d6000f;
  width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .add-cart .modal-open {
  width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .modal-cart-btn li a {
  width: 200px;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-share {
  margin-top: 20px;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-link {
  position: relative;
  padding-left: 15px;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-link::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-review-list li {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description h2 {
  font-size: 18px;
  color: #000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description h2::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description table th {
  background: #444;
  padding: 5px;
  color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description table th:first-child {
  border-left: none;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description table td {
  padding: 5px;
  border: 1px solid #ddd;
}

.product_detail_sec .product_detail_flex .product_detail_block .item-description table td:first-child {
  background: #707070;
  padding: 5px;
  color: #fff;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail {
  padding: 0;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail .item-image {
  width: 49%;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail .item-image .main-image {
  width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail .item-image img {
  width: 100%;
  max-width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail .item-detail {
  width: 49%;
}

.product_detail_sec .product_detail_flex .product_detail_block .detail iframe {
  max-width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section {
  width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section iframe {
  max-width: 100%;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section .item-description {
  margin: 30px 0;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section .item-description p {
  font-size: 16px;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section .item-description div {
  margin-bottom: 10px;
  margin-top: 10px;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section .common_ttl03 {
  margin-bottom: 30px;
}

.product_detail_sec .product_detail_flex .product_detail_block .group-review-section .checked-contents {
  width: 100%;
}

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

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

.cart_sec .cart_flex .cart_box {
  width: 80%;
}

.guide_sec01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  /*
	.guide_sec01_ttl{
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		&::before{
			content: "";
			width: 43%;
			height: 2px;
			background: #000;
			position: absolute;
			top: calc(50% - 1px);
			left: 0;
		}
		&::after{
			content: "";
			width: 43%;
			height: 2px;
			background: #000;
			position: absolute;
			top: calc(50% - 1px);
			right: 0;
		}
		h2{
			display: inline;
			font-size: 24px;
			color: #000;
			padding: 5px;
			text-align: center;
		}
	}
	*/
}

.guide_sec01 .list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 20px;
}

.guide_sec01 .list-tab li {
  display: block;
  padding: 0.7em 1em;
  margin: 0 2px;
  width: 100%;
  color: #000;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #000;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .guide_sec01 .list-tab li {
    font-size: 14px;
  }
}

@media screen and (max-width: 910px) {
  .guide_sec01 .list-tab li {
    padding: 0.7em 0.5em;
    font-size: 12px;
  }
}

.guide_sec01 .list-tab .active {
  background: #000;
  color: #fff;
}

.guide_sec01 .tab-content {
  display: none;
  padding: 30px;
  border: 1px solid #000;
  margin-bottom: 50px;
}

.guide_sec01 .tab-content h3 {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.guide_sec01 .tab-content h3::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #d6000f;
}

.guide_sec01 .tab-content .txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.guide_sec01 .tab-content .txt_box {
  margin-bottom: 20px;
}

.guide_sec01 .tab-content .txt_box a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.guide_sec01 .tab-content .img_box {
  margin-bottom: 20px;
}

.guide_sec01 .tab-content .box {
  margin-bottom: 50px;
}

.guide_sec01 .tab-content .list01 {
  margin-bottom: 20px;
}

.guide_sec01 .tab-content .list01 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

.guide_sec01 .tab-content .flow_list {
  width: 94%;
  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: 10px auto;
}

.guide_sec01 .tab-content .flow_list li {
  width: calc(20% - 10px);
  margin: 5px;
  padding: 30px 15px;
  background: #f3f3f3;
  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;
}

.guide_sec01 .tab-content .flow_list li .num {
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
}

.guide_sec01 .tab-content .flow_list li .txt {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .guide_sec01 .tab-content .flow_list {
    width: 100%;
  }
  .guide_sec01 .tab-content .flow_list li {
    padding: 30px 10px;
  }
  .guide_sec01 .tab-content .flow_list li .txt {
    font-size: 14px;
  }
}

.guide_sec01 .tab-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.guide_sec01 .tab-content.active {
  display: block;
}

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

.privacy_sec01 .policy_ttl01 {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

.privacy_sec01 .policy_ttl01::before {
  content: "";
  width: 180px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
}

.privacy_sec01 .policy_block {
  margin-bottom: 50px;
}

.privacy_sec01 .policy_block .policy_ttl02 {
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.privacy_sec01 .policy_block .policy_ttl02::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#d6000f), color-stop(10%, #d6000f), color-stop(10%, #000), to(#000));
  background: linear-gradient(90deg, #d6000f 0%, #d6000f 10%, #000 10%, #000 100%);
}

.privacy_sec01 .policy_block .txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy_sec01 .policy_block .txt_box {
  margin-bottom: 25px;
}

.privacy_sec01 .policy_block .txt_box a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.privacy_sec01 .policy_block .img_box {
  margin-bottom: 20px;
}

.privacy_sec01 .policy_block .box {
  margin-bottom: 50px;
}

.privacy_sec01 .policy_block .list01 {
  margin-bottom: 20px;
}

.privacy_sec01 .policy_block .list01 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy_sec01 .policy_block .list01 li .list01 li {
  text-indent: 0;
}

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

.tradelaw_sec01 .tradelaw_ttl01 {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

.tradelaw_sec01 .tradelaw_ttl01::before {
  content: "";
  width: 180px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
}

.tradelaw_sec01 .tradelaw_sec01_tb {
  width: 90%;
  margin: 50px auto;
}

.tradelaw_sec01 .tradelaw_sec01_tb table {
  width: 100%;
}

.tradelaw_sec01 .tradelaw_sec01_tb table tr {
  border: 1px solid #ddd;
}

.tradelaw_sec01 .tradelaw_sec01_tb table th {
  width: 250px;
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.tradelaw_sec01 .tradelaw_sec01_tb table td {
  width: calc(100% - 250px);
  font-size: 16px;
  padding: 15px 20px;
}

.tradelaw_sec01 .tradelaw_sec01_tb table td a {
  text-decoration: none;
  color: #000;
}

.tradelaw_sec01 .tradelaw_block .tradelaw_ttl02 {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.tradelaw_sec01 .tradelaw_block .tradelaw_ttl02::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #d6000f;
}

.tradelaw_sec01 .tradelaw_block .txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.tradelaw_sec01 .tradelaw_block .txt_box {
  margin-bottom: 20px;
}

.tradelaw_sec01 .tradelaw_block .txt_box a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.tradelaw_sec01 .tradelaw_block .img_box {
  margin-bottom: 20px;
}

.tradelaw_sec01 .tradelaw_block .box {
  margin-bottom: 50px;
}

.tradelaw_sec01 .tradelaw_block .list01 {
  margin-bottom: 20px;
}

.tradelaw_sec01 .tradelaw_block .list01 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

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

.pager-wrap .total-count {
  display: none;
}

.pager-wrap .pager li {
  width: 45px;
  height: 45px;
  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: #000;
  color: #fff;
}

.pager-wrap .pager li .current {
  width: 100%;
  height: 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;
  background: #d6000f;
}

.pager-wrap .pager li a {
  width: 100%;
  height: 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;
  background: #000;
  color: #fff;
}

.sale-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale-text .sale-price {
  font-weight: bold;
  font-size: 22px;
}

.sale-text .sale-price .tax {
  font-weight: 400;
  font-size: 12px;
}

.sitemap_sec01 {
  width: 100%;
  padding: 50px 0;
}

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

.sitemap_sec01 .sitemap_block 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;
  width: 100%;
}

.sitemap_sec01 .sitemap_block ul li {
  width: 24%;
  margin-right: 1%;
}

.sitemap_sec01 .sitemap_block ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding-left: 20px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.sitemap_sec01 .sitemap_block ul li a::before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 17px;
  background: #d6000f;
}

.top_modal_block {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  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;
}

.top_modal_block.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.top_modal_block .top_modal_box {
  width: 60%;
  max-width: 520px;
  background: #fff;
  padding: 20px;
  position: relative;
}

.top_modal_block .top_modal_box .close_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -30px;
  cursor: pointer;
}

.top_modal_block .top_modal_box .close_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.top_modal_block .top_modal_box .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top_modal_block .top_modal_box .img {
  text-align: center;
  margin-bottom: 10px;
}

.top_modal_block .top_modal_box .ttl {
  width: 100%;
  display: block;
  font-size: 16px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.top_modal_block .top_modal_box .ttl::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#d6000f), color-stop(10%, #d6000f), color-stop(10%, #000), to(#000));
  background: linear-gradient(90deg, #d6000f 0%, #d6000f 10%, #000 10%, #000 100%);
}

.top_modal_block .top_modal_box .txt {
  font-size: 14px;
}

.top_modal_block .link_btn {
  margin: 20px 0;
}
/*# sourceMappingURL=style.css.map */