@charset "UTF-8";
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  resize: none;
}

button {
  overflow: visible;
  color: inherit;
  font-size: 100%;
  vertical-align: top;
  background: none;
  border: none;
  cursor: pointer;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-weight: 500;
  font-style: medium;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-weight: 400;
  font-size: 100%;
}

sup,
sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after,
.contents:before,
.contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}

.clearfix,
.contents {
  *zoom: 1;
}

html {
  min-width: 320px;
}

body {
  min-width: 320px;
  background-color: rgba(18, 98, 169, 0.1);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.fc-rd {
  color: #d01029;
}

.fc-bl {
  color: #1262a9;
}

.fs-smll {
  font-size: 85%;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 35px;
  }
}

#container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #container {
    max-width: 1000px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#side {
  width: 140px;
  border-radius: 140px;
  background-color: #fff;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #side {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #side {
    display: none;
  }
}

#content {
  width: calc(100% - 170px);
  padding: 30px;
  padding-bottom: 10px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #content {
    width: 100%;
    padding: 15px;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #content {
    width: 100%;
    padding: 30px;
    border-radius: 0;
  }
}

footer {
  position: absolute;
  bottom: 0;
}

section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 25px;
  }
}

.page {
  margin: 0 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page {
    margin: 0 5px;
  }
}

