@charset "UTF-8";
/*====================================================
# mixins
====================================================*/
/*====================================================
# colors
====================================================*/
/*=================================================
# font
==================================================*/
/*====================================================
# common(一般) - 全体に共通するスタイル
====================================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #707070;
  background: #E0CCA4;
  font-family: "American Typewriter", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.65;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #707070;
}

.inner {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 800px;
    padding: 0 100px;
  }
}

.sub-title {
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 1.6rem;
  }
}

/*=================================================
# main
==================================================*/
.main {
  margin-bottom: 30px;
}

.main-picture {
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .main-picture {
    width: 50%;
  }
}

.main-message {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .main-message {
    font-size: 2.2rem;
  }
}

.main-title {
  font-weight: bold;
}

.main-text {
  margin-top: 25px;
}

/*=================================================
# enter
==================================================*/
.enter {
  padding: 35px 15px 21px;
  position: relative;
}
.enter::before {
  content: "";
  position: absolute;
  background: #BD8457;
  height: 1px;
  width: 248px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.enter::after {
  content: "";
  position: absolute;
  background: #BD8457;
  height: 1px;
  width: 248px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.enter-inner {
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .enter-inner {
    max-width: 50%;
  }
}

.enter-list {
  padding: 0 15px;
}

.enter-item + .enter-item {
  margin-top: 22px;
}
.enter-item input[type=text] {
  border: 1px solid #707070;
  background: #fff;
  border-radius: 17px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #707070;
  font-family: inherit;
  padding: 1em;
  width: 100%;
}
.enter-item select {
  appearance: none;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 17px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #707070;
  box-shadow: none;
  padding: 10px 16px;
  appearance: none;
  font-family: inherit;
  outline: none;
  padding: 1em;
  width: 100%;
}

.enter-item-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.enter-item-input {
  margin-top: 10px;
}

.enter-item-select {
  position: relative;
}
.enter-item-select::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 20px;
  right: 15px;
  border-style: solid;
  border-width: 20px 11.5px 0 11.5px;
  border-color: #707070 transparent transparent transparent;
}
.enter-item-select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 21px;
  right: 16.5px;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .enter-item-select::after {
    right: 16px;
  }
}

.enter-btn {
  margin-top: 65px;
}

.enter-btn-link {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 17px;
  color: #707070;
  font-size: 1.6em;
  font-family: inherit;
  padding: 1em;
  text-align: center;
}

.enter-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 25px;
}
.enter-text:nth-child(2) {
  margin-top: 35px;
}
.enter-text:nth-child(3) {
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .enter-text {
    font-size: 1.8rem;
  }
}

/*=================================================
# message
==================================================*/
.message {
  margin: 38px 0 17px;
  display: none;
}

.message-content {
  background: #E0B878;
  border-radius: 22px;
  padding: 56px 15px 23px;
  position: relative;
}
.message-content::before {
  content: "";
  position: absolute;
  display: block;
  height: 110px;
  width: 45px;
  border-bottom-left-radius: 50%;
  background: #E0B878;
  bottom: -85px;
  left: 15%;
  transform: rotate(-30deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .message-content::before {
    height: 170px;
    width: 55px;
    bottom: -125px;
    left: 25%;
  }
}
.message-content::after {
  content: "";
  position: absolute;
  display: block;
  height: 105px;
  width: 70px;
  border-radius: 50%;
  background: #E0CCA4;
  bottom: -95px;
  left: calc(15% + 21px);
  transform: rotate(-40deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .message-content::after {
    height: 170px;
    width: 110px;
    bottom: -145px;
    left: calc(25% + 25px);
  }
}
@media screen and (min-width: 768px) {
  .message-content {
    padding: 40px;
  }
}

.message-top {
  color: #fff;
  text-align: center;
}

.message-your-name {
  font-size: 1.8rem;
  font-weight: bold;
}

.message-important-message {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 30px;
}

.message-list {
  padding: 0 20px;
}

.message-item {
  margin-top: 35px;
}
.message-item .sub-title {
  color: #fff;
}

.message-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.message-bottom {
  margin-top: 28px;
  text-align: right;
  font-size: 1.8rem;
}

.message-yagi {
  position: relative;
}

.message-yagi-text {
  color: #352826;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .message-yagi-text {
    font-size: 2.2rem;
  }
}

.message-yagi-picture {
  width: 60%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .message-yagi-picture {
    width: 55%;
  }
}

/*=================================================
# commentary
==================================================*/
.commentary-inner {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 22px;
  padding: 25px 12px 41px 25px;
}
@media screen and (min-width: 768px) {
  .commentary-inner {
    padding: 40px;
  }
}

.commentary-text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}

/*=================================================
# footer
==================================================*/
.footer {
  margin: 62px 0 13px;
}

.footer-text {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 25px;
}
.footer-text + .footer-text {
  margin-top: 25px;
}

.footer-sns-list {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .footer-sns-list {
    margin: 50px auto;
  }
}

.footer-sns-item {
  width: 47px;
  height: 47px;
}
@media screen and (min-width: 768px) {
  .footer-sns-item {
    width: 70px;
    height: 70px;
  }
}

.footer-copy {
  margin-top: 127px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */

/*=================================================
# loading
==================================================*/

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#loadingOverlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #007bff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*** VARS ***/
/*** GENERAL STYLES ***/
* {
  box-sizing: border-box;
}

body {
  /*** font-family: "Dosis", sans-serif;***/
  /*** background: #c5cae9;***/
  text-align: center;
}

.clear {
  clear: both;
}

/*** CARD STLES ***/
.cards-container {
  width: 793px;
  max-width: 100%;
  margin: 2rem auto;
}

.card {
  float: left;
  margin: 3rem;
}

.card-one {
  position: relative;
  width: 300px;
  background: #fff;
  box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
}
.card-one header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #c8c;
}
.card-one header::before, .card-one header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
}
.card-one header::before {
  transform: skewY(-8deg);
  transform-origin: 100% 100%;
}
.card-one header::after {
  transform: skewY(8deg);
  transform-origin: 0 100%;
}
.card-one header .avatar {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -50px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  border: 3px solid #fff;
}
.card-one header .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}
.card-one h3 {
  position: relative;
  margin: 80px 0 30px;
  text-align: center;
}
.card-one h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.card-one .desc {
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1.5;
  color: #777;
}
.card-one .contacts {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.card-one .contacts a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  color: #c8c;
}
.card-one .contacts a:hover {
  color: #333;
}
.card-one .contacts a:hover .fa::before {
  color: #fff;
}
.card-one .contacts a:hover .fa::after {
  width: 100%;
  height: 100%;
}
.card-one .contacts a .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  font-size: 1.3em;
}
.card-one .contacts a .fa:before {
  position: relative;
  z-index: 1;
}
.card-one .contacts a .fa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  background: #c8c;
  transition: width 0.3s, height 0.3s;
}
.card-one .contacts a:last-of-type .fa {
  line-height: 36px;
}
.card-one footer {
  position: relative;
  padding: 1rem;
  background-color: #6573d0;
  text-align: center;
}
.card-one footer a {
  padding: 0 1rem;
  color: #e2e2e2;
  transition: color 0.4s;
}
.card-one footer a:hover {
  color: #c8c;
}
.card-one footer::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom-color: #6573d0;
}

.card-two {
  position: relative;
  width: 300px;
  background: #fff;
  box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.4);
}
.card-two header {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #c8c;
}
.card-two header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  transform: skewY(8deg);
  transform-origin: 0 100%;
}
.card-two header .avatar {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -50px;
  z-index: 5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  border: 3px solid #fff;
}
.card-two header .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}
.card-two h3 {
  position: relative;
  margin: 80px 0 30px;
  text-align: center;
}
.card-two h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #000;
}
.card-two .desc {
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1.5;
  color: #777;
}
.card-two .contacts {
  width: 200px;
  max-width: 100%;
  margin: 0 auto 3.5rem;
}
.card-two .contacts a {
  display: block;
  width: 33.333333%;
  float: left;
  text-align: center;
  color: #c8c;
}
.card-two .contacts a:hover {
  color: #333;
}
.card-two .contacts a:hover .fa::before {
  color: #fff;
}
.card-two .contacts a:hover .fa::after {
  top: 0;
}
.card-two .contacts a .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 39px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #c8c;
  border-radius: 50%;
}
.card-two .contacts a .fa:before {
  position: relative;
  z-index: 1;
}
.card-two .contacts a .fa::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.3s;
  background: #c8c;
}
.card-two .contacts a:last-of-type .fa {
  line-height: 36px;
}
.card-two footer {
  position: relative;
  height: 45px;
  background-color: #6573d0;
  text-align: center;
}
.card-two footer p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.card-two footer p a {
  padding: 0 1rem;
  color: #e2e2e2;
  transition: color 0.4s;
}
.card-two footer p a:hover {
  color: #c8c;
}
.card-two footer::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  transform: skewY(8deg);
  transform-origin: 100%;
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 810px) {
  .card {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/*ボタン用*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}