@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,900&display=swap&subset=japanese");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
img, svg {
  vertical-align: top;
}

img {
  display: inline;
}

input, select, textarea, label {
  font-size: 1.6rem; /* background: #fff; */
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number] {
  line-height: 2;
  background: #fff;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

input::placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #D0D0D0 !important;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sp2 {
    display: none !important;
  }
}
/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  color: inherit;
  transition: color 0.2s;
}
a:not(:focus-visible) {
  outline: none;
}
a img {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a img:hover {
    opacity: 0.8;
  }
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

a:active {
  text-decoration: none;
}

.fade {
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.8;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

.txtLink {
  color: #1a0dab;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .txtLink:hover {
    text-decoration: none;
  }
}

/* --------------------
		common
-------------------- */
.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome span, .komeList li span, .dotList li span {
  text-indent: 0;
}

html, body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  font-style: normal;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: inherit;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

@media screen and (max-width: 767px) {
  .hiddenSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1160px;
    font-size: 1.7rem;
  }
  header, footer {
    width: 100%;
    overflow: hidden;
  }
  .hiddenPC {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #nav_header {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 16.90821vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  #nav_header .nav_wrapper {
    width: 100%;
  }
  #nav_header #nav_toggle {
    display: none;
  }
  #nav_header #nav_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 12.80193vw;
    height: 14.49275vw;
  }
  #nav_header #nav_btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4.10628vw;
    display: block;
    margin: auto;
    width: 5.55556vw;
    height: 0.48309vw;
    background-color: #ffffff;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  #nav_header #nav_btn span:before, #nav_header #nav_btn span:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 5.55556vw;
    height: 0.48309vw;
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  #nav_header #nav_btn span:before {
    transform: translateY(-1.93237vw);
  }
  #nav_header #nav_btn span:after {
    transform: translateY(1.93237vw);
  }
  #nav_header #nav_toggle:checked ~ #nav_btn span {
    background-color: transparent;
  }
  #nav_header #nav_toggle:checked ~ #nav_btn span:before {
    top: 0;
    transform: rotate(45deg) translateY(0);
  }
  #nav_header #nav_toggle:checked ~ #nav_btn span:after {
    top: 0;
    transform: rotate(-45deg) translateY(0);
  }
  #nav_header h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 29.22705vw;
    height: 7.48792vw;
  }
  #nav_header h1 a {
    display: block;
  }
  #nav_header span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 29.22705vw;
    height: 7.48792vw;
  }
  #nav_header span a {
    display: block;
  }
  #nav_header ul {
    list-style: none;
  }
  #nav_header ul.menu {
    position: fixed;
    top: -2.41546vw;
    display: block;
    width: 100%;
    max-height: 100vh;
    padding: 21.73913vw 0 4.83092vw;
    background-color: #1a1a1a;
    overflow: scroll;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  #nav_header ul.menu:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.90821vw;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #nav_header ul.menu > li {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 4.83092vw 0;
    width: 91.78744vw;
    border-bottom: 1px solid #4d4d4d;
    color: #ffffff;
    font-size: 4.34783vw;
    overflow: hidden;
  }
  #nav_header ul.menu > li:after {
    content: "";
    clear: both;
  }
  #nav_header ul.menu > li:last-child {
    border-bottom: 0;
  }
  #nav_header ul.menu > li a {
    display: block;
    width: 41.0628vw;
    color: #ffffff;
    text-decoration: none;
    float: left;
  }
  #nav_header ul.menu > li ul.sub-menu {
    display: block;
    width: 50.72464vw;
    float: right;
    font-size: 0.778em;
    line-height: 1.5;
  }
  #nav_header ul.menu > li ul.sub-menu li {
    display: block;
    margin-bottom: 0.5em;
  }
  #nav_header ul.menu > li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav_header ul.menu > li ul.sub-menu li a {
    width: 100%;
    float: none;
  }
  #nav_header #nav_toggle:checked ~ ul.menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  #nav_header .cart_wrapper {
    position: absolute;
    top: 5.55556vw;
    right: 4.83092vw;
  }
  #nav_header .cart_wrapper a {
    display: inline-block;
    margin-left: 3.1401vw;
    width: 5.7971vw;
  }
  #nav_header #nav_shade {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    transition: all 0.3s ease;
  }
  #nav_header #nav_toggle:checked ~ #nav_shade {
    visibility: visible;
    opacity: 1;
  }
  #nav_header #nav_toggle.init ~ ul.menu,
  #nav_header #nav_toggle.init ~ #nav_shade {
    display: none;
  }
  #nav_footer {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000000;
    background-image: url(https://benkeimaru-stg.uh-oh.jp/wp2019/wp-includes/css/dist/block-library/img/common/bg_footer_sp.png);
    background-size: 100% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  #nav_footer .nav_wrapper {
    margin: 0 auto;
    padding: 13.28502vw 0 9.66184vw;
    width: 92.75362vw;
    color: #ffffff;
    font-size: 0.875em;
  }
  #nav_footer .nav_wrapper:after {
    content: "";
    clear: both;
  }
  #nav_footer .nav_wrapper ul.menu {
    display: none;
  }
  #nav_footer .nav_wrapper div.contact {
    display: block;
    margin: 0 auto;
  }
  #nav_footer .nav_wrapper div.contact img {
    display: block;
    margin-bottom: 5.7971vw;
    width: 39.85507vw;
  }
  #nav_footer .nav_wrapper div.contact p {
    line-height: 2;
    margin-bottom: 2.41546vw;
  }
  #nav_footer .nav_wrapper div.contact p a {
    color: #ffffff;
    text-decoration: none;
  }
  #nav_footer .nav_wrapper div.contact p .freedial {
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.72464vw;
    width: 7.48792vw;
    height: 5.07246vw;
    background-image: url(https://benkeimaru-stg.uh-oh.jp/wp2019/wp-includes/css/dist/block-library/img/common/icn_freedial.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: sub;
  }
  #nav_footer .nav_wrapper div.contact ul.sns {
    display: block;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li {
    display: inline-block;
    margin-right: 0.5em;
    width: 12.07729vw;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li a {
    display: block;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li:last-child {
    margin-right: 0;
  }
  #copyright {
    padding: 3.62319vw 0;
    background-color: #ffffff;
    font-size: 0.75em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
  }
  #nav_header {
    line-height: 1;
  }
  #nav_header + div {
    padding-top: 16.90821vw;
  }
  #nav_header .cart_wrapper .cart_link {
    margin-left: 4vw;
  }
}
#nav_footer {
  font-size: 1.6rem;
  line-height: 1;
}

