@charset "utf-8";

/*================================
	Layout, Elements
================================*/
.clearfix:after,
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=file],
input[type=image],
input[type=number],
input[type=range],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=search],
select,
textarea {
  display: block
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

a,
a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: 0
}

li,
ul {
  list-style: none
}

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

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit
}

.clearfix:after {
  content: " ";
  clear: both
}

* {
  color: #222;
  font-size: 12px;
  box-sizing: border-box;
  letter-spacing: .02rem;
  line-height: 1.6;
  border-radius: 0
}

html {
  font-size: 10px;
  background: #FFF;
  height: 100%
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column
}

button,
input[type=submit],
input[type=reset],
input[type=search],
input[type=button],
select,
textarea {
  /* appearance:none; */
  -moz-appearance: none;
  /* -webkit-appearance:none; */
}

button,
input,
select,
textarea {
  /* font-family:inherit; */
  /* font-weight:inherit; */
  /* outline:0; */
  /* border:1px solid #333; */
  /* background-color:#FFF; */
}

button,
input[type=submit],
input[type=reset],
input[type=file],
input[type=color],
input[type=button] {
  cursor: pointer
}

input[type=file],
input[type=image],
input[type=color] {
  border: none;
  background-color: transparent
}

select {
  /* text-indent:.01px; */
  text-overflow: '';
  background-image: url(under_arrow.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  /* padding:0 20px 0 10px; */
  display: inline-block;
}

select::-ms-expand {
  display: none
}

textarea {
  overflow: auto;
  resize: vertical
}

canvas,
iframe,
img,
svg,
video {
  border: 0;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

@media screen and (max-width:480px) {
  * {
    font-size: 1.3rem
  }

  input,
  select,
  textarea {
    font-size: 1.6rem
  }

  input[type=checkbox]:checked {
    background-color: #3B99FC
  }

  input[type=radio] {
    border-radius: 1rem
  }

  input[type=radio]:checked {
    background-color: #3B99FC;
    border-radius: 1rem
  }
}

* {
  line-height: 1.8em;
}

main {
  overflow: hidden;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bar_effect1 .active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  /* background: #fff !important; */
}

.bar_effect1 .active span:nth-of-type(2) {
  opacity: 0;
}

.bar_effect1 .active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  /* background: #fff !important; */
}

.bar_effect2 .active span:nth-of-type(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
  background: #fff !important;
}

.bar_effect2 .active span:nth-of-type(2) {
  opacity: 0;
}

.bar_effect2 .active span:nth-of-type(3) {
  -webkit-transform: translateY(-4px) rotate(315deg);
  transform: translateY(-4px) rotate(315deg);
  background: #fff !important;
}

.bar_effect3 .active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.bar_effect3 .active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.bar_effect3 .active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.bar_effect3 .active span:nth-of-type(3) {
  opacity: 0;
}

.bar_effect4 span:nth-of-type(3),
.bar_effect4 .active span:nth-of-type(3) {
  transition: none;
}

.bar_effect4 .active {
  -webkit-transform: rotateX(720deg);
  transform: rotateX(720deg);
}

.bar_effect4 .active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.bar_effect4 .active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.bar_effect4 .active span:nth-of-type(3) {
  opacity: 0;
}

.bar_effect5 span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.bar_effect5 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.bar_effect5 span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }

  50% {
    transform: translateY(-12px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.bar_effect5 .active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(12px) rotate(0);
  }

  100% {
    transform: translateY(12px) rotate(45deg);
  }
}

.bar_effect5 .active span:nth-of-type(2) {
  opacity: 0;
}

.bar_effect5 .active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
  bottom: -2px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-10px) rotate(0);
  }

  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}

.bar_effect6 .active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.bar_effect6 .active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.bar_effect6 .active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}


html {
  font-size: 10px;
}

body {
  min-width: 1300px;
}


.sp {
  display: none !important;
}

.pc {
  display: block;
}

a,
button,
input[type="submit"] {
  transition: .2s;
}

