@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #111;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents_wrap {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

.index_contents #contents_wrap {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}

.pankuzu {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 13px;
  color: #111;
}
.pankuzu li {
  display: inline-block;
}
.pankuzu a {
  color: #111;
  text-decoration: none;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #003461;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}
.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #111;
}
.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  transition: all 0.8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.imgR, .imgL {
  margin-right: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px;
  }
}

.mincho {
  font-family: "Noto Sans JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fEn {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 35px;
}
@media only screen and (max-width: 834px) {
  #global_header section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 70px 15px 20px !important;
    background: #003461;
  }
}
#global_header section .siteID {
  width: 310px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .siteID {
    width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    width: 215px;
  }
}
#global_header section .siteID a {
  opacity: 1;
}
#global_header section .contWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#global_header section .contWrap li {
  margin-left: 15px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .contWrap li {
    margin-left: 10px;
  }
}
#global_header section .contWrap li a {
  text-decoration: none;
}
#global_header section .contWrap .linkTel {
  padding: 2px 20px;
  background: #111;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .contWrap .linkTel {
    padding: 2px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 834px) {
  #global_header section .contWrap .linkTel a {
    color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .contWrap .linkTel a {
    display: block;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .contWrap .cont {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
#global_header section .contWrap .cont a {
  display: block;
  padding: 2px 30px;
  background: #f9ca0e;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .contWrap .cont a {
    padding: 2px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #global_header section .contWrap .cont a {
    padding: 10px;
  }
}
#global_header section .contWrap .sns a img {
  transition: 0.5s;
  transform: rotateY(0deg);
}
#global_header section .contWrap .sns a:hover {
  opacity: 1;
}
#global_header section .contWrap .sns a:hover img {
  transform: rotateY(360deg);
}

.contact_contents #global_header section {
  display: none;
}

#global_header nav #gnavi {
  position: relative;
  display: flex !important;
  justify-content: flex-start;
}
#global_header nav #gnavi li {
  position: relative;
  flex-grow: 1;
  line-height: 1;
}
#global_header nav #gnavi li:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li:before {
    display: none;
  }
}
#global_header nav #gnavi li:first-of-type:before {
  display: none;
}
#global_header nav #gnavi li a {
  display: block;
  padding: 19px 0;
  color: #111;
  text-decoration: none;
  font-size: 14px;
}
@media (width <= 1100px) {
  #global_header nav #gnavi li a {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
#global_header nav #gnavi li a .ja {
  display: block;
  margin-top: 7px;
}
@media (width <= 834px) {
  #global_header nav #gnavi li a .ja {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li a .ja:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#global_header nav #gnavi li a:hover {
  color: #003461;
  opacity: 1;
}
#global_header nav #gnavi li .sub {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100vw;
  padding: 30px 100px;
  background-color: #f5f5f5;
  z-index: 100;
}
@media only screen and (max-width: 1100px) {
  #global_header nav #gnavi li .sub {
    padding: 30px;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
    width: 100%;
    background: #f8f8f8;
    transition: all 0.3s;
    padding: 0;
  }
}
#global_header nav #gnavi li .sub li {
  display: inline-block;
  width: 16%;
  border: none;
}
@media only screen and (max-width: 1100px) {
  #global_header nav #gnavi li .sub li {
    width: 25%;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub li {
    width: 100%;
  }
}
#global_header nav #gnavi li .sub li:before {
  display: none;
}
#global_header nav #gnavi li .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li .sub li a {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }
}

#global_header nav #gnavi .peNone {
  position: static;
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone {
    position: relative;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transform: initial;
    display: block;
    width: 70px;
    padding: 22.5px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
  }
}
#global_header nav #gnavi .peNone > a {
  position: relative;
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a {
    position: relative;
    margin-right: 70px;
  }
}
#global_header nav #gnavi .peNone > a:before {
  content: "/";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone > a:before {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone .sub {
    display: none !important;
  }
}
#global_header nav #gnavi .peNone .sub li:first-of-type a {
  border-top: 0;
}
#global_header nav #gnavi .peNone ul li a {
  pointer-events: auto;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open .sub {
    display: block !important;
  }
}
@media only screen and (max-width: 834px) {
  #global_header nav #gnavi .peNone.open:before {
    content: "\f00d";
  }
}

.spNav {
  display: none;
}
@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
}
#mainArea #slider {
  width: 100%;
}
#mainArea #slider .slick-slide {
  outline: none;
}
#mainArea #slider li img {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media only screen and (max-width: 640px) {
  #mainArea #slider li img {
    height: 70vh !important;
  }
}
#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: block;
}
@media only screen and (max-width: 834px) {
  #mainArea .mainTxt {
    top: 10%;
    transform: none;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .mainTxt {
    top: 15%;
  }
}
#mainArea .mainTxt .inner {
  text-align: left;
}
#mainArea .mainTxt p {
  display: inline-block;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 3px 10px rgba(17, 17, 17, 0.8);
}
#mainArea .mainTxt .en {
  font-family: "Roboto Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 96px;
  font-weight: 400;
}
@media only screen and (max-width: 1885px) {
  #mainArea .mainTxt .en {
    font-size: 5vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .mainTxt .en {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .en {
    font-size: 40px;
  }
}
#mainArea .mainTxt .ja {
  display: block;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  #mainArea .mainTxt .ja {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .mainTxt .ja {
    font-size: 16px;
  }
}
#mainArea .movieArea {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 50;
  width: 22%;
  border: 6px solid #fff;
}
@media only screen and (max-width: 834px) {
  #mainArea .movieArea {
    top: auto;
    bottom: 20px;
    right: 20px;
    transform: none;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .movieArea {
    width: 55%;
  }
}
#mainArea .movieArea iframe {
  height: 15vw;
  max-height: 288px;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .movieArea iframe {
    height: 47.5vw;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea .movieArea iframe {
    height: 40vw;
    max-height: 270px;
  }
}
#mainArea .scrollArea {
  position: absolute;
  bottom: 50px;
  left: 30px;
}
#mainArea .scrollArea a {
  position: relative;
  display: block;
  padding-top: 50px;
}
#mainArea .scrollArea a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  display: block;
  background: #fff;
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}
@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #003461;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    padding: 75px ​0 0 0 ​ !important;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 1s ease-in-out;
  }
  #global_header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 20px 10px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    text-align: left;
    color: #111 !important;
  }
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(17, 17, 17, 0.2);
  }
  .open #global_header nav {
    transform: translateY(0%);
  }
}
.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
}
footer#global_footer a {
  color: #fff;
  text-decoration: none;
}
footer#global_footer #footer {
  padding: 50px 0 50px 0;
}
footer#global_footer address {
  text-align: center;
}
footer#global_footer address .siteID {
  margin-bottom: 30px;
}
footer#global_footer .fontInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer .fontInfo {
    display: block;
  }
}
footer#global_footer .fontInfo li {
  line-height: 1;
}
footer#global_footer .fontInfo li p {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fontInfo li p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  footer#global_footer .fontInfo li p {
    font-size: 24px;
  }
}
footer#global_footer .fontInfo li .sub {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
footer#global_footer .fontInfo .linkTel {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer .fontInfo .linkTel {
    margin: 0 0 30px 0;
  }
}
footer#global_footer #fot_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer#global_footer #fot_nav ul li {
  margin-right: 30px;
}
footer#global_footer #fot_nav ul li a {
  position: relative;
  display: block;
}
footer#global_footer #fot_nav ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 8px;
}
footer#global_footer #fot_nav ul li:last-of-type {
  margin-right: 0;
}
footer#global_footer #copy {
  display: block;
  padding: 7px 10px;
  background: #111;
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 66px;
  }
}
footer#global_footer #copy a {
  text-decoration: none;
}
footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #003461;
}
@media only screen and (max-width: 640px) {
  .topTtl h2 {
    font-size: 24px;
  }
}
.topTtl h2 .en {
  font-size: 50px;
  color: #dfdfdf;
}
@media only screen and (max-width: 640px) {
  .topTtl h2 .en {
    font-size: 32px;
  }
}
.topTtl h2:before, .topTtl h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 7px;
  height: 5px;
}
.topTtl h2:before {
  left: 49.8%;
  background: #003461;
}
@media only screen and (max-width: 640px) {
  .topTtl h2:before {
    left: 49%;
  }
}
.topTtl h2:after {
  left: 50.2%;
  background: #f9500e;
}
@media only screen and (max-width: 640px) {
  .topTtl h2:after {
    left: 51%;
  }
}

