@charset "UTF-8";
.flex-2cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-2cl .box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .flex-2cl {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.flex-3cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.flex-3cl::after {
  display: block;
  content: "";
  width: 31%;
}
@media only screen and (max-width: 800px) {
  .flex-3cl::after {
    display: none;
  }
}
.flex-3cl .box {
  width: 31%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .flex-3cl .box {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .flex-3cl .box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

@layer base, special;
@layer special {}
@layer base {}
.container-wrap {
  container-type: inline-size;
  container-name: card-container;
}

@container card-container (max-width: 600px) {
  .containe-inner {
    background: #000;
  }
}
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

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

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;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
}
.inner._large {
  --width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: min(100% - 4rem, var(--width,1000px));
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.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 {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ 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;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 16px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  .header {
    height: 60px;
  }
}
.header-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.header-logo {
  font-size: 30px;
  color: #1542b1 !important;
  margin-left: 10px;
}
@media only screen and (max-width: 800px) {
  .header-logo {
    font-size: 20px;
    margin-top: 10px;
  }
}
.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 800px) {
  .header-right {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    align-items: center;
    padding: 30px 0;
    display: none;
  }
}
.header-right .top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .header-right .top {
    flex-direction: column;
  }
}
.header-right .top .btn-box {
  display: flex;
}
.header-right .top .txt {
  font-size: 13px;
  text-align: right;
  margin-right: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 800px) {
  .header-right .top .txt {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header-right .top a {
  display: block;
  background-color: #1542b1;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .top a i {
  margin-right: 8px;
  font-size: 20px;
}
.header-tel {
  margin-right: 10px;
}
.header-nav {
  margin-top: 15px;
}
.header-nav ul {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .header-nav ul {
    flex-direction: column;
  }
}
.header-nav ul li {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 2px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
  .header-nav ul li {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #ddd;
    width: 300px;
    padding: 20px 0;
    margin: 0 auto;
  }
}
.header-nav ul li a {
  color: #333 !important;
  font-weight: bold;
}

.fv {
  margin-top: 98px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .fv {
    margin-top: 60px;
  }
}
.fv-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  font-size: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 800px) {
  .fv-txt {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.fv-img img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.res-menu {
  position: fixed;
  top: 0;
  right: 0px;
  background-color: #1542b1;
  width: 60px;
  height: 60px;
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 800px) {
  .res-menu {
    display: block;
  }
}
.res-menu span {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.res-menu span:first-child {
  transform: translateY(-6px);
}
.res-menu span:last-child {
  transform: translateY(6px);
}
.res-menu.active span:first-child {
  transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
  opacity: 0;
}
.res-menu.active span:last-child {
  transform: rotate(-45deg);
}

.footer {
  background-color: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
@media only screen and (max-width: 800px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-logo {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #1542b1;
}
.footer-info {
  font-size: 13px;
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .footer-info {
    margin-bottom: 20px;
  }
}
.footer-map iframe {
  height: 200px;
}
@media only screen and (max-width: 800px) {
  .footer-map iframe {
    width: 100% !important;
  }
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer-nav ul li a {
  color: #333 !important;
  font-size: 13px;
}
.footer-copy {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
  background-color: #1542b1;
  padding: 10px;
  margin-inline: calc(50% - 50vw);
  color: #fff;
}
.footer2 {
  margin-top: 80px;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "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 ul li a {
  color: #111;
}

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.item_view div.struct {
  display: block;
}

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

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta .sns_list .sns_text {
  width: 100%;
}
.top_insta .sns_list .sns_text ul {
  display: none;
}
.top_insta .sns_list .sns_text .sns_date {
  font-size: 1.2em;
}
.top_insta .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta .sns_list .sns_photo img {
  width: 100%;
}
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%;
}
@media only screen and (max-width: 800px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta .sns_list > div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.top_insta_6 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_6 .sns_list .sns_text {
  display: none;
}
.top_insta_6 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_6 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_6 .sns_list > div {
  border: none !important;
  width: 16.666%;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .top_insta_6 .sns_list > div {
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_6 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_6 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_6 .sns_list > div {
    width: 100%;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .sns_text {
  display: none;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_4 .sns_list > div {
    width: 100%;
  }
}

.top_insta_t_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_4 .sns_list > div {
  flex-direction: column;
  border: none !important;
  width: 23.5%;
  margin: 0 1% 2% 1%;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+1) {
  margin: 0 1% 2% 0;
}
.top_insta_t_4 .sns_list > div:nth-child(4n+4) {
  margin: 0 0 2% 1%;
}
.top_insta_t_4 .sns_list > div .sns_text {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .sns_text ul {
  display: none;
}
.top_insta_t_4 .sns_list > div .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 10px;
}
.top_insta_t_4 .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_4 .sns_list > div .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_4 .sns_list > div .sns_photo img {
  width: 100%;
}
.top_insta_t_4 .sns_list > div .square-inner {
  position: relative;
  display: block;
}
.top_insta_t_4 .sns_list > div .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_t_4 .sns_list > div .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 800px) {
  .top_insta_t_4 .sns_list > div {
    width: 49%;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n+1) {
    margin: 0 1% 2% 0;
  }
  .top_insta_t_4 .sns_list > div:nth-child(2n) {
    margin: 0 0 2% 1%;
  }
}

.top_insta_3 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_3 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_3 .sns_list .sns_text {
  display: none;
}
.top_insta_3 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_3 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_3 .sns_list > div {
  border: none !important;
  width: 32.333%;
  margin: 0.5%;
}
@media only screen and (max-width: 800px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_3 .sns_list > div {
    width: 49%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_3 .sns_list > div {
    width: 99%;
  }
}

.local_insta .sns_list {
  border: none;
}
.local_insta .sns_list .sns_photo {
  width: 20%;
}
.local_insta .sns_list .sns_text {
  width: 80%;
}
.local_insta .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #1542b1;
  color: #fff;
  margin-bottom: 10px;
}
.local_insta .sns_list .sns_text ul li {
  background: rgba(204, 204, 204, 0.3);
  margin: 3px;
}
.local_insta .sns_list .sns_text ul li a {
  padding: 3px;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .local_insta .sns_list .sns_photo {
    width: 100%;
  }
  .local_insta .sns_list .sns_photo img {
    width: 100%;
  }
  .local_insta .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_scl .sns_list {
  border: none;
}
.top_insta_scl .sns_list .sns_photo {
  width: 25%;
}
.top_insta_scl .sns_list .sns_text {
  width: 75%;
}
.top_insta_scl .sns_list .sns_text .sns_date {
  width: 110px;
  text-align: center;
  background: #1542b1;
  color: #fff;
  padding: 5px 5px 5px 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .top_insta_scl .sns_list .sns_photo {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_photo img {
    width: 100%;
  }
  .top_insta_scl .sns_list .sns_text {
    width: 100%;
  }
}

.top_insta_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_5 .sns_list .sns_text {
  display: none;
}
.top_insta_5 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
}
.top_insta_5 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_insta_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(2), .top_insta_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.top_insta_t_5 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_t_5 .sns_list .sns_text {
  width: 100%;
}
.top_insta_t_5 .sns_list .sns_text ul {
  display: none;
}
.top_insta_t_5 .sns_list .sns_text .sns_date {
  color: #fff;
  font-size: 1.2em;
}
.top_insta_t_5 .sns_list .sns_text .caption {
  line-height: 1.5em;
}
.top_insta_t_5 .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.top_insta_t_5 .sns_list .sns_photo img {
  width: 100%;
}
.top_insta_t_5 .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 18%;
  margin: 1%;
}
.top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(2), .top_insta_t_5 .sns_list > div:nth-child(4) {
    margin-top: 35px;
  }
}
.top_insta_t_5 .sns_list > div:nth-child(3) {
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  .top_insta_t_5 .sns_list > div {
    width: 48%;
  }
}
@media only screen and (max-width: 400px) {
  .top_insta_t_5 .sns_list > div {
    width: 100%;
    margin: 0 auto 15px auto;
  }
}

.p2-h1 {
  margin-top: 98px;
  font-size: 40px;
  font-weight: 700;
  padding: 70px 20px;
  background-color: #1542b1;
  color: #fff;
  margin-inline: calc(50% - 50vw);
}
@media only screen and (max-width: 800px) {
  .p2-h1 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .p2-h1 {
    font-size: 26px;
    padding: 60px 20px;
  }
}
.p2-h1 .sub {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.p2-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p2-h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .p2-h2 {
    font-size: 26px;
  }
}
.p2-h2:before {
  position: absolute;
  content: "";
  background-color: #1542b1;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

#contents {
  padding: 0 10px 50px;
}

.pan ul {
  display: flex;
  max-width: 1200px;
  margin: 5px auto 0;
}
.pan ul a {
  color: #1542b1 !important;
}
.pan ul i {
  padding: 0 10px;
}

.anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anker .box {
  width: 24%;
}
@media only screen and (max-width: 800px) {
  .anker .box {
    width: 49%;
    margin-bottom: 1%;
  }
}
.anker .box a {
  width: 100%;
  display: block;
  background-color: #1542b1;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.anker .box a i {
  margin-left: 8px;
}

.works-flow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
}
.works-flow .box {
  width: 50%;
  text-align: center;
}
.works-flow .box > div {
  margin-top: 10px;
}
.works-flow .box:nth-child(2) {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 800px) {
  .works-flow .box:nth-child(2) {
    width: 60px;
  }
}
.works-list dl {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .works-list dl {
    flex-direction: column;
  }
}
.works-list dl dt {
  color: #1542b1;
  background-color: rgba(21, 66, 177, 0.2) !important;
  padding: 15px !important;
  border: none !important;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .works-list dl dt {
    width: 100% !important;
  }
}
.works-list dl dd {
  border: none !important;
  padding: 15px !important;
}
@media only screen and (max-width: 800px) {
  .works-list dl dd {
    width: 100% !important;
  }
}

.service-flex .box {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .service-flex .box {
    flex-direction: column !important;
  }
}
.service-flex .box img {
  width: 50% !important;
}
@media only screen and (max-width: 600px) {
  .service-flex .box img {
    width: 100% !important;
  }
}
.service-flex .box > div {
  margin-left: 30px;
  width: 50%;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .service-flex .box > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.service-flex2 .box {
  flex-direction: row-reverse;
}
.service-flex2 .box > div {
  margin-right: 30px;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .service-flex2 .box > div {
    margin-right: 0;
  }
}

.faq-01 .box {
  line-height: 1.5;
  border: 1px solid #ddd;
  padding: 20px;
  width: 100%;
  cursor: pointer;
}
.faq-01 .box .q {
  font-size: 30px;
  font-weight: bold;
  color: #1542b1;
  margin-right: 10px;
}
.faq-01 .box .a {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
.faq-01 .box > div {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.faq-01 .box:first-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .faq-01 .box:first-child {
    flex-direction: column-reverse;
  }
}
.faq-01 .box:first-child img {
  width: 240px !important;
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .faq-01 .box:first-child img {
    width: 280px;
    margin: 20px auto 0;
  }
}
.faq-01 .box:nth-child(2) {
  margin-top: 10px;
  display: none;
}

.flow01 {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}
.flow01 .box {
  line-height: 1.5;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #e6ebf5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .flow01 .box {
    flex-direction: column-reverse;
  }
}
.flow01 .box:nth-child(even) {
  background-color: inherit;
  border: none;
  padding: 0;
  text-align: center;
  width: 50px;
  margin: -20px auto 20px;
}
.flow01 .box:nth-child(even) i {
  font-size: 80px;
  color: #1542b1;
  text-align: center;
}
.flow01 .box img {
  width: 240px !important;
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .flow01 .box img {
    width: 280px;
    margin: 20px auto 0;
  }
}
.flow01 .box .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.flow01 .box .step {
  background-color: #1542b1;
  padding: 4px 12px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.flow01 .box .title {
  font-size: 16px;
  font-weight: bold;
}
.flow01 .box > div {
  font-size: 14px;
  width: 100%;
}

.company-list dl {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .company-list dl {
    flex-direction: column;
  }
}
.company-list dl dt {
  background-color: inherit !important;
  border: none !important;
  font-size: 14px;
  padding: 30px 20px !important;
  width: 200px !important;
  border-bottom: 2px solid #1542b1 !important;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  .company-list dl dt {
    width: 160px !important;
  }
}
.company-list dl dd {
  background-color: inherit !important;
  border: none !important;
  font-size: 14px;
  padding: 30px 20px !important;
  width: 100% !important;
  border-bottom: 2px solid #ddd !important;
}

.contact-form {
  max-width: 1000px;
  margin: 30px auto 0;
}
.contact-form dd, .contact-form dt {
  padding: 20px 10px !important;
}
.contact-form dt {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #f0f0f0 !important;
  color: #333 !important;
  width: 150px;
}
.contact-form dd {
  width: calc(100% - 150px);
}
.contact-form dd input {
  width: 100% !important;
  height: 45px;
}
.contact-form dd textarea {
  height: 150px;
}
.contact-text {
  margin-top: 30px;
}

button {
  text-indent: 1px !important;
}

.submit button {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #1542b1;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .submit button {
    width: 100%;
  }
}

.error, .confirm, .message {
  margin-top: 100px !important;
}

.message {
  line-height: 1.8;
}
.message a {
  display: block;
  width: 320px;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff !important;
  background: #1542b1;
  box-shadow: #0d6d95 2px 2px 0px;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 400px) {
  .message a {
    width: 100%;
  }
}

.blog {
  margin-top: 120px !important;
}
.blog .date {
  background-color: #1542b1 !important;
  color: #fff !important;
}
.blog-h1 {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .blog-h1 {
    font-size: 18px;
  }
}

ul.pages a {
  color: #333 !important;
}

.policy-text h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
  margin-top: 30px;
  line-height: 1.3;
}

.error-text {
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .error-text {
    font-size: 14px;
  }
}
.error-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .error-text h3 {
    font-size: 16px;
  }
}
.error-text a {
  border: 1px solid #1542b1;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

.sub {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.disnone {
  display: none;
}

.clearfix:after {
  visibility: visible;
}

.flex-R, .flex-L {
  width: 50%;
}

.flex-L {
  margin-right: 60px;
}
@media only screen and (max-width: 800px) {
  .flex-L {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .flex-L {
    width: 90%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-R {
    width: 100%;
  }
}

.imgL {
  float: none;
  margin: 0;
}

#contents_wrap {
  overflow: visible;
}

#contents {
  padding-bottom: 0;
  width: 100% !important;
  max-width: 1200px !important;
}

.cont-text h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .cont-text h2 {
    font-size: 24px;
  }
}
.cont-text h2 .sub {
  color: #1542b1;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.cont-text div {
  line-height: 2;
}

.cont-btn {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #1542b1 !important;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px auto 0;
}
.cont-btn i {
  margin-left: 8px;
}

.cont1 {
  margin-inline: calc(50% - 50vw);
  margin-top: 80px;
}
.cont1-inner {
  display: flex;
  justify-content: flex-end;
  width: 85%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
  .cont1-inner {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.cont1-img {
  width: 65%;
  margin-left: 60px;
  outline-offset: -10px;
  outline: 1px solid #fff;
}
@media only screen and (max-width: 800px) {
  .cont1-img {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.cont1-text {
  width: 35%;
}
@media only screen and (max-width: 800px) {
  .cont1-text {
    width: 100%;
  }
}

.cont2 {
  margin-top: 80px;
  background-color: #25428a;
  margin-inline: calc(50% - 50vw);
  padding: 100px 20px;
  position: relative;
}
.cont2-text h2 {
  color: #fff;
}
.cont2-text h2 .sub {
  color: #fff;
}
.cont2-text h2 .big {
  font-size: 36px;
}
@media only screen and (max-width: 800px) {
  .cont2-text h2 .big {
    font-size: 30px;
  }
}
.cont2-flex {
  display: flex;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .cont2-flex {
    flex-direction: column;
  }
}
.cont2-flex .box {
  width: calc(100% / 3);
  padding: 30px;
}
@media only screen and (max-width: 800px) {
  .cont2-flex .box {
    width: 100%;
  }
}
.cont2-flex .box .point {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.cont2-flex .box .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cont2-flex .box .txt {
  font-size: 14px;
  line-height: 2;
}
.cont2-flex .box:first-child {
  background-color: rgba(255, 255, 255, 0.3);
}
.cont2-flex .box:nth-child(2) {
  background-color: rgba(153, 153, 153, 0.3);
}
.cont2-flex .box:last-child {
  background-color: rgba(0, 0, 0, 0.3);
}
.cont2-img {
  width: 450px;
  position: absolute;
  right: 60px;
  top: 140px;
}
@media only screen and (max-width: 800px) {
  .cont2-img {
    width: 300px;
    right: 20px;
  }
}

.cont3 {
  margin-inline: calc(50% - 50vw);
  padding: 0 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .cont3 {
    padding: 0 20px;
  }
}
.cont3-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont3-flex .box {
  width: 32.5%;
  position: relative;
  margin-bottom: 1%;
  outline-offset: -10px;
  outline: 1px solid #fff;
}
@media only screen and (max-width: 800px) {
  .cont3-flex .box {
    width: 100%;
  }
}
.cont3-flex .box > div {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #fff;
}
.cont3-flex .box > div .sub {
  font-size: 14px;
}
.cont3-flex .box > div .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.cont4 {
  padding: 60px 20px;
  margin-top: 80px;
  margin-inline: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.cont4::before {
  position: absolute;
  content: "";
  background-image: url(../images/main/cont4-bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.cont4::after {
  position: absolute;
  content: "";
  background-image: url(../images/main/cont4-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  .cont4 {
    padding: 40px 10px;
  }
}
.cont4-text {
  background-color: rgba(255, 255, 255, 0.8);
  width: 700px;
  margin: 0 auto;
  padding: 60px 40px;
  outline-offset: -10px;
  outline: 1px solid #333;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .cont4-text {
    width: 100%;
    padding: 40px 20px;
  }
}

.cont5 {
  padding: 80px 20px;
  background-color: #f0f0f0;
  margin-inline: calc(50% - 50vw);
}
.cont5-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.cont5-text {
  max-width: 1200px;
  margin: 0 auto;
}
.cont5-text div .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont5-flex {
  display: flex;
  justify-content: space-between;
  margin-left: 7%;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .cont5-flex {
    margin-left: 0px;
  }
}
.cont5-flex::after {
  display: block;
  content: "";
  width: 32%;
}
.cont5-flex .box {
  width: 19%;
  background-color: #fff;
  padding: 15px;
}
@media only screen and (max-width: 1000px) {
  .cont5-flex .box {
    width: 32%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box {
    width: 49%;
  }
}
.cont5-flex .box > div {
  background-color: #f0f0f0;
  color: #1542b1;
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box > div {
    padding: 10px;
  }
}
.cont5-flex .box > div .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
.cont5-flex .box > div .title {
  font-size: 16px;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box > div .title {
    margin-left: 0;
  }
}
.cont5-flex .box > div .img img {
  display: block;
  margin: 30px 0 0 auto;
  width: auto !important;
  height: 70px !important;
}
@media only screen and (max-width: 600px) {
  .cont5-flex .box > div .img img {
    height: 40px !important;
  }
}

.cont6 {
  max-width: 1200px;
  margin: 80px auto 0;
}
.cont6-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont6-flex .box {
  width: 49%;
  position: relative;
  outline-offset: -10px;
  outline: 1px solid #fff;
}
@media only screen and (max-width: 800px) {
  .cont6-flex .box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cont6-flex .box > div {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
}
.cont6-flex .box > div .sub {
  font-size: 14px;
}
.cont6-flex .box > div .title {
  font-size: 24px;
  margin-top: 10px;
}

.cont7 {
  background-color: #e6ebf5;
  outline-offset: -10px;
  outline: 1px solid #fff;
  padding: 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 800px) {
  .cont7 {
    padding: 20px;
  }
}
.cont7-text h2 {
  margin-bottom: 10px;
}
.cont7-news {
  height: 250px;
  overflow-y: scroll;
}
.cont7-news dl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #fff !important;
}
.cont7-news dl dt {
  background-color: inherit !important;
  border: none !important;
  font-size: 14px;
  padding-top: 20px !important;
  width: 100% !important;
}
.cont7-news dl dd {
  background-color: inherit !important;
  border: none !important;
  font-size: 14px;
  padding-bottom: 15px !important;
  width: 100% !important;
}

.cont8 {
  margin-top: 80px;
  margin-inline: calc(50% - 50vw);
  background-image: url(../images/main/cont8-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
}
.cont8-text h2 {
  color: #fff;
}
.cont8-text h2 .sub {
  color: #fff;
}
.cont8-text div {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .cont8-text div {
    flex-direction: column;
    align-items: center;
  }
}
.cont8-text div a {
  background-color: #fff;
  color: #1542b1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  width: 280px;
  height: 60px;
}
@media only screen and (max-width: 800px) {
  .cont8-text div a {
    margin-bottom: 15px;
  }
}
.cont8-text div a i {
  margin-right: 8px;
}