.tel {
  background-color: rgba(18, 98, 169, 0.1);
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .tel {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.tel p {
  margin-right: 20px;
  display: inline-block;
  font-weight: bold;
  color: #1262a9;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tel p {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.tel span {
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tel span {
    display: block;
    margin-bottom: 5px;
  }
}

.header {
  height: 110px;
  overflow: hidden;
  position: relative;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 68px;
    padding: 10px 10px 10px 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header {
    height: 68px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header h1 {
  height: 45px;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: contain;
  padding-left: 60px;
  float: left;
}
@media screen and (max-width: 767px) {
  .header h1 {
    height: 31px;
    padding-left: 35px;
    background: url(../img/logo.png) no-repeat 0 bottom;
    background-size: auto 28px;
  }
}
@media screen and (max-width: 375px) {
  .header h1 {
    padding-left: 30px;
    background: url(../img/logo.png) no-repeat 0 center;
    background-size: auto 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header h1 {
    float: none;
    height: 36px;
    padding-left: 40px;
    width: calc(100% - 220px);
    background: url(../img/logo.png) no-repeat 0 5px;
    background-size: auto 30px;
    margin-top: -6px;
  }
}
.header h1 a {
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #1262a9;
  text-decoration: none;
  display: inline-block;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .header h1 a {
    font-size: 13px;
    line-height: 120%;
    padding-top: 0;
  }
  .header h1 a span {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 375px) {
  .header h1 a {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header h1 a {
    font-size: 15px;
    line-height: 120%;
    padding-top: 0;
  }
  .header h1 a span {
    letter-spacing: -1px;
  }
}
.header__nav {
  position: relative;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav {
    float: none;
  }
}
.header__nav li {
  width: 100px;
  height: 92px;
  padding-right: 10px;
  background: linear-gradient(transparent 20%, #e8f0f7 20%, #e8f0f7 80%, transparent 80%);
}
@media screen and (max-width: 767px) {
  .header__nav li {
    width: auto;
    height: 48px;
    padding-right: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li {
    width: auto;
    height: 48px;
  }
}
@media screen and (max-width: 375px) {
  .header__nav li {
    padding-right: 4px;
  }
}
.header__nav li:first-child {
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #e8f0f7 50%, #e8f0f7);
}
@media screen and (max-width: 767px) {
  .header__nav li:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li:first-child {
    display: none;
  }
}
.header__nav li:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav li:last-child {
    display: inline-block;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li:last-child {
    display: block;
    width: 48px;
    padding-right: 0;
  }
}
.header__nav li a {
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .header__nav li a {
    border: none;
    border-radius: none;
    width: auto;
    height: 48px;
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a {
    border: none;
    border-radius: none;
    width: 50px;
    height: 48px;
    border: none;
  }
}
.header__nav li a:hover {
  opacity: 1;
  border: 2px solid #1262a9;
}
@media screen and (max-width: 767px) {
  .header__nav li a:hover {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a:hover {
    border: none;
  }
}
.header__nav li a.tn-search {
  background: #fff url(../img/icn_search.png) no-repeat center 12px;
  background-size: 36px auto;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .header__nav li a.tn-search {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a.tn-search {
    display: none;
  }
}
.header__nav li a.tn-present {
  background: #fff url(../img/icn_present.png) no-repeat center 12px;
  background-size: 32px auto;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .header__nav li a.tn-present {
    background: url(../img/icn_present.png) no-repeat center 3px;
    background-size: 22px auto;
    padding-top: 0;
  }
  .header__nav li a.tn-present p {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a.tn-present {
    background: url(../img/icn_present.png) no-repeat center 3px;
    background-size: 22px auto;
    padding-top: 0;
  }
  .header__nav li a.tn-present p {
    letter-spacing: -2px;
  }
}
.header__nav li a.tn-return {
  background: #fff url(../img/icn_return.png) no-repeat center 7px;
  background-size: 36px auto;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .header__nav li a.tn-return {
    background: url(../img/icn_return.png) no-repeat center 0;
    background-size: 25px auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a.tn-return {
    background: url(../img/icn_return.png) no-repeat center 0;
    background-size: 25px auto;
    padding-top: 0;
  }
}
.header__nav li a.tn-cart {
  background: #fff url(../img/icn_cart.png) no-repeat center 17px;
  background-size: 34px auto;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .header__nav li a.tn-cart {
    background: url(../img/icn_cart.png) no-repeat center 2px;
    background-size: 24px auto;
    padding-top: 0;
    width: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a.tn-cart {
    background: url(../img/icn_cart.png) no-repeat center 2px;
    background-size: 24px auto;
    padding-top: 0;
  }
}
.header__nav li a.tn-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav li a.tn-menu {
    display: inline-block;
    background: #fff url(../img/icn_menu.png) no-repeat center center;
    background-size: 25px auto;
    padding-top: 0;
    width: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a.tn-menu {
    display: inline-block;
    background: #fff url(../img/icn_menu.png) no-repeat center center;
    background-size: 30px auto;
    padding-top: 0;
    width: 48px;
  }
}
.header__nav li a p {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .header__nav li a p {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 12px !important;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a p {
    display: block;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 12px !important;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .header__nav li a p {
    font-size: 10px;
    line-height: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .header__nav li a p span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .header__nav li a p span {
    display: none;
  }
}

.search {
  position: absolute;
  top: 10px;
  right: 375px;
  z-index: 99;
  height: 92px;
  width: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .search {
    display: none;
  }
}
.search.open {
  width: calc(100% - 390px);
  right: 375px;
  visibility: visible;
}
.search__bar {
  display: none;
}
.search__bar.open {
  display: block;
  background-color: #1262a9;
  border-radius: 45px 0 0 45px;
  height: 92px;
}
.search__bar--body {
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px 0 30px;
}
.search__bar--title {
  color: #fff;
  margin-right: 10px;
}
.search__bar .form__select {
  margin-bottom: 0;
}
.search__bar .form__select select {
  background-color: #fff;
}
.search__bar .form__text {
  width: calc(100% - 400px);
  margin: 0 10px;
}
.search__bar .form__text input[type=text] {
  background-color: #fff;
}
.search__bar button {
  height: 35px;
  padding: 4px 30px 6px 30px;
}
.search__bar button:hover {
  opacity: 1;
  background-color: #e84244;
}

.sp-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.sp-menu__close {
  background: #0e4e87 url(../img/icn_close.png) no-repeat center center;
  background-size: 30px auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sp-menu__body {
  width: 100%;
  position: relative;
  margin-top: 67px;
  background-color: #1262a9;
  color: #fff;
}
.sp-menu__search {
  background-color: #0e4e87;
  padding: 10px;
}
.sp-menu__search .form__select {
  width: 100%;
  margin-bottom: 10px;
}
.sp-menu__search .form__select select {
  background-color: #fff;
}
.sp-menu__search .form__text {
  width: 100%;
  margin-bottom: 0;
}
.sp-menu__search .form__text input[type=text] {
  background-color: #fff;
}
.sp-menu__menu {
  font-size: 15px;
}
@media screen and (max-width: 375px) {
  .sp-menu__menu {
    font-size: 14px;
  }
}
.sp-menu__menu--nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.sp-menu__menu--nav li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.sp-menu__menu--nav li:nth-of-type(2n) {
  border-right: none;
}
.sp-menu__menu--nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px;
}
.sp-menu__menu--nav li a.sm-present {
  background: url(../img/icn_present_wh.png) no-repeat 15px center;
  background-size: 28px auto;
  padding-left: 50px;
}
.sp-menu__menu--nav li a.sm-return {
  background: url(../img/icn_return_wh.png) no-repeat 15px 8px;
  background-size: 32px auto;
  padding-left: 53px;
}
.sp-menu__menu--category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sp-menu__menu--category li {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.sp-menu__menu--category li:nth-of-type(2n) {
  border-right: none;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .sp-menu__menu--category li {
    width: 25%;
  }
  .sp-menu__menu--category li:nth-of-type(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .sp-menu__menu--category li:nth-of-type(4) {
    border-right: none;
  }
}
.sp-menu__menu--category li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 10px 20px 10px 30px;
}
.sp-menu__menu--category li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 15px;
  width: 4px;
  height: 12px;
  background-color: #d01029;
}
.sp-menu__menu--category li a.sub {
  font-size: 14px;
  padding: 10px 30px 0 50px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sp-menu__menu--category li a.sub:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.sp-menu__menu--category li a.sub:last-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-menu__menu--footer {
  padding: 20px 35px;
}
.sp-menu__menu--footer li {
  margin-bottom: 10px;
}
.sp-menu__menu--footer li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}
.sp-menu__menu--footer li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -15px;
  width: 12px;
  height: 1px;
  background-color: #d01029;
}

body.fixed {
  overflow: hidden;
}

#side {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
#side ul li {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ccc;
}
#side ul li:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
#side ul li:first-child {
  padding-top: 30px;
}
#side ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
#side ul li a img {
  height: 55px;
}
#side ul li .sub {
  background-color: rgba(18, 98, 169, 0.1);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: #1262a9;
}
#side ul li .sub a {
  display: inline-block !important;
  font-size: 14px !important;
  padding: 2px 2px 4px 2px;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: rgba(18, 98, 169, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 35px;
    background-color: rgba(18, 98, 169, 0.2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .footer {
    background-color: rgba(18, 98, 169, 0.2);
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav li {
  padding: 0 15px;
  position: relative;
}
.footer__nav li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 0;
}
.footer__nav li:last-child:after {
  content: none;
}
.footer__nav li a {
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}
.footer__nav li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  color: #1262a9;
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 0;
    padding: 10px 0;
  }
}

.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h2 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 18px;
    padding-left: 15px;
  }
}
.title h2:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 18px;
  background-color: #d01029;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title h2:before {
    top: 6px;
  }
}
.title__icon {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title__icon:before {
  content: none !important;
}
.title__icon--sport {
  background: url(../img/icn_sport.png) no-repeat 0 center;
  background-size: auto 46px;
  padding-left: 35px !important;
}
.title__icon--soccer {
  background: url(../img/icn_soccer.png) no-repeat 0 0;
  background-size: contain;
  padding-left: 45px !important;
}
.title__icon--gymnastics {
  background: url(../img/icn_gymnastics.png) no-repeat 0 0;
  background-size: contain;
  padding-left: 45px !important;
}
.title__icon--dance {
  background: url(../img/icn_dance.png) no-repeat 0 0;
  background-size: contain;
  padding-left: 55px !important;
}
.title ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  background-color: rgba(18, 98, 169, 0.1);
  border-radius: 5px;
  margin-left: 20px;
  padding-bottom: 2px;
}
.title ul li {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title ul li {
    padding: 0 15px;
  }
}
.title ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #1262a9;
  position: absolute;
  top: 5px;
  right: 0;
}
.title ul li:last-child:after {
  content: none;
}
.title ul li a {
  font-weight: bold;
  text-decoration: none;
}
.title ul li a:hover {
  text-decoration: underline;
}

h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
}
h3:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 16px;
  background-color: #1262a9;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  h3:before {
    top: 7px;
    width: 6px;
    height: 14px;
  }
}
h3 a {
  margin-left: 15px;
}

h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}

button, a {
  cursor: pointer;
  transition: all 0.2s ease;
}
button:hover, a:hover {
  opacity: 0.7;
  text-decoration: none;
}

button {
  font-family: "Zen Maru Gothic", sans-serif;
}
button:disabled {
  cursor: default;
}
button:disabled:hover {
  opacity: 1;
  text-decoration: none;
}
button:disabled .shortcut {
  color: rgba(0, 0, 0, 0.3);
}

.btn {
  font-weight: bold;
  white-space: nowrap;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn__box {
  text-align: center;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn__box {
    display: block;
  }
}
.btn__box button, .btn__box a {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
@media screen and (max-width: 767px) {
  .btn__box button, .btn__box a {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
}
.btn__box.no-margin button {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.btn__sz--smll {
  padding: 1px 9px 3px 9px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn__sz--smll {
    font-size: 12px;
  }
}
.btn__sz--md {
  padding: 0 30px;
}
.btn__sz--lrg {
  padding: 8px 60px 12px 60px;
  font-size: 18px;
  letter-spacing: 2px;
}
.btn__submit {
  background-color: #d01029;
  color: #fff;
}
.btn__submit:hover {
  opacity: 1;
  background-color: #e84244;
}
.btn__back {
  background-color: #d1d1d1;
  color: #fff;
}
.btn__regular {
  background-color: rgba(18, 98, 169, 0.3);
  color: #1262a9;
}
.btn__disable {
  background-color: #d1d1d1;
  color: #fff;
}

.form__list {
  border-top: 2px dotted rgba(18, 98, 169, 0.2);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .form__list {
    padding: 10px 0;
  }
}
.form__list:last-of-type {
  border-bottom: 2px dotted rgba(18, 98, 169, 0.2);
}
.form__list li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .form__list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.form__list li label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .form__list li label {
    margin-bottom: 5px;
  }
}
.form__list li label span {
  font-weight: normal;
  color: #d01029;
  margin-left: 3px;
}
.form__list li p {
  font-size: 12px;
  margin-top: -5px;
}
.form__list li p.error {
  font-size: 14px;
  color: #d01029;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form__list li .form__select {
    width: 100%;
  }
}
.form__list--inline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form__list--inline {
    display: block;
  }
}
.form__list--inline > div {
  margin-right: 10px;
}
.form__list--inline > div:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form__list--inline > div {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form__list--inline.col-2 {
    margin-bottom: 0;
  }
  .form__list--inline.col-2.form__text {
    margin-bottom: 10px;
  }
}
.form__list--inline.col-2 > div {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  .form__list--inline.col-2 > div {
    width: 100%;
  }
}
.form__text {
  margin-bottom: 10px;
}
.form__text.form__list--inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__text.form__list--inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form__text.form__list--inline.col-2 input {
    width: calc((100% - 20px) / 2) !important;
  }
  .form__text.form__list--inline.col-3 input {
    width: calc((100% - 40px) / 3) !important;
  }
}
.form__text input[type=text] {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
}
.form__text input[type=text]::-moz-placeholder {
  color: #ccc;
}
.form__text input[type=text]::placeholder {
  color: #ccc;
}
.form__text input[type=text]:disabled {
  border: 1px solid #d1d1d1;
  background-color: #eee;
}
.form__text input[type=password] {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
}
.form__text input[type=password]::-moz-placeholder {
  color: #ccc;
}
.form__text input[type=password]::placeholder {
  color: #ccc;
}
.form__text input[type=password]:disabled {
  border: 1px solid #d1d1d1;
  background-color: #eee;
}
.form__text input[type=date] {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 10px;
  width: 140px;
}
.form__text input[type=date]::-moz-placeholder {
  color: #ccc;
}
.form__text input[type=date]::placeholder {
  color: #ccc;
}
.form__text input[type=date]::-webkit-calendar-picker-indicator {
  margin: 0;
  padding: 0;
}
.form__text input[type=date]:disabled {
  border: 1px solid #d1d1d1;
  background-color: #eee;
}
.form__text input[type=time] {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
}
.form__text input[type=time]::-moz-placeholder {
  color: #ccc;
}
.form__text input[type=time]::placeholder {
  color: #ccc;
}
.form__text input[type=time]::-webkit-calendar-picker-indicator {
  margin: 0;
  padding: 0;
}
.form__text input[type=time]:disabled {
  border: 1px solid #d1d1d1;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .form__text input[type=time] {
    width: 70px;
  }
}
.form__text.error input[type=text] {
  border: 1px solid #d01029;
  background-color: rgba(208, 16, 41, 0.1);
}
.form__check {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__check {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.form__check label {
  display: inline-block !important;
  margin-right: 12px;
  margin-left: 28px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .form__check label {
    position: absolute;
    margin-left: 10px;
  }
}
.form__check input {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form__check input:before {
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 8px;
  content: "";
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
@media screen and (max-width: 767px) {
  .form__check input:before {
    position: absolute;
    top: 4px;
    left: 4px;
  }
}
.form__check input:after {
  position: absolute;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  cursor: pointer;
  border: 1px solid #333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form__check input:after {
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
.form__check input:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.form__check input:checked:after {
  border: 1px solid #1262a9;
  background: #1262a9;
}
.form__check input:disabled:after {
  border: 1px solid #d1d1d1;
  background-color: #eee;
  cursor: default;
}
.form__check.error input:after {
  border: 1px solid #d01029;
  background: rgba(208, 16, 41, 0.1);
}
.form__check.error input:checked:after {
  border: 1px solid #1262a9;
  background: #1262a9;
}
.form__radio {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__radio {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.form__radio label {
  display: inline-block !important;
  margin-right: 15px;
  margin-left: 26px;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .form__radio label {
    position: absolute;
    margin-left: 10px;
  }
}
.form__radio input {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form__radio input:before {
  position: absolute;
  top: -11px;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 8px;
  content: "";
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
@media screen and (max-width: 767px) {
  .form__radio input:before {
    position: absolute;
    top: 4px;
    left: 4px;
  }
}
.form__radio input:after {
  position: absolute;
  top: -15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form__radio input:after {
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
.form__radio input:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.form__radio input:checked:after {
  border: 1px solid #1262a9;
  background: #1262a9;
}
.form__radio input:disabled:after {
  border: 1px solid #d1d1d1;
  background-color: #eee;
  cursor: default;
}
.form__radio.error input:after {
  border: 1px solid #d01029;
  background: rgba(208, 16, 41, 0.1);
}
.form__radio.error input:checked:after {
  border: 1px solid #1262a9;
  background: #1262a9;
}
.form__select {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #1262a9;
  pointer-events: none;
  margin-top: -3px;
}
.form__select select {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 30px 11.5px 10px;
  cursor: pointer;
  width: 100%;
  color: #000;
}
.form__select select:disabled {
  border: 1px solid #d1d1d1;
  background-color: #eee;
  color: #ccc;
  cursor: default;
}
.form__select.error select {
  background-color: rgba(208, 16, 41, 0.1);
}
.form__textarea {
  margin-bottom: 10px;
  width: 100%;
}
.form__textarea textarea {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 8px 10px;
  width: 100%;
}
.form__textarea.error textarea {
  border: 1px solid #d01029;
  background-color: rgba(208, 16, 41, 0.1);
}

.w-auto {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .w-auto {
    width: 100% !important;
  }
}

.w-shrt {
  width: 100px !important;
}
@media screen and (max-width: 767px) {
  .w-shrt {
    width: auto !important;
  }
}

.hyphen {
  margin: 0 5px;
}

table.tbl-hrzn {
  margin-bottom: 20px;
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  table.tbl-hrzn {
    border-top: none;
  }
}
table.tbl-hrzn th {
  background-color: rgba(18, 98, 169, 0.1);
  border-bottom: 1px solid #d1d1d1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  table.tbl-hrzn th {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
  }
}
table.tbl-hrzn td {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  table.tbl-hrzn td {
    display: block;
    padding: 10px 10px 20px 10px;
    border-bottom: none;
  }
}

.top__visual {
  width: 100%;
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .top__visual {
    width: calc(100% + 140px);
    margin-top: -10px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual {
    padding-left: 10px;
    margin-top: -30px;
  }
}
.top__visual--lead {
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -165px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__visual--lead {
    float: none;
    left: 10px;
    margin-top: -40px;
    transform: translateY(-50%);
  }
  .top__visual--lead img {
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--lead {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -30px;
  }
  .top__visual--lead img {
    width: 500px;
  }
}
.top__visual--img {
  float: right;
  width: 1114px;
  height: 732px;
}
@media screen and (max-width: 767px) {
  .top__visual--img {
    float: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: -140px;
    z-index: 1;
  }
  .top__visual--img img {
    width: 115%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--img {
    float: none;
    width: 100%;
    height: auto;
  }
  .top__visual--img img {
    width: 100%;
  }
}
.top__visual--menu {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -250px;
  z-index: 2;
  width: 140px;
  border-radius: 140px;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top__visual--menu {
    position: relative;
    margin-top: 0;
    top: auto;
    right: auto;
    left: 10px;
    bottom: 0;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu {
    position: relative;
    margin-top: 0;
    top: auto;
    right: auto;
    left: 10px;
    bottom: 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
}
.top__visual--menu ul li {
  padding: 20px 0;
  border-bottom: 3px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li {
    border-bottom: none;
    border-right: 3px dotted #ccc;
  }
  .top__visual--menu ul li:nth-of-type(1), .top__visual--menu ul li:nth-of-type(4) {
    width: 26%;
  }
  .top__visual--menu ul li:nth-of-type(2), .top__visual--menu ul li:nth-of-type(3) {
    padding: 0 5px;
    width: 24%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li {
    border-bottom: none;
    border-right: 3px dotted #ccc;
  }
  .top__visual--menu ul li:nth-of-type(1), .top__visual--menu ul li:nth-of-type(4) {
    width: 26%;
  }
  .top__visual--menu ul li:nth-of-type(2), .top__visual--menu ul li:nth-of-type(3) {
    padding: 0 5px;
    width: 24%;
  }
}
.top__visual--menu ul li:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li:last-child {
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li:last-child {
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
    padding-right: 10px;
  }
}
.top__visual--menu ul li:first-child {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li:first-child {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li:first-child {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
}
.top__visual--menu ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li a {
    padding: 10px 0;
    font-size: 13px;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li a {
    padding: 15px 0;
  }
}
.top__visual--menu ul li a img {
  height: 60px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li a img {
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li a img {
    height: 50px;
    margin-bottom: 5px;
  }
}
.top__visual--menu ul li a br {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__visual--menu ul li a br {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__visual--menu ul li a br {
    display: none;
  }
}
.top__information {
  background-color: #fff;
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top__information {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__information {
    padding: 20px 30px;
  }
}
.top__information--body {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .top__information--body {
    max-width: 1000px;
  }
}
.top__information--ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #d01029;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__information--ttl a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 13px;
}
.top__information--ttl a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #d01029;
  border-right: solid 1px #d01029;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top__information--ttl a:hover {
  text-decoration: underline;
}
.top__information--list li {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.top__information--list li:last-child {
  margin-bottom: 0;
}
.top__information--list li span {
  color: #1262a9;
  margin-right: 10px;
}
.top__information--list li a {
  text-decoration: none;
}
.top__information--list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .wrapper.only-top {
    overflow-x: hidden;
  }
}
.wrapper.only-top header {
  z-index: 9999;
}
.wrapper.only-top #container {
  max-width: 100%;
  display: block;
  padding: 0;
}
.wrapper.only-top #container section {
  margin-bottom: 0;
}

.list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list__item {
  width: calc((100% - 75px) / 4);
  margin-bottom: 30px;
  margin-right: 25px;
}
.list__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.list__item a {
  text-decoration: none;
}
.list__item--img {
  width: 100%;
  margin-bottom: 5px;
}
.list__item--name {
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 5px;
  padding-left: 0;
}
.list__item--name::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .list__item--name {
    font-size: 14px;
  }
}
.list__item--price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  color: #1262a9;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .list__item--price {
    font-size: 14px;
  }
}
.list__item--price span {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin-left: 5px;
}
.list__item--info {
  font-size: 14px;
  margin-bottom: 5px;
}

.pager {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #8d8d8d;
  text-decoration: none;
}
.pager a.current {
  background-color: #1262a9;
  border: 1px solid #1262a9;
  color: #fff;
  font-weight: bold;
}

.detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .detail {
    display: block;
  }
}
.detail__img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .detail__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .detail__img {
    width: 400px;
  }
}
.detail__img--main {
  margin-bottom: 10px;
}
.detail__img--main img {
  width: 100%;
}
.detail__img--thumnail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detail__img--thumnail li {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
}
.detail__img--thumnail li:nth-of-type(5n) {
  margin-right: 0;
}
.detail__img--thumnail li img {
  width: 100%;
  border: 1px solid #fff;
  cursor: pointer;
}
.detail__img--thumnail li.current img {
  border: 1px solid #1262a9;
  transition: border 0.1s;
}
.detail__info {
  width: calc(100% - 500px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .detail__info {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .detail__info {
    width: calc(100% - 400px);
    padding-left: 20px;
  }
}
.detail__info--name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail__info--num {
  margin-bottom: 10px;
}
.detail__info--price {
  margin: 15px 0;
}
.detail__info--price span {
  font-size: 20px;
  font-weight: bold;
  color: #1262a9;
  margin-right: 5px;
}
.detail__info--quantity p {
  margin-bottom: 5px;
}
.detail__info--btn {
  margin: 20px 0;
}
.detail__info--btn button:hover {
  opacity: 1;
  background-color: #e84244;
}
@media screen and (max-width: 767px) {
  .detail__info--btn button {
    width: 100%;
  }
}
.detail__info--catch {
  margin-bottom: 10px;
}
.detail__info--description {
  margin-bottom: 10px;
}
.detail__info--spec {
  margin-bottom: 10px;
}
.detail__info--comment {
  margin-top: 30px;
}
.detail__related {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detail__related h4 {
  width: 100%;
  margin-bottom: 15px;
}
.detail__related .list__item {
  width: calc((100% - 80px) / 5);
  margin-bottom: 30px;
  margin-right: 20px;
}
.detail__related .list__item:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .detail__related .list__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .detail__related .list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .detail__related .list__item:nth-of-type(5n) {
    margin-right: 15px;
  }
  .detail__related .list__item:nth-of-type(10) {
    margin-right: 0;
  }
}

.present {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.present__item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.present__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .present__item {
    width: 100%;
    margin-right: 0;
  }
}
.present__item.w-auto {
  width: auto;
}
@media screen and (max-width: 767px) {
  .present__item.w-auto {
    width: 100%;
  }
}
.present__item a {
  display: block;
  height: 140px;
  text-align: center;
  background: url(../img/bg_present.png) no-repeat center bottom;
  background-size: contain;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.present__item--img {
  position: relative;
  padding-top: 15px;
  margin-bottom: 5px;
}
.present__item--img:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(18, 98, 169, 0.4);
  position: absolute;
  top: 40px;
  left: 0;
}
.present__item--img::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(18, 98, 169, 0.4);
  position: absolute;
  top: 44px;
  left: 0;
}
.present__item--img img {
  height: 55px;
  position: relative;
  z-index: 2;
}
.present__item--txt {
  padding: 0 20px;
}
.present__item--txt span {
  display: block;
  position: relative;
  margin-left: -15px;
}
.present__item--txt span:after {
  content: "▶︎";
  color: #d01029;
  font-size: 10px;
  position: absolute;
  top: 5px;
  margin-left: 5px;
}

.cart {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cart {
    width: 100%;
  }
}
.cart__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 2px dotted rgba(18, 98, 169, 0.2);
  border-bottom: 2px dotted rgba(18, 98, 169, 0.2);
  padding: 20px 0;
}
.cart__item:nth-of-type(n + 2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .cart__item {
    padding: 10px 5px;
  }
}
.cart__item--cancel {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icn_cancel.png) no-repeat 0 0;
  background-size: contain;
}
.cart__img img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .cart__img img {
    width: 100px;
  }
}
.cart__info {
  padding-left: 20px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .cart__info {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
}
.cart__info--name {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cart__info--name {
    font-size: 14px;
  }
}
.cart__info--price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cart__info--price {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.cart__info--price span {
  font-weight: normal;
  color: #000;
  margin-left: 5px;
}
.cart__info--quantity {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cart__info--quantity {
    margin-bottom: 5px;
  }
}
.cart__info--size {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .cart__info--size {
    margin: 10px 0;
  }
}
.cart__info--total {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .cart__info--total {
    margin-top: 5px;
  }
}
.cart__info--total span {
  font-weight: bold;
}
.cart__bill {
  overflow: hidden;
  background-color: rgba(18, 98, 169, 0.1);
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .cart__bill {
    padding: 5px 10px;
    margin-top: 20px;
  }
}
.cart__bill table {
  float: right;
  width: 100%;
}
.cart__bill table th {
  width: 80%;
  font-weight: normal;
  padding: 10px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cart__bill table th {
    width: 50%;
  }
}
.cart__bill table td {
  width: 20%;
  text-align: right;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .cart__bill table td {
    width: 50%;
  }
}
.cart__bill--total {
  border-top: 2px dotted rgba(18, 98, 169, 0.4);
}
.cart__bill--total th {
  font-weight: bold !important;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cart__bill--total th {
    font-size: 14px;
  }
}
.cart__bill--total td {
  font-weight: bold !important;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cart__bill--total td {
    font-size: 16px;
  }
}

.form__list .cart__item {
  border: none;
  padding: 0;
}

.information__title {
  font-weight: bold;
  font-size: 18px;
}
.information__list {
  margin-top: 15px;
}
.information__list li {
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.information__list li:last-child {
  margin-bottom: 0;
}
.information__list li span {
  color: #1262a9;
  margin-right: 15px;
}
.information__list li a {
  text-decoration: none;
}
.information__list li a:hover {
  text-decoration: underline;
}
.information__detail--title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.information__detail--main {
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #ccc;
}
.information__detail--main p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #1262a9;
}
.information__link {
  text-align: right;
}
.information__link a {
  font-weight: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
.information__link a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #d01029;
  border-right: solid 2px #d01029;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.information__link a:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
.modal__bg {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%;
}
.modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  position: relative;
  background-color: #fff;
  border: 2px solid #1262a9;
  border-radius: 10px;
  padding: 20px;
}
.modal__body .btn__box {
  padding: 30px 0 10px 0;
}
.modal__body .btn__box button {
  padding: 8px 30px 10px 30px;
}
.modal__body .btn__box button.btn__submit {
  background-color: #1262a9;
  transition: all 0.2s ease;
}
.modal__body .btn__box button.btn__submit:hover {
  opacity: 0.7;
}

.sort {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.sort__hit {
  font-size: 12px;
}
.sort__hit span {
  color: #1262a9;
  font-size: 14px;
  font-weight: bold;
}
.sort__change {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sort__change button {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #8d8d8d;
  padding: 3px 15px 5px 15px;
  margin-left: 15px;
}
.sort__change button.on {
  background-color: #1262a9;
  border: 1px solid #1262a9;
  color: #fff;
}
.sort__change button.on a {
  color: #fff;
}

.step__bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .step__bar {
    margin: 0;
  }
}
.step__bar.present li {
  width: 20%;
}
.step__bar li {
  position: relative;
  text-align: center;
  width: 25%;
  color: #999999;
  counter-increment: steps;
}
.step__bar li:before {
  display: block;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  margin: 7px auto 20px auto;
  content: "";
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
}
@media screen and (max-width: 767px) {
  .step__bar li:before {
    line-height: 22px;
    width: 26px;
    height: 26px;
    margin: 10px auto 0 auto;
  }
}
.step__bar li:after {
  position: absolute;
  top: 19px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .step__bar li:after {
    top: 22px;
  }
}
.step__bar li:first-child:after {
  content: none;
}
.step__bar li.complete {
  font-weight: bold;
  color: #fff;
}
.step__bar li.complete p {
  color: #1262a9;
}
.step__bar li.complete:before {
  border: 2px solid #1262a9;
  background-color: #1262a9;
}
.step__bar li.complete:after {
  background-color: #1262a9;
}
.step__bar li.active {
  font-weight: bold;
  color: #fff;
}
.step__bar li.active p {
  color: #1262a9;
}
.step__bar li.active:before {
  color: #1262a9;
  border: 2px solid #1262a9;
  background-color: #fff;
}
.step__bar li.active:after {
  background-color: #1262a9;
}
.step__bar li p {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .step__bar li p {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
div.error {
  color: #d01029;
}