#copyright {
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #nav_header {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1160px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  #nav_header .nav_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1160px;
  }
  #nav_header h1 {
    display: inline-block;
    margin: 0;
    padding-right: 40px;
    vertical-align: middle;
  }
  #nav_header h1 a {
    display: block;
    padding: 18px 0;
  }
  #nav_header h1 img {
    display: block;
    width: 165px;
    height: 44px;
  }
  #nav_header span {
    display: inline-block;
    margin: 0;
    padding-right: 40px;
    vertical-align: middle;
  }
  #nav_header span a {
    display: block;
    padding: 18px 0;
  }
  #nav_header span img {
    display: block;
    width: 165px;
    height: 44px;
  }
  #nav_header ul {
    list-style: none;
  }
  #nav_header ul.menu {
    display: inline-block;
    vertical-align: middle;
  }
  #nav_header ul.menu:after {
    content: "";
    clear: both;
  }
  #nav_header ul.menu > li {
    position: relative;
    display: block;
    margin-right: 0;
    margin-top: 20px;
    padding: 0;
    color: #ffffff;
    font-size: 1.0625em;
    float: left;
  }
  #nav_header ul.menu > li:last-child {
    margin-right: 0;
  }
  #nav_header ul.menu > li a {
    display: block;
    padding: 31px 1em 32px;
    color: #ffffff;
    text-decoration: none;
  }
  #nav_header ul.menu > li ul.sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    display: inline-block;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  #nav_header ul.menu > li ul.sub-menu li {
    display: block;
    padding: 0;
    margin-right: 0;
  }
  #nav_header ul.menu > li ul.sub-menu li a {
    padding: 10px 1em;
    color: #b2b2b2;
  }
  #nav_header ul.menu > li ul.sub-menu li a:hover {
    color: #ffffff;
  }
  #nav_header ul.menu > li ul.sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #1a1a1a;
    z-index: -1;
  }
  #nav_header ul.menu > li:after {
    content: "";
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #ff0000;
    transition: width 0.3s ease-out;
  }
  #nav_header ul.menu > li:hover:after {
    width: 4em;
  }
  #nav_header ul.menu > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #nav_header .cart_wrapper {
    position: absolute;
    top: 12px;
    right: 37px;
  }
  #nav_header .cart_wrapper a {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
  }
  #nav_header .cart_wrapper a img {
    margin-right: 5px;
    width: 17px;
    vertical-align: bottom;
  }
  #nav_header .cart_wrapper a span {
    padding: 0;
  }
  #nav_header .cart_wrapper a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 1px solid #ff0000;
    transition: width 0.3s ease-out;
  }
  #nav_header .cart_wrapper a:hover:after {
    width: 4em;
  }
  #nav_header .cart_wrapper a:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  #nav_header #nav_toggle, #nav_header #nav_btn, #nav_header #nav_shade {
    display: none;
  }
  #nav_header #nav_toggle.init ~ ul.menu ul.sub-menu {
    display: none;
  }
  #nav_footer {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #000000;
    background-image: url(https://benkeimaru-stg.uh-oh.jp/wp2019/wp-content/themes/benkeimaru/assets/img/common/bg_footer.png);
    background-size: 617px 432px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  #nav_footer .nav_wrapper {
    margin: 0 auto;
    padding: 83px 0 30px;
    width: 1160px;
    color: #ffffff;
    font-size: 1em;
    overflow: hidden;
  }
  #nav_footer .nav_wrapper:after {
    content: "";
    clear: both;
  }
  #nav_footer .nav_wrapper ul {
    list-style: none;
  }
  #nav_footer .nav_wrapper ul.menu {
    display: block;
    width: 320px;
    float: left;
  }
  #nav_footer .nav_wrapper ul.menu li {
    display: block;
    padding: 0;
    margin-bottom: 43px;
    line-height: 1;
  }
  #nav_footer .nav_wrapper ul.menu li a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.1s linear;
  }
  #nav_footer .nav_wrapper ul.menu li a:hover {
    border-bottom-color: #ff0000;
  }
  #nav_footer .nav_wrapper ul.menu li ul.sub-menu li {
    margin-top: 14px;
    margin-bottom: 0;
    padding-left: 1em;
  }
  #nav_footer .nav_wrapper ul.menu li ul.sub-menu li a:before {
    content: "- ";
  }
  #nav_footer .nav_wrapper div.contact {
    display: block;
    width: 276px;
    padding-top: 4px;
    float: right;
  }
  #nav_footer .nav_wrapper div.contact img {
    display: block;
    margin-bottom: 25px;
    width: 165px;
    height: 44px;
  }
  #nav_footer .nav_wrapper div.contact p {
    line-height: 2;
    margin-bottom: 10px;
  }
  #nav_footer .nav_wrapper div.contact p a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.1s linear;
  }
  #nav_footer .nav_wrapper div.contact p a:hover {
    border-bottom-color: #ff0000;
  }
  #nav_footer .nav_wrapper div.contact p .freedial {
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 2px;
    width: 31px;
    height: 21px;
    background-image: url(https://benkeimaru-stg.uh-oh.jp/wp2019/wp-includes/css/dist/block-library/img/common/icn_freedial.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: sub;
  }
  #nav_footer .nav_wrapper div.contact ul.sns {
    display: block;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li {
    display: inline-block;
    margin-right: 0.5em;
    width: 50px;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li a {
    display: block;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #nav_footer .nav_wrapper div.contact ul.sns li:last-child {
    margin-right: 0;
  }
  #copyright {
    padding: 35px 0;
    background-color: #ffffff;
    font-size: 0.875em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
  }
  #nav_header {
    font-size: 1.6rem;
    line-height: 1;
  }
  #nav_header + div {
    padding-top: 100px;
  }
  #nav_footer {
    font-size: 1.6rem;
  }
  #copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #kv {
    margin: 0 auto;
    padding: 0;
    padding-top: 16.90821vw;
    width: 100%;
    background-color: #000000;
  }
  #kv .kv_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 38.64734vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #kv .kv_wrapper h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 1.875em;
    text-align: center;
    line-height: 1.3;
    transform: translateY(-50%);
    text-shadow: 0.48309vw 0.48309vw 1.69082vw #000000;
  }
  #kv .kv_wrapper h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 1.875em;
    text-align: center;
    line-height: 1.3;
    transform: translateY(-50%);
    text-shadow: 0.48309vw 0.48309vw 1.69082vw #000000;
  }
  section.text {
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10.86957vw;
    margin-bottom: 14.49275vw;
    width: 92.75362vw;
    text-align: center;
  }
  section.text a {
    color: #1a0dab;
    text-decoration: underline;
  }
  section.text:first-child {
    margin-top: 0;
  }
  section.text:last-child {
    margin-bottom: 0;
  }
  section.text .visual {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  section.text .visual img {
    display: block;
    margin: 0 auto;
    margin-bottom: 9.66184vw;
    max-width: 100%;
    height: auto;
  }
  section.text .visual p {
    margin: 0 auto;
    margin-top: 0.5em;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
  }
  section.text > :first-child {
    margin-top: 0;
  }
  section.text > :last-child {
    margin-bottom: 0;
  }
  section.text p {
    margin: 0 auto 7.24638vw;
    text-align: left;
    line-height: 1.9375;
  }
  section.text .column1, section.text .column2, section.text .column3 {
    margin-bottom: 7.24638vw;
  }
  section.text .column1 *:last-child, section.text .column2 *:last-child, section.text .column3 *:last-child {
    margin-bottom: 0;
  }
  section.text h3 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 8.21256vw;
    padding: 0;
    padding-bottom: 6.76329vw;
    font-size: 1.375em;
    font-weight: bold;
    text-align: center;
    line-height: 1.45;
  }
  section.text h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 9.66184vw;
    border-bottom: 1px solid;
  }
  section.text h3.h3-1, section.text h3.h3-2 {
    padding-bottom: 0;
  }
  section.text h3.h3-1:after, section.text h3.h3-2:after {
    position: static;
    width: auto;
    border-bottom: none;
  }
  section.text h3.h3-1 {
    display: flex;
    align-items: center;
  }
  section.text h3.h3-1:before, section.text h3.h3-1:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
    background: #000000;
  }
  section.text h3.h3-1:before {
    margin-right: 0.75em;
  }
  section.text h3.h3-1:after {
    margin-left: 0.75em;
  }
  section.text h3.h3-2 {
    padding: 2.41546vw 0;
    background-color: #2b3664;
    color: #ffffff;
    line-height: 1.7;
  }
  section.text h3.h3-2:before, section.text h3.h3-2:after {
    content: none;
  }
  section.text h3.h3-2 span {
    display: inline-block;
    margin-left: 1em;
    padding: 0 0.75em;
    color: #ff0000;
    background-color: #ffffff;
    vertical-align: baseline;
  }
  section.text h3.h3-3 {
    position: relative;
    padding: 10.86957vw 3.62319vw 3.62319vw;
    border-top: 3px solid #2b3664;
    border-bottom: 3px solid #2b3664;
    background-color: #f2f2f2;
    line-height: 1.47;
  }
  section.text h3.h3-3 span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5em;
    background-color: #2b3664;
    color: #ffffff;
    font-size: 4.83092vw;
    line-height: 8.69565vw;
  }
  section.text h3.h3-3 span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4.83092vw;
    display: block;
    border-top: 4.34783vw solid #2b3664;
    border-bottom: 4.34783vw solid transparent;
    border-left: 2.41546vw solid #2b3664;
    border-right: 2.41546vw solid transparent;
  }
  section.text h3.h3-3:after {
    content: none;
  }
  section.text:first-child {
    margin-top: 0;
  }
  section.text:last-child {
    margin-bottom: 0;
  }
  section.text .visual {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  section.text .visual img {
    margin-bottom: 9.66184vw;
  }
  section.text > :first-child {
    margin-top: 0;
  }
  section.text > :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #kv {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #1a1a1a;
  }
  #kv .kv_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 562px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #kv .kv_wrapper .kv_wrapper_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #kv .kv_wrapper h1 {
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 2.75em;
    text-align: center;
    line-height: 1;
    text-shadow: 2px 2px 7px #000000, 2px 2px 13px #000000;
  }
  #kv .kv_wrapper h2 {
    position: absolute;
    top: 310px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 2.75em;
    text-align: center;
    line-height: 1;
    text-shadow: 2px 2px 7px #000000, 2px 2px 13px #000000;
  }
  #kv .kv_wrapper h2 img {
    max-width: none;
  }
  section.text {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 110px;
    max-width: 960px;
    min-width: 1160px;
    text-align: center;
    overflow: hidden;
  }
  section.text img, section.text picture {
    max-width: none;
  }
  section.text a {
    color: #1a0dab;
    text-decoration: underline;
  }
  section.text a:hover {
    text-decoration: none;
  }
  section.text h3 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 52px;
    padding: 0;
    padding-bottom: 35px;
    width: 960px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  section.text h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    border-bottom: 1px solid;
  }
  section.text h3.h3-1, section.text h3.h3-2 {
    padding-bottom: 0;
  }
  section.text h3.h3-1:after, section.text h3.h3-2:after {
    position: static;
    width: auto;
    border-bottom: none;
  }
  section.text h3.h3-1 {
    display: flex;
    align-items: center;
  }
  section.text h3.h3-1:before, section.text h3.h3-1:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
    background: #000000;
  }
  section.text h3.h3-1:before {
    margin-right: 0.75em;
  }
  section.text h3.h3-1:after {
    margin-left: 0.75em;
  }
  section.text h3.h3-2 {
    padding: 15px 0;
    background-color: #2b3664;
    color: #ffffff;
    line-height: 1.7;
  }
  section.text h3.h3-2:before, section.text h3.h3-2:after {
    content: none;
  }
  section.text h3.h3-2 span {
    display: inline-block;
    margin-left: 1em;
    padding: 0 0.75em;
    color: #ff0000;
    background-color: #ffffff;
    vertical-align: baseline;
  }
  section.text h3.h3-3 {
    position: relative;
    padding: 15px 0;
    padding-left: 100px;
    border-top: 3px solid #2b3664;
    border-bottom: 3px solid #2b3664;
    background-color: #f2f2f2;
    line-height: 1.47;
  }
  section.text h3.h3-3 span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5em;
    background-color: #2b3664;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 1.7;
  }
  section.text h3.h3-3 span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    border-top: 0.85em solid #2b3664;
    border-bottom: 0.85em solid transparent;
    border-left: 10px solid #2b3664;
    border-right: 10px solid transparent;
  }
  section.text h3.h3-3:after {
    content: none;
  }
  section.text h4 {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.625em;
    text-align: center;
    line-height: 1.2;
  }
  section.text p {
    margin: 0 auto 35px;
    max-width: 880px;
    text-align: left;
    line-height: 2.375;
    font-size: 1.125em;
  }
  section.text p.lead {
    margin-top: -10px;
    margin-bottom: 49px;
    width: 100%;
    font-size: 1.222em;
    text-align: center;
    line-height: 1;
  }
  section.text .column1,
  section.text .column2,
  section.text .column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  section.text .column1 img,
  section.text .column2 img,
  section.text .column3 img {
    max-width: 100%;
  }
  section.text .column1 > * {
    width: 100%;
  }
  section.text .column2 > * {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  section.text .column2 > *:nth-child(2n), section.text .column2 > *:last-child {
    margin-right: 0;
  }
  section.text .column3 > * {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  section.text .column3 > *:nth-child(3n), section.text .column3 > *:last-child {
    margin-right: 0;
  }
  section.text:first-child {
    margin-top: 0;
  }
  section.text:last-child {
    margin-bottom: 0;
  }
  section.text .column1,
  section.text .column2,
  section.text .column3 {
    max-width: 940px;
  }
  section.text > .visual {
    margin-bottom: 30px;
    max-width: 940px;
    text-align: center;
  }
  section.text > .visual img {
    max-width: 100%;
  }
  section.text > :first-child {
    margin-top: 0;
  }
  section.text > :last-child {
    margin-bottom: 0;
  }
}
.s-header-wrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.s-header-wrap__logo {
  width: 29.22705vw;
}

.l-container-wrap__body {
  padding-top: 3.2rem;
}

.l-container-wrap__body--stepBar {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .s-header-wrap {
    background-color: transparent;
    border: none;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-header-wrap:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .s-header-wrap__logo {
    width: 165px;
  }
  .l-container-wrap__body--stepBar {
    padding-top: 3.2rem;
  }
}
.c-form-errorMsg {
  font-size: 1.4rem;
  padding: 1.6rem;
}

.c-breadcrumb-list {
  font-size: 1.3rem;
}

.m-formHeading-title__lead {
  margin-top: 1em;
}

.c-formInput-item__annotation {
  font-size: 1.2rem;
}

.c-formInput-item__inline {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .c-form-errorMsg {
    font-size: 1.5rem;
    padding: 1.8rem 2.5rem;
  }
  .c-formInput-item__annotation {
    font-size: 1.3rem;
  }
}
input.c-changeQuantity__number {
  border: none;
  line-height: 1.2;
}

.m-orderProductSect-item__picture::before {
  padding-top: 100%;
}

.m-orderProductSect-itemPrice__price, .m-orderProductSect-itemSubtotal {
  line-height: 1.3;
}

span.komi {
  font-size: 80%;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: 0.3em;
}

.m-cartNum-title--control {
  flex-wrap: wrap;
}
.m-cartNum-title--control-notice {
  width: 100%;
  font-size: 1.1rem;
  text-align: right;
  transform: translateX(0.8em);
  color: var(--color-danger);
}
@media screen and (min-width: 768px) {
  .m-cartNum-title--control-notice {
    font-size: 1.3rem;
  }
}

.s-orderContent-sepWrap__entry--cartUseDiscount:empty {
  padding: 0;
}

.s-orderContent-cartGroup-body .kessaiTxt {
  font-size: 1.1rem;
  text-align: right;
  margin: 1.4em 0 -1em;
}

.m-orderSectCol-typeRadio__item div:not([class]) {
  font-size: 1.4rem;
  padding: 0 0 1em;
}
.m-orderSectCol-typeRadio__item div:not([class]) div:not([class]) {
  padding: 0;
}

.m-orderInfoDetail-wrap input[id*=attribute6] {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}

.m-orderProductSect-itemDetail__title {
  font-size: 1.3rem;
}

.m-orderPriceSummary-item__price {
  font-size: 1.7rem;
}

.c-formInput-item__alert--active:empty {
  display: none;
}

.c-formInput-itemTitle + div:not([class]) {
  padding: 0.7em 0 0.5em;
  font-size: 1.4rem;
}

.c-formInput-item__alert {
  font-size: 1.3rem;
}

.c-orderSectCol-info, .c-orderSectCol-infoInline, .m-orderInfoDetail-typeSep__info-title {
  font-size: 1.5rem;
}

.m-orderInfoDetail-typeSep__info div:not([class]) {
  font-size: 1.4rem;
}

.stepImg {
  text-align: center;
  margin: 0 0 2.5rem;
}
.stepImg img {
  width: 130%;
  max-width: none;
  margin: 0 -18.5% 0 -11.5%;
}

.m-orderPriceSummary-total__price {
  flex: 1;
}

.p-page-orderComplete .c-orderSectHeading__lead {
  font-size: 1.5rem;
}

.addCartH2 {
  background: #4C4C4C;
  color: #fff;
  padding: 0.7rem 1rem 0.7rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.6em;
}

.p-landingCartFormLoginBoxH2 {
  margin: 4rem 1.6rem 0;
}

.p-landingCartFormLoginBox {
  margin-top: 1rem;
  padding: 2.4rem 1.6rem 2rem;
}

.p-landingCartFormLoginBox-heading {
  padding-bottom: 2rem;
}

.p-landingCartFormShippingAddBox {
  margin: 2.5em 1.6rem -1rem;
}
.p-landingCartFormShippingAddBox .komeList {
  font-size: 1.3rem;
}
.p-landingCartFormShippingAddBox .komeList li {
  margin-top: 0.2em;
}

@media screen and (min-width: 768px) {
  .m-formHeading-head {
    margin-bottom: 1.3rem;
  }
  .s-orderContent-sepWrap--cartUseDiscount {
    padding-top: 4rem;
  }
  .s-orderContent-cartGroup-body .kessaiTxt {
    font-size: 1.4rem;
    margin: 1.6em 0 -2.4em;
  }
  .m-orderProductSect-title {
    font-size: 1.4rem;
  }
  .m-orderProductSect-itemDetail__title {
    font-size: 1.5rem;
  }
  .m-orderProductSect-itemPrice {
    align-items: flex-end;
    padding-right: 1.5em;
  }
  .m-orderProductSect-itemSubtotal {
    text-align: right;
    padding-right: 1.5em;
  }
  .m-orderProductSect-itemRemove__text {
    font-size: 1.3rem;
  }
  .p-landingCartFormLoginBox {
    margin-top: 7rem;
  }
  .p-landingCartFormLoginBox-heading__lede {
    font-size: 1.6rem;
  }
  .p-landingCartFormLoginBox-heading {
    padding-bottom: 2rem;
  }
  .c-formInput-itemTitle {
    font-size: 1.5rem;
  }
  .p-landingCartFormHedding__lede {
    font-size: 1.5rem;
  }
  .c-formInput-itemTitle {
    font-size: 1.6rem;
  }
  .c-formInput-itemTitle + div:not([class]) {
    padding: 0.7em 0 0.5em;
    font-size: 1.6rem;
  }
  .c-formInput-item__alert {
    font-size: 1.4rem;
  }
  .c-orderSectHeading__title {
    font-size: 1.7rem;
  }
  .c-orderSect-info__title {
    font-size: 1.5rem;
  }
  .c-orderSect-info__text {
    font-size: 1.5rem;
  }
  .m-orderInfoDetail-typeSep__info div:not([class]) {
    font-size: 1.5rem;
  }
  .stepImg {
    margin: 0;
  }
  .stepImg img {
    width: auto;
    margin: 0 auto;
  }
  .addCartH2 {
    font-size: 2.2rem;
    line-height: 1.1;
    padding: 0.9rem 1.3rem 1.1rem;
  }
  .p-landingCartFormLoginBoxH2 {
    margin: 4rem 0 0;
  }
  .p-landingCartFormLoginBox {
    margin-top: 1rem;
    padding: 3rem 3ren 2rem;
  }
  .p-page-orderComplete .c-orderSectHeading__lead {
    font-size: 1.7rem;
  }
  .p-landingCartFormShippingAddBox {
    margin: 3.6em 0 0;
  }
  .p-landingCartFormShippingAddBox .komeList {
    font-size: 1.5rem;
  }
  .p-landingCartFormShippingAddBox .komeList li {
    margin-top: 0.3em;
  }
}
.p-login-form__title {
  font-size: 1.7rem;
}

.p-regulation-terms__lead {
  height: 14rem;
}

.p-regist-completeArea {
  margin-top: 3rem;
}

.p-login-body {
  margin-top: 0;
}

.p-loginTtl {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.4em 0.6em;
  background: var(--color-gray);
}
.p-loginTtl + .p-login-form {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-regulation-terms__lead {
    height: 14rem;
  }
  .p-login-body {
    margin-top: 2.7rem;
  }
  .p-loginTtl {
    font-size: 1.5rem;
    padding: 0.3em 0.6em;
  }
}
.c-productUser-head__picture::before {
  padding-top: 100%;
}

.c-productUser-body__title-name {
  font-size: 1.2rem;
  line-height: 1.4;
}

.s-myPageContent-body .topTxt {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-btn-fluid {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .s-myPageContent-body .topTxt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .m-userProductSectLine__title {
    font-size: 1.8rem;
  }
  .c-productUser-body__title-name {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-userNav-title__iconWrap {
  display: flex;
  align-items: center;
}

.c-userNav-link {
  font-size: 1.6rem;
}

.m-userNav-section__title {
  padding: 1.2rem 1.3rem 1rem;
  background: rgba(204, 204, 204, 0.2);
  border-top: solid 1px var(--color-gray-middle);
}

.m-userNav-section:first-child .m-userNav-section__title {
  padding-top: 1.5rem;
}

.m-userNav-section__menu {
  margin-top: 1rem;
  padding-bottom: 1.9rem;
}

@media screen and (min-width: 768px) {
  .m-userNav__sections {
    border-color: var(--color-gray-middle);
  }
}
@media screen and (min-width: 992px) {
  .m-userNav-section__menu {
    margin-top: 1.2rem;
    padding-bottom: 1.8rem;
  }
  .c-userNav-link {
    font-size: 1.6rem;
    padding: 0.7rem 1.6rem 0.7rem 1.6rem;
  }
  .m-userNav__title {
    background: var(--color-gray-middle);
    color: #fff;
  }
  .m-userNav-section__title {
    border-color: var(--color-gray-middle);
    margin-bottom: 0;
  }
  .m-userNav-section:first-child .m-userNav-section__title {
    padding-top: 1.3rem;
  }
}
.p-fixedPurchaseList-content__list .topTxt {
  margin-bottom: 3rem;
}

.m-userProductSect-itemDetail__title {
  font-size: 1.3rem;
}

.c-userSectCol-annotation__text {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .m-userProductSect-title {
    font-size: 1.3rem;
  }
  .m-userProductSect-itemDetail__title {
    font-size: 1.5rem;
  }
  .c-userSectCol-infoInline {
    font-size: 1.5rem;
  }
  .c-userSectCol-annotation__text {
    font-size: 1.4rem;
  }
  .c-userSectCol-info {
    font-size: 1.5rem;
  }
}
.c-userSect-info:not(:first-child) {
  margin-top: 0.5rem;
}

.c-userSect-info__title, .c-userSect-info__text {
  font-size: 1.5rem;
}

.m-userProductSectCol-productDetail__title {
  font-size: 1.3rem;
}

.m-orderProductSect-productPrice {
  font-size: 1.3rem;
}

.m-userProductSectCol-product__picture {
  min-width: 11rem;
}

@media screen and (min-width: 768px) {
  .m-userProductSectCol-productDetail__title {
    font-size: 1.5rem;
    max-width: 100%;
  }
  .m-orderProductSect-productPrice {
    font-size: 1.4rem;
  }
  .m-userProductSectCol-product__picture {
    min-width: 11rem;
  }
  .m-userProductSectCol-productDetailInfo {
    font-size: 1.4rem;
  }
}
.p-recieveMailDetail-content__body {
  font-size: 1.5rem;
}

.m-orderMultiCartCompleteStatus {
  padding-top: 0.3rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .m-orderMultiCartCompleteStatus {
    padding-top: 1.5rem;
    padding-bottom: 12rem;
  }
}

.recWrap {
  margin: 0 0 8rem;
}

.m-completionMessage-wrap {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .recWrap {
    margin: 0 0 10rem;
  }
  .m-completionMessage-wrap {
    margin-top: 6rem;
  }
}
.toretate-thanks {
  padding-top: 0 !important;
}
.toretate-thanks .l-container-wrap__body--stepBar {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .toretate-thanks .s-orderContent-body {
    margin: 13.52657vw auto 13.76812vw;
  }
  .toretate-thanks #kv .kv_wrapper {
    background-image: url(../img/thanks/kv_thanks_sp.jpg);
    height: 46.66667vw;
  }
  .toretate-thanks .seko_banner {
    position: relative;
    margin-bottom: 7.24638vw;
    padding: 0;
    background-color: #000000;
  }
  .toretate-thanks .seko_banner .button {
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 84vw;
  }
  .toretate-thanks .seko_banner .button a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .toretate-thanks .s-orderContent-body {
    margin: 90px auto 40px;
    width: 1160px;
  }
  .toretate-thanks #kv .kv_wrapper {
    background-image: url(../img/thanks/kv_thanks.jpg);
    max-width: 1440px;
  }
  .toretate-thanks #kv .kv_wrapper .kv_wrapper_inner h2 {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .toretate-thanks #kv .kv_wrapper .kv_wrapper_inner h2 img {
    display: block;
  }
  .toretate-thanks section.seko_banner, .toretate-thanks section.matsuba_banner {
    position: relative;
    margin-bottom: 35px;
    height: 320px;
    background-color: #000000;
  }
  .toretate-thanks section.seko_banner .banner, .toretate-thanks section.matsuba_banner .banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .toretate-thanks section.seko_banner .button, .toretate-thanks section.matsuba_banner .button {
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    padding-left: 620px;
    width: 1060px;
  }
  .toretate-thanks section.seko_banner .button a, .toretate-thanks section.matsuba_banner .button a {
    display: block;
    transition: opacity 0.1s linear;
  }
  .toretate-thanks section.seko_banner .button a:hover, .toretate-thanks section.matsuba_banner .button a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  section.season ul li {
    display: block;
    width: 100%;
    margin-bottom: 9.66184vw;
    padding-left: 0;
  }
  section.season ul li:before {
    content: none;
  }
  section.season ul li:last-child {
    margin-bottom: 0;
  }
  section.season ul li p {
    width: 100%;
    text-align: center;
    margin-bottom: 2.41546vw;
    font-weight: bold;
    line-height: 1.2;
  }
  section.season.season_b {
    margin-bottom: 0;
    padding: 13.52657vw 3.62319vw;
    width: 100%;
    background-color: #1a1a1a;
    background-image: url(../img/top/bg_season_sp.png);
    background-size: 100% auto;
    background-position: top right;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
  }
  section.season.season_b h4 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 7.24638vw;
    padding: 0;
    padding-bottom: 6.03865vw;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  section.season.season_b h4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9.66184vw;
    height: 0;
    border-bottom: 1px solid #ffffff;
  }
  section.report_banner {
    margin: 0 auto;
    padding: 7.24638vw 3.62319vw;
    background-color: #f2f2f2;
  }
  section.report_banner a {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  section.report_banner a img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.season ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    font-size: 0;
    text-align: center;
  }
  section.season ul li {
    display: inline-block;
    width: 560px;
    margin-right: 40px;
    margin-bottom: 30px;
    font-size: medium;
    vertical-align: bottom;
  }
  section.season ul li:nth-child(even), section.season ul li:last-child {
    margin-right: 0;
  }
  section.season ul li:last-child, section.season ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  section.season ul li img {
    display: block;
    width: 100%;
  }
  section.season ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  section.season ul li a img {
    display: block;
    transform: scale(1);
    transition: transform 3s ease;
  }
  section.season ul li a:hover {
    opacity: 1;
  }
  section.season ul li a:hover img {
    transform: scale(1.05);
  }
  section.season ul li p {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.125em;
    line-height: 1.1;
    font-weight: bold;
  }
  section.season.season_b {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 57px 0 113px;
    width: 100vw;
    max-width: none;
    background-color: #1a1a1a;
    background-image: url(../img/top/bg_season_01.png), url(../img/top/bg_season_02.png);
    background-size: auto, auto;
    background-position: top right, left bottom;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    text-align: center;
  }
  section.season.season_b h4 {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 25px;
    width: 1160px;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    line-height: 1;
  }
  section.season.season_b h4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 0;
    border-bottom: 1px solid #ffffff;
  }
  section.season.season_b ul {
    width: 1160px;
  }
  section.report_banner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 70px 0;
    width: 100vw;
    max-width: 100vw;
    background-color: #f2f2f2;
  }
  section.report_banner a {
    display: block;
    margin: 0 auto;
    width: 640px;
    transition: opacity 0.1s linear;
  }
  section.report_banner a img {
    display: block;
    width: 100%;
  }
  section.report_banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .recTelBox {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .recTelBox a.sp {
    position: absolute;
    left: 50%;
    top: 69.87vw;
    transform: translateX(-50%);
    width: 84vw;
  }
}
/* @use "pages/index";
@use "pages/products"; */
/* @use "pages/lpcart"; *//*# sourceMappingURL=customize.css.map */