a:hover,
button:hover,
input[type="submit"]:hover {
  opacity: .7;
}

.inview {
  opacity: 0;
}

.fadeInUp,
.fadeInLeft,
.fadeInRight,
.bounceIn,
.zoomIn {
  opacity: 1;
}

body,
html {
  background-color: #EFEEE9;
}

.mobilenav {
  display: none;
}

#header {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
}

#header>nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
}

#header>nav h1 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}

#header>nav h1 a {
  margin-right: 15px;
  display: inline-block;
}

#header .triger_wrap {
  display: flex;
  width: 75px;
  height: 70px;
  /* position: fixed; */
  right: 40px;
  top: 43px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all .3s;
  z-index: 1000;
  margin-right: 10px;
  margin-left: auto;
}

.triger_wrap .menu-trigger {
  transition: all .3s;
}

.triger_wrap .menu-trigger:hover {
  transform: scale(1.3);
}

.triger_wrap .menu-trigger {
  display: block;
  position: relative;
  width: 75px;
  height: 70px;
}

.triger_wrap span {
  background-color: #707070;
  height: 1px;
  width: 38px;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .4s;
}

.triger_wrap span:nth-of-type(1) {
  top: calc(50% - 10px);
}

.triger_wrap span:nth-of-type(2) {
  top: calc(50% - 1px);
  width: 27px;
  margin-left: auto;
  margin-right: 19px;
}

.triger_wrap span:nth-of-type(3) {
  top: calc(50% + 9px);
  width: 18px;
  margin-left: auto;
  margin-right: 19px;
}

.menu-trigger.active span:nth-of-type(1) {}

.menu-trigger.active span:nth-of-type(2) {}

.menu-trigger.active span:nth-of-type(3) {
  width: 38px;
}

.entry_btn_top {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #937EB7;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100px;
}

.page_bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
}

.page_bg picture,
.page_bg picture img {
  display: flex;
  object-fit: cover;
  height: 100%;
  object-position: center center;
  width: 100%;
}

.mobilenav {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 460px;
  background-color: #FFFFFF;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.7) 100%);
  height: 100%;
  z-index: 10;
  right: 0;
  padding-left: 80px;
}

.mobilenav .links {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mobilenav .links li {
  margin-bottom: 20px;
}

.mobilenav .links a {
  font-size: 1.4rem;
}

.mobilenav .link_entry {
  margin-top: 30px;
}

.mobilenav .link_entry a {
  border: 1px solid;
  color: #937EB7;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 13px 0;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 30px;
}

.mobilenav .link_entry a:hover {
  background-color: #937EB7;
  color: #fff;
}

main>.bg picture,
main>.bg picture img {
  object-fit: cover;
  height: 100%;
  object-position: center center;
  width: 100%;
}


#footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 130px;
}

#footer>.inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}

#footer>.inner .logo {
  margin-bottom: 30px;
}

#footer>.inner .logo a {
  display: inline-block;
  margin-right: 15px;
}

#footer>.inner .logo {
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}

#footer>.inner .info {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 1px;
}

#footer>.inner .sns {
  margin-top: 20px;
}

#footer>.inner .sns i {
  font-size: 1.8rem;
}

#footer>small {
  text-align: center;
  font-size: 1.3rem;
  display: block;
  margin-top: 50px;
}

.other_links p a {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.4rem;
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    min-width: unset;
  }


  #header>nav {
    padding: 15px 20px;
    padding-right: 5px;
  }

  #header>nav h1 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  #header>nav h1 a {
    display: block;
    margin-bottom: 5px;
    /* font-size: 1.4rem; */
    width: 100px;
  }

  #header .triger_wrap {
    margin-right: 0;
  }

  .entry_btn_top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: calc(100% - 20px);
    height: 46px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .mobilenav {
    width: 100%;
    padding: 0 60px;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.9) 100%);
  }



  #footer>.inner {
    flex-direction: column;
    padding: 0 20px;
  }

  #footer>.inner .company {
    margin-bottom: 30px;
  }


  .other_links p a {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
}