@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(129, 216, 208, 0.7);
}

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

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

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

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

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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, 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: 400;
}

body {
  counter-reset: number 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-family: "Kosugi Maru", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.inner-1440 {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner-1440 {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner-1440 {
    padding-inline: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
  background-color: transparent;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1280px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

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;
}

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

a {
  color: #17e012;
  transition: 1s;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

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

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

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

@media 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 {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#main #col_main section {
  color: #333;
  font-family: "Kosugi Maru", "M PLUS Rounded 1c", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.sp {
    display: block;
  }
}

.lh-2 div {
  line-height: 2;
}

.flex-h3-none article > h3 {
  display: none;
}

.mw-600 {
  max-width: 600px;
  margin-inline: auto;
}

.mw-800 {
  max-width: 800px;
  margin-inline: auto;
}

.br-img-20 img {
  border-radius: 20px;
}

.br-img-5 img {
  border-radius: 5px;
}

.fs-20 div {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .fs-20 div {
    font-size: 1.7rem;
  }
}

.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .mt-96 {
    margin-top: 72px;
  }
}

.mt-72 {
  margin-top: 72px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-24 {
  margin-top: 24px;
}

.interval-32 article > div {
  margin-top: 32px;
}

.interval-16 article > div {
  margin-top: 16px;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.header {
  position: fixed;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  pointer-events: none;
  padding-right: 80px;
}
@media screen and (max-width: 834px) {
  .header {
    padding-right: 68px;
  }
}
.header a {
  pointer-events: all;
}
@media screen and (max-width: 834px) {
  .header .h-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .header .h-logo {
    max-width: 240px;
  }
}
.header .h-logo a {
  display: block;
  padding: 16px 24px;
  border-radius: 0 0 20px 0;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 834px) {
  .header .h-logo a {
    padding: 12px 20px;
  }
}
.header .h-btn {
  padding: 16px;
}
@media screen and (max-width: 834px) {
  .header .h-btn {
    padding: 12px;
  }
}
@media screen and (max-width: 640px) {
  .header .h-btn {
    display: none;
  }
}
.header .h-btn a {
  padding: 12px 32px;
  height: 6.4rem;
}
@media screen and (max-width: 834px) {
  .header .h-btn a {
    padding: 12px 20px;
    height: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .header .h-btn a {
    padding: 12px;
  }
}
.header .h-btn a i {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .header .h-btn a i {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
.header .h-btn a span {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .header .h-btn a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .header .h-btn a span {
    display: none;
  }
}

.c-btn a {
  background-color: #528bc6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
}
.c-btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #528bc6;
  background-color: #fff;
  border-radius: 50%;
}
.c-btn a span {
  margin-left: 8px;
  font-family: "M PLUS Rounded 1c", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.open-btn {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  border-radius: 8px;
  padding: 8px;
  background-color: #1c5c9f;
}
@media screen and (max-width: 834px) {
  .open-btn {
    padding: 2px;
    top: 12px;
  }
}
.open-btn .in {
  position: relative;
  width: 48px;
  height: 48px;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #fff;
  width: 33px;
}
.open-btn span:nth-child(1) {
  top: 15px;
}
.open-btn span:nth-child(2) {
  top: 24px;
}
.open-btn span:nth-child(3) {
  top: 33px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
  width: 33px;
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  width: 33px;
}

.global-nav {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.global-nav .navigation {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: fit-content;
  min-width: 400px;
  height: 100%;
  flex-direction: column;
  background-color: #81d8d0;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  overflow-y: scroll;
  padding-top: 104px;
}
.global-nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.global-nav .navigation::-webkit-scrollbar-thumb {
  background-color: #81d8d0;
}
@media screen and (max-width: 834px) {
  .global-nav .navigation {
    padding-top: 92px;
  }
}
@media screen and (max-width: 640px) {
  .global-nav .navigation {
    min-width: 0;
  }
}
.global-nav .navigation.open {
  right: 0;
}
.global-nav .navigation .nav-list {
  height: auto;
}
.global-nav .navigation .nav-list .nav-item {
  display: block;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 2rem;
}
.global-nav .navigation .nav-list .nav-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.48);
}
.global-nav .navigation .nav-list .nav-item a {
  color: #fff;
  display: block;
  padding: 16px 0px;
  text-decoration: none;
}
.global-nav .navigation .nav-btn {
  margin-top: 32px;
  width: 100%;
}
.global-nav .navigation .nav-btn a {
  padding: 14px;
}
.global-nav .navigation .nav-btn a i {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .global-nav .navigation .nav-btn a i {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
  }
}
.global-nav .navigation .nav-btn a span {
  font-size: 2.8rem;
}
@media screen and (max-width: 834px) {
  .global-nav .navigation .nav-btn a span {
    font-size: 2.4rem;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 96px;
}
footer#global_footer .copy {
  background-color: #81d8d0;
  padding: 16px;
  color: #fff;
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}

.title-top h2 {
  font-family: "M PLUS Rounded 1c", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .title-top.ttl-mini h2 {
    font-size: 2.2rem;
  }
}

.btn a {
  display: inline-block;
  padding: 16px 64px;
  border: 2px solid #528bc6;
  background-color: #528bc6;
  border-radius: 8px;
  position: relative;
  min-width: 360px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    font-size: 2.2rem;
    min-width: 320px;
    padding: 16px 52px;
  }
}
.btn a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #528bc6;
}
@media screen and (max-width: 640px) {
  .btn a::before {
    right: 12px;
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.8rem;
  }
}
.btn.btn-blank a {
  background-color: #fff;
  color: #528bc6;
}
.btn.btn-blank a::before {
  content: "\f35d";
  background-color: #528bc6;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .btn.btn-blank a::before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .cont-01 {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .cont-01 {
    margin-bottom: -16px;
  }
}
.cont-01 .box {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .cont-01 .box {
    width: calc(50% - 8px);
    margin: 0 16px 16px 0;
  }
}
.cont-01 .box:nth-child(4n) {
  margin-right: 0;
}
.cont-01 .box:nth-child(even) {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .cont-01 .box:nth-child(even) {
    margin: 0 0 16px;
  }
}

.top-sns div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.top-sns div.sns_list > div {
  width: calc((100% - 80px) / 6);
  flex-direction: column;
  border: none;
  margin: 0 16px 16px 0;
}
@media screen and (max-width: 834px) {
  .top-sns div.sns_list > div {
    width: calc((100% - 32px) / 3);
  }
}
.top-sns div.sns_list > div:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .top-sns div.sns_list > div:nth-child(3n) {
    margin-right: 0;
  }
}
.top-sns div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.top-sns div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
.top-sns div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.top-sns div.sns_list > div div.sns_text {
  display: none;
}

.bg-foot-01, .bg-foot-02 {
  position: relative;
}
.bg-foot-01::before, .bg-foot-01::after, .bg-foot-02::before, .bg-foot-02::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
}

.bg-foot-01 {
  padding-block: 96px;
}
.bg-foot-01::before {
  width: 32vw;
  height: 19vw;
  background-image: url("../images/home/footprints_01.png");
  background-position: top right;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 640px) {
  .bg-foot-01::before {
    width: 64vw;
    height: 38vw;
  }
}
.bg-foot-01::after {
  width: 48vw;
  height: 24vw;
  background-image: url("../images/home/footprints_02.png");
  background-position: bottom left;
  bottom: 12px;
  left: 12px;
}
@media screen and (max-width: 640px) {
  .bg-foot-01::after {
    width: 96vw;
    height: 48vw;
  }
}

.bg-foot-02 {
  padding-bottom: 96px;
}
.bg-foot-02::before {
  width: 46vw;
  height: 24vw;
  background-image: url("../images/home/footprints_03.png");
  background-position: bottom right;
  bottom: 12px;
  right: 12px;
}
@media screen and (max-width: 640px) {
  .bg-foot-02::before {
    width: 92vw;
    height: 48vw;
  }
}
.bg-foot-02::after {
  content: none;
}

.title-01, .title-photo {
  background-position: center center;
  background-size: cover;
  height: 240px;
  padding: 20px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url("../images/home/main_01.jpg");
}
.title-01 h1, .title-photo h1 {
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.25;
}
.title-02 h2 {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", "Kosugi Maru", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title-02._common h2 {
  font-size: 2.2rem;
  padding: 12px 16px 12px 48px;
  border-radius: 8px;
  background-color: #cdf4f0;
  position: relative;
}
.title-02._common h2::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 17px;
  left: 16px;
  background: url("../images/contents/foot_icon1.png") center center/contain no-repeat;
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:first-child a::before {
  content: "\e3af";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

div.items {
  margin: 96px 0 0;
}
div.items > article {
  width: calc((100% - 96px) / 4);
  margin: 0 32px 32px 0;
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: calc((100% - 24px) / 2);
    margin: 0 24px 32px 0;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: calc((100% - 16px) / 2);
    margin: 0 16px 24px 0;
  }
}
div.items > article:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  div.items > article:nth-child(2n) {
    margin-right: 0;
  }
}
div.items > article a.photo {
  width: 100%;
  padding: 0 0 100%;
  height: 0;
  position: relative;
}
div.items > article a.photo img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
div.items > article a.name {
  padding: 0;
  margin-top: 12px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
div.items > article p.price {
  display: none;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}
div.item_view div.struct {
  display: none;
}
div.item_view h2 span {
  display: none;
}

article.item div.photo {
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 834px) {
  article.item div.photo {
    width: 100%;
  }
}
article.item div.photo div.large {
  margin: 0 0 16px;
}
article.item div.photo div.large img {
  width: 100%;
}
article.item div.photo div.small {
  width: 100%;
  max-width: none;
}
article.item div.photo div.small ul {
  margin-bottom: -8px;
}
article.item div.photo div.small ul li {
  flex-basis: initial;
  width: calc((100% - 24px) / 4);
  margin: 0 8px 8px 0;
  padding-bottom: calc((100% - 24px) / 4 * 0.75);
  position: relative;
}
article.item div.photo div.small ul li:nth-child(4n) {
  margin-right: 0;
}
article.item div.photo div.small ul li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
article.item div.item_view {
  min-width: 0;
  max-width: none;
  width: 50%;
  margin: 0;
  padding-left: 32px;
}
@media screen and (max-width: 834px) {
  article.item div.item_view {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}
article.item div.item_view p.price {
  font-size: 2.8rem;
  line-height: 1;
}
article.item div.item_view .item_option {
  margin-top: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order {
  display: none;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 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;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */