@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100vw;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

body {
  position: relative;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #040000;
  box-sizing: border-box;
  padding: 0;
  border: none;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/bg.jpg) repeat;
  z-index: -10000;
}

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

a {
  color: #006496;
}

img {
  vertical-align: bottom;
  border: none;
}

body.post-type-archive-photoday {
  overflow-x: initial;
}

/*==========================================
common
==========================================*/
.inner {
  padding: 2em 2% 3em;
  max-width: 1000px;
  margin: auto;
}

.inners {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

br.sp {
  display: none;
}

@media screen and (max-width: 610px) {
  body {
    font-size: 4vw;
  }

  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }
}

.en {
  font-family: rosella-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.05em;
}

.enb {
  font-family: rosella-solid, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ja {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pink {
  color: #b18694;
}

.red {
  color: #ff0000;
}

.mem1 {
  margin-top: 1em;
}

strong {
  font-weight: 900;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.wrap {
  flex-wrap: wrap;
}

.aten {
  text-align: left;
}

.txtc {
  text-align: center;
}

.aten>*,
.aten.one {
  padding-left: 1em;
  position: relative;
  font-size: 90%;
}

.aten>*:before,
.aten.one:before {
  content: attr(data-text)"";
  display: block;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  position: absolute;
}

.inner {
  padding: 2em 2% 3em;
  max-width: 1000px;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.0);
  }
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*==========================================
header
==========================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

header .snsbox {
  padding: 30px 0 0 30px;
  position: absolute;
  z-index: 88;
}

.admin-bar header .snsbox {
  top: 32px
}

header .login_sw {
  position: absolute;
  right: 170px;
  top: 12px;
  mix-blend-mode: difference;
}

header .login_sw p {
  font-size: 90%;
}

.admin-bar header .login_sw {
  top: 48px
}

#menu-btn-check {
  display: none;
}

.menu-btn {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  width: 150px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #222222;
  color: #FFF;
  cursor: pointer;
  overflow: hidden;
}

.admin-bar .menu-btn {
  top: 32px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 1px;
  width: 24px;
  /* bottom: 0; */
  /* top: 1px; */
  margin: auto 0;
  /* left: 15px; */
  background-color: #ffffff;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-btn span:before,
.menu-btn span:after {
  left: 0px;
}

.menu-btn span:before {
  bottom: auto;
  top: -8px;
  width: 130%;
}

.menu-btn span:after {
  top: 8px;
  width: 60%;
}

.menu-btn:hover span:before {
  width: 100%;
}

.menu-btn:hover span:after {
  width: 100%;
}

.menu-btn p {
  bottom: 14px;
  width: 62px;
  font-weight: 500;
  text-align: center;
  transition: all .3s;
  margin-left: 15px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  transform: rotate(45deg);
  top: 0;
  width: 100%;
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0px;
  transform: rotate(-45deg);
  width: 100%;
}

.menu-btn p {
  filter: invert(100%);
}

.menu-btn p img {
  width: 70px;
  height: 20px;
}

.menu_all {
  position: absolute;
  top: 0;
  z-index: 89;
  width: 100vw;
  max-height: 100svh;
  padding: 70px 30px 0;
  color: #FFF;
  pointer-events: all;
  transition: transform .7s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(-100%);
}

#menu-btn-check:checked~.menu_all {
  transform: none;
}

.menu_all:before {
  background: #222222;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.menu_all a {
  color: #FFF;
}

.menu_all .Box>* {
  width: 47%;
}

.menu_all .Box .photo {
  overflow: hidden;
  position: relative;
}

.menu_all .Box .photo:before {
  transition: transform .7s cubic-bezier(.23, 1, .32, 1);
  background: #222222;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.menu_all .Box .photo img {
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}

#menu-btn-check:checked~.menu_all .Box .photo:before {
  transition-delay: .62s;
  transform: translateY(100%);
}


.menu_all .Box>*.menu_link {
  padding-left: 20px;
}

.menu_linkBox .wide {
  width: 100%;
}

.menu_linkBox .wide li.main {
  margin-bottom: 1em;
}

.menu_linkBox li {
  margin-bottom: .6em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.menu_linkBox li.contactLi {
  padding: 0;
}

.menu_linkBox li.contactLi a {
  display: block;
}

.menu_linkBox li.contactLi a span {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: .3em .5em;
}

.menu_linkBox li.main:before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background: #8e90a7;
}

.menu_linkBox li.main a {
  font-size: 120%;
  font-weight: bold;
}

.menu_all a {
  transition: all .3s;
}

.menu_all a:hover {
  color: #a78e94;
  opacity: .7;
}

.footer_copy {
  color: #a78e94;
  font-size: 80%;
  overflow: hidden;
  padding-bottom: 3em;
}

.menu_linkBox li span,
.menu_all .menu_footer li span,
.menu_all .footer_copy span {
  display: block;
  transition: transform .7s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(-165%);
}

#menu-btn-check:checked~.menu_all .menu_linkBox li span,
#menu-btn-check:checked~.menu_all .menu_footer li span,
#menu-btn-check:checked~.menu_all .footer_copy span {
  transform: none;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(1) span {
  transition-delay: .31s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(2) span {
  transition-delay: .48s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(3) span {
  transition-delay: .55s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(4) span {
  transition-delay: .62s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(5) span {
  transition-delay: .69s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(6) span {
  transition-delay: .76s;
}

#menu-btn-check:checked~.menu_all .menu_linkBox li:nth-child(7) span {
  transition-delay: .84s;
}

.menu_footer {
  font-size: 90%;
  display: flex;
  margin: 3em 0 1em;
  overflow: hidden;
}

.menu_footer li {
  line-height: 1.2;
  font-weight: bold;
}

.menu_footer li a {
  display: block;
}

.menu_footer li:nth-child(n+2) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px #FFF solid;
}

#menu-btn-check:checked~.menu_all .menu_footer li {
  transition-delay: .62s;
}

#menu-btn-check:checked~.menu_all .footer_copy span {
  transition-delay: .69s;
}

@media screen and (max-width: 1000px) {
  .menu_all {
    padding: 70px 5% 0;
  }

  .menu_all .Box {}

  .menu_all .Box,
  .menu_all .Box>* {
    width: 100%;
  }

  .menu_all .Box .photo {
    display: none;
  }

  .menu_all .Box>*.menu_link {
    padding-left: 0;
  }

  .menu_linkBox .wide {
    width: auto;
  }
}

@media screen and (max-width: 880px) {
  header .snsbox {
    padding: 3% 0 0 3.5%;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 610px) {
  .menu_all {
    height: 100svh;
    max-height: 100svh;
    padding: 0;
  }

  .menu_all .Box {
    overflow: scroll;
    height: 100svh;
    padding: 70px 5% 4em;
  }

  .menu_linkBox ul {
    width: 48%;
  }

  .menu_linkBox ul.wide {
    width: 100%;
  }

  .menu_linkBox ul:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu_linkBox ul li.contactLi {
    width: 100%;
    padding-top: 1em;
  }

  .menu_footer {
    align-items: center;
    text-align: center;
    font-size: 90%;
    display: flex;
    justify-content: center;
    margin: 2em 0 1em;
  }

  .footer_copy {
    font-size: 80%;
    text-align: center;
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 410px) {
  header .login_sw {
    right: 130px;
  }

  .menu-btn {
    height: 40px;
    width: 120px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    width: 16px;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .menu-btn span:before,
  .menu-btn span:after {
    left: 0px;
  }

  .menu-btn span:before {
    top: -7px;
    width: 130%;
  }

  .menu-btn span:after {
    top: 7px;
    width: 60%;
  }

  .menu-btn:hover span:before {
    width: 100%;
  }

  .menu-btn:hover span:after {
    width: 100%;
  }

  .menu-btn p {
    bottom: auto;
    /* left: 36px; */
    margin-left: 10px;
  }

  .menu-btn p img {
    width: 62px;
    height: 17.91px;
  }
}

/*==========================================
sns link
==========================================*/
.snsarea {
  position: relative;
}

.snsarea>ul {
  display: flex;
}

.snsarea img {
  width: 32px;
}

.snsarea .ibj img {
  width: 94px;
}


.snsarea>ul>li:nth-child(n+2) {
  margin-left: 10px;
}

.snsarea>ul>li>a,
.snsarea>ul>li a>img {
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  display: block;
}

.snsarea>ul>li>a:hover img {
  transform: scale(1.1, 1.1);
}

.snsarea>ul>li.openwindow {
  position: relative;
  padding-right: 12px;
}

.snsarea>ul>li.openwindow:after {
  content: "";
  display: block;
  position: absolute;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20126.8%20171.9%22%20style%3D%22enable-background%3Anew%200%200%20126.8%20171.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cpath%20d%3D%22M14.7%2C171.9c-4.5%2C0-9-2.1-11.9-6c-4.8-6.6-3.4-15.8%2C3.2-20.6l81.1-59.3L6%2C26.6c-6.6-4.8-8-14-3.2-20.6%20c4.8-6.6%2C14-8%2C20.6-3.2l97.3%2C71.2c3.8%2C2.8%2C6%2C7.2%2C6%2C11.9c0%2C4.7-2.2%2C9.1-6%2C11.9L23.4%2C169C20.8%2C171%2C17.8%2C171.9%2C14.7%2C171.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
  width: 6px;
  height: 9px;
  transform: rotate(90deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.snsarea>ul>li.openwindow:hover:after {
  transform: rotate(-90deg);
}

.snsarea>ul>li.openwindow ol {
  position: absolute;
  opacity: 0;
  padding: 5px 10px 10px;
  position: absolute;
  width: 10em;
  background: #FFF;
  border-radius: .5em;
  transition: opacity .5s cubic-bezier(.26, 1, .48, 1) 0s;
  pointer-events: none;
}

.snsarea>ul>li.openwindow:hover ol {
  opacity: 1;
  pointer-events: auto;
}

.snsarea>ul>li.openwindow ol li {
  border-bottom: 2px solid #d9d4cc;
}

.snsarea>ul>li.openwindow ol li a {
  padding: 0 0 0 .2em;
  display: block;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  color: #040000;
}

.snsarea>ul>li.openwindow ol li:hover a {
  background: #f6f5f3;
  color: #6c414b;
  transform: scale(1.05, 1.05);
}

/*==========================================
btm - link
==========================================*/
.btm {
  text-align: center;
  margin-top: 2em;
  font-size: 126%;
}

.btm.otoiawase {
  text-align: left;
}

.btm>* a p:before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #006496;
  z-index: -1;
  transition: transform 0.2s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btm.one div {
  display: inline-block;
}

.btm *,
.btm>* a:after {
  transition: transform 0.2s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btm>* a {
  display: block;
  position: relative;
  z-index: 2;
}

.btm>* a p {
  padding: 8px 2em 9px;
  display: block;
  color: #b8b0a0;
  overflow: hidden;
  position: relative;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid #000000;
}

.btm>* a:after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  left: -.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #cfc1c5;
}

.btm>* a:hover:after {
  left: -.0em;
}

.btm>* a:hover p:before {
  width: 100%;
}

.btm>* a:hover p {
  display: block;
  color: #f6f5f3;
  border: 1px solid #006496;
}

/*link====================*/
.link_line {
  margin-top: 1.5em;
}

.link_line a {
  display: block;
  font-weight: bold;
  color: #494949;
}

.link_line a span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}

.link_line a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background: #a78e94;
}

.top_consept .link_line a {
  color: #f6f5f3;
}

.top_consept .link_line a span:before {
  background: #deb8c1;
}

.link_line a:before,
.link_line a span {
  overflow: hidden;
  transition: all .3s;
}

.link_line a span:hover {
  padding-left: 1em;
}

/*midashi====================*/
.midashi1.linkplus {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  font-size: 400%;
  border-bottom: 1px solid #d9d4cc;
  margin-bottom: 0.5em;
  line-height: 0.7;
}

.midashi1.linkplus.top {
  margin-bottom: 0;
}

h1.midashi1.linkplus {
  justify-content:space-between;
}

h1.midashi1.linkplus .linkpluss span {
  font-size: 43%;
  padding-top: 6px;
}

.midashi1.linkplus img {
  height: 4em;
  width: auto;
  margin: 0;
}

.midashi1.linkplus .linkpluss * {
  transition: all .3s;
  padding-left: 1.3em;
  position: relative;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.35%202.35%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23a78e94%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%222.35%201.02%201.32%201.02%201.32%200%201.02%200%201.02%201.02%200%201.02%200%201.32%201.02%201.32%201.02%202.35%201.32%202.35%201.32%201.32%202.35%201.32%202.35%201.02%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center left;
  background-size: 1em;
}

.midashi1.linkplus .linkpluss a:hover {
  opacity: .7;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .midashi1.linkplus {
    max-width: initial;
    padding: 0 4%;
  }
}

@media screen and (max-width: 880px) {
  .midashi1.linkplus {
    display: block;
    padding: 0 1%;
  }

  .midashi1.linkplus .linkpluss {
    margin: .2em 0 .2em 1em;
  }
}

@media screen and (max-width: 610px) {
  .midashi1.linkplus {
    font-size: 130%;
    padding: 0;
  }

  .midashi1.linkplus.top {
    padding: 0 4%;
  }

  .fv_catch+.btm+.midashi1.linkplus.inners {
    margin-bottom: 0;
    border: none;
  }

  .midashi1.linkplus img {
    height: 3em;
  }

  .midashi1.linkplus .linkpluss {
    margin: .2em 0 .2em 0.5em;
  }
}

/*==========================================
footer
==========================================*/
/*-------footer_snsBox--------*/
.footer_snsBox {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d9d4cc;
  padding: 90px 0;
}

.footer_snsBox.price_info {
  background: #d9d4cc;
}

.footer_snsBox .snsarea img {
  width: 54px;
}

.footer_snsBox .txt {
  margin-right: 2em;
}

.footer_snsBox .enb {
  color: #494949;
  font-size: 150%;
}

.footer_snsBox .sub {
  color: #acacac;
}

/*-------breadcrumb--------*/
.c-breadcrumb {
  padding: 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5em;
  line-height: 1.4;
  color: #666;
  font-size: 90%;
}

.c-breadcrumb ul {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 1em;
}

.c-breadcrumb ul li {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-breadcrumb ul li+li {
  padding-left: 1.5em;
  position: relative;
}

.c-breadcrumb ul li+li:before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201.77%201.71%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%238c8f94%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cg%20id%3D%22icon_nexts%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m.84%2C1.71s-.05-.01-.07-.03c-.04-.04-.03-.1%2C0-.14l.75-.68L.77.17s-.04-.1%2C0-.14c.04-.04.1-.04.14%2C0l.83.75s.03.05.03.07-.01.06-.03.07l-.83.75s-.04.03-.07.03Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m.1%2C1.71s-.05-.01-.07-.03c-.04-.04-.03-.1%2C0-.14l.74-.68L.03.17S-.01.07.03.03c.04-.04.1-.04.14%2C0l.83.75s.03.05.03.07-.01.05-.03.07L.17%2C1.68s-.04.03-.07.03Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 100%;
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  left: .4em;
  top: .3em;
}

.c-breadcrumb ul li:last-child {
  overflow-x: hidden;
}


footer {
  background: #085f8a;
  padding: 80px 0;
  color: #d9d4cc;
  position: relative;
}

.liner_txt {
  height: 5em;
}

.liner_txt {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.liner_txt.txt1 {
  margin-top: 4em;
}

.liner_txt.txt2 {
  opacity: .5;
  margin-top: 1.5em;
}

.liner_txt.txt3 {
  opacity: .2;
  margin-top: 1.5em;
}

.liner_txt img {
  max-width: initial;
  height: 5em;
}

.liner_txt span {
  display: block;
  position: absolute;
  line-height: 1;
}

.liner_txt span:nth-of-type(1) {
  animation: loop 100s linear infinite;
  top: 0;
  left: 0;
}

.liner_txt span:nth-of-type(2) {
  top: 0;
  left: 0;
  animation: loop 100s -50s linear infinite;
}

.liner_txt.txt2 span:nth-of-type(1) {
  animation: loop2 100s linear infinite;
  top: 0;
  right: 0;
  left: auto;
}

.liner_txt.txt2 span:nth-of-type(2) {
  top: 0;
  left: auto;
  right: 0;
  animation: loop2 100s -50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

footer .inners {
  position: relative;
  z-index: 2;
}

.liner_txt.txt3+.inners {
  top: -2em;
}

footer .logoarea {
  align-items: end;
}

footer .logoarea .logo {
  width: 170px;
  height: 90px;
}

footer .logoarea .logo+* {
  font-size: 80%;
  color: #FFF;
  padding-left: 1.5em;
}

.address_flex {
  display: flex;
  background: #FFF;
  border-radius: .5em;
  padding: 30px 45px;
  color: #494949;
  justify-content: flex-start;
  margin: 1em 0;
}

.address_flex .img {
  text-align: left;
  width: calc(360px + 3em);
  margin-right: 3em;
}

.address_flex img {
  height: 1.3em;
  margin: 0;
}

.address_flex .img a {
  display: block;
}

.address_flex .img a+a {
  padding-top: 1em;
}

.address_flex .txt {
  width: calc(98% - 360px);
  padding-left: 3em;
  border-left: 1px solid #e9e7e4;
}

.sns_Xarea {
  width: 420px;
  background: #FFF;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}

.footer_box ul.main_menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer_box ul.main_menu li {
  width: 100%;
  text-align: center;
}

.f_linkbox {
  width: calc(96% - 420px);
  margin: auto;
}

.f_linkbox a {
  color: #d9d4cc;
}

.f_linkbox .mainlink {
  border-top: 1px #d7d0c9 solid;
  border-bottom: 1px #d7d0c9 solid;
  margin-bottom: 1.5em;
}

.f_linkbox .mainlink p {
  width: 100%;
  text-align: center;
  margin: 1em 0;
}

.f_linkbox .mainlink p+p {
  border-left: 1px solid;
}

.f_linkbox .mainlink p a {
  display: block;
  padding: 0 1em;
  font-size: 120%;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%203.28%201.01%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d9d4cc%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%AC%E3%82%A4%E3%83%89%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m3.26.46L2.55%2C0s-.05%2C0-.07.02c-.01.02%2C0%2C.05.02.07l.57.36H0v.1h3.06l-.57.36s-.03.05-.02.07c0%2C.01.03.02.04.02%2C0%2C0%2C.02%2C0%2C.03%2C0l.71-.45s.02-.03.02-.04%2C0-.03-.02-.04Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat right .5em center;
  background-size: 1.5em;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
}

.f_linkbox .mainlink p:first-child a {
  background-position: right 1.5em center;
}

.f_linkbox .mainlink a span {
  position: relative;
}

.f_linkbox .mainlink a span.mailIcon {
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.35%201.65%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d9d4cc%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%AC%E3%82%A4%E3%83%89%22%3E%3Cpath%20id%3D%22icon_mail%22%20class%3D%22cls-1%22%20d%3D%22m2.35.14c0-.08-.07-.14-.14-.14H.14C.07%2C0%2C0%2C.06%2C0%2C.14l1.17.84L2.35.14Zm-1.17.98L0%2C.28v1.22c0%2C.08.06.14.14.14h2.06c.08%2C0%2C.14-.06.14-.14V.28l-1.17.84Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.5em;
}

.f_linkbox .mainlink p a:hover {
  background-position: right 1em center;
}

.f_linkbox .mainlink p:first-child a:hover {
  background-position: right 2em center;
}

.f_linkbox .page-f-link ul li {
  margin-bottom: .6em;
  position: relative;
  overflow: hidden;
  font-size: 90%;
}

.f_linkbox .page-f-link ul li.contactLi {
  border: 1px solid #fff;
  text-align: center;
  padding: .3em .5em;
}

.f_linkbox .page-f-link ul li.main:before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background: #a78e94;
}

.f_linkbox .page-f-link ul li.main a {
  font-weight: bold;
  font-size: 110%;
}

.f_linkbox .menu_footer {
  padding-top: 1em;
  border-top: 1px #d7d0c9 solid;
  justify-content: center;
  font-size: 100%;
  margin-top: 13px;
}

.f_linkbox .menu_footer a {
  color: #d7d0c9;
}

.f_linkbox .menu_footer li {
  font-weight: 400;
}

.f_linkbox .menu_footer li:nth-child(n+2) {
  border-left: 1px #d7d0c9 solid;
}

footer .copy {
  font-size: 70%;
  color: #89a7b2;
}

.footer_box {
  align-items: center;
}

.address_flex .img a,
footer .logoarea a,
.f_linkbox .menu_footer a,
.f_linkbox .page-f-link ul li a {
  transition: .3s cubic-bezier(.4, .4, 0, 1);
}

.address_flex .img a:hover,
footer .logoarea a:hover,
.f_linkbox .menu_footer a:hover,
.f_linkbox .page-f-link ul li a:hover {
  opacity: .6;
}


@media screen and (max-width: 1200px) {
  .c-breadcrumb {
    padding-left: 4%;
    padding-right: 3%;
  }

  footer .inners {
    padding: 0 6%;
    max-width: initial;
  }
}

@media screen and (max-width: 1040px) {
  .sns_Xarea {
    width: 320px;
  }

  .f_linkbox {
    width: calc(96% - 320px);
  }
}

@media screen and (max-width: 950px) {
  .footer_box {
    display: block;
  }

  .sns_Xarea {
    width: 100%;
    margin-bottom: 2em;
  }

  .f_linkbox {
    width: 100%;
  }
}

@media screen and (max-width: 880px) {
  footer {
    padding: 3em 0;
  }

  .c-breadcrumb {
    font-size: 80%;
  }

  .address_flex {
    display: block;
    padding: 4%;
  }

  .address_flex .img {
    width: 360px;
    margin-right: 0;
  }

  .address_flex .img a {
    display: block;
  }

  .address_flex .txt {
    width: 100%;
    padding: 1.5em 0 0;
    margin-top: 1.5em;
    border-left: none;
    border-top: 1px solid #e9e7e4;
  }

  footer .copy {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .f_linkbox .page-f-link {
    flex-wrap: wrap;
  }

  .f_linkbox .page-f-link ul:nth-child(3) {
    width: 100%;
  }

  .f_linkbox .menu_footer {
    justify-content: center;
    font-size: 70%;
    margin: 1em 0 0;
  }

  .liner_txt {
    height: 3em;
  }

  .liner_txt {
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .liner_txt.txt1 {
    margin-top: 2em;
  }

  .liner_txt.txt2 {
    opacity: .5;
    margin-top: .5em;
  }

  .liner_txt.txt3 {
    opacity: .2;
    margin-top: .5em;
  }

  .liner_txt img {
    max-width: initial;
    height: 3em;
  }

  footer .logoarea {
    margin-top: 2em;
  }
}

@media screen and (max-width:610px) {

  /*-------footer_snsBox--------*/
  .footer_snsBox {
    display: block;
    padding: 3em 0;
    text-align: center;
  }

  .footer_snsBox .snsarea img {
    width: 54px;
  }

  .footer_snsBox .txt {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .footer_snsBox .snsarea>ul {
    justify-content: center;
  }

  footer .logoarea {
    display: block;
    text-align: center;
  }

  footer .logoarea .logo {
    width: 170px;
    height: 90px;
    margin: 0 auto 1em;
  }

  footer .logoarea .logo+* {
    padding-left: 0em;
    font-size: 100%;
  }

  .address_flex {
    padding: 6%;
  }

  .address_flex .txt {
    font-size: 80%;
  }

  .address_flex .txt br {
    display: none;
  }
}

@media screen and (max-width:460px) {
  .footer_snsBox .snsarea img {
    width: 34px;
  }

  footer {
    padding: 3em 0 1em;
  }

  .address_flex .img {
    width: 100%;
  }

  .address_flex img {
    height: 1em;
    max-width: 100%;
  }
}

/*==========================================
top
==========================================*/

/*top - Fv====================*/
#FVBox {
  height: 80svh;
  min-height: 780px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wf-active #FVBox {
  opacity: 1;
}

.logo_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
  pointer-events: none;
}

.logo_area h1 {
  width: 170px;
  height: 90px;
  margin: 88px 0 0 60px;
}

.logo_area .titiebox {
  width: 476px;
  margin: auto;
  position: absolute;
  bottom: -2px;
  margin: auto;
  left: 0;
  right: 0;
}

#FVBox:before {
  content: "";
  width: 100%;
  height: 70%;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.35%2047.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d7c1c5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%2047.9%2052.35%200%2052.35%2047.9%200%2047.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat bottom right;
  mix-blend-mode: multiply;
  z-index: 2;
}

#FVBox .linkBoxarea {
  width: 40%;
  height: 60%;
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 3;
}

#FVBox .linkBoxarea li {
  margin-bottom: .4em;
}

#FVBox .linkBoxarea a {
  color: #FFF;
  font-size: 90%;
  margin-bottom: .6em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}

#FVBox .linkBoxarea a:before {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background: #a78e94;
}

#FVBox .linkBoxarea a:hover {
  padding-left: 1.5em;
}

#FVBox .linkBoxarea ul {
  width: 170px;
  position: absolute;
  right: 0;
  bottom: 3em;
}

