@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Poppins:wght@300;400;500&display=swap");
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark, hr {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

ol, ul, li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

picture {
  line-height: 1;
}

img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
  border-radius: 0px;
  font-weight: normal;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: none;
}

/*========================================
Base
========================================*/
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
}

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

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  line-break: anywhere;
  -webkit-txt-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

input, button, txtarea, select {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: inherit;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  html, body,
  input, button, txtarea, select {
    font-size: 15px;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

video {
  display: block;
}

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

a,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
  a:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover:hover,
  input[type=button]:hover:hover,
  input[type=submit]:hover:hover,
  button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
h1, h2, h3 {
  line-height: 1.4;
}

small {
  font-size: 0.8rem;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
Layout
====================================================*/
/* -------------------- header -------------------- */
.header {
  width: 100%;
  height: 64px;
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-logo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: center;
      justify-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-iconlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-iconlist ul li {
  cursor: pointer;
}

#menu-btn-check,
.menu-childcheck {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-logo img {
    height: 20px;
  }
  .header-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-iconlist {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    z-index: 1010;
  }
  .header #menu-btn-check {
    display: none;
  }
  .header #menu-btn-check:not(:checked) ~ .menu-content, .header #menu-btn-check:not(:checked) ~ .menu-content .menu-child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header #menu-btn-check:checked ~ .menu-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header #menu-btn-check:checked ~ .menu-content {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    left: 0;
    z-index: 1020;
  }
  .header .menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 1050;
  }
  .header .menu-btn > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    width: 60px;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 21.3333333333px;
    background-color: #000;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  }
  .header .menu-btn span:before {
    bottom: 7.5294117647px;
  }
  .header .menu-btn span:after {
    top: 7.5294117647px;
  }
  .header .menu-content {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    width: 100%;
    height: 100svh;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: -100%;
    padding-top: 64px;
    z-index: 200;
    -webkit-box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, 0.1);
  }
  .header .menu-list {
    height: 65svh;
    font-size: 1.3rem;
    position: relative;
  }
  .header .menu-list li {
    width: 100%;
  }
  .header .menu-list li > a, .header .menu-list li label {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1.8em 36px;
  }
  .header .menu-list li img {
    width: 32px;
  }
  .header .menu-pc {
    display: none;
  }
  .header-iconlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-iconlist li {
    margin-left: 10px;
  }
  .header-iconlist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64px;
    height: 64px;
  }
  .header-iconlist li img {
    width: 24px;
  }
  .header-iconlist .icon-insta {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header {
    height: 64px;
    padding: 0 40px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  .header-logo img {
    height: 25px;
  }
  .header-menu {
    -ms-grid-column: 3;
    grid-column: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-iconlist li {
    margin-left: 20px;
  }
  .header-iconlist li img {
    width: 30px;
  }
  .menu-btn,
  .menu-child .menu-childbtn {
    display: none;
  }
  .menu-sp {
    display: none;
  }
  .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 64px;
  }
  .menu-list li {
    margin: 0 1em;
  }
  .menu-list .menu-insta {
    display: none;
  }
}
/* -------------------- main -------------------- */
.main {
  min-height: 50vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 64px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .main {
    margin-top: 64px;
    padding-top: 50px;
  }
}
.l-container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.l-scontainer {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.l-lcol {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

.l-mcol {
  max-width: 480px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

.l-scol {
  max-width: 360px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-container, .l-scontainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-container .l-scontainer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-container, .l-scontainer, .l-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-wrap > section:last-of-type {
    margin-left: 100px;
  }
}
.pagehead {
  text-align: center;
  border-bottom: 1px solid;
}

.pagettl {
  padding-bottom: 0.5em;
}

.pagesubttl {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .pagehead {
    margin-bottom: 20px;
  }
  .pagettl {
    font-size: 1.7rem;
  }
  .pagesubttl {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .pagehead {
    margin-bottom: 50px;
  }
  .pagettl {
    font-size: 1.7rem;
  }
  .pagesubttl {
    font-size: 1.3rem;
  }
}
/* -------------------- footer -------------------- */
.footer {
  text-align: center;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footer-nav li {
  margin: 0 1em;
}
@media screen and (min-width: 769px) {
  .footer-nav li {
    margin: 0 1.5em;
  }
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footer-link a {
  margin: 0 5px;
}
.footer-link img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 100px;
  }
}

/*==================================================
component 
====================================================*/
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  br.sp {
    display: none;
  }
}
/* -------------------- text -------------------- */
.c-ta-l {
  text-align: left;
}

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

.c-ta-r {
  text-align: right;
}

.c-underline {
  text-decoration: underline;
}

/* -------------------- parts -------------------- */
.c-linkall {
  text-align: right;
}
.c-linkall a {
  display: inline-block;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  padding-right: 2.5em;
  position: relative;
}
.c-linkall a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  width: 1.5em;
  border-bottom: 1px solid;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

.c-more {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.c-btn {
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 0.8em;
  cursor: pointer;
}
.c-btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn-back {
  background: #777;
}

/* -------------------- pager -------------------- */
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager li {
  margin: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .c-pager li {
    margin: 0 1em;
  }
}
.c-pager li:first-child, .c-pager li:last-child {
  width: 20px;
}
.c-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0.5em;
}
.c-pager-prev, .c-pager-next {
  font-size: 0;
}
.c-pager-prev:before, .c-pager-next:before {
  font-size: 1rem;
}
.c-pager-prev:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3em;
}
.c-pager-next:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.3em;
}
.c-pager-current {
  pointer-events: none;
  font-weight: 500;
}

/* -------------------- popup -------------------- */
.c-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  .c-popup {
    padding: 40px 15px;
    max-width: 600px;
    max-height: 80svh;
  }
}
@media screen and (min-width: 769px) {
  .c-popup {
    padding: 64px 56px;
    max-width: 600px;
    max-height: 600px;
  }
}
.c-popup-ttl {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1em;
}
.c-popup-body {
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .c-popup-body {
    font-size: 0.8rem;
  }
}

.c-closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.c-closebtn:before, .c-closebtn:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #000;
  background-color: #000;
  position: absolute;
}
.c-closebtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-closebtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

/* -------------------- loading -------------------- */
.c-loading {
  display: none;
}
.c-loading._active {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20vh;
}
.c-loading div,
.c-loading div:before,
.c-loading div:after {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.5);
  -webkit-animation-name: bounce_circleG;
          animation-name: bounce_circleG;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.c-loading div:before,
.c-loading div:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.c-loading div:before {
  left: -1.5em;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-loading div {
  position: relative;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-loading div:after {
  left: 1.5em;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}

@keyframes bounce_circleG {
  50% {
    background-color: #474747;
  }
}
/*==================================================
Toppage
====================================================*/
.toppage {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
}
.toppage ~ .footer {
  display: none;
}

.topsec-ttl {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.imglist,
.txtlist {
  height: 100svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .imglist {
    width: 100%;
    padding: 94px 0;
  }
}
@media screen and (min-width: 769px) {
  .imglist {
    width: 66%;
    padding: 128px 25px 32px 34px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .imglist::-webkit-scrollbar {
    display: none;
  }
  .imglist .topsec-ttl {
    display: none;
  }
}
.imglist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .imglist ul {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .imglist ul {
    margin-bottom: 50px;
  }
}
.imglist-img {
  aspect-ratio: 19/27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .imglist-img {
    width: 50%;
/*    padding: 20px; */
    padding: 20px 16px;
  }
	.item-img .item-title-back {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .imglist-img {
    width: 25%;
/*    padding: 16px; */
    padding: 16px 14px;
  }
  .item-img {
    position: relative;
	}
  .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .item-img .item-title-back {
    position: absolute;
    top: 0px;
    left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px;
		background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .item-img .item-title-back:hover {
    opacity: 0.6;
	}
  .item-img .item-title {
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 14px;
	}
}
.imglist-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
  padding: 8px;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .imglist-tab {
    bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .imglist-tab {
    bottom: 64px;
  }
}
.imglist-tab a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  line-height: 1;
  color: #888;
  border-radius: 6px;
  padding: 0.5em 1em;
}
.imglist-tab a.on {
  background: #fff;
  color: #000;
}

.txtlist-ttl,
.txtlist-year {
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .txtlist {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .txtlist {
    width: 34%;
    padding: 128px 50px 32px 25px;
  }
  .txtlist ul {
    margin-bottom: 50px;
  }
  .txtlist ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8em 0;
    border-bottom: 1px solid;
  }
  .txtlist-ttl {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .txtlist-year {
    width: 4em;
    text-align: right;
    margin-left: auto;
  }
}

/*==================================================
Item
====================================================*/
.item-photo {
  position: relative;
}
.item-price {
  font-weight: 500;
}
.item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-designer li:after {
  content: "/";
  margin: 0 0.5em;
}
.item-price {
  margin-top: 1.5em;
}
.item-cart {
  margin-top: 2em;
}
.item-information {
  margin-top: 30px;
}
.item-information dt {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-information dd {
  font-weight: 300;
}
.item-information dd + dt {
  margin-top: 0.5em;
}
.item-information dd:first-of-type {
  margin-bottom: 2em;
}
.item-condopen {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-left: 1em;
}
.item-condclose {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.item-ttl,
.item-tags,
.item-price,
.item-information {
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .item-ttl {
    font-size: 1.7rem;
  }
  .item-price {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  .item-photo {
    width: 520px;
  }
  .item-detail {
    width: 440px;
  }
  .item-ttl {
    font-size: 1.7rem;
  }
  .item-price {
    font-size: 1.7rem;
  }
}

.photo-wrap {
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 20px;
}
.photo-wrap .swiper-pagination {
  bottom: 0;
}
.photo-wrap .swiper-pagination span {
  display: inline-block;
  width: 1.5em;
}
@media screen and (min-width: 769px) {
  .photo-wrap .swiper-pagination {
    font-size: 0.8rem;
  }
}
.photo-wrap .swiper-button-next:after,
.photo-wrap .swiper-button-prev:after {
  color: #000;
  font-size: 1em;
}
.photo-wrap .swiper-button-next {
  right: 0;
}
.photo-wrap .swiper-button-prev {
  left: 0;
}
.photo-wrap .swiper-button-disabled {
  opacity: 0;
}
.photo-slider li, .photo-thumbnail li {
  aspect-ratio: 1/1;
}
.photo-slider li img, .photo-thumbnail li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.photo-slider li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .photo-thumbnail {
    display: none;
  }
}
.photo-thumbnail li {
  width: 100px;
  cursor: pointer;
}

.zoom-btn {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/common/images/icon_zoom.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .zoom-btn {
    top: -32px;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .zoom-btn {
    top: 0;
    left: -32px;
  }
}
.zoom-condclose {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
.zoom-wrap {
  width: 90%;
  height: 85%;
  max-width: 800px;
  padding: 0;
}
.zoom-area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.zoom-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}

#zoom-btn-check {
  display: none;
}
#zoom-btn-check:checked ~ .zoom-wrap {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 1050;
}

.item_quantity {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_shipping {
	margin-right: 25px;
}

#quantity_txt {
  padding: 0 15px;
}

#quantity_minus,
#quantity_plus {
  font-size: 24px;
  padding: 0 15px;
}

.quantity_disabled {
  color: #bbb;
  cursor: default;
}

/*================================================
Form
================================================*/
.form label {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.form-required, .form-any {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #fff;
  font-size: 80%;
}
.form-required {
  background: #000;
}
.form-any {
  background: #ccc;
}
.form-field {
  position: relative;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.6em;
  border: solid 1px #D0D5DD;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .form-field._half > div + div {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .form-field._half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-field._half > input, .form-field._half > div {
    width: 50%;
  }
  .form-field._half > input:nth-of-type(odd), .form-field._half > div:nth-of-type(odd) {
    padding-right: 4px;
  }
  .form-field._half > input:nth-of-type(even), .form-field._half > div:nth-of-type(even) {
    padding-left: 4px;
  }
}
.form-field + .form-field {
  margin-top: 1.5em;
}
.form textarea {
  height: 8em;
}
.form input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.form input::-moz-placeholder {
  color: #aaa;
  font-size: #000;
}
.form input::-ms-input-placeholder {
  color: #aaa;
  font-size: #000;
}
.form input::placeholder {
  color: #aaa;
  font-size: #000;
}
.form input:focus {
  border: solid 1px #D0D5DD;
}
.form-search input[type=search] {
  padding-left: 2.5em;
}
.form-search:before {
  content: "";
  display: block;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-tel .form-select {
  position: absolute;
  width: 11em;
}
.form-tel .form-select select {
  border: 0;
}
.form-tel input {
  padding-left: 11em;
}
.form .search-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.5em;
  background: url("/common/images/icon_search.svg") no-repeat center;
  background-size: 50%;
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + label {
  cursor: pointer;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form input[type=checkbox] + label {
    padding: 1em 0 1em 2em;
  }
}
.form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: solid 1px #D0D5DD;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
.form input[type=checkbox]:checked + label:before {
  border: solid 1px #D0D5DD;
  background: #000;
}
.form input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.4em;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0.4em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
.form input[type=radio]:checked:before {
  content: "";
  display: block;
/*  width: 0.8rem; */
/*  height: 0.8rem; */
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
/*  top: 15%; */
/*  left: 15%; */
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
}
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 1em;
  pointer-events: none;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 0.3em;
}
.form-confirm {
  margin: 20px 0;
}
.form-error {
  display: block;
  font-size: 0.8rem;
  color: #D00003;
}
.form-btnbox {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .form-btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-btnbox > div, .form-btnbox > input, .form-btnbox > button {
    margin: 0 20px !important;
  }
  .form-btnbox > div:first-of-type, .form-btnbox > input:first-of-type, .form-btnbox > button:first-of-type {
    margin-left: 0 !important;
  }
  .form-btnbox > div:last-of-type, .form-btnbox > input:last-of-type, .form-btnbox > button:last-of-type {
    margin-right: 0 !important;
  }
}
.form-btn {
  width: 80%;
  min-width: 160px;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .form-btn {
    width: auto;
  }
}
.form-btn._back {
  background: #aaa;
}

/*==================================================
Order
====================================================*/
.order-step {
  counter-reset: number 0;
  max-width: 600px;
  margin: 0 auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.order-step:before {
  content: "";
  width: 70%;
  border-top: 1px solid;
  position: absolute;
  z-index: -1;
  left: 15%;
}
.order-step li {
  width: 33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.order-step li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  border-radius: 50%;
  border: 1px solid;
  background: #fff;
  text-align: center;
  margin: 0 auto 5px;
}
.order-step li:last-child:before {
	padding-right: 0.1rem;
}
@media screen and (max-width: 768px) {
  .order-step:before {
    top: 15px;
  }
  .order-step li {
    font-size: 0.8rem;
  }
  .order-step li:before {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .order-wrap > * + * {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .order-step:before {
    top: 25px;
  }
  .order-step li:before {
    font-size: 1.7rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.order-sec {
  margin-bottom: 4em;
}
.order-sec > div:not(:last-child) {
  margin-bottom: 4em;
}
.order-complete {
  text-align: center;
}
.order-complete strong {
  display: block;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.order-complete strong:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 1.3em;
  height: 1.3em;
  background: url("/common/images/icon_check.svg") no-repeat center;
  background-size: contain;
}

.step-current:before {
  background: #000 !important;
  color: #fff;
}

.cart-photo {
  aspect-ratio: 1/1;
}
.cart-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-ttl,
.cart-price {
	font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .cart {
    margin-bottom: 20px;
  }
  .cart li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72px (1fr)[2];
    grid-template-columns: 72px repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    position: relative;
    padding: 20px 0;
  }
  .cart li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cart li > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cart li > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cart li > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cart-photo {
    padding-right: 8px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .cart-ttl {
    padding-right: 1.5em;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    white-space: pre-line;
  }
  .cart_item_quantity {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
		z-index: 100;
  }
  .cart-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
    text-align: right;
    margin-top: auto;
  }
  .cart-delete {
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .cart li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px (1fr)[2];
    grid-template-columns: 120px repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 30px;
    position: relative;
  }
  .cart li > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cart li > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cart li > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .cart li > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .cart li > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .cart-photo {
    padding-right: 20px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .cart-ttl {
    padding-right: 1.5em;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
    white-space: pre-line;
  }
  .cart_item_quantity {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
		z-index: 100;
  }
  .cart-price {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
/*    -ms-grid-column: 3; */
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
/*    grid-area: 2/3/3/4; */
    grid-area: 2/2/3/4;
    text-align: right;
    margin-top: auto;
  }
  .cart-delete {
    position: absolute;
    right: -1em;
    top: -1.5em;
  }
}

.cart_item_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
	z-index: 100;
}

.cart_quantity_txt {
  font-size: 1.2em;
  padding: 0 12px;
}

.cart_quantity_minus,
.cart_quantity_plus {
  font-size: 1.5em;
  padding: 0 12px;
}

.cart_quantity_disabled {
  color: #bbb;
  cursor: default;
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	font-family: "Noto Sans JP";
}
.checkout dt, .checkout dd {
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin-top: 1.5em;
}
.checkout dt {
  width: 8em;
}
.checkout dd {
  width: calc(100% - 8em);
  text-align: right;
}
.checkout-total, .checkout-total ~ dd {
  border: 0 !important;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.checkout .form-select {
  width: auto;
}
.checkout .form-select select {
  font-size: 0.8rem;
  width: auto;
  margin-left: auto;
  padding: 0.3em 2.5em 0.3em 0.5em;
}
.checkout .form-error {
  width: 100%;
  margin-top: 0;
  padding: 0;
  border: 0;
}

/*==================================================
Docs
====================================================*/
.docs-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .docs-language {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .docs-language {
    margin-bottom: 50px;
  }
}
.docs-language p {
  margin: 0 2em;
}
.docs-language p a {
  text-decoration: underline;
}
.docs-body {
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .docs-sec + .docs-sec {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .docs-sec + .docs-sec {
    margin-top: 100px;
  }
}
.docs-sec p + p {
  margin-top: 2em;
}
.docs-subttl {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 2em;
}
.docs-table {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .docs-table th, .docs-table td {
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }
  .docs-table th {
    padding-top: 1em;
  }
  .docs-table td {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 769px) {
  .docs-table th, .docs-table td {
    padding: 2em 0 0.5em;
    border-bottom: 1px solid;
  }
  .docs-table th {
    padding-right: 100px;
  }
}
.docs ol {
  counter-reset: number 0;
}
.docs ol li {
  margin-top: 2em;
}
.docs ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.txt-jp {
	font-family: "Noto Sans JP";
}