/* contents */
@media only screen and (max-width: 834px) {
  .topWorks {
    display: block !important;
  }
}
.topWorks .box {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 834px) {
  .topWorks .box {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }
}
.topWorks .box:nth-of-type(3n) {
  margin-right: 0;
}
.topWorks .box img {
  width: 100% !important;
}
.topWorks .box article {
  position: relative;
  width: 85%;
  margin: -80px auto 0 auto;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  transition: all 0.8s;
}
.topWorks .box article h3 {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #003461;
  font-size: 24px;
  color: #003461;
}
@media only screen and (max-width: 1885px) {
  .topWorks .box article h3 {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1100px) {
  .topWorks .box article h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topWorks .box article h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .topWorks .box article h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .topWorks .box article h3 br {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .topWorks .box article h3 .sub {
    display: block;
    font-size: 13px;
  }
}
@media only screen and (max-width: 834px) {
  .topWorks .box article h3 .sub {
    font-size: 16px;
  }
}
.topWorks .box article p {
  font-size: 13px;
  line-height: 1.5;
  color: #003461;
}
.topWorks .box article .btn {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
  color: #111;
}
.topWorks .box article .btn .yaji {
  position: relative;
  display: inline-block;
  padding-right: 55px;
}
.topWorks .box article .btn .yaji:before, .topWorks .box article .btn .yaji:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  display: block;
  transition: all 0.8s;
}
.topWorks .box article .btn .yaji:before {
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #111;
}
.topWorks .box article .btn .yaji:after {
  top: 30%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111;
  transform: rotate(45deg);
}
.topWorks .box a {
  display: block;
  text-decoration: none;
}
.topWorks .box a:hover {
  opacity: 1;
}
.topWorks .box a:hover article {
  margin-top: -90px;
}
.topWorks .box a:hover article .btn .yaji:before {
  right: 5px;
  background: #f9500e;
}
.topWorks .box a:hover article .btn .yaji:after {
  right: 7px;
  border-top: 1px solid #f9500e;
}

.topMovie {
  counter-reset: number 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topMovie {
    display: block !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topMovie .box02 {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .topMovie .box02 {
    margin-bottom: 50px !important;
  }
}
.topMovie iframe {
  height: 22.4vw;
  min-height: 290px;
  vertical-align: bottom;
}
@media only screen and (max-width: 834px) {
  .topMovie iframe {
    height: 71vw;
  }
}
.topMovie h3 {
  position: relative;
  padding-left: 102px;
  border-bottom: 2px solid #111;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .topMovie h3 {
    padding-left: 90px;
    font-size: 20px;
  }
}
.topMovie h3:before {
  counter-increment: number 1;
  content: "NO." counter(number, decimal-leading-zero);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9.5px 12.5px;
  background: #111;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .topMovie h3:before {
    padding: 4px 10px;
  }
}
.topMovie h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 72px;
  border-bottom: 42px solid #111;
  border-right: 20px solid transparent;
}
@media only screen and (max-width: 640px) {
  .topMovie h3:after {
    left: 68px;
    border-bottom: 32px solid #111;
  }
}

.conBg {
  background-position: top right;
}

.contWrap {
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
}
.contWrap p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .contWrap p {
    text-align: left;
  }
}

.contNum ul {
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  .contNum ul {
    display: block;
  }
}
.contNum ul li {
  margin-right: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center !important;
}
@media only screen and (max-width: 834px) {
  .contNum ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .contNum ul li {
    font-size: 26px;
  }
}
.contNum ul li .sub {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
.contNum ul li:last-of-type {
  margin-right: 0;
}
.contNum ul li a {
  font-weight: bold;
}

.ttlNews h2 {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
.ttlNews h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 24%;
  height: 1px;
  background: #003461;
}
.ttlNews h2 .en {
  display: inline-block;
  margin-right: 20px;
  font-size: 40px;
}
@media only screen and (max-width: 640px) {
  .ttlNews h2 .en {
    display: block;
    margin-right: 0;
  }
}
.ttlNews h2 .en:before, .ttlNews h2 .en:after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  display: block;
}
.ttlNews h2 .en:before {
  top: 50%;
  width: 14px;
  height: 14px;
  background: #f9500e;
}
@media only screen and (max-width: 640px) {
  .ttlNews h2 .en:before {
    top: 35%;
  }
}
.ttlNews h2 .en:after {
  top: 45%;
  width: 7px;
  height: 7px;
  background: #003461;
}
@media only screen and (max-width: 640px) {
  .ttlNews h2 .en:after {
    top: 32%;
  }
}

.newsTxt {
  max-height: 200px;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .newsTxt {
    max-height: 350px;
  }
}
.newsTxt dl {
  display: block !important;
  margin-right: 10px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.newsTxt dl dt, .newsTxt dl dd {
  padding: 0 !important;
  border: none !important;
}
.newsTxt dl dt {
  display: inline-block !important;
  padding: 0px 20.5px !important;
  line-height: 1.3;
}
.newsTxt dl dd {
  display: block !important;
  padding-top: 3px !important;
  line-height: 1.5;
}

.tobBtn ul {
  --gap:2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  padding-inline: var(--gap);
  gap: 30px var(--gap);
}
.tobBtn ul li {
  position: relative;
  width: calc((100% - var(--gap) * 3) / 4);
}
@media (width <= 834px) {
  .tobBtn ul li {
    width: calc((100% - var(--gap) * 2) / 3);
  }
}
@media (width <= 640px) {
  .tobBtn ul li {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
.tobBtn ul li img {
  width: 100% !important;
}
.tobBtn ul li a {
  text-decoration: none;
}
.tobBtn ul li article > div {
  position: absolute;
  inset: 0;
  align-content: center;
  font-size: 2.5vmin;
  color: #fff;
  padding: 1em;
  line-height: 1.25;
}
@media (width <= 640px) {
  .tobBtn ul li article > div {
    font-size: 14px;
  }
}

.topCompany {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 67%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCompany {
    background-size: 92%;
  }
}
@media only screen and (max-width: 640px) {
  .topCompany {
    background-size: 100%;
  }
}
.topCompany .bgWh {
  width: 67%;
  margin: 0 auto 0 0;
  padding: 60px 75px;
  background: #fff;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCompany .bgWh {
    width: 92%;
  }
}
@media only screen and (max-width: 640px) {
  .topCompany .bgWh {
    width: 90%;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
.topCompany .tblSt td {
  padding: 15px 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .topCompany .tblSt td:first-of-type {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}
.topCompany .tblSt td div {
  line-height: 1.5;
}
.topCompany .tblSt td h3 {
  position: relative;
  padding-left: 28px;
}
.topCompany .tblSt td h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/contents/iconLogo.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .topCompany .tblSt td h3:before {
    top: 3px;
  }
}
.topCompany .tblSt td .en {
  font-size: 13px;
  color: #7e7e7e;
}

/* ------------------------------------------------------------
warehouse.html
------------------------------------------------------------ */
.wrapLibrary .box04 iframe {
  height: 11vw;
  min-height: 145px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrapLibrary .box04 iframe {
    height: 35vw;
  }
}
@media only screen and (max-width: 640px) {
  .wrapLibrary .box04 iframe {
    height: 68vw;
  }
}
.wrapLibrary .box04 h3 {
  position: relative;
  padding-left: 14px;
  font-weight: bold;
  color: #003461;
}
.wrapLibrary .box04 h3:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 5px;
  height: 20px;
  border-radius: 5px;
  background: #003461;
}

/* ------------------------------------------------------------
research.html
------------------------------------------------------------ */
.pdfWrapPc {
  height: 40vw;
  min-height: 600px;
}

.pdfWrap {
  text-align: center;
}
.pdfWrap img {
  border: 1px solid #ccc;
}

/* ------------------------------------------------------------
yonepro.html
------------------------------------------------------------ */
.historySt dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  .historySt dl {
    display: block !important;
  }
}
.historySt dl:first-of-type {
  border-top: 1px solid #ccc;
}
.historySt dl dt, .historySt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .historySt dl dt, .historySt dl dd {
    width: 100% !important;
  }
}
.historySt dl dt {
  font-size: 20px;
  text-align: center;
  color: #003461;
}
@media only screen and (max-width: 640px) {
  .historySt dl dt {
    text-align: left;
  }
}

.tblCompany .en {
  font-size: 13px;
  color: #7e7e7e;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.form_wrap.confirm {
  margin-top: 50px !important;
}

.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
.blog .ttl01.h1txt {
  width: 100%;
}
.blog div#form_calendar table tbody tr td:hover {
  background: rgba(0, 52, 97, 0.2) !important;
}
.blog aside div#form_calendar {
  min-width: auto !important;
}
.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}
.blog aside nav > div {
  background: #003461;
  border-radius: 5px;
  color: #fff;
}
.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}
.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}
.blog aside nav ul li a:hover {
  color: #003461;
}
.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}
.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #111;
  transition: all 0.8s;
}
.blog aside nav .pages li a:hover {
  color: #003461;
}
.blog aside nav .pages li a:hover .translate {
  color: #003461;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}
.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}
.blog #contents h1, .blog #contents h2 {
  margin-bottom: 10px;
  padding: 7px 10px !important;
  border-left: 7px solid #003461;
  background: rgba(0, 52, 97, 0.1);
  line-height: 1.5;
}
.blog #contents article > ul li {
  margin-right: 7px;
}
.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}
.blog #contents article .detail {
  margin-top: 5px !important;
}
.blog #contents article .flex_images {
  display: block !important;
}
.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}
.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

div.items > article a.photo {
  background-size: contain;
  background-repeat: no-repeat;
}

.page-shop body,
.page-shop #contents {
  background-color: white;
}

.page-shop #col_main {
  margin-bottom: 6.6666666667rem;
}

@media (max-width: 834px) {
  .page-shop #col_main {
    margin-bottom: 5.3333333333rem;
  }
}
div.error {
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #eeeeee;
}

.page-shop .search {
  margin-top: 0;
}

.page-shop .search {
  display: flex;
}

@media (max-width: 834px) {
  .page-shop .search {
    display: block;
  }
}
.page-shop .search:last-child {
  justify-content: flex-end;
  margin-top: 4.6666666667rem;
}

.page-shop #keyword {
  width: 100%;
  border: none;
  border-radius: 0;
  float: none;
}

.page-shop #keyword {
  display: flex;
}

@media (max-width: 640px) {
  .page-shop #keyword {
    display: block;
  }
}
.page-shop #keyword .select {
  margin-right: 0.6666666667rem;
}

@media (max-width: 640px) {
  .page-shop #keyword .select {
    margin-right: 0;
    margin-bottom: 0.6666666667rem;
  }
}
.page-shop .select {
  width: auto;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.page-shop .select select {
  display: inline-block;
  padding: 0;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: none;
  line-height: 1;
}

.page-shop .select {
  border: 1px solid #cccccc;
}

.page-shop .select select {
  height: 100%;
  padding: 0.6666666667rem 2rem 0.6666666667rem 1rem;
  background-color: unset;
  font-size: 0.9333333333rem;
}

.page-shop .text button {
  width: auto;
  height: auto;
  background: unset;
  background-size: unset;
  background-position: unset;
  text-indent: unset;
  position: absolute;
  top: 48%;
  right: 1rem;
  transform: translate(0, -50%);
}

.page-shop .text {
  display: flex;
  align-items: center;
  padding: 0.3333333333rem 1rem 0.3333333333rem 1rem;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 0;
}

.page-shop .text input[type=text] {
  display: inline-block;
  padding: 0;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: none;
  line-height: 1;
}

.page-shop .text > button {
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 400;
  flex: 0 0 auto;
  padding: 0;
  font-size: 0.9333333333rem;
}

.page-shop .text > button:before {
  line-height: 1;
  margin-right: 0.2rem;
}

.page-shop .pager {
  width: auto !important;
  float: none !important;
}

.page-shop .pager .select {
  float: none !important;
}

.page-shop .pager > a {
  margin-left: 0;
  width: auto;
  height: auto;
  font-size: 0;
  border: none;
  border-radius: 0;
  background-repeat: unset;
  background-position: unset;
  background-image: none !important;
  text-indent: unset;
  float: none;
}

.page-shop .pager .off {
  background-color: unset;
}

.page-shop .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2rem;
}

@media (max-width: 834px) {
  .page-shop .pager {
    margin-top: 0.6666666667rem !important;
    margin-left: 0;
  }
}
.page-shop .pager .select {
  margin-right: 2rem;
  height: 100%;
}

.page-shop .pager .select:before {
  right: 0.6666666667rem;
}

.page-shop .pager .prev::before,
.page-shop .pager .next::before {
  color: #333333;
  font-size: 1.0666666667rem !important;
}

.page-shop .pager .prev {
  margin-right: 1.6666666667rem;
}

.page-shop .order:after {
  content: none;
}

.page-shop .order > p {
  float: none;
  line-height: 1;
}

.page-shop .order > ul {
  flex-wrap: wrap;
  justify-content: unset;
  float: none;
}

.page-shop .order > ul > li {
  margin: 0;
}

.page-shop .order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop .order {
    display: block;
  }
}
.page-shop .order > p {
  margin-right: 1.6666666667rem;
  font-size: 0.9333333333rem;
}

@media (max-width: 640px) {
  .page-shop .order > p {
    margin-bottom: 0.6666666667rem;
  }
}
.page-shop .order > ul {
  flex-wrap: wrap;
  margin-bottom: -0.4666666667rem;
  float: none;
}

.page-shop .order > ul > li {
  margin: 0 1.3333333333rem 0.4666666667rem 0;
}

.page-shop .order > ul > li:last-of-type {
  margin-right: 0;
}

.page-shop .order > ul > li > a {
  font-size: 0.9333333333rem;
}

.page-shop .order > ul > li > a:link, .page-shop .order > ul > li > a:visited {
  color: #333333;
}

.page-shop .items {
  margin-top: 0;
  margin-left: 0;
}

.page-shop .items > article {
  align-items: unset;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.page-shop .items > article > button {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  text-indent: unset;
}

.page-shop .items .photo {
  display: block;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: none !important;
}

.page-shop .items .name {
  padding-top: 0;
}

.page-shop .items .summary {
  padding-top: 0;
  text-align: left;
}

.page-shop .items .price {
  width: 100%;
  padding-top: 0;
  text-align: right;
}

.page-shop .items .soldout {
  width: 100%;
  padding-top: 0;
  color: #aaaaaa;
  text-align: center;
}

.page-shop .items {
  margin-bottom: 4.6666666667rem;
  margin-bottom: -4rem;
}

.page-shop .items > article {
  flex: 0 0 calc((100% - 6rem) / 4);
  align-items: flex-start;
  margin-right: 2rem;
  margin-bottom: 4rem;
}

@media (max-width: 1200px) {
  .page-shop .items > article {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 834px) {
  .page-shop .items > article {
    flex: 0 0 calc((100% - 1rem) / 2);
    margin-right: 1rem;
  }
}
@media (max-width: 640px) {
  .page-shop .items > article {
    flex: 0 0 100%;
    margin-right: auto !important;
    margin-left: auto;
  }
}
.page-shop .items > article:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .page-shop .items > article:nth-child(4n) {
    margin-right: 2rem;
  }
}
@media (max-width: 1200px) {
  .page-shop .items > article:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 834px) {
  .page-shop .items > article:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 834px) {
  .page-shop .items > article:nth-child(2n) {
    margin-right: 0;
  }
}
.page-shop .items > article > *:last-child {
  margin-top: auto !important;
  margin-bottom: 0px;
}

.page-shop .items > article > button {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  display: inline-block;
  width: 100%;
  background-color: #1d2088;
  font-size: 0.9333333333rem;
}

.page-shop .items > article .photo {
  margin-bottom: 0.8666666667rem;
  position: relative;
  display: block;
}

.page-shop .items > article .photo:has(a) {
  display: block;
}

.page-shop .items > article .photo:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}

.page-shop .items > article .photo > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-shop .items > article .photo > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-shop .items > article .name {
  display: block;
  margin-bottom: 0.4666666667rem;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.0666666667rem;
}

.page-shop .items > article .name:link, .page-shop .items > article .name:visited {
  color: #333333;
}

.page-shop .items > article .summary {
  margin-bottom: 0.5333333333rem;
  font-size: 0.9333333333rem;
  line-height: 1.4;
}

.page-shop .items > article .price {
  margin-bottom: 1.3333333333rem;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.0666666667rem;
  text-align: right;
}

.page-shop-detail .crumb {
  margin-top: 0px;
}

.page-shop-detail .crumb > ul > li {
  margin-right: 0;
  line-height: 1;
  float: none;
}

.page-shop-detail .crumb > ul > li > a {
  line-height: 1;
  float: none;
}

.page-shop-detail .crumb {
  margin-top: 2rem;
}

.page-shop-detail .crumb > ul {
  display: flex;
}

.page-shop-detail .crumb > ul > li:after {
  line-height: 1;
  margin-left: 0.6666666667rem;
  margin-right: 0.6666666667rem;
  color: #333333;
  font-size: 0.9333333333rem;
}

.page-shop-detail .crumb > ul > li > a {
  font-size: 0.9333333333rem;
}

.page-shop-detail .crumb > ul > li > a:link, .page-shop-detail .crumb > ul > li > a:visited {
  color: #333333;
}

.page-shop-detail .item {
  margin-top: 0;
}

@media (max-width: 834px) {
  .page-shop-detail .item {
    display: block;
  }
}
.page-shop-detail .item {
  margin-top: 3.3333333333rem;
}

.page-shop-detail .photo {
  display: unset;
  margin-left: 0;
}

.page-shop-detail .photo .large img,
.page-shop-detail .photo .small img {
  vertical-align: middle;
}

.page-shop-detail .photo .large {
  margin-left: 0;
}

.page-shop-detail .photo .small {
  min-width: 0;
  max-width: 100%;
}

.page-shop-detail .photo .small > ul > li {
  margin-left: 0;
}

.page-shop-detail .photo {
  flex: 0 0 40%;
  margin-right: 2.6666666667rem;
}

@media (max-width: 834px) {
  .page-shop-detail .photo {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.page-shop-detail .photo .large {
  margin-bottom: 0.4rem;
}

.page-shop-detail .photo .small > ul > li {
  flex-basis: unset;
  flex: 0 0 calc((100% - 1.3333333333rem) / 5);
  max-width: 6.6666666667rem;
  margin-bottom: 0.3333333333rem;
  margin-right: 0.3333333333rem;
  position: relative;
  display: block;
}

.page-shop-detail .photo .small > ul > li:has(a) {
  display: block;
}

.page-shop-detail .photo .small > ul > li:before {
  content: "";
  display: block;
  padding-top: 75%;
  text-align: center;
}

.page-shop-detail .photo .small > ul > li > :first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-shop-detail .photo .small > ul > li:nth-child(5n) {
  margin-right: 0;
}

.page-shop-detail .photo .small > ul > li:last-child {
  margin-right: 0;
}

.page-shop-detail .photo .small > ul > li > img {
  -o-object-fit: cover;
  object-fit: cover;
}

.page-shop-detail .item_view {
  display: block;
  flex: 1 0 0;
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  font-size: 1.0666666667rem;
}

.page-shop-detail .item_view > h2 {
  margin-bottom: 10px;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  line-height: 1.6;
}

@media (max-width: 834px) {
  .page-shop-detail .item_view > h2 {
    font-size: 1.2666666667rem;
  }
}
.page-shop-detail .item_view > h2 > span {
  display: none;
}

.page-shop-detail .item_view > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 2.6666666667rem;
}

.page-shop-detail .item_view > ul > li {
  float: none;
  margin-bottom: 0.6666666667rem;
}

.page-shop-detail .item_view > ul > li > a {
  padding: 0.2142857143em 0.6666666667rem;
  background-color: #eeeeee;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 0.9333333333rem;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

.page-shop-detail .item_view > ul > li > a:link, .page-shop-detail .item_view > ul > li > a:visited {
  color: #333333;
}

.page-shop-detail .item_view .struct {
  display: block;
  margin-top: 0;
}

.page-shop-detail .item_view .sku {
  width: 100%;
  margin-bottom: 2.6666666667rem;
  text-align: right;
}

.page-shop-detail .item_view .price {
  font-size: 1.3333333333rem;
}

.page-shop-detail .item_view .price > label {
  font-size: 0.8rem;
}

.page-shop-detail .item_view .item_option {
  width: 100%;
  margin-left: auto;
}

.page-shop-detail .item_view .item_option > form > dl,
.page-shop-detail .item_view .count {
  display: block;
  margin-bottom: 1.3333333333rem;
  border: none;
}

.page-shop-detail .item_view .count {
  display: block;
  margin-bottom: 2.6666666667rem;
  border: none;
}

.page-shop-detail .item_view .item_option > form > dl > dt,
.page-shop-detail .item_view .count > dt {
  display: block;
  min-height: 0;
  margin-bottom: 0.3333333333rem;
  padding: 0;
  background: unset;
  font-size: 0.9333333333rem;
}

.page-shop-detail .item_view .item_option > form > dl > dd,
.page-shop-detail .item_view .count > dd {
  padding: 0;
}

.page-shop-detail .item_view button.addcart {
  display: block;
  margin-bottom: 1.3333333333rem;
  margin-left: auto;
}

.page-shop-detail .item_view .addcart > a {
  margin-top: 0;
  font-size: 0.9333333333rem;
  text-align: end;
}

.page-shop-detail .item_view .detail {
  margin-top: 2.6666666667rem;
  padding: 1rem 1.3333333333rem;
  background-color: #eeeeee;
  font-size: 1.0666666667rem;
}

.page-shop-detail .item_view {
  display: flex;
  flex-direction: column;
}

.page-shop-detail .item_view > h2 {
  order: 0;
}

.page-shop-detail .item_view .struct {
  order: 4;
  margin-top: 2rem;
}

.page-shop-detail .item_view .detail {
  order: 1;
}

.page-shop-detail .item_view .sku1 {
  order: 2;
}

.page-shop-detail .item_view .sku2 {
  order: 3;
}

.page-shop-detail .detail2 {
  margin-top: 1.3333333333rem;
  padding: 1rem 1.3333333333rem;
  background-color: #eeeeee;
  font-size: 1.0666666667rem;
}

@media (max-width: 834px) {
  .page-shop-detail .detail2 {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-shop button.addcart {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: white;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
}

.page-shop-detail .relay {
  margin-bottom: 6.6666666667rem;
}

.page-shop-detail .relay h3 {
  display: none;
}

.page-shop-detail .relay .flip {
  width: 100%;
}

.page-shop-detail .relay .flip > ul > li {
  width: auto;
  height: auto;
  margin-right: 1.3333333333rem;
}

.page-shop-detail .relay .photo {
  margin-right: 0;
  margin-bottom: 1.3333333333rem;
  height: auto;
  background-image: unset !important;
  background-size: auto;
}

.page-shop-detail .relay .photo > img {
  display: block;
}

.page-shop-detail .relay .name {
  margin-bottom: 1.3333333333rem;
  padding-top: 0;
  text-align: left;
}

.page-shop-detail .relay .price {
  padding-top: 0;
  text-align: left;
}

.page-shop-detail .relay {
  display: none;
}

.page-shop-purchase-cart #sumcart > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-cart #sumcart > ul {
  display: block;
  margin-top: 2.6666666667rem;
  margin-bottom: 4.6666666667rem;
}

.page-shop-purchase-cart #sumcart > ul > li {
  justify-content: space-between;
  margin-bottom: 1.3333333333rem;
  padding: 0;
  padding-bottom: 1.3333333333rem;
  border-bottom: 1px dotted #cccccc;
}

.page-shop-purchase-cart #sumcart > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 640px) {
  .page-shop-purchase-cart #sumcart > ul > li {
    display: block;
  }
}
.page-shop-purchase-cart #sumcart .photo {
  width: auto;
  height: auto;
  background-size: contain;
  flex: unset;
}