.fv_catch {
  text-align: center;
  padding: 1.5em 6%;
}

.fv_catch img {
  width: auto;
  height: 1.3em;
}

/*Fv slide====================*/
.slick-slider {
  display: none;
}

.slideBox,
.slideBox .slideBoxUL.slick-initialized.slick-slider,
.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list,
.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list .slick-track,
.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list .slick-track li .img,
.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list .slick-track li .img img {
  height: 100%;
}

.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list .slick-track li .img {
  width: 100%;
  height: 100%;
}

.slideBox .slideBoxUL.slick-initialized.slick-slider .slick-list .slick-track li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: initial;
}

.slideBox .slideBoxUL .slick-slide>li {
  position: relative;
}

.slideBox .slideBoxUL li .txt1 {
  position: absolute;
  margin: auto;
  left: 0;
  right: -60%;
  z-index: 2;
  top: 18%;
  width: 400px;
}

.slideBox .slideBoxUL li .txt1 p {
  font-size: 12px;
  color: #006496;
  font-weight: bold;
  position: relative;
}

.slideBox .slideBoxUL li .txt1 img {
  position: absolute;
  z-index: -1;
  display: block;
  height: 30svh;
  left: 2em;
  pointer-events: none;
  top: -1em;
}

#FVBox .slideBox .custom-dots {
  position: absolute;
  top: 145px;
  width: 400px;
  margin: auto;
  left: 0;
  right: -57%;
}

.slideBox .custom-dots .slick-dots {
  bottom: auto;
  position: static;
  width: 14px;
  margin: 0;
}

.slideBox .custom-dots .slick-dots li button:hover,
.slideBox .custom-dots .slick-dots li.slick-active button {
  background: #fff;
}

.slideBox .custom-dots li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
}

.slideBox .custom-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slideBox .custom-dots li+li {
  margin-top: .73em;
}




.btm.fv_btm {
  margin-bottom: 3em;
}

@media screen and (max-width: 880px) {
  #FVBox {
    height: calc(100svh - 5em);
    min-height: initial;
  }

  #FVBox .area .titiebox {
    width: 80vw;
  }

  #FVBox .area h1 {
    width: 130px;
    height: auto;
    margin: 15px 0 0 3.5%;
  }

  #FVBox .linkBoxarea {
    display: none;
  }

  .slideBox .slideBoxUL li .txt1 {
    left: 3.5%;
    right: auto;
    top: 22vw;
    width: 80vw;
  }

  .slideBox .slideBoxUL li .txt1 p {
    display: none;
  }

  .slideBox .slideBoxUL li .txt1 img {
    height: auto;
    width: 30%;
    left: 0em;
    top: 0;
  }

  #FVBox:before {
    content: none;
  }

  #FVBox .slideBox .custom-dots {
    top: 60px;
    width: 10px;
    left: auto;
    right: 6%;
  }
}

@media screen and (max-width: 600px) {
  #FVBox .area h1 {
    width: 29%;
  }

  .btm.fv_btm {
    margin-top: 0;
  }
}



/*event====================*/
.event_sliderBx-nav.slick-slider {
  -ms-touch-action: none;
  touch-action: none;
}

.event_sliderBx-nav.slick-slider .slick-list {
  transform: none !important;
}

.event_sliderBx-nav.slick-slider .slick-list .slick-track {
  width: 100% !important;
  transform: none !important;
  color: #c8c0b5;
  display: flex;
}

.event_sliderBx-nav.slick-slider .slick-list .slick-track .slick-slide {
  cursor: pointer;
  transition: all .3s;
  float: none !important;
  width: auto !important;
  padding-right: 1em;
  font-weight: 900;
  font-size: 120%;
}

.event_sliderBx-nav.slick-slider .slick-list .slick-track .slick-slide:hover {
  opacity: .4;
}

.event_sliderBx-nav.slick-slider .slick-slide.slick-current.slick-active {
  color: #006496;
}

.top_eventslide {
  overflow: hidden;
  width: 100vw;
}

.top_eventslide .box_sm {
  border-bottom: 1px solid #d9d4cc;
  border-top: 1px solid #d9d4cc;
  margin-top: 5em;
}

.top_eventslide .box_sm .inners {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: .5em 20px;
}

.top_eventslide .box_main {
  border-bottom: 1px solid #d9d4cc;
}

.thanksp.top_eventslide .box_main {
  border-bottom: none;
}

.top_eventslide .box_main .inners {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding-bottom: 34px;
  position: relative;
}

*>.buttonArea {
  position: absolute;
}

*>.buttonArea {
  position: absolute;
  left: 0;
  width: 80px;
  height: 35px;
  top: -100px;
}

*>.buttonArea .slick-prev,
*>.buttonArea .slick-next {
  width: 35px;
  height: 35px;
  border: 1px solid #231815;
  border-radius: 50%;
  transition: all .3s;
}

*>.buttonArea .slick-prev {
  left: 0px;
}

*>.buttonArea .slick-next {
  right: 0px;
}

*>.buttonArea .slick-prev:before,
*>.buttonArea .slick-next:before {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22340%22%20height%3D%22138%22%20viewBox%3D%220%200%20340%20138%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_56_2)%22%3E%3Cpath%20d%3D%22M340%2059.6757H132.421L157.474%200L0%2069L157.474%20138L132.421%2078.3243H340V59.6757Z%22%20fill%3D%22%23231815%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_56_2%22%3E%3Crect%20width%3D%22340%22%20height%3D%22138%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 68%;
  border-radius: 0;
  z-index: 2;
}

*>.buttonArea .slick-prev:hover,
*>.buttonArea .slick-next:hover {
  opacity: .5;
}

.event_sliderBx.slick-slider {
  border-bottom: 1px solid #d9d4cc;
}

.expression {
  opacity: 0;
  transition: all .3s linear;
  transition-delay: .25s;
}

.expression.slick-initialized.slick-slider.is-active,
.expression.slick-initialized.slick-slider {
  opacity: 1;
}

.event_sliderBx.slick-slider:before {
  content: "";
  display: block;
  width: 1px;
  background: #f6f5f3;
  height: 100%;
  position: absolute;
  left: 0px;
  z-index: 5;
}

.event_sliderBx.slick-slider .slick-track {
  display: flex;
}

.event_sliderBx.slick-slider li.slick-slide {
  padding: 20px 20px 30px;
  border-left: 1px solid #d9d4cc;
  height: auto;
  float: none;
}

.event_sliderBx.slick-slider li.slick-slide>img {
  width: 100%;
}

.event_sliderBx.slick-slider li.slick-slide .accsesspho {
  justify-content: flex-start;
  margin: 1em 0;
}

.event_sliderBx li.slick-slide .accsesspho img {
  height: 3em;
  margin: 0;
}

.event_sliderBx li.slick-slide .accsesspho img+img {
  height: 3em;
  margin-left: 1em;
}

