@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*
    Variables
*/
/*********************
BASE (MOBILE) SIZE
*********************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*
    Common
*/
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #d39a20;
  opacity: 0.8;
}

/*
    jQuery inView
*/
.gentl-showup {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.gentl-showup.showup-1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*
    Common
*/
.container {
  max-width: 1290px;
  margin: 0 auto;
}

.adjuster {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

.button {
  display: inline-block;
  background-color: #244131;
  border-radius: 6px;
  color: white;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 1rem;
}

.ban {
  margin-bottom: 15px;
}

.sp {
  display: none !important;
}

.temp-layout {
  overflow: hidden;
}
.temp-layout .side {
  float: left;
}
.temp-layout main {
  float: right;
  width: 1070px;
}

/*
    Header
*/
header {
  max-width: 1290px;
  width: 1290px;
  margin: 0 auto;
  /*height: 228px;*/
  margin-top: 10px;
}
header section:first-child {
  height: 96px;
  display: block;
  position: relative;
}
header section:first-child h1 {
  margin: 0;
  padding: 0;
  bottom: 0px;
  left: 0;
  line-height: 100%;
  display: block;
  width: 284px;
  position: absolute;
}
header section:first-child h1 a {
  display: block;
  height: 63px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000px;
}
header section:first-child .upperline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  line-height: 100%;
  font-size: 0.9rem;
  overflow: hidden;
}
header section:first-child .upperline .catchcopy {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 26px;
  float: left;
}
header section:first-child .upperline .payment-method {
  float: left;
  display: block;
  width: 245px;
  height: 26px;
  background-image: url(../images/payment-logo.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-right: 10px;
}
header section:first-child .upperline .essentials {
  height: 100%;
  float: right;
  position: relative;
}
header section:first-child .upperline .essentials ul {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 0.9rem;
}
header section:first-child .upperline .essentials ul li {
  display: inline-block;
  height: 100%;
  line-height: 26px;
}
header section:first-child .upperline .essentials ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #244131;
  font-weight: normal;
  position: relative;
  padding-right: 5px;
}
header section:first-child .upperline .essentials ul li a:before {
  content: "";
  width: 10px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 10px;
}
header section:first-child .upperline .essentials ul li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #244131;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header section:first-child .upperline .essentials ul li a:hover:after {
  width: 100%;
}
header section:first-child .upperline .essentials ul li.login a:before {
  background-image: url(../images/icon/icon-login.png);
}
header section:first-child .upperline .essentials ul li.itemlist a:before {
  background-image: url(../images/icon/icon-itemlist.png);
}
header section:first-child .upperline .essentials ul li.mypage a:before {
  background-image: url(../images/icon/icon-mypage.png);
}
header section:first-child .upperline .essentials ul li.favorite a:before {
  background-image: url(../images/icon/icon-favorite.png);
}
header section:first-child .upperline .essentials ul li.history a:before {
  background-image: url(../images/icon/icon-history.png);
}
header section:first-child .upperline .essentials ul li.cart a:before {
  background-image: url(../images/icon/icon-cart.png);
}
header section:first-child .upperline .essentials ul li.mail a:before {
  background-image: url(../images/icon/icon-contact.png);
}
header section:first-child .helper {
  position: absolute;
  bottom: 0;
  left: 340px;
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header section:first-child .helper form {
  display: inline-block;
  height: 100%;
  width: 400px;
  vertical-align: middle;
  margin-right: 10px;
}
header section:first-child .helper form .fields {
  background-color: #f0f0f0;
  height: 100%;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
header section:first-child .helper form .fields input[type=text] {
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  line-height: 35px;
  font-size: 1rem;
  font-weight: bolder;
  border: 0; /*TEST pattern.B*/
  border-radius: 6px;
  outline-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header section:first-child .helper form .fields input[type=text]:focus {
  border: 1px solid #9fbf1e;
}
header section:first-child .helper form .fields input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  background-color: #244131;
  color: white;
  padding: 0 10px 0 36px;
  margin: 0;
  overflow: hidden;
  background-image: url(../images/icon/icon-search-w.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 17px;
  cursor: pointer;
}
header section:first-child .helper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
header section:first-child .helper ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
header section:first-child .helper ul li a {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: white;
}
header section:first-child .helper ul li a.dropdown {
  vertical-align: middle;
}
header section:first-child .helper ul li a.dropdown::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon-dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: 10px;
}
header section:first-child .contact {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
header section:first-child .contact em {
  display: block;
  line-height: 100%;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0;
}
header section:first-child .contact p {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}
header section:last-child {
  height: 100px;
  display: block;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
header section:last-child.popup {
  visibility: visible;
  opacity: 1;
}
header section:last-child aside.left {
  width: 200px;
  float: left;
}
header section:last-child aside.left img {
  width: 100%;
}
header section:last-child nav {
  display: block;
  height: 100%;
  width: 1070px;
  float: right;
}
header section:last-child nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header section:last-child nav ul li {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  background-color: transparent;
  position: relative;
}
header section:last-child nav ul li::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 95%;
  top: 5%;
  left: 5px;
  right: 5%;
  bottom: 5%;
  background-color: #efefef;
  position: absolute;
  z-index: -1;
  opacity: 0;
  border-left: 2px solid #9fbf1e;
}
header section:last-child nav ul li::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  height: 90%;
  top: 5%;
  right: 0;
}
header section:last-child nav ul li.open::before {
  opacity: 1;
}
header section:last-child nav ul li.open a {
  opacity: 1;
  color: #244131;
}
header section:last-child nav ul li.open a::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #e26263;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header section:last-child nav ul li a {
  display: block;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
header section:last-child nav ul li a b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 120%;
  margin: 10% 0 0;
  font-weight: normal;
  font-size: 0.95rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 110%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
}
header section:last-child nav ul li a img {
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 5px;
  left: 50%;
  height: 51px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.instantNotice {
  margin: 0;
  padding: 0.5rem;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #c90f0f;
  font-weight: bold;
}

/*
    Aside
*/
.hasMore {
  cursor: pointer;
}

.popup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup.helper-style {
  border-radius: 7px;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.95rem;
  padding: 7px;
}
.popup.helper-style ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.popup.helper-style ul li {
  display: blcok;
  border-bottom: 1px solid #ddd;
}
.popup.helper-style ul li a {
  display: block;
  padding: 0.3rem 1rem;
  font-size: 0.95rem;
}
.popup.helper-style ul li a:hover {
  color: #244131;
}
.popup.helper-style ul li:last-child {
  border-bottom: 0;
}
.popup.category-style {
  background-color: #efefef;
  font-size: 1rem;
}
.popup.category-style ul {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  border-left: 2px solid #9fbf1e;
}
.popup.category-style ul li {
  border-bottom: 1px solid #ccc;
}
.popup.category-style ul li:last-child {
  border-bottom: 0;
}
.popup.category-style ul li a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  color: black;
}
.popup.category-style ul li a:hover {
  color: #244131;
}
.popup.category-style ul li label {
  display: inline-block;
  background-color: #e26263;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 0.8rem;
  border-radius: 3px;
  margin-right: 1rem;
}

.side {
  width: 200px;
  overflow: hidden;
}
.side nav .title {
  background-color: #f3f3f3;
  color: #244131;
  display: block;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 7px;
}
.side nav .grouping {
  margin-bottom: 20px;
}
.side nav h1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 38px;
  margin: 0;
  margin-bottom: 10px;
  padding: 8px 0;
  padding-left: 42px;
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
.side nav h1 a {
  display: block;
}
.side nav h1 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.side nav ul {
  margin: 0;
  margin-left: 17px;
  padding: 10px 0 0;
  padding-left: 14px;
  list-style-type: none;
  border-left: 1px solid #7f7f7f;
  font-size: 0.9rem;
}
.side nav ul li {
  margin-bottom: 10px;
}
.side nav ul li a {
  position: relative;
}
.side nav ul li a:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: -16px;
  opacity: 0;
}
.side nav ul li a:hover:before {
  background-color: orange;
  opacity: 1;
}