.page-shop-purchase-cart #sumcart .item {
  flex: 0 0 60%;
  width: unset;
  margin-top: 0;
  margin-right: 2.6666666667rem;
}

@media (max-width: 834px) {
  .page-shop-purchase-cart #sumcart .item {
    max-width: 100%;
    margin-left: unset;
  }
}
@media (max-width: 640px) {
  .page-shop-purchase-cart #sumcart .item {
    margin-right: 0;
    margin-bottom: 1.3333333333rem;
  }
}
.page-shop-purchase-cart #sumcart .name {
  display: inline-block;
  margin-bottom: 0.6666666667rem;
  padding: 0;
  line-height: 1.4;
  font-size: 1.0666666667rem;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

.page-shop-purchase-cart #sumcart .name:link, .page-shop-purchase-cart #sumcart .name:visited {
  color: #333333;
}

.page-shop-purchase-cart #sumcart .number {
  display: none;
}

.page-shop-purchase-cart #sumcart .price {
  padding: 0;
  font-size: 0.9333333333rem;
}

.page-shop-purchase-cart #sumcart .count {
  flex: 1 0 0;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
}

.page-shop-purchase-cart #sumcart .count input[type=text] {
  width: auto;
  max-width: 3.3333333333rem;
  height: auto;
  margin-right: 1.3333333333rem;
  padding: 0.4rem 1rem;
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
}

@media (max-width: 834px) {
  .page-shop-purchase-cart #sumcart .count input[type=text] {
    width: auto !important;
  }
}
.page-shop-purchase-cart #sumcart .update,
.page-shop-purchase-cart #sumcart .remove {
  flex: 0 0 auto;
  padding: 0.6rem 1rem 0.4666666667rem;
  font-size: 0.9333333333rem;
  line-height: 1;
}

.page-shop-purchase-cart #sumcart .update {
  margin-right: 0.3333333333rem;
  border: 1px solid #cccccc;
}

.page-shop-purchase-cart #sumcart .update:link, .page-shop-purchase-cart #sumcart .update:visited {
  color: #333333;
}

.page-shop-purchase-cart #sumcart .remove {
  color: white;
  border: 1px solid #aaaaaa;
  background-color: #aaaaaa;
}

.page-shop-purchase-cart #sumcart .photo {
  display: none;
}

.page-shop-purchase-cart #sumcart div.sum {
  display: block;
  padding: 2rem 1.3333333333rem;
  background-color: #eeeeee;
}

.page-shop-purchase-cart #sumcart div.sum > div {
  display: block;
  text-align: end;
}

.page-shop-purchase-cart #sumcart div.sum > div > div:nth-child(1) {
  width: auto;
  margin-bottom: 0.6666666667rem;
}

.page-shop-purchase-cart #sumcart div.sum > div > div:nth-child(2) {
  min-width: 0;
  max-width: 100%;
}

.page-shop-purchase-cart #sumcart div.sum > div > div .sum_count {
  width: auto;
  margin-bottom: 1.3333333333rem;
  background: unset !important;
  background-position: unset !important;
  background-size: unset !important;
  font-size: 1.6rem !important;
  text-align: end;
  text-indent: unset !important;
  line-height: 1 !important;
}

.page-shop-purchase-cart #sumcart div.sum > div > div .sum_price {
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 0.6666666667rem;
}

.page-shop-purchase-cart #sumcart div.sum > div > div .sum_price > dt {
  min-width: 0;
  max-width: 100%;
  color: #333333;
  font-size: 0.9333333333rem;
  line-height: 1 !important;
}

.page-shop-purchase-cart #sumcart div.sum > div > div .sum_price > dd {
  width: auto;
  color: #cb3d3d;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1;
}

.page-shop-purchase-cart #sumcart div.sum .deliv {
  width: auto;
  margin-bottom: 2.6666666667rem;
  font-size: 0.9333333333rem;
}

.page-shop-purchase-cart #sumcart div.sum p:not(.deliv) > a {
  font-size: 0.9333333333rem;
}

.page-shop-purchase-cart #sumcart div.sum .button {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.6666666667rem;
}

.page-shop-purchase-cart #sumcart div.sum .purchase,
.page-shop-purchase-cart #sumcart div.sum .back {
  display: inline-block;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.6666666667rem 1.3333333333rem;
  background: unset;
  background-position: unset;
  font-size: 1.0666666667rem;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  text-indent: unset;
  text-align: center;
}

.page-shop-purchase-cart #sumcart div.sum .purchase {
  color: white;
  background-color: #1d2088;
}

.page-shop-purchase-cart #sumcart div.sum .back {
  margin-right: 0.6666666667rem;
  color: white;
  background-color: #aaaaaa;
}

.page-shop-purchase-cart .postage {
  background-color: transparent;
}

.page-customer-purchase-entry #login > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-customer-purchase-entry #login > dl {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-customer-purchase-entry #login > dl {
    display: block;
  }
}
.page-customer-purchase-entry #login > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-customer-purchase-entry #login > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-customer-purchase-entry #login > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-customer-purchase-entry #login > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-customer-purchase-entry #login > dl > dd > input {
  width: 100% !important;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
}

.page-customer-purchase-entry #login .passwd > input {
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
}

.page-customer-purchase-entry #login > button.login {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 3.3333333333rem;
  margin-right: auto;
  margin-left: auto;
}

.page-customer-purchase-entry #login > p {
  margin-top: 1.3333333333rem;
  font-size: 0.9333333333rem;
}

.page-customer-purchase-entry #entry > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-customer-purchase-entry #entry > dl {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-customer-purchase-entry #entry > dl {
    display: block;
  }
}
.page-customer-purchase-entry #entry > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-customer-purchase-entry #entry > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-customer-purchase-entry #entry > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-customer-purchase-entry #entry > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry > div {
  height: auto;
  text-align: center;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry > div > input[type=checkbox] {
  margin: 0;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry > div > label {
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 0.9333333333rem;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry .passwd {
  margin-right: 0;
  float: unset;
}

.page-customer-purchase-entry #entry > dl:last-of-type .is_entry p {
  flex: 0 0 100%;
  margin-top: 0.6666666667rem;
  padding-top: 0;
  font-size: 0.9333333333rem;
}

.page-customer-purchase-entry #entry > dl > dd > div {
  display: block;
}