.event_sliderBx li .title {
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
  color: #006496;
  font-weight: 800;
  border-bottom: 1px solid #040000;
  margin-bottom: 1.5em;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 10px;
  padding-bottom: 10px;
}

.daymorelist li+li {
  margin-top: .5em;
}

.daymorelist a {
  transition: all .3s;
  display: flex;
  font-size: 80%;
  line-height: 1.2;
  color: #040000;
  width: 100%;
}

.daymorelist a:hover {
  opacity: .2;
}

.daymorelist time {
  width: 7em;
  border-right: 1px solid #040000;
  margin-right: 1.2em;
}

.daymorelist a span {
  width: calc(100% - 7em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.c-m_ctgry_scr+.flex {
  padding: 0 40px;
  position: relative;
  min-height: 35px;
  margin: -1em 0 1em;
}

.c-m_ctgry_scr+.flex>.buttonArea {
  top: 0;
}

@media screen and (max-width:1200px) {
  .top_eventslide .box_sm .inners {
    border-left: none;
    border-right: none;
    padding: .5em 20px;
  }

  .top_eventslide .box_main .inners {
    max-width: initial;
    margin: 0 50px;
  }

  .event_sliderBx .slick-prev {
    left: -45px;
  }

  .event_sliderBx .slick-next {
    right: -45px;
  }
}

@media screen and (max-width:1000px) {
  .event_sliderBx.slick-slider li.slick-slide .accsesspho {
    justify-content: center;
    align-items: flex-start;
  }

  .event_sliderBx li.slick-slide .accsesspho img {
    height: auto;
    width: 56%;
  }

  .event_sliderBx li.slick-slide .accsesspho img+img {
    height: auto;
    width: 30%;
  }
}

@media screen and (max-width:880px) {
  .event_sliderBx-nav.slick-slider .slick-list .slick-track {
    flex-wrap: wrap;
  }

  .event_sliderBx-nav.slick-slider .slick-list .slick-track .slick-slide {
    padding-right: .5em;
    font-size: 100%;
  }
}

@media screen and (max-width:610px) {
  .top_eventslide .box_sm .inners {
    padding: .5em 2% .5em 6%;
  }

  .event_sliderBx-nav.slick-slider .slick-list .slick-track .slick-slide {
    font-size: 90%;
  }

  .top_eventslide .box_sm {
    margin-top: 0;
  }

  .top_eventslide .box_main {
    margin-bottom: 2em;
  }

  .thanksp.top_eventslide .box_main {
    margin-bottom: 0;
  }

  .top_eventslide .box_main .buttonArea {
    display: none;
  }
}

@media screen and (max-width:450px) {
  .top_eventslide .box_main .inners {
    max-width: initial;
    margin: 0 25px;
  }

  .event_sliderBx .slick-prev {
    left: -30px;
  }

  .event_sliderBx .slick-next {
    right: -30px;
  }

  .event_sliderBx.slick-slider li.slick-slide {
    padding: 4vw 4vw 2em;
  }

  *>.buttonArea {
    width: 55px;
  }

  *>.buttonArea .slick-prev,
  *>.buttonArea .slick-next {
    width: 25px;
    height: 25px;
  }
}

/*model slide====================*/
.top_modelslide {
  padding-top: 160px;
  margin-top: 3em;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.top_modelslide>.buttonArea {
  left: -1020px;
  right: 0;
  top: 0px;
  margin: auto;
}

.top_modelslide>.txthash {
  color: #c8c0b5;
  position: absolute;
  right: 0;
  left: -860px;
  margin: auto;
  top: 129px;
  width: 255px;
}

.top_modelslide .btm {
  border-top: 1px solid #d9d4cc;
  margin-top: 0;
  padding-top: 3em;
}

.model_sliderBx {
  padding-bottom: 34px !important;
  background: #f6f5f3;
  overflow-x: visible;
}

.model_sliderBx .slick-list {
  overflow: visible;
}

.model_sliderBx li.slick-slide {
  float: none;
  width: 260px;
  height: 337px;
  transition: transform .6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.model_sliderBx li.slick-slide:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #d9d4cc;
}

.model_sliderBx .slick-track {
  border-top: 1px solid #d9d4cc;
  border-bottom: 1px solid #d9d4cc;
  display: flex;
}

.model_sliderBx:before {
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038.75%2016.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23d9d4cc%3Bstroke-miterlimit%3A10%3Bstroke-width%3A.1px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M38.69%2C16.55C37.21%2C7.2%2C29.14%2C.05%2C19.37%2C.05S1.54%2C7.2%2C.06%2C16.55H38.69Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center bottom;
  background-size: 100%;
  content: "";
  position: absolute;
  display: block;
  width: 371px;
  height: 200px;
  bottom: calc(100% - 1px);
  left: 7px;
  right: 0;
  margin: auto;
}

.model_sliderBx:after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 1px;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  background: #d9d4cc;
  z-index: -3;
}

.model_sliderBx li.slick-slide a {
  padding: 20px;
  display: block;
  position: relative;
  border-right: none;
  height: 100%;
  transition: .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  transform-origin: bottom;
}

.model_sliderBx li.slick-slide.slick-current.slick-active.slick-center {
  position: relative;
  z-index: 3;
  width: 370px;
}

.model_sliderBx li.slick-slide.last+li.slick-slide.slick-current.slick-active.slick-center {
  width: 369px;
}

.model_sliderBx li>img {
  display: block;
  transition: transform .6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  right: 0;
  left: 0;
  top: 0;
  bottom: 5%;
  position: relative;
  margin: auto;
}

.model_sliderBx li.slick-slide.slick-current.slick-active.slick-center>a {
  height: 337px;
}

.model_sliderBx li.slick-slide>a>img {
  display: block;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}

.model_sliderBx li.slick-slide.slick-current.slick-active.slick-center>a>img {
  rotate: 2deg;
  box-shadow: 5px 5px 15px 0px rgba(96, 61, 61, 0.2);
}

.model_sliderBx li .name,
.model_sliderBx li .nameimg {
  transition: transform .5s cubic-bezier(1, 0.05, 0.64, 1.03);
  -webkit-transition: all .5s cubic-bezier(1, 0.05, 0.64, 1.03);
  transition: all .5s cubic-bezier(1, 0.05, 0.64, 1.03);
}

.model_sliderBx li .name {
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 1em;
  color: #494949;
  left: 0;
  line-height: 1;
  right: 0;
  bottom: -26px;
  margin: auto;
  font-weight: 900;
  font-size: 110%;
}

.model_sliderBx li .nameimg {
  opacity: 0;
  position: absolute;
  top: -29%;
  left: 103%;
}

.model_sliderBx li .nameimg img {
  height: 3em;
  max-width: initial;
}

.model_sliderBx li.slick-slide.slick-current.slick-active.slick-center .name {
  opacity: 1;
}

.model_sliderBx li.slick-slide.slick-current.slick-active.slick-center .nameimg {
  opacity: 1;
}

.model_sliderBx .slick-next,
.model_sliderBx .slick-prev {
  width: 36vw;
  height: 100%;
}

.model_sliderBx .slick-prev {
  left: 0;
}

.model_sliderBx .slick-next {
  right: 0;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.model_sliderBx .slick-prev:before {
  background: none;
  background-size: 100%;
  width: 122px;
  height: 122px;
}

.model_sliderBx .slick-next:before {
  background: none;
}

.top_modelslide .stalker {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: url(../img/common/slide_prev1.svg) no-repeat center;
  background-size: 100%;
  width: 122px;
  height: 122px;
  z-index: 500;
  pointer-events: none;
  cursor: none;
}

.top_modelslide .model_sliderBx.rights+.stalker {
  background: url(../img/common/slide_next1.svg) no-repeat center;
  background-size: 100%;
}

.top_modelslide .model_sliderBx.lefts button,
.top_modelslide .model_sliderBx.rights button {
  cursor: none;
}

.top_modelslide .model_sliderBx.lefts+.stalker,
.top_modelslide .model_sliderBx.rights+.stalker {
  opacity: 1;
  visibility: initial;
}

@media screen and (max-width:1160px) {
  .top_modelslide>.txthash {
    left: -655px;
    right: 0;
  }
}

@media screen and (max-width: 850px) {
  .top_modelslide {
    padding-top: 134px;
    margin-top: 0em;
  }

  .top_modelslide .stalker {
    display: none;
  }

  .top_modelslide>.txthash {
    display: none;
    font-size: 6vw;
    left: 1vw;
    top: 14.5%;
    width: 100%;
    opacity: .4;
    margin: 0;
    line-height: 1;
    text-align: center;
  }

  .model_sliderBx:before {
    width: 306px;
    height: 134px;
    left: 0;
    right: 0;
  }

  .model_sliderBx li.slick-slide a {
    padding: 10px;
  }

  .model_sliderBx li.slick-slide.slick-current.slick-active.slick-center {
    width: 300px;
  }

  .model_sliderBx li.slick-slide.last+li.slick-slide.slick-current.slick-active.slick-center {
    width: 300px;
  }

  .model_sliderBx li.slick-slide {
    width: 210px;
    height: 276px;
  }

  .model_sliderBx li .nameimg {
    top: -80px;
    left: 0;
    right: 0;
    padding-right: 3vw;
    text-align: right;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .model_sliderBx li .nameimg img {
    display: none;
  }

  .model_sliderBx li .name {
    bottom: 34px;
    font-size: 16px;
  }

  .model_sliderBx li.slick-slide>a>img {
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .model_sliderBx li.slick-slide.slick-current.slick-active.slick-center>a>img {
    bottom: 70px;
  }

  .top_modelslide>.buttonArea {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .model_sliderBx:before {
    width: 306px;
    height: 134px;
  }

  .model_sliderBx li.slick-slide.slick-current.slick-active.slick-center {
    width: 250px;
  }

  .model_sliderBx li.slick-slide.last+li.slick-slide.slick-current.slick-active.slick-center {
    width: 250px;
  }

  .model_sliderBx li.slick-slide.slick-current.slick-active.slick-center>a>img {
    bottom: 120px;
  }

  .model_sliderBx li.slick-slide {
    width: 170px;
    height: 222px;
  }

  .model_sliderBx li .name {
    bottom: 89px;
  }

  .top_modelslide .btm {
    padding-top: 1em;
  }

}



/*consept====================*/
.top_consept {
  position: relative;
  z-index: 2;
  border-top: 1px solid #d9d4cc;
  border-bottom: 1px solid #d9d4cc;
  margin-bottom: 100px;
}

.top_consept:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  z-index: -1;
  margin: auto;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(50% 100% 90deg, rgba(148, 177, 193, 1) 0%, rgb(110, 188, 230, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(148, 177, 193, 1) 0%, rgba(110, 188, 230, 1) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(110, 188, 230, 1)), color-stop(1, rgb(41, 135, 186, 1)));
  background: -o-linear-gradient(90deg, rgba(148, 177, 193, 1) 0%, rgba(110, 188, 230, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(148, 177, 193, 1) 0%, rgba(110, 188, 230, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1949A', endColorstr='#8D5C65' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(148, 177, 193, 1) 0%, rgba(110, 188, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D5C65', endColorstr='#C1949A', GradientType=0);
}

.top_consept:after {
  content: "";
  width: 100%;
  height: 81%;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url('../img/bg2.svg') no-repeat bottom right;
  mix-blend-mode: multiply;
  z-index: -1;
}

.top_consept .box {
  position: relative;
}

.top_consept .box:before {
  background: url('../img/bg1.svg')no-repeat left top;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  margin: auto;
  top: 0;
  bottom: 0;
}

.top_consept .inners {
  max-width: 990px;
  position: relative;
}

.top_consept .txt {
  position: relative;
  width: 520px;
  color: #FFF;
  z-index: 2;
  padding: 80px 0 80px 20px;
}

.top_consept .txt>p {
  font-size: 14px;
}

.top_consept .inners>img {
  mix-blend-mode: multiply;
  position: absolute;
  display: block;
  z-index: -1;
  left: -2em;
  top: 20px;
  height: 6em;
  max-width: initial;
}

.top_consept .txt h2 {
  font-size: 240%;
  margin-bottom: 1em;
}

.top_consept .img {
  position: absolute;
  height: calc(100% + 135px);
  width: 460px;
  right: -490px;
  left: 0;
  margin: auto;
  pointer-events: none;
  top: -60px;
}

.top_consept .img img.bgS {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  z-index: -1;
}

.top_consept .btm {
  text-align: left;
}

.top_consept .btm a p {
  color: #FFF;
  border-color: #FFF;
}

.top_consept .btm a:hover p {
  border-color: #006496;
}

.top_consept .img img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: translateY(20px);
  opacity: 0;
}

.top_consept.is-active .img img {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1260px) {
  .top_consept .box:before {
    background-position: top right;
    width: 70%;
    background-size: cover;
  }

  .top_consept:after {
    content: "";
    width: 40%;
    height: 81%;
  }
}

@media screen and (max-width: 1060px) {
  .top_consept .inners {
    max-width: initial;
    padding: 0 6%;
  }
}

@media screen and (max-width: 850px) {
  .top_consept .inners {
    padding: 0 6% 0 6%;
  }

  .top_consept .txt {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4em 0 60vw;
  }

  .top_consept .txt>p {
    width: 100%;
  }

  .top_consept .txt>p br {
    display: none;
  }

  .top_consept .img {
    height: auto;
    width: 64vw;
    right: 0;
    left: initial;
    top: initial;
    bottom: -5vw;
  }

  .top_consept .inners>img {
    left: 2%;
    top: initial;
    width: 90vw;
    height: auto;
    bottom: 20px;
  }
}

@media screen and (max-width: 610px) {
  .top_consept .txt h2 {
    font-size: 7vw;
    font-feature-settings: "palt";
  }
}


/*top - star====================*/
.top_star {
  position: relative;
  margin-top: 60px;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
}

.top_star .box {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 580px;
  text-align: center;
  padding: 200px 0 270px;
}

.top_star .box .title {
  width: 464px;
}

.top_star .box .btm+p {
  margin-top: 1em;
}

.top_star .box .title,
.top_star .btm,
.top_star .box .btm+p {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: translateY(40px);
}

.top_star .is-active .title,
.top_star .is-active .btm,
.top_star .is-active .btm+p {
  opacity: 1;
  transform: translateY(0px);
}

.top_star .btm {
  transition-delay: .25s;
}

.top_star .box .btm+p {
  transition-delay: .35s;
}

.top_star .img {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 1000px;
  height: 100%;
  margin: auto;
  right: 0;
}

.top_star .img>div {
  position: absolute;
}

.top_star .img>* {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top_star .img.is-active>* {
  opacity: 1;
}

.top_star .img .img1 {
  width: 410px;
  height: 257px;
}

.top_star .img .img2 {
  height: 158px;
  width: 252px;
  transition-delay: .55s;
}

.top_star .img .img3 {
  width: 410px;
  height: 257px;
  z-index: 2;
}

.top_star .img .img4 {
  width: 157px;
  height: 231px;
  transition-delay: .55s;
}

.top_star .img .img5 {
  width: 196px;
  height: 287px;
}

.top_star .img .img6 {
  width: 410px;
  height: 257px;
  transition-delay: .55s;
  z-index: -1;
}

.top_star .img.is-active .img1 {
  bottom: auto;
  right: auto;
  left: 130px;
  top: 0;
}

.top_star .img.is-active .img2 {
  left: -10%;
  top: 330px;
  bottom: auto;
  right: auto;
}

.top_star .img.is-active .img3 {
  left: -236px;
  bottom: 106px;
  top: auto;
  right: auto;
}

.top_star .img.is-active .img4 {
  right: -15px;
  top: 48px;
  bottom: auto;
  left: auto;
}

.top_star .img.is-active .img5 {
  bottom: 257px;
  right: -137px;
  top: auto;
  left: auto;
}

.top_star .img.is-active .img6 {
  right: 8px;
  bottom: 100px;
  top: auto;
  left: auto;
}

@media screen and (max-width: 1060px) {
  .top_star .box {
    padding: 43vw 0 57vw;
  }

  .top_star .img {
    width: 100vw;
  }

  .top_star .img .img1 {
    width: 55vw;
    height: auto;
  }

  .top_star .img .img2 {
    width: 32vw;
    height: auto;
  }

  .top_star .img .img3 {
    width: 40vw;
  }

  .top_star .img .img4 {
    width: 25vw;
    height: auto;
  }

  .top_star .img .img5 {
    width: 25vw;
  }

  .top_star .img .img6 {
    width: 60vw;
  }

  .top_star .img.is-active .img1 {
    left: 23vw;
    top: 0;
  }

  .top_star .img.is-active .img2 {
    left: 0;
    t;
    top: 20vw;
  }

  .top_star .img.is-active .img3 {
    left: -10vw;
    bottom: 200px;
    height: auto;
  }

  .top_star .img.is-active .img4 {
    right: 0;
    top: 6vw;
  }

  .top_star .img.is-active .img5 {
    bottom: 257px;
    right: 0;
    height: auto;
  }

  .top_star .img.is-active .img6 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10vw;
    height: auto;
  }
}

@media screen and (max-width: 850px) {
  .top_star {
    margin-top: 5em;
  }
}

@media screen and (max-width: 700px) {
  .top_star .box {
    width: 90%;
  }

  .top_star .box .title {
    width: 90%;
  }
}

@media screen and (max-width:610px) {
  .top_star {
    margin-top: 3em;
  }

  .top_star .box .btm+p {
    text-align: left;
    padding: 0 1em;
  }

  .top_star .box .btm+p br {
    display: none;
    text-align: left;
  }

  .top_star .img.is-active .img3 {
    bottom: 45vw;
    width: 45vw;
  }

  .top_star .img .img6 {
    width: 65vw;
  }

  .top_star .img.is-active .img5 {
    bottom: 30vw;
  }
}


/*top - star - scroolber ====================*/
.c-scrolldown {}

.c-scrolldown {
  width: 2px;
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #a78e94;
}

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #6c414b 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 100px;
  }
}

@media screen and (max-width: 1060px) {
  .c-scrolldown {
    height: 6em;
    bottom: 50px;
    position: static;
    margin-top: 3em;
  }
}

@media screen and (max-width: 450px) {
  .c-scrolldown {
    height: 5em;
    margin-top: 2em;
  }

}

/*top - blog====================*/
.top_blog {
  border-top: 1px solid #d9d4cc;
}

.top_blog .inners {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: 70px 100px 30px;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.9%2016.85%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e4ddde%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.59%2C10.64c-1.04%2C2.04-2.16%2C4.04-3.78%2C5.24-1.79%2C1.29-4.03%2C1.33-4.66-.08-.96-2.2%2C2.79-4.32%2C5.41-5.78l.08%2C.25c-2.62%2C1.46-4.41%2C3.08-3.91%2C4.49%2C.42%2C1.21%2C1.91%2C1.04%2C3.24%2C.25%2C1.71-1%2C2.99-3.87%2C4.41-6.7%2C1.58-3.16%2C2.66-6.36%2C4.37-7.57%2C1.87-1.33%2C3.7-.75%2C4.62%2C.83%2C1.58%2C2.74-.63%2C6.82-3.58%2C8.69-1.95%2C1.25-3.74%2C1.17-5.16%2C.75l-1.04-.37ZM16.75%2C2.98c-1.08-1.58-2.41-1.71-3.54-.92-1.08%2C.71-2.29%2C3.78-3.54%2C6.32-.29%2C.62-.62%2C1.29-.96%2C1.95%2C1.16%2C.54%2C3.49%2C1.33%2C5.95-.25%2C2.66-1.75%2C3.41-5.12%2C2.08-7.11Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat left top;
  background-size: 11.4em;
  max-width: 1000px;
}

.top_blog .midashi1.linkplus {
  border: none;
}

.top_blog .midashi1.linkplus img {
  height: 2.5em;
}

ul.bloglist li a {
  transition: all .3s;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #777776;
  justify-content: space-around;
  color: #4a4a4a;
}

ul.bloglist li time {
  width: 8em;
  text-align: center;
  border-right: 1px solid #d9d4cc;
}

ul.bloglist li span {
  transition: all .3s;
  width: calc(98% - 8em);
  padding: 0 2.5em 0 1em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.74%2020.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23231815%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m44.27%2C9.27L29.96.16c-.46-.29-1.09-.16-1.39.31-.3.47-.16%2C1.09.31%2C1.39l11.39%2C7.26H0v2.01h40.27l-11.38%2C7.25c-.47.3-.61.92-.31%2C1.39.19.3.52.46.85.46.18%2C0%2C.37-.05.53-.16l14.31-9.11c.28-.18.46-.5.46-.85s-.18-.66-.46-.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;
  background-size: 1.5em;
}

ul.bloglist li a:hover {
  color: #b6b6b6;
}

ul.bloglist li a:hover span {
  background-position: center right .5em;
}

@media screen and (max-width: 850px) {
  .top_blog .inners {
    border-left: none;
    border-right: none;
    padding: 70px 6% 3em;
    background-size: 9.4em;
    max-width: initial;
  }

  ul.bloglist li a {
    padding: 1em 0;
  }

  ul.bloglist li time {
    width: 7em;
  }

  ul.bloglist li span {
    width: calc(99% - 7em);
    padding-left: .5em;
  }
}

@media screen and (max-width: 610px) {
  .top_blog .midashi1.linkplus {
    padding: 0;
  }

  .midashi1.linkplus .linkpluss {
    margin: .2em 0 .2em 0;
  }
}

@media screen and (max-width: 450px) {
  ul.bloglist li a {
    padding: 1em 0;
    display: block;
  }

  ul.bloglist li time {
    width: 100%;
    display: block;
    text-align: left;
    border: none;
  }

  ul.bloglist li span {
    width: 100%;
    padding-left: 0;
  }
}



/*==========================================
model
==========================================*/
/*-------model list--------*/
.paget_sec {
  padding-top: 100px;
}

@media screen and (max-width: 610px) {
  .paget_sec {
    padding-top: 4em;
  }
}

.modelList_ctgr {
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 2em;
  margin-top: 3em;
  min-width: 720px;
}

.modelList_ctgr li {
  padding-right: 2em;
}

.modelList_ctgr li:last-child {
  padding-right: 0;
}

.modelList_ctgr li a {
  display: block;
  color: #c8c0b5;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
  line-height: 1.4;
}

.modelList_ctgr li svg {
  height: 2.5em;
}

.modelList_ctgr li:nth-child(3) svg,
.modelList_ctgr li:nth-child(4) svg {
  height: 2.8em;
  margin-bottom: -.5em;
}

.modelList_ctgr li svg path {
  fill: #c8c0b5;
  stroke: #c8c0b5;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
}

.modelList_ctgr li p {
  font-size: 90%;
}

.modelList_ctgr li p:hover {
  color: #006496;
}

.modelList_ctgr li a:hover,
.modelList_ctgr li.post a,
.modelList_ctgr.post-ka li:nth-child(2) a,
.modelList_ctgr.post-to li:nth-child(3) a,
.modelList_ctgr.post-na li:nth-child(4) a,
.modelList_ctgr.post-kyushu li:nth-child(5) a,
.modelList_ctgr.post-ky li:nth-child(6) a {
  color: #006496;
}

.modelList_ctgr li.post a,
.modelList_ctgr.post-ka li:nth-child(2) a,
.modelList_ctgr.post-to li:nth-child(3) a,
.modelList_ctgr.post-na li:nth-child(4) a,
.modelList_ctgr.post-kyushu li:nth-child(5) a,
.modelList_ctgr.post-ky li:nth-child(6) a {
  line-height: 1.2;
}

.modelList_ctgr li.post svg,
.modelList_ctgr.post-ka li:nth-child(2) svg,
.modelList_ctgr.post-to li:nth-child(3) svg,
.modelList_ctgr.post-na li:nth-child(4) svg,
.modelList_ctgr.post-kyushu li:nth-child(5) svg,
.modelList_ctgr.post-ky li:nth-child(6) svg {
  height: 4em;
}

.modelList_ctgr li a:hover svg path,
.modelList_ctgr li.post svg path,
.modelList_ctgr.post-ka li:nth-child(2) svg path,
.modelList_ctgr.post-to li:nth-child(3) svg path,
.modelList_ctgr.post-na li:nth-child(4) svg path,
.modelList_ctgr.post-kyushu li:nth-child(5) svg path,
.modelList_ctgr.post-ky li:nth-child(6) svg path {
  fill: #494949;
  stroke: #494949;
}

.modelList_ctgr li.post p,
.modelList_ctgr.post-ka li:nth-child(2) p,
.modelList_ctgr.post-to li:nth-child(3) p,
.modelList_ctgr.post-na li:nth-child(4) p,
.modelList_ctgr.post-kyushu li:nth-child(5) p,
.modelList_ctgr.post-ky li:nth-child(6) p {
  font-size: 100%;
}


.model_listpage {
  border-top: 1px solid #d9d4cc;
}

.location {
  color: #c8c0b5;
  font-weight: 900;
  font-size: 130%;
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: 0em 20px;
}

.model_listArea {
  border-bottom: 1px solid #d9d4cc;
  border-top: 1px solid #d9d4cc;
}

.model_listArea ul {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

.model_listArea ul li {
  border-bottom: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
}

.model_listArea ul li:nth-child(4n) {
  border-right: 0;
}

.model_listArea ul li:nth-child(4n+1):nth-last-child(-n+4),
.model_listArea ul li:nth-child(4n+1):nth-last-child(-n+4)~li {
  border-bottom: none;
}

.model_listArea ul .nocs {
  width: 100%;
  display: block;
  padding: 5em 8%;
}

.model_listArea ul li a {
  padding: 30px 30px 10px;
  display: block;
  transition: .3s cubic-bezier(.4, .4, 0, 1);
}

.model_listArea ul li a:hover {
  background: #f5f2ed;
}

.model_listArea ul li p {
  color: #494949;
  text-align: center;
  font-size: 120%;
  font-weight: 700;
  padding-top: .2em;
}

.model_listArea ul li a:hover p {
  color: #006496;
}

.model_listArea ul li div {
  overflow: hidden;
  position: relative;
  aspect-ratio: 49 / 71;
}

.model_listArea ul li div img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: 1.6s cubic-bezier(.16, 1, .3, 1);
}

.model_listArea ul li a:hover div img {
  transform: scale(1.05);
  opacity: .7;
}

.model_listArea>div.nocs {
  text-align: center;
  padding: 6%;
}

@media screen and (max-width: 1200px) {
  .paget_sec.inners .c-breadcrumb {
    padding-left: 0;
  }

  footer .inners {
    padding: 0 6%;
    max-width: initial;
  }
}

@media screen and (max-width: 1160px) {
  .paget_sec.inners {
    max-width: initial;
    margin: 0 6%;
  }

  .location {
    padding: .5em 1%;
    max-width: initial;
    border: none;
  }

  .model_listArea ul {
    max-width: initial;
    margin: 0 1%;
  }

  .model_listArea ul li a {
    padding: 5% 5% 5%;
  }

  .modelList_ctgr li svg {
    height: 1.5em;
  }

  .modelList_ctgr li:nth-child(3) svg,
  .modelList_ctgr li:nth-child(4) svg,
  .modelList_ctgr.post-kyushu li:nth-child(5) svg {
    height: 1.8em;
    margin-bottom: -.4em;
  }

  .modelList_ctgr li.post svg {
    height: 2em;
  }
}

@media screen and (max-width: 1000px) {
  .model_listArea ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .model_listArea ul li:nth-child(4n) {
    border-right: 1px solid #d9d4cc;
  }

  .model_listArea ul li:nth-child(4n+1):nth-last-child(-n+4),
  .model_listArea ul li:nth-child(4n+1):nth-last-child(-n+4)~li {
    border-bottom: 1px solid #d9d4cc;
  }

  .model_listArea ul li:nth-child(3n) {
    border-right: none;
  }

  .model_listArea ul li:nth-child(3n+1):nth-last-child(-n+3),
  .model_listArea ul li:nth-child(3n+1):nth-last-child(-n+3)~li {
    border-bottom: none;
  }

  .model_listArea ul li p {
    font-size: 100%;
  }
}

@media screen and (max-width: 850px) {
  .modelList_ctgr li {
    padding-right: 1em;
  }

  .modelList_ctgr li:last-child {
    padding-right: 0;
  }

  .modelList_ctgr.post-ka li:nth-child(2) svg,
  .modelList_ctgr.post-to li:nth-child(3) svg,
  .modelList_ctgr.post-na li:nth-child(4) svg,
  .modelList_ctgr.post-na li:nth-child(5) svg,
  .modelList_ctgr.post-kyushu li:nth-child(5) svg,
  .modelList_ctgr.post-ky li:nth-child(6) svg {
    height: 2em;
  }

  .c-m_ctgry_scr {
    width: 100%;
    overflow-x: scroll;
  }

  .c-m_ctgry_scr::-webkit-scrollbar {
    width: .6em;
    height: .6em;
  }

  .c-m_ctgry_scr::-webkit-scrollbar-thumb {
    background-color: #c8c0b5;
    border-radius: 999px;
  }

  .modelList_ctgr {
    min-width: 20em;
    margin-bottom: .5em;
  }

  .c-m_ctgry_scr+.flex {
    padding: 0 6%;
    min-height: 35px;
    margin: .8em 0 1em;
  }

}


@media screen and (max-width: 610px) {
  .location {
    padding: .3em 2%;
    font-size: 115%;
  }

  .c-m_ctgry_scr {
    margin: 0 -6% 0 -6%;
    width: calc(100% + 12%);
  }

  .modelList_ctgr {
    font-size: 14px;
    min-width: 39em;
    padding: 0 6vw;
  }

  .model_listArea ul {
    max-width: initial;
    margin: 0 2%;
  }

  .model_listArea ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .model_listArea ul li:nth-child(3n) {
    border-right: 1px solid #d9d4cc;
  }

  .model_listArea ul li:nth-child(3n+1):nth-last-child(-n+3),
  .model_listArea ul li:nth-child(3n+1):nth-last-child(-n+3)~li {
    border-bottom: 1px solid #d9d4cc;
  }

  .model_listArea ul li:nth-child(2n) {
    border-right: none;
  }

  .model_listArea ul li:nth-child(2n+1):nth-last-child(-n+2),
  .model_listArea ul li:nth-child(2n+1):nth-last-child(-n+2)~li,
  .model_listArea ul li:last-child {
    border-bottom: none !important;
  }

  .model_listArea ul li p {
    font-size: 75%;
  }
}


/*==========================================
model_morepage
==========================================*/
.model_morepage {
  border-top: 1px solid #d9d4cc;
  position: relative;
}

.model_morepage:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #d9d4cc;
  top: 37px;
  position: absolute;
  left: 0;
}

.model_morepage .inners {
  max-width: 760px;
}

.profileflex {}

.profileflex>.box {
  width: 50%;
  border-left: 1px solid #d9d4cc;
}

.profileflex>.box:nth-child(2) {
  border-right: 1px solid #d9d4cc;
}

.profileflex>.box .gallerybox {
  position: relative;
}

.profileflex>.box .gnav {
  position: absolute;
  left: -2em;
  top: 20px;
  z-index: 5;
  width: 150px;
  height: 1.2em;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

.profileflex>.box .gnav ul.gallery-nav {}

.profileflex>.box .gnav ul.gallery-nav li {
  color: #cfc1c5;
  font-size: 12px;
  width: 30px !important;
}

.profileflex>.box .gnav ul.gallery-nav li.slick-current {
  color: #006496;
}

.profileflex>.box .gnav .slick-prev {
  left: -33px;
  top: -2px;
}

.profileflex>.box .gnav .slick-next {
  right: -20px;
  top: -2px;
}

.gallery .slick-track {
  display: flex !important;
}

.gallery .slick-slide {
  height: auto !important;
  display: table !important;
}

.gallery .slick-slide div {
  display: table-cell;
  vertical-align: middle;
}

.profileflex>.box .title_en,
.model_moretxt>* {
  border-bottom: 1px solid #d9d4cc;
  color: #c8c0b5;
  font-weight: 900;
  font-size: 130%;
  padding: 0em 20px;
}

.profileflex>.box .txt {
  padding: 70px 64px;
}

.modeli {
  width: 76px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
}

.modeli img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profileflex>.box .name {
  font-size: 190%;
  color: #494949;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: .6em 0 .2em;
  font-weight: 900;
}

.profileflex>.box .name_en {
  color: #bebdbd;
  font-weight: 900;
  margin-bottom: 1.5em;
}

.profileflex>.box .snsarea {
  margin-top: 2em;
}

.profileflex>.box .snsarea img {
  width: 42px;
}

.model_moretxt {
  border-bottom: 1px solid #d9d4cc;
  border-top: 1px solid #d9d4cc;
}

.model_moretxt>* {
  border-bottom: none;
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
}

.model_moretxtArea {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: 40px;
}


.model_morepage .models .inners {
  max-width: 760px;
  padding: 100px 0;
}

.model_morepage .top_consept .inners .name {
  width: 275px;
  text-align: center;
}

.model_morepage .top_consept .inners .name .modeli {
  margin: auto;
  width: 130px;
}

.model_morepage .top_consept .inners .name h2 {
  font-size: 120%;
  color: #FFF;
  margin-top: 1em;
  letter-spacing: .05em;
}

.model_morepage .top_consept .inners .daybox {
  width: calc(96% - 275px);
}

.model_morepage .top_consept .inners .daybox .comming {
  text-align: center;
  margin-top: 1em;
  color: #FFF;
  font-size: 150%;
}

.model_morepage .top_consept ul.bloglist li a {
  border-bottom: 1px solid #f6f5f3;
  color: #f6f5f3;
}

.model_morepage .top_consept ul.bloglist li time {
  border-right: 1px solid #d9d4cc;
}

.model_morepage .top_consept ul.bloglist li span {
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.74%2020.23%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f6f5f3%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m44.27%2C9.27L29.96.16c-.46-.29-1.09-.16-1.39.31-.3.47-.16%2C1.09.31%2C1.39l11.39%2C7.26H0v2.01h40.27l-11.38%2C7.25c-.47.3-.61.92-.31%2C1.39.19.3.52.46.85.46.18%2C0%2C.37-.05.53-.16l14.31-9.11c.28-.18.46-.5.46-.85s-.18-.66-.46-.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center right;
  background-size: 1.5em;
}

.model_morepage .top_consept ul.bloglist li a:hover {
  color: #f6f5f3;
}


/*-------model_recruit--------*/
.model_recruit {}

.model_recruit>* {
  width: 50%;
}

.model_recruit .img .area {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  height: 100%;
  z-index: -1;
}

.model_recruit .img .area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
}

.model_recruit .txt {
  display: table;
  background: #FFF;
}

.model_recruit .txt .area {
  display: table-cell;
  vertical-align: middle;
  padding: 2em 6%;
}

.model_recruit .txt .area img.title {
  max-width: 414px;
}

.model_recruit .txt .area .btm {}

.model_recruit .txt .area .btm+p {
  max-width: 560px;
  margin: 1em auto 0;
  text-align: center;
  font-size: 90%;
  padding: 0 30px;
}

@media screen and (max-width:880px) {
  .model_morepage .inners {
    max-width: initial;
    display: block;
  }

  .model_morepage:before {
    content: none;
  }

  .profileflex>.box .title_en,
  .model_moretxt>* {
    text-align: center;
    border-left: 0;
    border-right: 0;
  }

  .profileflex>.box .gallerybox {
    border-bottom: 1px solid #d9d4cc;
  }

  .profileflex>.box .gnav {
    position: static;
    width: 150px;
    transform: initial;
    transform-origin: center;
    margin: 1em auto;
  }

  .profileflex>.box .gnav .slick-prev {
    left: -33px;
    top: -2px;
  }

  .profileflex>.box .gnav .slick-next {
    right: -20px;
    top: -2px;
  }

  .profileflex>.box {
    width: 100%;
    border-left: none;
  }

  .profileflex>.box:nth-child(2) {
    border-right: none;
  }

  .profileflex>.box .txt {
    padding: 3em 6%;
    max-width: 420px;
    margin: auto;
  }

  .profileflex>.box .txt .modeli,
  .profileflex>.box .txt .mores {
    margin: auto;
  }

  .profileflex>.box .name,
  .profileflex>.box .name_en {
    text-align: center;
  }

  .profileflex>.box .snsarea>ul {
    justify-content: center;
  }

  .model_morepage .models .inners {
    max-width: initial;
    padding: 100px 6%;
    display: block;
  }

  .model_morepage .top_consept .inners .name {
    width: 100%;
  }

  .model_morepage .top_consept .inners .daybox {
    width: 100%;
  }

  .model_morepage .top_consept ul.bloglist li time {
    border-right: none;
  }

  .model_moretxtArea {
    border-left: none;
    border-right: none;
    padding: 3em 6%;
  }


  .model_recruit {
    width: 100%;
    flex-wrap: wrap;
  }

  .model_recruit>* {
    width: 100%;
  }

  .model_recruit .txt {
    display: block;
    order: 1;
  }

  .model_recruit .img {
    order: 2;
  }

  .model_recruit .txt .area {
    display: block;
    padding: 3em 6%;
  }
}

@media screen and (max-width:610px) {
  .model_morepage .models .inners {
    padding: 5em 6%;
  }

  .model_recruit .txt .area img.title {
    max-width: initial;
    width: 92%;
  }

  .model_recruit .txt br {
    display: none;
  }

  .model_recruit .txt .area .btm+p {
    max-width: initial;
    padding: 0 1em;
  }

  .model_moretxtArea.txtc {
    text-align: left;
  }
}

/*==========================================
recruit
==========================================*/
.recruit {
  margin-top: 30px;
}

.recruit .inners {
  padding: 100px 0;
}

.model_moretxt>*.inners {
  padding: 0em 20px;
  text-align: center;
}

.inners.recruit_txtArea {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: 60px 90px;
}

.midashi-s {
  font-size: 26px;
  font-weight: bold;
  color: #006496;
  margin-bottom: 1em;
}

*+.midashi-s {
  margin-top: 1.3em;
}

.recruitflex .txt .area .txt {
  font-size: 108%;
  letter-spacing: 0.02em;
  line-height: 2;
}

.recruitflex1 {}

.recruitflex1 .img {
  width: 58%;
  overflow: hidden;
}

.recruitflex1 .img .area {
  height: 100%;
}

.recruitflex1 .img .area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
}

.recruitflex1>.txt {
  width: 47%;
  display: table;
  padding: 30px 70px;
}

.recruitflex1 .txt .area {
  display: table-cell;
  vertical-align: middle;
}

.recruitflex1 .txt .area img.title {
  max-width: 428px;
  margin: 0 0 2em;
}

.recruitflex1 .txt .area .btm {
  text-align: left;
  margin-top: 1em;
}

.recruitflex2 {
  position: relative;
  margin: 80px 0;
}

.recruitflex2>.txt.inners {
  padding: 10px;
  width: 1100px;
}

.recruitflex2 .txt .area {}

.recruitflex2 .txt .area img.title {
  width: 497px;
  margin: 0;
}

.recruitflex2 .img {
  position: absolute;
  height: 100%;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.recruitflex2 .img .area {
  width: 100%;
  height: 100%;
}

.recruitflex2 .img .area img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.recruitflex3 {
  position: relative;
  border-top: 1px solid #d9d4cc;
  padding: 80px 0;
}

.recruitflex3 .inners {
  padding: 0;
}

.recruitflex3 .flex>.txt {
  width: 700px;
  padding-left: 70px;
}

.recruitflex3 .txt .area img.title {
  width: 497px;
  margin: 0;
}

.recruitflex3 .img .area {
  position: relative;
  padding-left: 60px;
}

.recruitflex3 .img .area img.img1 {
  width: 233px;
  position: absolute;
  left: -10%;
  bottom: 11%;
}

.recruitflex3 .img .area img.img2 {
  height: 420px;
  max-width: initial;
}

.recruitflex4 {
  position: relative;
  padding: 0 0 80px;
}

.recruitflex4 .flex>.txt {
  width: 530px;
  padding: 20px 120px;
}

.recruitflex3 .txt .area img.title {
  width: 497px;
  margin: 0;
}

.recruitflex4 .img {
  width: calc(100% - 530px);
  overflow: hidden;
}

.recruitflex4 .img .area {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.recruitflex4 .img .area img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitflex4 .img .area .img1 {
  width: 29%;
}

.recruitflex4 .img .area .img2 {
  width: 68%;
}

.googleform-wrapper {
  text-align: center;
  max-width: 100%;
}

.googleform-wrapper iframe {
  width: 100%;
}

.bgwhite {
  background: #FFF;
}

.m_history {}

.m_history>* {
  width: 49%;
  font-size: 108%;
}

.m_history>*>p {
  padding: .4em .8em;
}

.m_history>*>p:nth-child(even) {
  background: #f0eeeb;
}

.office .m_history>*>p:nth-child(odd) {
  background: #f0eeeb;
}
.office .m_history>*>p:nth-child(even) {
  background: transparent;
}

.office .m_history .flex {
  justify-content: left;
  margin-bottom: 2px;
  width: 100%;
}

.office .m_history .flex > :first-child {
  flex: 1;
}

.office .m_history .flex > :nth-child(2) {
  flex: 2;
}

.midashi3 {
  font-size: 135%;
  padding: 0 0 0 .5em;
  color: #8c7b64;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5em;
  border-left: 6px solid #c8c0b5;
}

@media screen and (max-width: 1000px) {
  .recruitflex2>.txt.inners {
    padding: 0 6%;
    width: auto;
    margin-left: 0;
  }

  .recruitflex3 {
    padding: 80px 6% 80px 0%;
  }

  .recruitflex3 .flex>.txt {
    width: auto;
  }

  .recruitflex3 .flex>.txt .area {
    padding-left: 4%;
  }

  .recruitflex3 .img .area {
    padding-left: 15%;
  }

  .recruitflex4 .flex>.txt {
    width: 54%;
    padding: 20px 6%;
  }
}

@media screen and (max-width: 850px) {
  .recruitflex1 {
    display: block;
  }

  .recruitflex1 .img {
    width: 100%;
  }

  .recruitflex1>.txt {
    width: 100%;
    display: block;
    padding: 3em 6% 3em;
  }

  .recruitflex1 .txt .area {
    max-width: 85%;
    margin: auto;
    display: block;
  }

  .recruitflex1 .txt .area img.title {
    max-width: initial;
    margin: 0 auto 2em;
    width: 100%;
    display: block;
  }

  .recruitflex1 .txt .area .btm {
    text-align: center;
  }

  .inners.recruit_txtArea {
    border-left: none;
    border-right: none;
    padding: 2em 6%;
  }

  .midashi-s {
    font-size: 4.6vw;
    font-feature-settings: "palt";
  }

  .recruitflex2 {
    margin: 0 0 3em;
    flex-wrap: wrap;
  }

  .recruitflex2>.txt.inners {
    width: 100%;
    display: block;
    padding: 0em 6% 0;
    order: 2;
    margin-top: -10em;
  }

  .recruitflex2 .txt .area {
    display: block;
    margin: auto;
  }

  .recruitflex2 .txt .area br {
    display: none;
  }

  .recruitflex2 .txt .area img.title {
    width: 70vw;
    margin: 0;
  }

  .recruitflex2 .img {
    position: static;
    height: auto;
    width: 60vw;
    margin-left: auto;
    order: 1;
  }

  .recruitflex2 .img .area {
    width: 100%;
    height: 100%;
  }

  .recruitflex2 .img .area img {
    max-width: initial;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recruitflex3 {
    padding: 3em 0;
  }

  .recruitflex3 .inners {
    flex-wrap: wrap;
  }

  .recruitflex3 .flex>.txt {
    width: 100%;
    display: block;
    padding: 0em 6% 0;
    margin-top: -3em;
    order: 2;
  }

  .recruitflex3 .flex>.txt .area {
    padding-left: 0;
  }

  .recruitflex .txt .area .txt {
    font-size: 90%;
    letter-spacing: 0em;
    line-height: 2;
  }

  .recruitflex .txt .area .txt br {
    display: none;
  }

  .recruitflex3 .txt .area img.title {
    width: 70vw;
    margin: 0;
  }

  .recruitflex3 .img .area {
    position: relative;
    padding-left: 60px;
  }

  .recruitflex3 .flex>.img {
    order: 1;
    position: relative;
    z-index: -1;
  }

  .recruitflex3 .img .area img.img1 {
    width: 51%;
    left: 6%;
    bottom: 30%;
  }

  .recruitflex3 .img .area img.img2 {
    height: auto;
    max-width: initial;
    width: 50%;
    margin-right: 0;
  }

  .recruitflex4 {
    padding: 0 0 3em;
  }

  .recruitflex4 .flex {
    display: block;
  }

  .recruitflex4 .flex>.txt {
    width: 100%;
    padding-top: 0;
  }

  .recruitflex3 .txt .area img.title {
    width: 497px;
    margin: 0;
  }

  .recruitflex4 .img {
    width: 100%;
    padding: 0 6%;
  }
}

@media screen and (max-width: 700px) {
  .m_history {
    display: block;
  }

  .m_history>* {
    width: 100%;
    font-size: 100%;
  }

  .googleform-wrapper iframe {
    width: 100%;
  }

  .event .googleform-wrapper {
    overflow-x: scroll;
  }

  .event .googleform-wrapper iframe {
    width: 200%;
  }
}


/*==========================================
message
==========================================*/
.message {
  margin-top: 30px;
}

.ceophoto {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.ceophoto .inners {
  padding: 13vw 6% 13vw 0;
}

.ceophoto .inners .box {
  width: 460px;
  margin-left: auto;
}

.ceophoto .inners img {
  width: 370px;
  display: table-cell;
  vertical-align: middle;
}

.ceophoto .photo {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ceophoto .photo img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.messageBox {
  padding: 60px 0;
}

.messageBox .title {
  color: #006496;
  font-size: 160%;
  width: 300px;
}

.messageBox .txt {
  max-width: calc(96% - 280px)
}

.messageBox .txt img {
  height: 2.5em;
  margin: 2em 0 0 auto;
}

.photoBox {
  margin-bottom: 80px;
}

.photoBox .img {
  width: 48.5%;
}

@media screen and (max-width: 1100px) {
  .messageBox {
    padding: 60px 6%;
  }

  .photoBox {
    padding: 0 6%;
  }
}

@media screen and (max-width: 900px) {
  .ceophoto .inners {
    padding: 100px 0;
  }
}

@media screen and (max-width: 850px) {
  .messageBox {
    padding: 3em 6%;
    display: block;
  }

  .messageBox .title {
    width: 100%;
    margin-bottom: 1em;
  }

  .messageBox .title br {
    display: none;
  }

  .messageBox .txt {
    max-width: initial;
  }

  .messageBox .txt br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .ceophoto .inners {
    padding: 17vw 6% 17vw 0;
  }

  .ceophoto .inners .box {
    width: 50%;
  }

  .ceophoto .inners img {
    width: 100%;
  }
}

@media screen and (max-width:610px) {
  .messageBox .title {
    text-align: center;
  }

  .messageBox .title br {
    display: inline;
  }

  .photoBox {
    margin-bottom: 4em;
  }
}


/*==========================================
request
==========================================*/
.request {
  margin-top: 30px;
}

.request .recruit_txtArea.inners.bgwhite {
  max-width: 960px;
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
  padding: 60px 90px;
}

.request.tpp.tks {
  border-bottom: 1px solid #d9d4cc;
  margin-bottom: 5em;
}

.tblebox_inner {
  border-left: 1px solid #d9d4cc;
  border-right: 1px solid #d9d4cc;
}

.tblebox_inner>* {
  padding: 60px 30px;
}

.tblebox_inner .title {
  background: #f0eeeb;
  width: 400px;
  color: #006496;
  font-size: 150%;
  font-weight: bold;
}

.tblebox_inner .txt {
  border-left: 1px solid #d9d4cc;
  width: calc(100% - 400px);
  padding: 60px;
}

.stepUL li {
  border-bottom: 1px dashed #d9d4cc;
  padding-bottom: .5em;
}

.stepUL li+li {
  margin-top: 2em;
}

.stepUL li .midashi3 {
  margin-bottom: 0.8em;
}

.tpp .tblebox_inner {
  border-bottom: 1px solid #d9d4cc;
}

.tpp .tblebox_inner>* {
  padding: 30px;
  font-size: 100%;
}

.tpp .tblebox_inner .txt {
  padding: 30px;
  font-size: 100%;
}

.tpp .tblebox_inner:last-child {
  border-bottom: 0;
}

.mailaddress {
  height: 1em;
  margin-left: 0;
}

.mailaddress.dib {
  display: inline-block;
  vertical-align: middle;
}

.subtitles {
  font-weight: bold;
  font-size: 110%;
}

.bulletUL li {
  border-bottom: 1px dashed #d9d4cc;
  padding: 0 0 .5em 1.2em;
  padding-left: 1.2em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.6%207.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23494949%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.6%2C3.8c0%2C2.1-1.7%2C3.8-3.8%2C3.8S0%2C5.91%2C0%2C3.8%2C1.71%2C0%2C3.8%2C0s3.8%2C1.7%2C3.8%2C3.8ZM.3%2C3.8c0%2C1.94%2C1.56%2C3.5%2C3.5%2C3.5s3.5-1.55%2C3.5-3.5S5.74%2C.3%2C3.8%2C.3%2C.3%2C1.87%2C.3%2C3.8Zm6.35%2C0c0%2C1.54-1.29%2C2.85-2.85%2C2.85S.96%2C5.35%2C.96%2C3.8%2C2.26%2C.95%2C3.8%2C.95s2.85%2C1.29%2C2.85%2C2.85Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat left top .4em;
  background-size: 1em;
}

.bulletUL li+li {
  margin-top: 1.5em;
}

.bulletUL+.aten {
  margin-top: 1.5em;
}

@media screen and (max-width:1100px) {
  .tblebox_inner {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 850px) {
  .tblebox_inner {
    display: block;
  }

  .tblebox_inner>*,
  .tpp .tblebox_inner>* {
    padding: 1em 6%;
  }

  .tblebox_inner .title {
    width: 100%;
    font-size: 150%;
    text-align: center;
    border-bottom: 1px solid #d9d4cc;
  }

  .tblebox_inner .txt {
    border-left: none;
    width: 100%;
    padding: 2em 6% 4em;
  }

  .tpp .tblebox_inner {
    border-bottom: 1px solid #d9d4cc;
  }

  .tpp .tblebox_inner>* {
    font-size: 100%;
  }

  .tpp .tblebox_inner .txt {
    padding: 2em 6% 2em;
  }

  .request .recruit_txtArea.inners.bgwhite {
    max-width: initial;
    border-left: none;
    border-right: none;
    padding: 2em 6%;
  }
}

@media screen and (max-width:610px) {
  .tblebox_inner .title {
    font-size: 6vw;
  }

  .tpp .tblebox_inner .title {
    font-size: 4vw;
  }
}

/*==========================================
contact
==========================================*/
.request ul#model_sliderBx {
  width: 100vw;
  overflow: hidden;
}

ul.model_contactBx li.slick-slide {
  padding: 20px;
  display: block;
  position: relative;
  border-right: none;
  transition: .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

ul.model_contactBx li.slick-slide:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #d9d4cc;
}

ul.model_contactBx li.slick-slide img {
  width: 245px;
  transition: .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

ul.model_contactBx li.slick-slide.slick-current.slick-active.slick-center img {
  box-shadow: 5px 5px 15px 0px rgba(96, 61, 61, 0.2);
}

ul.model_contactBx .slick-track {
  border-bottom: 1px solid #d9d4cc;
}

.model_contact .inners .buttonArea {
  position: static;
}

.model_contact .inners .buttonArea {
  position: relative;
  left: auto;
  width: 80px;
  height: 35px;
  top: auto;
}

.model_contact ul.model_contactBx+.inners {
  padding: 1em 40px;
}

.model_contact ul.model_contactBx+.inners .link_line {
  margin-top: 0;
}

@media screen and (max-width:610px) {
  ul.model_contactBx li.slick-slide {
    padding: 10px;
  }

  ul.model_contactBx li.slick-slide img {
    width: 60vw;
  }

  .model_contact ul.model_contactBx+.inners {
    padding: 1em 6%;
    align-items: center;
  }

  .model_contact .inners .buttonArea {
    width: 55px;
  }
}




/*==========================================
user 
==========================================*/
.um-row-heading {
  font-weight: 700;
  font-size: 120% !important;
  border-bottom: 1px solid #d9d4cc !important;
}

.um-profile-photo.um-trigger-menu-on-click {
  display: none !important;
}

@media screen and (min-width: 500px) {
  .um-row._um_row_2.regst_snsbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .um-row._um_row_2.regst_snsbox>div {
    width: 48%;
  }
}