@charset "UTF-8";
/* ==============================================================
*  Base
* ============================================================ */
/* ************************************************ 
	Base set
* ************************************************ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #172247;
}

sup {
  font-size: 65%;
  vertical-align: .5em;
}

img {
  display: block;
}

/* -----------------------
	clearfix
------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* -----------------------
	Link
------------------------*/
a {
  color: #172247;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:visited {
  color: #172247;
}

a:hover {
  color: #172247;
}

p a {
  text-decoration: underline;
}

a.link_underline {
  text-decoration: underline;
}

a.link_hover_underline {
  text-decoration: none;
}
a.link_hover_underline:hover {
  text-decoration: underline;
}

/* -----------------------
	align
------------------------*/
.align_c {
  text-align: center !important;
}

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

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

.block_c {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* -----------------------
	font size
------------------------*/
.fs10 {
  font-size: 1rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3.0rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.bold {
  font-weight: 700;
}

.bk {
  font-weight: 900;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

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

.mt40 {
  margin-top: 40px !important;
}

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

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

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

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

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

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

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

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

.mtb10 {
  margin: 10px 0 !important;
}

.mtb20 {
  margin: 20px 0 !important;
}

.mtb30 {
  margin: 30px 0 !important;
}

.mtb40 {
  margin: 40px 0 !important;
}

.mtb50 {
  margin: 50px 0 !important;
}

.mlr10 {
  margin: 0 10px !important;
}

.mlr20 {
  margin: 0 20px !important;
}

.mlr30 {
  margin: 0 30px !important;
}

.mlr40 {
  margin: 0 40px !important;
}

.mlr50 {
  margin: 0 50px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.ptb5 {
  padding-top: 5px !important;
  padding-botton: 5px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-botton: 10px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-botton: 15px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-botton: 20px !important;
}

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

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

/* -----------------------
	background color
------------------------*/
.bg1 {
  background: #dcdcdc;
  /*footer color*/
}

.bg2 {
  background: #c6cbd4;
}

.bg3 {
  background: #e2e9f1;
}

.bg4 {
  background: #ececec;
}

.bg_w {
  background: #fff;
}

.sj_bg1 {
  border-radius: 10px;
  background-image: linear-gradient(135deg, #fffbf7, #ffd9d1);
  padding: 20px;
}

.sj_bg2 {
  border-radius: 10px;
  background-image: linear-gradient(135deg, #f6fbff, #d1e1ff);
  padding: 20px;
}

.box-border {
  border: 1px solid #c1c1c1;
  padding: 15px;
}

/* -----------------------
	Column
------------------------*/
.column2 {
  display: flex;
  justify-content: space-between;
}
.column2.align-items-center {
  align-items: center;
}
.column2 > div {
  width: 48%;
}

/* -----------------------
	hr
------------------------*/
.hr1 {
  height: 0;
  margin: 3em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  .hr1 {
    margin: 1.5em 0;
  }
}

/* -----------------------
	Width
------------------------*/
.w_100 {
  width: 100px !important;
}

.w_150 {
  width: 150px !important;
}

.w_200 {
  width: 200px !important;
}

.w_250 {
  width: 250px !important;
}

.w_300 {
  width: 300px !important;
}

.w_350 {
  width: 350px !important;
}

.w_400 {
  width: 400px !important;
}

.w_450 {
  width: 450px !important;
}

.w_500 {
  width: 500px !important;
}

/* -----------------------
	disolay mbile only
------------------------*/
.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* -----------------------
	disolay pc only
------------------------*/
.pc {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ==============================================================
*  Layout
* ============================================================ */
/* ************************************************ 
	layout
* ************************************************ */
.container {
  /*display: flex;*/
  display: block;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  /*←footerの高さ*/
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}

footer {
  margin-top: auto;
  background: #ffffff;
  position: absolute;
  /*←絶対位置*/
  bottom: 0;
  /*下に固定*/
  width: 100%;
}

main {
  display: block;
}

/* ************************************************ 
	header
* ************************************************ */
.header_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  z-index: 100;
}
.header-logo img {
  width: 90px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    padding: 5px;
  }
  .header-logo img {
    width: 70px;
  }
}

/* ************************************************ 
*	gloval nav
* ************************************************ */
.gnav-container {
  font-family: 'Noto Sans JP', arial, helvetica, sans-serif;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .gnav-container {
    /*min-width: 980px;*/
    margin-left: 50px;
  }
}

.gnav-mobile {
  display: block;
  height: 80px;
}

/* -----------------------
menu icon 
------------------------*/
@media print, screen and (min-width: 768px) {
  .gnav-mobile {
    display: none;
  }
}

.gnav-icon {
  width: 32px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .gnav-icon {
    display: none;
  }
}

.gnav-icon span {
  position: absolute;
  display: block;
  width: 34px;
  height: 4px;
  background: #505050;
  border-radius: 4px;
  transition: all .3s;
}

.gnav-icon-on span:first-of-type {
  top: 0;
}

.gnav-icon span:nth-of-type(2) {
  top: 12px;
  opacity: 1;
  transition: all .3s;
}

.gnav-icon span:last-of-type {
  top: 24px;
}

.gnav-icon p {
  color: #505050;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 2px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .gnav-icon p {
    display: none;
  }
}

.gnav-icon-on span:first-of-type {
  transform: translateY(12px) rotate(-45deg);
}

.gnav-icon-on span:nth-of-type(2) {
  transform: translateX(0);
  opacity: 0;
}

.gnav-icon-on span:last-of-type {
  transform: translateY(-12px) rotate(45deg);
}

/* -----------------------
 nav
------------------------*/
.gnav .show-on-mobile {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .gnav .show-on-mobile {
    display: none;
  }
}

.gnav-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  font-size: 1.4rem;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .gnav-menu {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    /*右寄せ*/
    align-items: center;
    padding-right: 70px;
  }
}

.gnav-menu a {
  color: #172247;
}

.gnav-menu a:hover {
  color: #172247;
  /*text-decoration: underline*/
}

.gnav-menu > li {
  display: block;
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .gnav-menu > li {
    display: inline;
    border-bottom: 0;
  }
}

.gnav-menu > li:hover {
  background: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .gnav-menu > li:hover {
    background: #ffffff;
  }
}

.gnav-menu > li:first-child {
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .gnav-menu > li:first-child {
    border-top: 0;
  }
}

.gnav-menu > li a {
  text-decoration: none;
  padding: .7em 1em;
  width: 100%;
  display: block;
}
.gnav-menu > li a .icon_cart {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .gnav-menu > li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-menu > li > a::before {
    background-color: #de0230;
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 85%;
    left: 50%;
    bottom: 8px;
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .gnav-menu > li > a:hover::before {
    visibility: visible;
    bottom: 15px;
    opacity: 1;
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .gnav-menu {
    position: fixed;
    overflow: auto;
    top: 80px;
    width: 100%;
    height: 100%;
    height: calc(100% - 80px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .gnav-menu::-webkit-scrollbar {
    display: none;
  }
}
/* ************************************************ 
	footer
* ************************************************ */
.footer_logo img {
  width: 150px;
  margin: 0 auto;
}

.copyright {
  padding: 5px 0 30px 0;
  text-align: center;
  font-size: 1.2rem;
}

/* ************************************************ 
	Print
* ************************************************ */
@media print {
  header {
    display: none;
  }
}