.page-customer-purchase-entry #entry > dl > dd > div > input {
  width: 100% !important;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
}

.page-customer-purchase-entry #entry .alert {
  padding: 0;
  background-color: unset;
}

.page-customer-purchase-entry #entry .birthday {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.6666666667rem;
}

.page-customer-purchase-entry #entry .birthday > div {
  display: flex;
  align-items: flex-end;
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}

.page-customer-purchase-entry #entry .birthday > div:last-of-type {
  margin-right: 0;
}

.page-customer-purchase-entry #entry .birthday > div > select {
  width: unset !important;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
}

.page-customer-purchase-entry #entry .birthday > div > input {
  margin-bottom: 0;
}

.page-customer-purchase-entry #entry .birthday > div > span {
  margin-right: 0;
}

.page-customer-purchase-entry #entry .ship_addr > div:first-child {
  display: flex;
  align-items: center;
}

.page-customer-purchase-entry #entry .ship_addr > div > select {
  width: auto !important;
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
}

.page-customer-purchase-entry #entry .next {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 4.6666666667rem;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-payment .purchase.payment > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-payment .purchase.payment .payment_type {
  margin-top: 0;
  margin-bottom: 2rem;
}

.page-shop-purchase-payment .purchase.payment .payment_type > *:nth-last-child(2) {
  margin-bottom: 2rem;
}

.page-shop-purchase-payment .purchase.payment .payment_type:last-child {
  margin-bottom: 0;
}

.page-shop-purchase-payment .purchase.payment .payment_type > dl {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop-purchase-payment .purchase.payment .payment_type > dl {
    display: block;
  }
}
.page-shop-purchase-payment .purchase.payment .payment_type > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-payment .purchase.payment .payment_type > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-shop-purchase-payment .purchase.payment .payment_type > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-shop-purchase-payment .purchase.payment .payment_type > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-payment .purchase.payment .payment_type > div {
  margin-bottom: 0.8rem !important;
}

.page-shop-purchase-payment .purchase.payment .payment_type > div > input[type=radio] {
  margin: 0;
  margin-right: 0.5333333333rem;
}