/*
    Main
*/
main .banners {
  margin-bottom: 0px;
  overflow: hidden;
}
main .banners .ban {
  margin-bottom: 20px;
}
main .banners .ban a {
  display: block;
}
main .banners .ban a img {
  display: block;
  width: 100%;
}
main .banners.split-2 .ban {
  float: left;
  margin-right: 2%;
  width: 49%;
}
main .banners.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .banners.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .banners.split-3 .ban {
  float: left;
  margin-right: 2%;
  width: 32%;
}
main .banners.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .banners.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .banners.split-4 .ban {
  float: left;
  margin-right: 1.3333333333%;
  margin-bottom: 1.3333333333%;
  width: 24%;
}
main .banners.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .banners.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .banners.split-5 .ban {
  float: left;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  width: 19%;
}
main .banners.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .banners.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .banners.split-6 .ban {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 15%;
}
main .banners.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .banners.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}
main .item-guide.helmet {
  background-color: #f3f3f3;
}
main .item-guide.helmet h2 {
  border-radius: 0;
  background-color: white;
}
main .item-guide.kuchofuku {
  background-color: #edf1dc;
}
main .item-guide.flat-content {
  padding: 0;
  border-radius: 0;
}
main .item-guide.flat-content h2 {
  padding: 10px 15px;
}
main .item-guide h1 {
  color: #244131;
  text-align: center;
  display: block;
  margin: 20px 0 40px;
  padding: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 100%;
}
main .item-guide h2 {
  padding: 10px 15px;
  font-size: 1.7rem;
  font-family: Arial;
  font-weight: normal;
  line-height: 150%;
  position: relative;
  background-color: #efefef;
  color: black;
  margin: 20px 0;
}
main .item-guide h2 b {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 0.9rem;
}
main .item-guide .unit {
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .item-guide .recommend-category {
  overflow: hidden;
}
main .item-guide .recommend-category:nth-of-type(1) {
  margin-bottom: 20px;
}
main .item-guide .recommend-category .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .item-guide .recommend-category .ban a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
main .item-guide .recommend-category .ban h2 {
  margin: 0;
  padding: 8px 0;
  text-align: center;
  background-color: #bbd64e;
  color: white;
  font-size: 1rem;
  font-weight: normal;
}
main .item-guide .recommend-category .ban figure {
  margin: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
main .item-guide .recommend-category .ban figure img {
  display: block;
  width: 100%;
}
main .item-guide .recommend-category.split-6 .ban {
  width: 15.5%;
  padding: 0;
  margin-right: 1.4%;
}
main .item-guide .recommend-category.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .recommend-category.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .recommend-category.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .recommend-category.split-5 .ban {
  width: 19%;
  padding: 0;
  margin-right: 1.25%;
}
main .item-guide .recommend-category.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .recommend-category.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .recommend-category.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .recommend-category.split-4 .ban {
  width: 24%;
  padding: 0;
  margin-right: 1.3333333333%;
}
main .item-guide .recommend-category.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .recommend-category.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .recommend-category.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .recommend-category.split-3 .ban {
  width: 32%;
  padding: 0;
  margin-right: 1.5%;
}
main .item-guide .recommend-category.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .recommend-category.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .recommend-category.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .recommend-category.split-2 .ban {
  width: 49%;
  padding: 0;
  margin-right: 2%;
}
main .item-guide .recommend-category.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .recommend-category.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .recommend-category.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .recommend-category.split-1 .ban {
  width: 100%;
  padding: 0;
  margin-right: 0;
  clear: both;
}
main .item-guide .recommend-category.split-1 .ban:before {
  display: none;
}
main .item-guide .news {
  overflow: hidden;
  margin-bottom: 50px;
  overflow: auto;
  /*スクロール追加の為変更2021年8月 ↓*/
  width: 99%;
  min-height: 200px;
  max-height: 360px;
  background-color: white;
  color: #000;
  font-size: 12px;
  /*スクロール追加の為変更2021年8月 ↑*/
}
main .item-guide .news article {
  position: relative;
  padding-left: 155px;
}
main .item-guide .news article time {
  font-size: 1.1rem;
  position: absolute;
  color: #244131;
  font-weight: bold;
  left: 0;
  top: 0;
  display: block;
  width: 155px;
  text-align: center;
  padding: 0.5rem 0;
}
main .item-guide .news article .content {
  border-left: 1px solid #7f7f7f;
  padding: 0;
  padding-top: 0.5rem;
  padding-left: 35px;
  overflow: hidden;
}
main .item-guide .news article .content p {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  line-height: 170%;
  font-size: 1.05rem;
}
main .item-guide .category {
  overflow: hidden;
}
main .item-guide .category.double .ban figure {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
main .item-guide .category.double .ban figure:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .category .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .item-guide .category .ban.double figure {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
main .item-guide .category .ban.double figure:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .category .ban a {
  display: block;
  background-color: white;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
main .item-guide .category .ban h2 {
  margin: 0;
  padding: 8px 0;
  text-align: center;
  color: white;
  background-color: #9fbf1e;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.0666666667);
}
main .item-guide .category .ban figure {
  margin: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
main .item-guide .category .ban figure img {
  display: block;
  width: 100%;
}
main .item-guide .category.split-6 .ban {
  width: 15.5%;
  padding: 0;
  margin-right: 1.4%;
}
main .item-guide .category.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .category.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .category.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .category.split-5 .ban {
  width: 19%;
  padding: 0;
  margin-right: 1.25%;
}
main .item-guide .category.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .category.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .category.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .category.split-4 .ban {
  width: 24%;
  padding: 0;
  margin-right: 1.3333333333%;
}
main .item-guide .category.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .category.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .category.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .category.split-3 .ban {
  width: 32%;
  padding: 0;
  margin-right: 1.5%;
}
main .item-guide .category.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .category.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .category.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .category.split-2 .ban {
  width: 49%;
  padding: 0;
  margin-right: 2%;
}
main .item-guide .category.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .category.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .category.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .category.split-1 .ban {
  width: 100%;
  padding: 0 1.5%;
  margin-right: 0;
  clear: both;
}
main .item-guide .category.split-1 .ban:before {
  display: none;
}
main .item-guide .workstyle .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .item-guide .workstyle .ban::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
}
main .item-guide .workstyle .ban a {
  display: block;
}
main .item-guide .workstyle .ban figure {
  margin: 0;
  display: block;
  margin: 0 auto;
}
main .item-guide .workstyle .ban figure img {
  display: block;
  width: 100%;
}
main .item-guide .workstyle .ban h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 130%;
}
main .item-guide .workstyle .ban p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 0.85rem;
}
main .item-guide .workstyle.split-6 .ban {
  width: 16.6666666667%;
  padding: 0 1.5%;
}
main .item-guide .workstyle.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .workstyle.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .workstyle.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .workstyle.split-5 .ban {
  width: 20%;
  padding: 0 1.5%;
}
main .item-guide .workstyle.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .workstyle.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .workstyle.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .workstyle.split-4 .ban {
  width: 25%;
  padding: 0 1.5%;
}
main .item-guide .workstyle.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .workstyle.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .workstyle.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .workstyle.split-3 .ban {
  width: 33.3333333333%;
  padding: 0 1.5%;
}
main .item-guide .workstyle.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .workstyle.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .workstyle.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .workstyle.split-2 .ban {
  width: 50%;
  padding: 0 1.5%;
}
main .item-guide .workstyle.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .workstyle.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .workstyle.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .workstyle.split-1 .ban {
  width: 100%;
  padding: 0 1.5%;
  margin-right: 0;
  clear: both;
}
main .item-guide .workstyle.split-1 .ban:before {
  display: none;
}
main .item-guide .type .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-top: 30px;
  /*&::before{
      display: none;
      content: "";
      display: block;
      width: 2px;
      height: 100%;
      background-color: $green-dark;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100;
      opacity: 0;
  }*/
}
main .item-guide .type .ban a {
  display: block;
}
main .item-guide .type .ban a:hover h3::after {
  width: 100%;
}
main .item-guide .type .ban figure {
  margin: 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
main .item-guide .type .ban figure img {
  display: block;
  width: 100%;
}
main .item-guide .type .ban h3 {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
  position: absolute;
  line-height: 120%;
  background-color: transparent;
  border-bottom: 1px solid #244131;
  color: #244131;
  top: 0;
  right: 1px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
main .item-guide .type .ban h3::after {
  content: "";
  height: 1px;
  width: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #244131;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
main .item-guide .type .ban p {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  text-align: justify;
}
main .item-guide .type.split-6 .ban {
  width: 16.6666666667%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
main .item-guide .type.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .type.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .type.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .type.split-5 .ban {
  width: 20%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
main .item-guide .type.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .type.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .type.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .type.split-4 .ban {
  width: 25%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
main .item-guide .type.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .type.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .type.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .type.split-3 .ban {
  width: 33.3333333333%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
main .item-guide .type.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .type.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .type.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .type.split-2 .ban {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
main .item-guide .type.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .type.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .type.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .type.split-1 .ban {
  width: 100%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-right: 0;
  clear: both;
}
main .item-guide .type.split-1 .ban:before {
  display: none;
}
main .item-guide .material .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  background-color: white;
}
main .item-guide .material .ban a {
  display: block;
}
main .item-guide .material .ban a > p {
  margin: 0 5px;
  margin-bottom: 15px;
  padding: 0;
  text-align: justify;
  font-size: 0.9rem;
  line-height: 150%;
}
main .item-guide .material .ban a:hover {
  color: black;
  opacity: 1;
}
main .item-guide .material .ban a .go {
  text-align: center;
  background-color: #efefef;
  padding: 7px 10px;
  margin: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .item-guide .material .ban h3 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: white;
  line-height: 120%;
}
main .item-guide .material .ban h3 .sub {
  line-height: 120%;
  display: block;
  font-size: 1.25rem;
}
main .item-guide .material .ban .seinou {
  overflow: hidden;
}
main .item-guide .material .ban .seinou .unit {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 5px;
  float: left;
}
main .item-guide .material .ban .seinou .unit:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .material .ban .seinou .unit:nth-child(2n+1) {
  clear: both;
}
main .item-guide .material .ban .seinou .unit h4 {
  margin: 0;
  padding: 7px 5px;
  display: block;
  background-color: #efefef;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
}
main .item-guide .material .ban .seinou .unit p {
  display: block;
  text-align: center;
  font-size: 1.05rem;
  margin: 0;
  padding: 5px 0;
  letter-spacing: 2px;
  width: 100%;
}
main .item-guide .material .ban.abs {
  border: 1px solid #e98686;
}
main .item-guide .material .ban.abs h3 {
  background-color: #ffeff2;
  color: #e98686;
}
main .item-guide .material .ban.abs .seinou .unit h4 {
  background-color: #ea8787;
}
main .item-guide .material .ban.abs .go {
  background-color: #ffeff2;
  color: #e98686;
}
main .item-guide .material .ban.abs a:hover .go {
  background-color: #e98686;
  color: white;
}
main .item-guide .material .ban.pc {
  border: 1px solid #a2b84a;
}
main .item-guide .material .ban.pc h3 {
  background-color: #f2f9d9;
  color: #bed759;
}
main .item-guide .material .ban.pc .seinou .unit h4 {
  background-color: #a2b84a;
}
main .item-guide .material .ban.pc .go {
  background-color: #f2f9d9;
  color: #bed759;
}
main .item-guide .material .ban.pc a:hover .go {
  background-color: #a2b84a;
  color: white;
}
main .item-guide .material .ban.frp {
  border: 1px solid #d7ac59;
}
main .item-guide .material .ban.frp h3 {
  background-color: #f6eddc;
  color: #d7ac59;
}
main .item-guide .material .ban.frp .seinou .unit h4 {
  background-color: #d7ac59;
}
main .item-guide .material .ban.frp .go {
  background-color: #f6eddc;
  color: #d7ac59;
}
main .item-guide .material .ban.frp a:hover .go {
  background-color: #d7ac59;
  color: white;
}
main .item-guide .material .ban.others {
  position: relative;
}
main .item-guide .material .ban.others a {
  height: 100%;
  display: block;
}
main .item-guide .material .ban.others a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
main .item-guide .material .ban.others a h3:after {
  content: "〉〉";
  letter-spacing: 0px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: 0.5rem;
}
main .item-guide .material .ban.others a:hover {
  color: #d39a20;
}
main .item-guide .material.split-6 .ban {
  width: 15%;
  margin-right: 2%;
}
main .item-guide .material.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .material.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .material.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .material.split-5 .ban {
  width: 19%;
  margin-right: 1.25%;
}
main .item-guide .material.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .material.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .material.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .material.split-4 .ban {
  width: 24%;
  margin-right: 1.3333333333%;
}
main .item-guide .material.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .material.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .material.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .material.split-3 .ban {
  width: 32%;
  margin-right: 2%;
}
main .item-guide .material.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .material.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .material.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .material.split-2 .ban {
  width: 49%;
  margin-right: 2%;
}
main .item-guide .material.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .material.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .material.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .material.split-1 .ban {
  width: 100%;
  margin-right: 0;
  clear: both;
  float: none;
}
main .item-guide .material.split-1 .ban a h3 {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
}
main .item-guide .material.split-1 .ban:before {
  display: none;
}
main .item-guide .maker .ban {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .item-guide .maker .ban a {
  display: block;
  background-color: white;
  border-radius: 15px;
  margin-bottom: 5px;
}
main .item-guide .maker .ban figure {
  margin: 0;
  display: block;
  margin: 0 auto;
}
main .item-guide .maker .ban figure img {
  display: block;
  width: 100%;
}
main .item-guide .maker .ban h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
main .item-guide .maker .ban p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 0.85rem;
}
main .item-guide .maker.split-6 .ban {
  width: 15%;
  margin-right: 2%;
}
main .item-guide .maker.split-6 .ban:nth-child(6n) {
  margin-right: 0;
}
main .item-guide .maker.split-6 .ban:nth-child(6n):before {
  display: none;
}
main .item-guide .maker.split-6 .ban:nth-child(6n+1) {
  clear: both;
}
main .item-guide .maker.split-5 .ban {
  width: 19%;
  margin-right: 1.25%;
}
main .item-guide .maker.split-5 .ban:nth-child(5n) {
  margin-right: 0;
}
main .item-guide .maker.split-5 .ban:nth-child(5n):before {
  display: none;
}
main .item-guide .maker.split-5 .ban:nth-child(5n+1) {
  clear: both;
}
main .item-guide .maker.split-4 .ban {
  width: 24%;
  margin-right: 1.3333333333%;
}
main .item-guide .maker.split-4 .ban:nth-child(4n) {
  margin-right: 0;
}
main .item-guide .maker.split-4 .ban:nth-child(4n):before {
  display: none;
}
main .item-guide .maker.split-4 .ban:nth-child(4n+1) {
  clear: both;
}
main .item-guide .maker.split-3 .ban {
  width: 32%;
  margin-right: 2%;
}
main .item-guide .maker.split-3 .ban:nth-child(3n) {
  margin-right: 0;
}
main .item-guide .maker.split-3 .ban:nth-child(3n):before {
  display: none;
}
main .item-guide .maker.split-3 .ban:nth-child(3n+1) {
  clear: both;
}
main .item-guide .maker.split-2 .ban {
  width: 49%;
  margin-right: 2%;
}
main .item-guide .maker.split-2 .ban:nth-child(2n) {
  margin-right: 0;
}
main .item-guide .maker.split-2 .ban:nth-child(2n):before {
  display: none;
}
main .item-guide .maker.split-2 .ban:nth-child(2n+1) {
  clear: both;
}
main .item-guide .maker.split-1 .ban {
  width: 100%;
  clear: both;
  float: none;
}
main .item-guide .maker.split-1 .ban:before {
  display: none;
}

/*
    Footer
*/
footer {
  background-color: #f9f9f9;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
}
footer h1 {
  display: block;
  width: 220px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: 40px;
}
footer h1 img {
  display: block;
  width: 100%;
}
footer .container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
footer nav {
  margin-bottom: 40px;
  background-color: white;
  font-weight: 500;
}
footer nav ul {
  overflow: hidden;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
footer nav ul li {
  display: inline-block;
}
footer nav ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  vertical-align: middle;
  background-color: #7f7f7f;
}
footer nav ul li:last-child::after {
  display: none;
}
footer nav ul li a {
  display: inline-block;
  padding: 1.5rem 1rem;
  font-size: 0.95rem;
}
footer section {
  width: 33.33333%;
  border-right: 1px solid #adadad;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  line-height: 150%;
  font-size: 0.9rem;
}
footer section:last-child {
  border-right: 0;
}
footer section h2 {
  color: #244131;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
footer section h2::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
}
footer section article {
  display: block;
  margin-bottom: 2rem;
}
footer section article > p, footer section article h3 {
  margin-left: 1rem;
  font-size: 0.9rem;
  line-height: 140%;
}
footer section p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
footer section ul {
  margin: 0;
  margin-left: 2rem;
  padding: 0;
}
footer section ul p {
  margin-bottom: 0.5rem;
}
footer section figure {
  margin: 1rem 0;
  margin-left: 1rem;
  padding: 0;
}
footer section .fee-rule {
  overflow: hidden;
  margin-bottom: 1rem;
}
footer section .fee-rule .case {
  float: left;
  display: block;
  width: calc(50% - 5px);
  margin-right: 10px;
  text-align: center;
  padding: 1rem 0;
  background-color: white;
  font-weight: 500;
}
footer section .fee-rule .case:last-child {
  margin-right: 0;
}
footer section .fee-rule .case b {
  color: #57b105;
}
footer section .fee-rule .case .price {
  display: block;
  color: #d61b2c;
  margin: 0.7rem 0 0;
}
footer section .fee-rule .case .price em {
  font-size: 1.5rem;
  font-style: normal;
}
footer section .note {
  list-style-type: none;
}
footer section .note li {
  position: relative;
  margin-bottom: 5px;
}
footer section .note li:before {
  content: "※";
  display: block;
  margin-left: -1rem;
  position: absolute;
}
footer section .store-name {
  display: block;
  margin-left: 0;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
footer section .instagram img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 48px;
}
footer section .instagram img b {
  display: inline-block;
}
footer section .more {
  display: block;
  text-align: right;
}
footer section .more:after {
  content: "〉〉";
  display: inline-block;
  margin-left: 0.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
footer small {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

#page-top {
  display: none;
}

/*********************
Smart Phones
*********************/
@media only screen and (max-width: 767px) {
  /*
      Base
  */
  html {
    font-size: 13px;
  }
  /*
      Common
  */
  .container {
    width: auto;
    margin: 0 auto;
  }
  .adjuster {
    width: auto;
    margin: 0 auto;
    position: relative;
  }
  .ban {
    margin-bottom: 10px;
  }
  .sp {
    display: inline !important;
  }
  input {
    /*-webkit-appearance: none;*/
  }
  .menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 30px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    border-radius: 0;
  }
  .menu-trigger:focus:not(:focus-visible) {
    outline: none;
  }
  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #bbd64e;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), -webkit-transform 0.3s 0.3s;
    transition: top 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), -webkit-transform 0.3s 0.3s;
    transition: top 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), transform 0.3s 0.3s;
    transition: top 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: opacity 0.05s 0.3s;
    transition: opacity 0.05s 0.3s;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), transform 0.3s 0.3s;
    transition: bottom 0.3s cubic-bezier(0.36, -0.42, 0.68, -0.56), transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  /*
      Header
  */
  header {
    height: auto;
    max-width: none;
    width: auto;
    margin-top: 0;
  }
  header section:first-child {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  header section:first-child h1 {
    position: static;
    width: 142px;
    height: 30px;
    bottom: auto;
    left: auto;
    margin-left: 10px;
  }
  header section:first-child h1 a {
    background-size: contain;
    height: 100%;
  }
  header section:first-child .contact {
    display: none;
  }
  header section:first-child .upperline {
    position: static;
    height: auto;
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
  }
  header section:first-child .upperline .catchcopy {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    line-height: normal;
    height: auto;
    float: none;
    margin-bottom: 2px;
    white-space: nowrap;
  }
  header section:first-child .upperline .payment-method {
    display: none;
  }
  header section:first-child .upperline .essentials {
    position: absolute;
    display: none;
  }
  header section:first-child .helper {
    display: block;
    position: static;
    height: 30px;
    margin: 0;
    margin-right: 10px;
    float: none;
  }
  header section:first-child .helper form {
    width: 150px;
    display: none;
  }
  header section:first-child .helper ul {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  header section:first-child .helper ul li {
    width: 35px;
    height: 30px;
    display: block;
    margin-right: 5px;
    float: left;
    border-radius: 6px;
  }
  header section:first-child .helper ul li:last-child {
    margin-right: 0;
  }
  header section:first-child .helper ul li .button {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
  }
  header section:first-child .helper ul li .inquiry {
    background-image: url(../images/icon/icon-mail.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header section:first-child .helper ul li .dropdown {
    background-image: url(../images/icon/icon-question.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header section:first-child .helper ul li .mypage {
    background-image: url(../images/icon/icon-member.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  header section:first-child .helper ul li.spacer {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  header section:last-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 2px rgba(10, 10, 10, 0.2);
            box-shadow: 0px 0px 2px rgba(10, 10, 10, 0.2);
    background-color: white;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: block;
    position: fixed;
    top: 10px;
    left: 0;
    width: 96%;
    height: calc(100vh - 20px);
    z-index: 1000000;
    margin: 0 2%;
    margin-top: 0;
    overflow: auto;
  }
  header section:last-child.popup {
    visibility: hidden;
    opacity: 0;
  }
  header section:last-child.popup.open {
    opacity: 1;
    visibility: visible;
  }
  header section:last-child aside.close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    margin: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
  }
  header section:last-child aside.close:before, header section:last-child aside.close:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: black;
    left: 50%;
  }
  header section:last-child aside.close:before {
    left: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header section:last-child aside.close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header section:last-child aside.left {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  header section:last-child aside.left a {
    display: block;
  }
  header section:last-child aside.left a img {
    display: block;
    margin: 0 auto;
  }
  header section:last-child form {
    display: block !important;
    width: 100%;
    margin-bottom: 5px;
  }
  header section:last-child form .fields {
    background-color: white;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
  }
  header section:last-child form .fields input[type=text] {
    background-color: #efefef;
    width: 100%;
    padding: 0 10px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    line-height: 35px;
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid white;
    border-radius: 6px;
    outline-style: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header section:last-child form .fields input[type=text]:focus {
    border: 1px solid #bbd64e;
  }
  header section:last-child form .fields input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -1000px;
    background-image: url(../images/icon/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    cursor: pointer;
  }
  header section:last-child nav {
    width: auto;
    float: none;
    height: auto;
  }
  header section:last-child nav ul {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    background-color: white;
    padding-left: 1px;
    padding-top: 1px;
  }
  header section:last-child nav ul li {
    width: calc(33% - 1px);
    height: auto;
    position: static;
    float: none;
    margin: 0;
    padding: 0 0 15px 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  header section:last-child nav ul li:nth-child(3n) {
    border-right: 0;
  }
  header section:last-child nav ul li a:before {
    display: none;
  }
  header section:last-child nav ul li a b br {
    display: none;
  }
  header section:last-child nav ul li a img {
    position: static;
    display: inline-block;
    bottom: auto;
    left: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  header section:last-child .textlink {
    background-color: #f0f8fc;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block !important;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-sizing: bor;
    box-sizing: bor;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    border: solid 1px #244131;
  }
  header section:last-child .logical-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 5px;
  }
  header section:last-child .logical-menu ul li {
    width: 33.3333%;
  }
  header section:last-child .logical-menu ul li a {
    display: block;
    padding: 5px;
    border: 2px solid white;
    background-color: #efefef;
    border-radius: 5px;
  }
  .instantNotice {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 140%;
  }
  /*
      Aside
  */
  .popup.category-style {
    display: none !important;
  }
  /*
  .side{
      position: absolute;
      display: none;
  }
  */
  /*
      Main
  */
  main .banners {
    margin: 0 10px;
  }
  main .banners .ban {
    margin-bottom: 10px;
  }
  main .item-guide {
    margin: 0 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  main .item-guide h1 {
    font-size: 1.25rem;
    margin: 10px 0;
  }
  main .item-guide .unit {
    margin-bottom: 10px;
  }
  main .item-guide h2 {
    padding: 5px 10px;
    font-size: 1.1rem;
    margin: 10px 0;
  }
  main .item-guide h2 b {
    right: 5px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  main .item-guide .recommend-category:nth-of-type(1) {
    margin-bottom: 10px;
  }
  main .item-guide .type .ban p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .item-guide .category .ban a {
    padding: 5px;
  }
  main .item-guide .category .ban h2 {
    padding: 4px 0 2px;
    min-height: auto;
    font-size: 1rem;
  }
  main .item-guide .news {
    margin-bottom: 20px;
  }
  main .item-guide .news article {
    padding-left: 0;
  }
  main .item-guide .news article time {
    position: static;
    width: auto;
    text-align: left;
    padding: 0;
  }
  main .item-guide .news article .content {
    padding: 0;
    padding-left: 0;
    border: 0;
  }
  main .item-guide .workstyle p {
    display: none;
  }
  main .item-guide .workstyle .ban h3 {
    font-size: 0.8rem;
    line-height: 120%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  main .item-guide .material .ban {
    padding: 0;
  }
  main .item-guide .material .ban a > p {
    margin-top: 5px;
  }
  main .item-guide .material .ban h3 {
    padding: 5px 0;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  main .item-guide .material .ban h3 .sub {
    display: inline-block;
  }
  main .item-guide .material .ban .seinou {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  main .item-guide .material .ban .seinou .unit {
    width: 24%;
    margin-right: 1.3333333333%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  main .item-guide .material .ban .seinou .unit:nth-child(2n) {
    margin-right: 1.3333333333%;
  }
  main .item-guide .material .ban .seinou .unit:nth-child(4n) {
    margin-right: 0;
  }
  main .item-guide .material .ban .seinou .unit:nth-child(2n+1) {
    clear: none;
  }
  main .item-guide .material .ban.abs h3 {
    background-color: #e98686;
    color: white;
  }
  main .item-guide .material .ban.pc h3 {
    background-color: #bed759;
    color: white;
  }
  main .item-guide .material .ban.frp h3 {
    background-color: #d7ac59;
    color: white;
  }
  main .item-guide .material .ban.others a h3 {
    font-size: 1.2rem;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    background-color: transparent;
  }
  main .item-guide .maker .ban h3 {
    font-size: 0.9rem;
    line-height: 140%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  main .item-guide .maker .ban a {
    margin-bottom: 5px;
  }
  /*
      Footer
  */
  footer {
    padding-top: 30px;
  }
  footer h1 {
    width: 110px;
    height: 28px;
    margin-bottom: 20px;
  }
  footer nav {
    background-color: transparent;
  }
  footer nav ul {
    margin: 0 10px;
    padding: 0;
  }
  footer nav ul li {
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid #ddd;
  }
  footer nav ul li a {
    display: block;
    padding: 0.5rem 0;
  }
  footer nav ul li:after {
    display: none;
  }
  footer .container {
    display: block;
  }
  footer section {
    width: 100%;
    border: 0;
  }
  footer section figure {
    margin-left: 0;
  }
  footer section figure img {
    max-width: 100%;
    width: 100%;
  }
  footer section figure.qrcode {
    display: none;
  }
  footer section figure.instagram img {
    width: 24px;
    margin-right: 10px;
  }
}
/*********************
Tablets
*********************/
/*********************
PC
*********************/