@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.7.1/css/all.css";
@import "https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Poppins&family=Prata&display=auto";
.header__navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  z-index: 99999;
}

.header__navigation .lab {
  display: block;
  position: absolute;
  top: 5px;
  left: 20px;
  padding-left: 50px;
  font-weight: bold;
  cursor: pointer;
}

.header__navigation .lab::before {
  content: url(../images/seagull.png);
  position: absolute;
  top: 0;
  left: 0;
}

.header__navigation .lab.close {
  text-align: right;
  left: 0;
  right: 20px;
  top: 15px;
}

.header__navigation .lab.close::before {
  content: none;
}

.header__panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 555;
  overflow: hidden;
  transition: opacity 0.5s, visibility 0s ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.header__panel.openMenu {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.header__gnav {
  max-width: 470px;
  max-height: 616px;
  padding: 90px 0 120px;
  margin: 0 auto;
  text-align: center;
}

.header__gnav a {
  color: #fff;
  display: inline-block;
}

.header__group:hover .header__menu {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 0;
  height: 70px;
}

.header__menuTitle {
  font-family: "Marcellus", serif;
  margin-top: 30px;
  display: inline-block;
}

.header__menu {
  width: 100%;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  height: 0;
}

.header__submenu {
  font-size: 12px;
  padding: 7.5px;
}

.header__menuSns {
  width: 100%;
  font-size: 24px;
}

.header__snsLink {
  padding: 0 0.25em;
}

@media screen and (max-width: 834px) {
  .header__panel {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header .lab {
    font-size: 12px;
    padding: 0;
    top: 15px;
    left: 10px;
  }
  .header .lab::before {
    content: none;
  }
  .header__gnav {
    max-width: 100%;
    max-height: 100%;
    padding: 50px 0px;
  }
  .header__group:hover .header__menu {
    height: 65px;
  }
}
.header__search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  z-index: 99999;
  color: #fff;
}

.header__search .searchlab {
  display: block;
  position: absolute;
  top: 5px;
  right: 120px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.header__search .searchlab.close {
  text-align: right;
  left: 0;
  right: 20px;
  top: 15px;
}

.header__search .searchlab-text {
  font-size: 12px;
  display: inline-block;
  padding-left: 0.5em;
}

.header__searchpanel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 555;
  overflow: hidden;
  transition: opacity 0.5s, visibility 0s ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.header__searchpanel.openMenu {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.searchform {
  padding: 90px 0 120px;
  margin: 0 auto;
  text-align: center;
  width: 360px;
  font-family: "Marcellus", serif;
}

.searchform > div {
  margin-bottom: 30px;
}

.searchform__text {
  padding-bottom: 1em;
}

.searchform__inputText {
  width: 320px;
  height: 42px;
  border: dashed 1px #333;
  padding: 5px;
}

.searchform input[type=checkbox] {
  display: none;
}

.searchform__checkbox {
  position: relative;
  cursor: pointer;
}

.searchform__checkbox::before {
  background: #fff;
  content: "";
  height: 15px;
  left: -30px;
  position: absolute;
  width: 15px;
  top: 5px;
  border-radius: 3px;
}

.searchform__checkbox::after {
  content: "\f00c";
  opacity: 0;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #333;
  left: -30px;
  top: -2px;
}

.searchform input[type=checkbox]:checked + .searchform__checkbox::after {
  opacity: 1;
}

.searchform__gender {
  margin: 0 30px;
  display: inline-block;
}

.searchform__link {
  color: #fff;
  margin: 15px 10px;
  white-space: nowrap;
  display: inline-block;
}

.searchform__color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: 7.5px;
  border: dashed 1px #333;
}

.searchform__price {
  width: 210px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.searchform__price::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 15px;
  color: #333;
  pointer-events: none;
}

.searchform__select {
  width: 210px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  cursor: pointer;
  border-radius: 0;
}

.searchform__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 210px;
  height: 42px;
  border: dashed 1px;
  cursor: pointer;
  background: #fff;
  border-color: #333;
  color: #333;
  transition: all 0.5s ease;
}

.searchform__btn:hover {
  background: #333;
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .header__search .searchlab {
    font-size: 12px;
    padding: 0;
    top: 14px;
    right: 120px;
  }
  .header__search .searchlab-text {
    display: none;
  }
  .header__search .searchform {
    padding: 50px 0px;
    width: 100%;
  }
  .header__search .searchform > div {
    margin-bottom: 30px;
  }
  .header__search .searchform__checkbox::before {
    top: 2px;
  }
  .header__search .searchform__checkbox::after {
    left: -30px;
    top: 0;
  }
  .header__searchpanel {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.75;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

.disable {
  pointer-events: none;
  opacity: 0.5;
}

.disable img:hover {
  opacity: 1;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.6;
}

p {
  word-break: break-all;
}

ul, dl {
  list-style: none;
}

ul:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5 {
  display: block;
  padding: 0;
  margin: 0;
}

h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: normal;
}

h3 {
  font-family: "Marcellus", serif;
  font-size: 2.4rem;
  font-weight: normal;
  padding-top: 50px;
  text-align: center;
  position: relative;
}

h3::after {
  content: "";
  border-bottom: dashed 1px #333;
  width: 300px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

h4 {
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
}

h4::before {
  content: url(../images/ornament2.svg);
  position: absolute;
  top: -30px;
  left: -30px;
  width: 50px;
}

h4.ornament::before {
  content: url(../images/ornament1.svg);
}

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

.bold {
  font-weight: bold !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.tCenter {
  text-align: center !important;
}

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.middleLeft {
  display: flex;
  justify-content: left;
  align-items: center;
}

.middleCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt1 {
  margin-top: 30px !important;
}

.mt2 {
  margin-top: 50px !important;
}

.mt3 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1em {
  margin-right: 1em !important;
}

.mr1 {
  margin-right: 30px !important;
}

.mr2 {
  margin-right: 50px !important;
}

.mr3 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb1 {
  margin-bottom: 30px !important;
}

.mb2 {
  margin-bottom: 50px !important;
}

.mb3 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1em {
  margin-left: 1em !important;
}

.ml1 {
  margin-left: 30px !important;
}

.ml2 {
  margin-left: 50px !important;
}

.ml3 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt1 {
  padding-top: 30px !important;
}

.pt2 {
  padding-top: 50px !important;
}

.pt3 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1em {
  padding-right: 1em !important;
}

.pr1 {
  padding-right: 30px !important;
}

.pr2 {
  padding-right: 50px !important;
}

.pr3 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1em {
  padding-bottom: 1em !important;
}

.pb1 {
  padding-bottom: 30px !important;
}

.pb2 {
  padding-bottom: 50px !important;
}

.pb3 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl1 {
  padding-left: 30px !important;
}

.pl2 {
  padding-left: 50px !important;
}

.pl3 {
  padding-left: 100px !important;
}

body {
  background: #fff;
}

.inner {
  width: 1080px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.inner.narrow {
  width: 960px;
}

.inner.wide {
  width: 1160px;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  width: 100px;
}

.circle {
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}

.circle:hover {
  opacity: 1;
}

.circle svg {
  height: 80px;
  width: 80px;
  transition: all 1s;
}

.circle svg:hover {
  transform: rotate(90deg);
}

.circle circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-width: 1;
}

.circle__dashed {
  stroke-dasharray: 4, 2;
}

.circle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-weight: bold;
  line-height: 80px;
}

.circle.circle-gray {
  color: #333;
}

.circle.circle-gray circle {
  stroke: #333;
}

.page-text {
  font-size: 1.8rem;
  padding: 2em 0;
}

.page-text p {
  padding-bottom: 1em;
}

.pagination {
  position: relative;
  margin: 0 auto 100px;
  height: 25px;
  width: 1080px;
  max-width: 100%;
  padding: 0 40px;
}

.pagination .prev, .pagination .next {
  width: 60px !important;
  height: 26px;
  border: dashed #333 1px;
  line-height: 22px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.pagination .prev:hover, .pagination .next:hover {
  background: #333;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.pagination .prev.disabled, .pagination .next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination .prev {
  padding-left: 20px;
  left: 0;
}

.pagination .next {
  padding-left: 30px;
  right: 0;
}

.pagination ul.page-numbers {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination a.page-numbers, .pagination span.page-numbers {
  width: 26px;
  height: 26px;
  border: dashed 1px #333;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  margin: 0 5px;
}

.pagination a.page-numbers.current, .pagination span.page-numbers.current {
  background: #333;
  color: #fff;
  outline: dashed 1px #333;
  pointer-events: none;
}

.pagination a.page-numbers:hover, .pagination span.page-numbers:hover {
  background: #333;
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.zoomWrap {
  overflow: hidden;
  background: #10171f;
  display: inline-block;
  vertical-align: top;
}

.zoomWrap:hover {
  opacity: 1;
}

.zoomEffect {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zoomEffect:hover {
  transform: scale(1.1);
  opacity: 0.6;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  margin-left: auto;
  display: block;
}

.required {
  font-size: 12px;
  color: #e00;
  margin-left: 10px;
}

.p-country-name {
  display: none;
}

.toHome {
  display: block;
  line-height: 40px;
  text-align: center;
  margin: 50px auto 0 !important;
}

.mw_wp_form_confirm .reset {
  display: none;
}

.mw_wp_form_complete p {
  padding-bottom: 1em;
}

.bold {
  font-weight: bold;
}

.header {
  z-index: 999;
}

.header__top {
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/major.png) top repeat-x;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
}

.header__topText {
  font-family: "Prata", serif;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
}

.header__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__subVisual {
  padding-top: 40px;
}

.header__subVisualWrap {
  width: 100%;
  height: 200px;
  position: relative;
}

.header__title {
  color: #fff;
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.header__symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__breadcrumb {
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #999;
  line-height: 1;
}

.header__breadcrumb li {
  display: inline-block;
}

.header__breadcrumb li + li:before {
  content: "/";
  margin: 0 0.3em;
  color: #999;
}

.header__breadcrumbLink {
  color: #999;
}

.header__current {
  color: #fff;
}

.main .store__note {
  font-size: 1.2rem;
}

.main .banner {
  background: #f9fcff;
  border-top: dashed 1px #333;
}

.main .banner__inner {
  width: 1130px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.main .banner__wrap {
  padding: 25px 0 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main .banner__item {
  margin: 25px;
}

.main .banner__item.col2 {
  width: 61.9%;
}

.main .banner__item.col3 {
  width: 28.57%;
}

.main .banner__item img {
  outline: 1px dashed rgba(51, 51, 51, 0.5);
  outline-offset: -1px;
}

.main .page__content {
  margin: 100px 0;
}

.main .page__content p {
  padding-bottom: 2em;
}

.main .page__detail {
  margin: 50px auto 100px;
  display: table;
  width: 960px;
  padding: 0 40px;
  max-width: 100%;
  position: relative;
}

.main .page__detail::after {
  content: "";
  position: absolute;
  border-right: dashed 1px #333;
  left: 240px;
  top: 0;
  height: 100%;
}

.main .page__heading {
  display: table-cell;
  width: 200px;
  padding-bottom: 50px;
}

.main .page__data {
  display: table-cell;
  padding-left: 100px;
  padding-bottom: 50px;
}

.main .category-links {
  margin-top: 80px;
}

.main .category-links {
  font-weight: bold;
  font-size: 22px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: aliceblue;
}

.main .category-links a {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: normal;
  line-height: 0.05px;
}

.footer {
  background: #040b13;
  color: #fff;
}

.footer__wrap {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer__symbol {
  width: 18%;
}

.footer__menu {
  display: flex;
  justify-content: space-around;
  width: 82%;
}

.footer__link {
  color: #fff;
  font-size: 1.2rem;
}

.footer__menuList {
  text-align: center;
}

.footer__under {
  height: 110px;
  text-align: center;
  border-top: dashed 1px #fff;
}

.footer__copyright {
  line-height: 110px;
  font-size: 1.2rem;
  word-break: break-all;
}

.fixed {
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) url(../images/major-under.png) bottom repeat-x;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 0 20px;
}

.fixed__tel {
  font-family: "Prata", serif;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  font-weight: normal;
  pointer-events: none;
}

.fixed__menu {
  font-size: 1.2rem;
}

.fixed__menu::after {
  content: "";
  border-right: solid 1px #333;
  padding-right: 0.5em;
}

.fixed__menu:last-child::after {
  border-right: none;
}

.pgtp {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 555;
}

.pgtp__link {
  background: rgba(255, 255, 255, 0.5);
  border: dashed 1px #333;
  width: 60px;
  height: 25px;
  display: block;
  position: relative;
}

.pgtp__link::before {
  content: "\f102";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (max-width: 1280px) {
  .header__subVisualWrap {
    height: 130px;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mt1 {
    margin-top: 15px !important;
  }
  .mt2 {
    margin-top: 30px !important;
  }
  .mt3 {
    margin-top: 45px !important;
  }
  .mr1 {
    margin-right: 15px !important;
  }
  .mr2 {
    margin-right: 30px !important;
  }
  .mr3 {
    margin-right: 45px !important;
  }
  .mb1 {
    margin-bottom: 15px !important;
  }
  .mb2 {
    margin-bottom: 30px !important;
  }
  .mb3 {
    margin-bottom: 45px !important;
  }
  .ml1 {
    margin-left: 15px !important;
  }
  .ml2 {
    margin-left: 30px !important;
  }
  .ml3 {
    margin-left: 45px !important;
  }
  .pt1 {
    padding-top: 15px !important;
  }
  .pt2 {
    padding-top: 30px !important;
  }
  .pt3 {
    padding-top: 45px !important;
  }
  .pr1 {
    padding-right: 15px !important;
  }
  .pr2 {
    padding-right: 30px !important;
  }
  .pr3 {
    padding-right: 45px !important;
  }
  .pb1 {
    padding-bottom: 15px !important;
  }
  .pb2 {
    padding-bottom: 30px !important;
  }
  .pb3 {
    padding-bottom: 45px !important;
  }
  .pl1 {
    padding-left: 15px !important;
  }
  .pl2 {
    padding-left: 30px !important;
  }
  .pl3 {
    padding-left: 45px !important;
  }
  body {
    font-size: 1.4rem;
  }
  .inner {
    width: 100%;
    padding: 0 25px;
  }
  h3::after {
    width: 90%;
  }
  h4, h5 {
    font-size: 1.8rem;
  }
  h4::before, h5::before {
    left: -15px;
  }
  .pagination ul.page-numbers {
    width: 100%;
  }
  .pagination a.page-numbers, .pagination span.page-numbers {
    display: none;
  }
  .pagination a.page-numbers.next, .pagination a.page-numbers.prev, .pagination span.page-numbers.next, .pagination span.page-numbers.prev {
    display: inline-block;
  }
  .page-text {
    font-size: 1.4rem;
    text-align: left;
  }
  .header__top {
    background-size: auto;
    height: 50px;
  }
  .header__topText {
    font-size: 1.4rem;
    padding: 5px 0 0 20%;
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .header__right {
    justify-content: flex-end;
    right: 0;
    padding-right: 10px;
  }
  .header__searchWrap {
    margin: 5px 15px 5px 0;
  }
  .header__searchWrap:hover .header__searchText {
    width: 100vw;
    box-shadow: 0 2px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.9);
  }
  .header__searchText {
    position: absolute;
    top: 49px;
    right: 0;
    height: 40px;
    font-size: 1.6rem;
  }
  .header__searchText::-moz-placeholder {
    opacity: 1;
    font-size: 1.2rem;
    text-align: right;
  }
  .header__searchText::placeholder {
    opacity: 1;
    font-size: 1.2rem;
    text-align: right;
  }
  .header__searchText:focus {
    width: 100vw;
    box-shadow: 0 2px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.9);
  }
  .header__searchBtn {
    font-size: 1.4rem;
    pointer-events: none;
  }
  .header__searchSub {
    display: none;
  }
  .header__snsBtn {
    font-size: 1.4rem;
    padding: 0 3px;
  }
  .header__subVisual {
    padding-top: 50px;
  }
  .header__subVisualWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #10171f url(../images/sub_visual-sp.jpg) center/cover no-repeat;
    height: auto;
  }
  .header__title {
    font-size: 1.6rem;
    width: 70%;
    position: static;
    transform: translateY(0);
    padding: 0 25px 0 10px;
  }
  .header__symbol {
    width: 30%;
    max-width: 80px;
    position: static;
    transform: translate(0, 0);
    padding: 15px 0px;
  }
  .header__breadcrumb {
    width: 70%;
  }
  .header__breadcrumb .header__current {
    display: none;
  }
  .main .banner__wrap {
    padding: 15px 0;
  }
  .main .banner__item {
    margin: 10px;
  }
  .main .banner__item.col2 {
    width: 100%;
  }
  .main .banner__item.col3 {
    width: 43%;
  }
  .main .page__detail {
    padding: 0;
    margin: 30px 0;
    width: 100%;
  }
  .main .page__detail::after {
    content: none;
  }
  .main .page__row {
    padding-bottom: 30px;
  }
  .main .page__heading {
    display: block;
    padding-bottom: 15px;
    border-style: none;
    width: 100%;
  }
  .main .page__data {
    display: block;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .footer__wrap {
    display: block;
  }
  .footer__symbol {
    display: block;
    margin: 0 auto;
    width: 60px;
  }
  .footer__symbolImg {
    width: 60px;
  }
  .footer__menu {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__menuList {
    width: 50%;
  }
  .footer__menuItem {
    padding: 0.5em 0;
  }
  .footer__under {
    height: 90px;
  }
  .footer__copyright {
    padding-top: 15px;
    display: block;
    line-height: initial;
  }
  .fixed {
    justify-content: center;
  }
  .fixed__right {
    display: none;
  }
  .fixed__mail {
    font-size: 1.8rem;
    padding-right: 25px;
    padding-bottom: 5px;
  }
  .fixed__tel {
    pointer-events: initial;
  }
  .fixed__web {
    padding-left: 15px;
    padding-bottom: 5px;
  }
} /*# sourceMappingURL=style.css.map */


   
    .header__bannerTitle.top2 {
        color: #ddbebe;
    }
   
    .header__bannerTitle.top3 {
        color: #f6f9bb;
    }
    .header__banner.top3 {
        background: url(https://www.t-nagasaka.com/wp/wp-content/uploads/2021/10/bnr_test.jpg);
    }
 


                .header__subVisualWrap {
          background: #041452 url(https://www.t-nagasaka.com/wp/wp-content/uploads/2021/11/sub_visual_cristmas.png) right / contain no-repeat;
        }
                    .header__subVisualWrap {
          background: #0a0000 url(https://www.t-nagasaka.com/wp/wp-content/uploads/2021/11/8c9a827d316346cfacab4e0ff9c35277.jpg) right / contain no-repeat;
        }
                        .header__subVisualWrap {
          background: #0f171f url() right / contain no-repeat;
        }
     

@media screen and (max-width: 834px) {
    .header__subVisualWrap {
      background: #041452 url(https://www.t-nagasaka.com/wp/wp-content/uploads/2021/11/sub_visual_cristmas.png) center right / cover no-repeat;
    }
    .header__subVisualWrap {
      background: #0a0000 url(https://www.t-nagasaka.com/wp/wp-content/uploads/2021/11/8c9a827d316346cfacab4e0ff9c35277.jpg) center right / cover no-repeat;
    }
    .header__subVisualWrap {
      background: #0f171f url() center right / cover no-repeat;
    }
 
}
.howtobuy__subtitle { margin: 100px 0 50px; font-weight: bold; }

.howtobuy__imgWrap { text-align: center; margin: 50px 0; }

.howtobuy__wrap { max-width: 880px; margin: 0 auto; }

.selling__subtitle { margin: 100px 0 50px; font-weight: bold; }

.selling__wrap { max-width: 880px; margin: 0 auto; }

.selling__heading { font-size: 1.8rem; font-weight: bold; }

.selling__heading::before { color: #fff; background: #333; width: 40px; height: 50px; border-radius: 50%; -webkit-box-shadow: 0 0 0 1px #fff inset; box-shadow: 0 0 0 1px #fff inset; display: inline-block; border: solid 2px #333; text-align: center; line-height: 45px; margin-right: 25px; font-family: "Marcellus", serif; }

.selling__text { padding: 1.5em 0; }

.selling__button { display: block; padding: .5em 0; border: dashed 1px #333; margin: 20px auto 30px; width: 248px; text-align: center; }

.selling__button:hover { background: #333; border-color: #fff; color: #fff; opacity: 1; }

.selling__note { width: 100%; height: auto; padding: 25px; border: dashed 1px #333; text-align: center; margin: 70px auto 100px; max-width: 880px; }

.selling__strong { font-size: 1.8rem; font-weight: bold; }

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

.selling__flexBox { width: 60%; }

.selling__imgWrap { width: 35%; padding-bottom: 50px; }

.selling__img { outline: 1px dashed #10171f; outline-offset: -1px; }

.selling__flow:nth-child(1) .selling__heading::before { content: "1"; }

.selling__flow:nth-child(2) .selling__heading::before { content: "2"; }

.selling__flow:nth-child(3) .selling__heading::before { content: "3"; }

.selling__flow:nth-child(4) .selling__heading::before { content: "4"; }

@media screen and (max-width: 834px) { .selling__note { margin: 45px 0; padding: 15px; text-align: left; }
  .selling__strong { font-size: 1.6rem; padding-bottom: .5em; display: inline-block; }
  .selling__flexWrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .selling__flexBox { width: 100%; }
  .selling__imgWrap { width: 100%; } }
/*# sourceMappingURL=howtobuy.css.map */