.page-shop-purchase-payment .purchase.payment .payment_type > div > label {
  flex: 1 0 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

.page-shop-purchase-payment .purchase.payment .payment_type > p {
  margin-top: 0;
}

.page-shop-purchase-payment .purchase.payment .payment_type.cash > dl {
  display: none;
}

.page-shop-purchase-payment .purchase.payment .payment_type.bank > dl:last-of-type {
  margin-bottom: 1.3333333333rem;
}

.page-shop-purchase-payment .purchase.payment .payment_type.bank > dl > dt {
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

.page-shop-purchase-payment .purchase.payment .payment_type.kuro .kuroneko {
  width: 22.5333333333rem;
  height: 3.0666666667rem;
  margin: 0;
}

.page-shop-purchase-payment .purchase.payment {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-payment .purchase.shipment > h3 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-payment .purchase.shipment > button {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 4.6666666667rem;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-payment .purchase.shipment {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-deliver .purchase {
  display: flex;
  flex-direction: column;
}

.page-shop-purchase-deliver .purchase .addrs.deliver {
  order: 0;
  margin-bottom: 4.6666666667rem;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > ul {
  display: block;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li {
  width: auto;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1.3333333333rem;
  background-color: #eeeeee;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li:last-child {
  margin-bottom: 0;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl {
  margin: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl {
    display: block;
  }
}
.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-shop-purchase-deliver .purchase .addrs.deliver > ul > li > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-deliver .purchase .addrs.deliver .link {
  margin-top: 2rem;
}

.page-shop-purchase-deliver .purchase .addrs.deliver .link .deliver {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-right: 0.6666666667rem;
}

.page-shop-purchase-deliver .purchase .addrs.deliver .link .deliver:last-child {
  margin-right: 0;
}

.page-shop-purchase-deliver .purchase .addrs.list {
  display: none;
}

.page-shop-purchase-deliver .purchase .next,
.page-shop-purchase-deliver .purchase .add_deliver {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  min-width: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-deliver .purchase .next {
  order: 100;
}

.page-shop-purchase-deliver .purchase .add_deliver {
  order: 1;
  margin-bottom: 1.3333333333rem;
}

.page-shop-purchase-deliver .purchase .remove {
  background-color: #aaaaaa !important;
}

.page-shop-purchase-deliver .purchase {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-items .purchase.confirm .delivers > h3 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-items .purchase.confirm .delivers > dl {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop-purchase-items .purchase.confirm .delivers > dl {
    display: block;
  }
}
.page-shop-purchase-items .purchase.confirm .delivers > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-items .purchase.confirm .delivers > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-shop-purchase-items .purchase.confirm .delivers > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-shop-purchase-items .purchase.confirm .delivers > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-items .purchase.confirm .sub_total > dd > ul > li > div:nth-child(4n) {
  margin-right: 0 !important;
}

.page-shop-purchase-items .purchase.confirm .total > h3 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
  margin-top: 0;
}

.page-shop-purchase-items .purchase.confirm .total .total {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop-purchase-items .purchase.confirm .total .total {
    display: block;
  }
}
.page-shop-purchase-items .purchase.confirm .total .total:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-items .purchase.confirm .total .total > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-shop-purchase-items .purchase.confirm .total .total > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-shop-purchase-items .purchase.confirm .total .total > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-confirm .purchase.confirm {
  margin-top: 0;
}

.page-shop-purchase-confirm .purchase.confirm > h2, .page-shop-purchase-confirm .purchase.confirm > h3 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-confirm .purchase.confirm > h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
}

.page-shop-purchase-confirm .purchase.confirm > h3 {
  margin-top: 4.6666666667rem;
  font-size: 1.3333333333rem;
}

.page-shop-purchase-confirm .purchase.confirm > h2 + h3 {
  margin-top: 0;
}

.page-shop-purchase-confirm .purchase.confirm > button {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 3.3333333333rem;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-confirm .purchase.confirm > dl {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}

@media (max-width: 640px) {
  .page-shop-purchase-confirm .purchase.confirm > dl {
    display: block;
  }
}
.page-shop-purchase-confirm .purchase.confirm > dl:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-confirm .purchase.confirm > dl > dt {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  margin-right: 20px;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media (max-width: 640px) {
  .page-shop-purchase-confirm .purchase.confirm > dl > dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-shop-purchase-confirm .purchase.confirm > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-confirm .purchase.confirm > dl > dt {
  display: block;
  flex: 0 0 25%;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  justify-content: center;
  padding: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 640px) {
  .page-shop-purchase-confirm .purchase.confirm > dl > dt {
    margin-bottom: 0.6666666667rem;
  }
}
.page-shop-purchase-confirm .purchase.confirm > dl > dd {
  flex: 1 0 0;
  padding: 0;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item > dd > ul > li {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.3333333333rem;
  padding-bottom: 1.3333333333rem;
  border-bottom: 1px dashed #cccccc;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item > dd > ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .photo {
  min-width: 0;
  max-width: 0;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .item {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

@media (max-width: 834px) {
  .page-shop-purchase-confirm .purchase.confirm .deliver_item .item {
    width: 100%;
    max-width: 100%;
  }
}
.page-shop-purchase-confirm .purchase.confirm .deliver_item .item .number {
  display: none;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .price,
.page-shop-purchase-confirm .purchase.confirm .deliver_item .count,
.page-shop-purchase-confirm .purchase.confirm .deliver_item .subtotal {
  display: block;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 834px) {
  .page-shop-purchase-confirm .purchase.confirm .deliver_item .price,
  .page-shop-purchase-confirm .purchase.confirm .deliver_item .count,
  .page-shop-purchase-confirm .purchase.confirm .deliver_item .subtotal {
    padding-right: 0;
    background: unset;
    line-height: 1;
  }
}
.page-shop-purchase-confirm .purchase.confirm .deliver_item .price,
.page-shop-purchase-confirm .purchase.confirm .deliver_item .count,
.page-shop-purchase-confirm .purchase.confirm .deliver_item .subtotal {
  font-size: 0.9333333333rem;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .count {
  margin-right: 0.6666666667rem;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .subtotal > p {
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .subtotal > p:before {
  content: "=";
  margin-right: 0.6666666667rem;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total {
  border-top: none;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total .item {
  width: auto;
  margin-top: 0;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total > dd > ul > li {
  justify-content: flex-end;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total > dd > ul > li > div {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total > dd > ul > li > div:nth-child(4) {
  margin-right: 1.3333333333rem;
}

.page-shop-purchase-confirm .purchase.confirm .sub_total > dd > ul > li > div > p {
  font-size: 1.0666666667rem;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 700;
}

.page-shop-purchase-confirm .purchase.confirm .sub_deliv .item {
  margin-top: 0;
}

.page-shop-purchase-confirm .purchase.confirm .total > dd > div {
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.page-shop-purchase-confirm .purchase.confirm .total.amount {
  border-top: none;
}

.page-shop-purchase-confirm .purchase.confirm .total.amount > dd > div > p {
  color: #cb3d3d;
}

.page-shop-purchase-confirm .purchase.confirm .edit_payment:before {
  content: "お支払方法の変更";
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
}

.page-shop-purchase-confirm .purchase.confirm {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-confirm .purchase.confirm .deliver_item .photo {
  display: none;
}

.page-shop-purchase-confirm .purchase.accept .purchase.accept {
  width: auto;
  height: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 0;
  padding: 0;
  background: unset !important;
}

.page-shop-purchase-confirm .purchase.accept {
  margin-top: 2.6666666667rem;
  padding-top: 2.6666666667rem;
  background: unset;
  border-top: 1px dotted #cccccc;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-confirm .purchase.accept button.accept {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  padding: 1.2rem 1.3333333333rem;
  font-size: 1.3333333333rem;
  margin-right: auto;
  margin-left: auto;
}

.page-shop-purchase-complete .purchase.complete > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
}

.page-shop-purchase-complete .purchase.complete > dl {
  margin-top: 0;
}

.page-shop-purchase-complete .purchase.complete > dl > dt {
  display: block;
  flex: 0 0 25%;
  min-width: 0;
  max-width: 100%;
  padding: 0;
}

.page-shop-purchase-complete .purchase.complete > dl > dd {
  flex: 1 0 0;
  width: auto;
  padding: 0;
}

.page-shop-purchase-complete .purchase.complete > div {
  margin-top: 1.3333333333rem;
  padding: 1rem 1.3333333333rem;
  background-color: #eeeeee;
}

.page-shop-purchase-complete .purchase.complete .movetop {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 4.6666666667rem;
  margin-left: auto;
}

.page-shop-purchase-complete .purchase.complete {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-customer-login .purchase > h2 {
  margin: 0;
  margin-top: 4.6666666667rem;
  margin-bottom: 1.6666666667rem;
  color: #333333;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.4666666667rem;
  border-bottom: none;
  line-height: 1;
  margin-top: 0;
}

@media (max-width: 640px) {
  .page-customer-login .purchase > dl {
    display: block;
  }
}
.page-customer-login .purchase > dl > dt {
  flex: 0 0 30%;
  min-width: 0;
  max-width: 100%;
  margin-right: 0.6666666667rem;
}

@media (max-width: 640px) {
  .page-customer-login .purchase > dl > dt {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.page-customer-login .purchase > dl > dd > input {
  display: inline-block;
  padding: 0.3333333333rem 0.5333333333rem;
  background: unset;
  font-size: unset;
  text-indent: unset;
  text-align: left;
  border-radius: 0;
  border: 1px solid #e4e4e4;
  line-height: 1;
  width: 100%;
}

.page-customer-login .purchase > dl .passwd {
  width: 100%;
}

.page-customer-login .purchase > dl .passwd input[type=password] {
  width: 100%;
  padding: 0.3333333333rem 1.6666666667rem 0.3333333333rem 0.3333333333rem;
  border-radius: 0;
}

.page-customer-login .purchase button.login {
  width: auto;
  min-width: 10rem;
  height: auto;
  margin: 0;
  padding: 0.8666666667rem 1.3333333333rem 0.7333333333rem;
  background: unset;
  background-position: unset;
  background-size: unset;
  color: #fff;
  background-color: #1d2088;
  font-size: unset;
  border: none;
  border-radius: 0;
  font-family: Red Hat Display, Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-indent: unset;
  margin-top: 4.6666666667rem;
  margin-right: auto;
  margin-left: auto;
}

.page-customer-login .purchase > p {
  margin-top: 2rem;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}
.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}
.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}
.flexBox .box04 {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04 {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .flexBox .box04 {
    width: 100%;
    margin-right: 0;
  }
}
.flexBox .box04:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(4n) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 24px;
  }
}
.ttl01 h3 {
  font-size: 24px;
}
.ttl01 h2 {
  color: #003461;
}
.ttl01 h2 .sub {
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .ttl01 h2 .sub {
    display: block;
  }
}
.ttl01 h3 {
  position: relative;
  padding-left: 50px;
  color: #003461;
}
.ttl01 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background: #003461;
}
.ttl01 .en {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  color: #f9500e;
}
@media only screen and (max-width: 640px) {
  .ttl01 .en {
    margin-top: 10px;
    padding-left: 32px;
  }
}
.ttl01 .en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background: #f9500e;
}
@media only screen and (max-width: 640px) {
  .ttl01 .en:before {
    top: 15px;
    width: 20px;
  }
}

.ttl02 h2 {
  font-size: 30px;
}
@media only screen and (max-width: 640px) {
  .ttl02 h2 {
    font-size: 24px;
  }
}
.ttl02 h3 {
  font-size: 24px;
}
.ttl02 h2 {
  position: relative;
  border-bottom: 2px solid #ccc;
}
.ttl02 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background: #003461;
}
.ttl02 h2 .sub {
  font-size: 20px;
  color: #003461;
}

.ttl02.pTxt h2 {
  margin-bottom: 20px;
}

.ttl01.pTxt h3 {
  margin-bottom: 10px;
}

.ttlBg.h1txt h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .ttlBg.h1txt h1 {
    font-size: 28px;
  }
}
.ttlBg.h1txt h1 .ja {
  display: block;
  margin-top: 30px;
  font-size: 18px;
}

.ttlBg {
  background: linear-gradient(to bottom, #302b63, #003461, #02488e);
  background-size: 400% 400%;
  animation: AnimationName 10s ease infinite;
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBlue a {
  position: relative;
  display: inline-block;
  padding: 18px 106.5px;
  background: #003461;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .btnBlue a {
    display: block;
    padding: 18px 10px;
  }
}
.btnBlue a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btnBlue a:hover {
  background: #f9500e;
}

.ancBtn li {
  margin: 0 15px 15px 0;
}
@media only screen and (max-width: 640px) {
  .ancBtn li {
    width: 49%;
    margin-right: 2%;
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .ancBtn li:nth-of-type(even) {
    margin-right: 0;
  }
}
.ancBtn a {
  position: relative;
  display: block;
  padding: 0 35px 0 30px;
  border: 1px solid #003461;
  text-decoration: none;
  color: #003461;
}
@media only screen and (max-width: 640px) {
  .ancBtn a {
    padding: 10px;
  }
}
.ancBtn a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ancBtn a:hover {
  background: #003461;
  color: #fff;
  opacity: 1;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.txtR {
  display: block;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.liNum ul {
  counter-reset: number 0;
}
.liNum ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  line-height: 1.5;
}
.liNum ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
.img04 ul {
  display: flex;
  flex-wrap: wrap;
}
.img04 ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
  text-align: center !important;
}
@media only screen and (max-width: 834px) {
  .img04 ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .img04 ul li {
    margin-bottom: 30px;
  }
}
.img04 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.img04 ul li a {
  text-decoration: none;
}
.img04 ul li a div {
  margin-top: 10px;
  font-weight: bold;
  color: #003461;
}
.img04 ul li img {
  height: 9.8vw !important;
  min-height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center top;";
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .img04 ul li img {
    height: 31vw !important;
    min-height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .img04 ul li img {
    height: 30vw !important;
    min-height: 113px;
  }
}

.itext.imgC {
  display: block !important;
  height: auto !important;
}
@media only screen and (max-width: 640px) {
  .itext.imgC {
    width: 100% !important;
    height: auto !important;
  }
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.gmap iframe {
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}
.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
}

.bdr {
  border-bottom: 1px solid #ccc;
}

/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
.mainTxt .en {
  opacity: 0;
}

.mainTxt .en span {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein.delay2 {
  transition-delay: 0.5s;
}

.fadein.delay3 {
  transition-delay: 1s;
}

.sns_slide {
  --ulBG:var(--mc);
  --ulC:var(--ff);
  --dateC: var(--mc);
  --dateFW: 500;
  --dateFZ: 110%;
  --imgOF: contain;
}
.sns_slide.noArrow :is(.slick-arrow) {
  display: none !important;
}
.sns_slide.noDot :is(.slick-dots, .slick-arrow) {
  display: none !important;
}
.sns_slide .slick-track {
  gap: var(--gap, 20px);
}
.sns_slide .slick-list {
  overflow: visible;
}
.sns_slide .slick-slide {
  padding-inline: calc(var(--gap) / 2);
  position: relative;
  height: unset;
  margin-inline-end: var(--gap, 20px);
}
.sns_slide .sns_list {
  width: 100%;
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.sns_slide .sns_list > div {
  border: none;
  display: block;
  flex-direction: column;
  position: relative;
}
.sns_slide .sns_list .sns_photo {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.sns_slide .sns_list .sns_photo:is(.noImg *) {
  display: none;
}
.sns_slide .sns_list .sns_photo figure {
  border-radius: var(--rad);
}
.sns_slide .sns_list .sns_photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  -o-object-fit: var(--imgOF);
     object-fit: var(--imgOF);
}
.sns_slide .sns_list .sns_text {
  width: 100%;
  overflow: hidden;
  padding-block: 1em;
}
.sns_slide .sns_list .sns_text a {
  text-decoration: none;
}
.sns_slide .sns_list .sns_text > * + * {
  margin-top: 0.5em;
}
.sns_slide .sns_list .sns_date {
  color: var(--dateC);
  font-weight: var(--dateFW);
  font-size: var(--dateFZ);
  line-height: 1;
}
.sns_slide .sns_list .sns_date:is(.txwh *) {
  color: inherit;
}
.sns_slide .sns_list .caption {
  color: inherit;
  font-size: var(--capFZ);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sns_slide .sns_list .sns_text ul {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.sns_slide .sns_list .sns_text ul li {
  display: contents;
}
.sns_slide .sns_list .sns_text ul a {
  display: inline-block;
  background-color: var(--ulBG);
  color: var(--ulC);
  line-height: 1.35;
  padding: 0.3em 0.6em;
  margin-inline-end: 0.3em;
  font-family: var(--san);
  border-radius: var(--radhalf);
}
.sns_slide .slick-dots {
  display: flex !important;
  justify-content: center;
}

.btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.btnWrap > br {
  display: none;
}

:root {
  --fa: "Font Awesome 5 Pro","Font Awesome 6 Free","Font Awesome 6 Brand","Font Awesome 6 Duotone","Line Awesome Free","Line Awesome Brands";
  --icon:var(--fa);
}

.thumb_slide.__scroll ul.slick-dots {
  --thumbC:var(--tx10);
  --thumbW:8px;
}
.thumb_slide.__scroll ul.slick-dots::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
  height: var(--thumbW);
}
.thumb_slide.__scroll ul.slick-dots::-webkit-scrollbar-thumb {
  background-color: var(--thumbC);
}

.thumb_slide {
  margin-inline: auto;
  --repeat:6;
  --num:5;
  --minus:calc(var(--num) - 1 );
  --dotH: 14vh;
  --arrowW: 5vmin;
  --dotsBottom: calc(var(--dotH)/2 - var(--arrowW)/2 );
  --pad: 3%;
  --arrowPosition:103%;
  --arrowC: #000;
  --arrowBG: #fff;
  --arrowR: 1000px;
  --arrowFZ: 3vmin;
}
.thumb_slide.__max60vh img:is(#contents *) {
  max-height: 60vh;
}
.thumb_slide.col3 {
  --num:3;
}
.thumb_slide.col4 {
  --num:4;
}
.thumb_slide.col5 {
  --num:5;
}
.thumb_slide.col6 {
  --num:6;
}
.thumb_slide.col7 {
  --num:7;
}
@media (width <= 834px) {
  .thumb_slide.col5, .thumb_slide.col6, .thumb_slide.col7 {
    --num:4;
  }
}
@media (width <= 834px) {
  .thumb_slide {
    width: 100%;
  }
}
.thumb_slide.__scroll .scroll-hint-icon-wrap {
  height: 15vh;
  top: unset;
  bottom: 0;
}
.thumb_slide.__scroll ul.slick-dots {
  flex-wrap: nowrap;
}
.thumb_slide .slick-track {
  display: block;
}
.thumb_slide .slick-slide {
  margin: unset;
  padding-inline: unset;
  pointer-events: none;
}
.thumb_slide .slick-slide a {
  pointer-events: all;
}
.thumb_slide .slick-slide img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.thumb_slide ul.slick-dots li {
  margin: 0;
  height: auto !important;
}
.thumb_slide ul.slick-dots li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb_slide ul.slick-dots {
  --gap:1%;
  transform: unset;
  margin-top: var(--gap);
  display: flex;
  flex-wrap: wrap;
  gap: 1vmin var(--gap);
  position: unset !important;
  overflow: hidden;
  width: 100%;
  justify-content: flex-start;
}
.thumb_slide ul.slick-dots li {
  flex: 0 0 calc((100% - var(--gap) * var(--minus)) / var(--num));
}
@media (width <= 640px) {
  .thumb_slide ul.slick-dots {
    grid-template-columns: repeat(3, 1fr);
  }
}
.thumb_slide ul.slick-dots img:is(#contents *) {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 15vh;
  background-color: #fff;
}
@media (width <= 834px) {
  .thumb_slide {
    --arrowPosition:110%;
  }
}
.thumb_slide .slick-prev {
  left: -2vmin;
  left: unset;
  right: var(--arrowPosition);
}
.thumb_slide .slick-next {
  right: -2vmin;
  right: unset;
  left: var(--arrowPosition);
}
.thumb_slide .slick-prev, .thumb_slide .slick-next {
  font-family: var(--icon);
  font-weight: 200;
  z-index: 10;
  background-color: var(--arrowBG);
  border-radius: var(--arrowR);
  width: var(--arrowW);
  height: var(--arrowW);
  opacity: 0.5;
  top: unset;
  bottom: var(--dotsBottom);
  transform: none;
}
.thumb_slide .slick-prev:hover, .thumb_slide .slick-next:hover {
  opacity: 1;
}
.thumb_slide .slick-prev:before, .thumb_slide .slick-next:before {
  content: "\f105";
  color: var(--arrowC) !important;
  font-size: var(--arrowFZ);
  font-family: var(--icon);
  font-weight: 900;
  opacity: 1;
}
.thumb_slide .slick-prev {
  scale: -1 1;
}/*# sourceMappingURL=assets.css.map */