@charset "UTF-8";

/*--------------------------------------------
 基本設定
--------------------------------------------*/
html,body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  color: #333333;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .1em;
  font-family: "Microsoft JhengHei", STHeiti, 'M PLUS 1p', sans-serif;
  position:relative;
}
* {box-sizing: border-box;}
p {
  font-size: 1.4rem;
  line-height: 1.8;
}
a {
  color: #8AD8FF;
  text-decoration: none;
  transition: all 1s;
}
section {
  position: relative;
  margin: 0px auto;
  box-sizing: border-box;
}
.container {
  max-width: 1080px;
  margin: 8rem auto;
  position: relative;
}
img {
  width: 100%;
  height: auto;
}


h2 {
  font-size: 5.2rem;
  text-align: center;
  font-weight: 800;
  padding: 200px 0 0;
}
h2 span {
  display: block;
  font-size: 1.4rem;
  color: #FF8299;
  text-align: center;
  font-weight: 700;
  margin-top: 12px;
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 4.0rem;
    text-align: center;
    font-weight: 800;
    padding: 100px 0 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*--------------------------------------------
 link
--------------------------------------------*/
.link {
  font-size: 1.4rem;
  line-height: 1.5 !important;
  display: block;
  margin-top: 10px;
}
.link:hover {
  text-decoration: underline;
}

.link:before {
  content: "";
  display: inline-block;
  width:15px;
  height:15px;
  margin: -3px 5px 0 0;
  /* background: url(../img/browser.svg) no-repeat; */
  background-size: contain;
  vertical-align: middle;
}



/*--------------------------------------------
 fadein
--------------------------------------------*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all .5s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}


/*--------------------------------------------
 画像追加
--------------------------------------------*/
#add_img {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 15%;
  height: auto;
}

/*--------------------------------------------
 keyvisual
--------------------------------------------*/
.hero-image {
  position: relative;
}

#keyvisual {
  padding: 80px 20px;
  background:#18839a;
  background-size:cover;
  background-attachment:fixed;
  text-align: center;
  color: #fff;
}
#keyvisual span{
  font-size: 2.4rem;
  font-weight: 700;
}
#keyvisual h1{
  font-size: 12rem;
  font-weight: 800;
  padding: 12px 0 0;
}

#keyvisual h2{
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0;
}

#keyvisual h3{
  font-size: 2rem;
  font-weight: 400;
  padding: 5px 5px 0;
}


#keyvisual p{
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 0;
}
#keyvisual .imgbox{
  max-width: 1080px;
  margin: 0px auto;
}

#keyvisual .imgbox2{
  max-width: 125px;
  margin: 0px 106px;
}

@media screen and (max-width: 640px) {
  #keyvisual {
    padding: 60px 20px;
  }
  #keyvisual span{
    font-size: 1.6rem;
    font-weight: 700;
  }
  #keyvisual h1{
    font-size: 5rem;
    font-weight: 800;
    padding: 12px 0 0;
  }
  #keyvisual p{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 0;
  }
}

/*--------------------------------------------
 about
--------------------------------------------*/
#about {
  max-width: 1080px;
  margin: 15px auto 0;
  padding: 20px;
}

.movie_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 0 100px;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 640px) {
  #about {
    margin: 40px auto 0;
    padding: 20px;
  }
  .movie_wrap {
    margin: 0 0 40px;
  }
}

/*--------------------------------------------
 profile
--------------------------------------------*/

#profile {
  max-width: 1080px;
  margin: 0px auto;
}
.profilebox {
  display: flex;
  margin: 100px 20px 0;
}

.profilebox .imgbox {
  width: 36%;
}
.profilebox .contentsbox {
  width: 64%;
  padding-left: 40px;
}

.profilebox .contentsbox h3 {
  font-size: 3.6rem;
  font-weight: 800;
}
.profilebox .contentsbox span {
  font-size: 1.4rem;
  color: #999999;
  font-weight: 700;
  padding: 20px 0;
  display: block;
}
.profilebox .contentsbox p {
  padding: 20px 0;
}


@media screen and (max-width: 640px) {
  .profilebox {
    display: block;
    margin: 80px 20px 0;
  }
  .profilebox .imgbox {
    width: 100%;
  }
  .profilebox .contentsbox {
    width: 100%;
    padding-left: 0px;
  }
  .profilebox .contentsbox h3 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .profilebox .contentsbox span {
    font-size: 1.2rem;
    padding: 10px 0;
  }
  .profilebox .contentsbox p {
    padding: 20px 0;
  } 
}

/*--------------------------------------------
 message
--------------------------------------------*/

#message {
  max-width: 980px;
  margin: 0 auto;
}

#message h3 {
  font-size: 3.6rem;
  font-weight: 800;
  text-align: center;
  margin: 100px 0 30px;
}

.messagebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.messagebox li{
  width: 33.33%;
  padding: 20px;
}
.messagebox li a{
  display: block;
}
.messagebox li a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #message h3 {
    font-size: 2.4rem;
    margin: 80px 0 10px;
  }
  .messagebox {
    padding: 10px;
  }
  .messagebox li{
    width: 33.33%;
    padding: 10px;
  }
}



/*--------------------------------------------
 overview
--------------------------------------------*/
#overview {
  max-width: 880px;
  margin: 0 auto;
}
.tablelayout {
  margin: 80px 20px 0;
}
.tablelayout dl {
  display: flex;
  padding: 3.2rem 0;
  border-top: 1px solid #E5E5E5;
  line-height: 2;
}
.tablelayout dl dt{
  width: 25%;
  font-size: 1.4rem;
  font-weight: 700;
}
.tablelayout dl dd{
  width: 75%;
  font-size: 1.4rem;
}
.tablelayout dl:first-child {
  border-top: none;
}
@media screen and (max-width: 640px) {
  .tablelayout {
    margin: 40px 20px 0;
  }
}


/*--------------------------------------------
 schedule
--------------------------------------------*/

#schedule {
  max-width: 900px;
  margin: 0 auto 200px;
}

.step {
  margin: 80px 20px 0;
}
.step dl{
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 20px 60px;
}

.step dl dt{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FF8A9B;
  border: 3px solid #E5E5E5;
  border-radius: 8px;
  margin-right: 40px;
  white-space: nowrap;
}

.step dl dd h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
.step dl dd p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 4px;
}

.step dl:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 40px;
  width:20px;
  height:20px;
  margin: -3px 5px 0 0;
  /* background: url(../img/step.svg) no-repeat; */
  background-size: contain;
  vertical-align: middle;
}
.step dl.laststep dt {
  background: #FF8A9B;
  color: #fff;
  border: none;
}
.step dl.laststep:before {
  display: none;
}

@media screen and (max-width: 640px) {
  #schedule {
    margin: 0 auto 100px;
  }
  .step {
    margin: 40px 20px 0;
  }
  .step dl{
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 0 60px;
  }
  .step dl dt{
    width: 100%;
    height: 56px;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FF8A9B;
    border: none;
    border-bottom: 3px solid #E5E5E5;
    border-radius: 0px;
    margin: 0;
  }
  .step dl dd h3 {
    margin-top: 20px;
  }
  .step dl:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 8px);
    margin:0;
  }
  .step dl.laststep dt {
    background: #fff;
    color: #FF8A9B;
    border-bottom: 3px solid #FF8A9B;
  }
}

/*--------------------------------------------
 entry
--------------------------------------------*/
#entry {
  padding: 100px 20px;
  background:#18839a;
  background-size:cover;
  background-attachment:fixed;
  text-align: center;
  color: #fff;
}

.entrybtn {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FF8A9B;
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  margin-top: 40px;
  width: 100%;
  max-width: 360px;
  display: inline-block;
}
.entrybtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #entry p {
    text-align: left;
  }
}


/*--------------------------------------------
 attention
--------------------------------------------*/

#attention {
  max-width: 54em;
  margin: 0 auto;
  padding: 20px;
}

#attention h2 {
  text-align: left;
  font-size: 2.0rem;
  padding: 0 0 20px;
}

@media screen and (max-width: 640px) {
  #attention {
    margin: 0 auto;
    padding: 20px;
  }
}



/*--------------------------------------------
 footer
--------------------------------------------*/
footer {
  border-top: 1px solid #fff;
}

.company {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: #fff;
}
.company p{
color: #000;
  
}
.company div {
  padding: 20px;
  text-align: center;
}
.company div img{
  width: 120px;
  height: 120px;
}

footer small {
  background: #fff;
  padding: 20px;
  color: #999;
  display: block;
  width: 100%;
  text-align: right;
}

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


/*--------------------------------------------
 modal
--------------------------------------------*/

.messagebox {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.messagebox li {
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.messagebox li:hover {
  opacity: 0.7;
}

.messagebox li:hover::before {
  -webkit-animation: slideRightBg ease .2s forwards;
          animation: slideRightBg ease .2s forwards;
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background: #fff;
  border-radius: 8px;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 980px;
}

.modal_close {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
}
.modal_block dl {
  display: flex;
  align-items: center;
}
.modal_block dl dt {
  width: 200px;
  height: auto;
  padding-right: 28px;
}
.modal_block dl dd h4 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.modal_block dl dd span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FF8299;
}
.modal_block dl dd div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.modal_block dl dd div a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.modal_block dl dd div a:hover {
  opacity: 0.7;
}
.modal_block dl dd div a img {
  width: 40px;
  height: auto;
  padding-right: 10px;
}
.modal_block p {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .modal_inner {
    width: 90%;
    height: 92%;
    padding: 16px;
    overflow-y: scroll;
  }
  .modal_close {
    position: fixed;
    right: 10px;
    top: 10px;
  }
  .modal_block dl {
    display: block;
  }
  .modal_block dl dt {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .modal_block dl dd h4 {
    font-size: 2rem;
    font-weight: 700;
    padding: 20px 0 10px;
  }
  .modal_block dl dd span {
    font-size: 1.2rem;
  }
  .modal_block dl dd div {
    display: block;
  }
  .modal_block dl dd div a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .modal_block dl dd div a:hover {
    opacity: 0.7;
  }
  .modal_block dl dd div a img {
    width: 40px;
    height: auto;
    padding-right: 10px;
  }
  .modal_block p {
    padding-top: 20px;
  }
}

/*--------------------------------------------
 form
--------------------------------------------*/




#entry_keyvisual {
  padding: 80px 20px;
  /* background:#18839a url(../assets/DS_header_SP_JP.png) top center no-repeat; */
  background:#18839a;
  background-size:cover;
  background-attachment:fixed;
  text-align: center;
  color: #fff;
}
#entry_keyvisual span{
  font-size: 2.0rem;
  font-weight: 700;
}
#entry_keyvisual h1{
  font-size: 8rem;
  font-weight: 800;
  padding: 12px 0 0;
}
#entry_keyvisual p{
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px 0;
}
#entry_keyvisual .imgbox{
  max-width: 1080px;
  margin: 0px auto;
}

@media screen and (max-width: 640px) {
  #entry_keyvisual {
    padding: 40px 20px;
  }
  #entry_keyvisual span{
    font-size: 1.6rem;
    font-weight: 700;
  }
  #entry_keyvisual h1{
    font-size: 4rem;
    font-weight: 800;
    padding: 0 0 0;
  }
  #entry_keyvisual p{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px 0;
  }
}


#entryform {
  max-width: 800px;
  margin: 0px auto;
}
#entryform h2 {
  padding: 100px 0 0;
}
form {
  margin-top: 100px;
  padding-bottom: 32px;
  border-top: 1px solid #E5E5E5;
}
form dl {
  border-bottom: 1px solid #E5E5E5;
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
}
form dl dt {
  padding: 18px 40px 10px 0;
  display: flex;
  align-items: center;
}
form dl label {
  font-size: 1.4rem;
  font-weight: 700;
  width: 160px;
}
form dl label span {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  color: #999;
  padding-top: 8px;
}

form dl input[type="text"],
form dl input[type="email"],
form dl textarea {
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
}

.selectbox {
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #fff;
  width: 200px;
  margin-right: 20px;
}
.selectbox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 16px 38px 16px 16px;
  color: #222;
}
.selectbox select::-ms-expand {
    display: none;
}
.selectbox::before {
  position: absolute;
  top:calc(50% - 4px);;
  right: 16px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #FF8A9B;
  pointer-events: none;
}

form dl dd {
  width: 100%;
}
form dl dd p {
  font-size: 1.1rem;
  color: #999999;
  padding-top: 8px;
}
form dl dd span {
  font-size: 1.4rem;
  
}
.ymd {
  display: flex;
  align-items: center;
}
.d_flex_center {
  display: flex;
  align-items: center;
}
.tag_pink {
  padding: 4px 12px;
  border-radius: 46px;
  font-size: 1rem;
  color: #fff;
  background: #FF8A9B;
  display: inline;
  white-space: nowrap

}
.tag_blue {
  padding: 4px 16px;
  border-radius: 46px;
  font-size: 1rem;
  color: #fff;
  background: #8AD8FF;
  white-space: nowrap
}

.w200 {
  width: 200px !important;
  margin-right: 10px;
}

::placeholder {
  color:  #E5E5E5;
  font-size: 1.4rem;
}

.radiobtnbox {
  display: flex;
  align-items: center;
}
.radiobtnbox div {
  height: 51px;
  display: flex;
  align-items: center;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding: 16px 20px 16px 40px;
  position:relative;
  margin-right: 10px;
  white-space: nowrap;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}
.radio-input:checked + label::before{
  border: 1px solid #FF8A9B;
}
.radio-input:checked + label{
  color: #333;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: #FF8A9B;
  border-radius: 50%;
}

.samplebox {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.samplebox img{
  width: 132px;
  height: auto;
}
.samplebox p {
  padding: 0 0 0 20px;
}

.entrytext {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}

.btnbox {
  text-align: center;
  padding: 0 0 100px;
}
button {
  font-size: 2.0rem;
  font-weight: 800;
  color: #fff;
  background: #FF8A9B;
  border-radius: 8px;
  padding: 20px 28px;
  width: 100%;
  max-width: 360px;
  display: inline-block;
  border: none;
}

button:hover {
  opacity: 0.7;
}

#entryfin {
  max-width: 800px;
  margin: 0px auto 100px;
  text-align: center;
}
#entryfin h2 {
  padding: 100px 0 0;
}
#entryfin p {
  margin-top: 40px;
}

.d_checkbox {
  display: flex;
  align-items: center;
}
.d_checkbox label{
  display: block;
  height: 48px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding: 16px 20px 16px 40px;
  position:relative;
  margin-right: 20px;
  color: #333;
  white-space: nowrap;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #E5E5E5;
  color: #333;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #333;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 12px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #FF8A9B;
  border-right: 4px solid #FF8A9B;
}

.addcontents {
  border-top: 1px solid #E5E5E5;
}

@media screen and (max-width: 640px) {
  #entryform h2 {
    padding: 40px 0 0;
  }
  form {
    margin: 40px 20px;
    padding-bottom: 20px;
  }
  form dl {
    padding: 20px 0;
    display: block;
  }
  form dl dt {
    padding: 0 0 20px 0;
    display: block;
    align-items: center;
  }
  form dl label span {
    font-size: 1.1rem;
    font-weight: 700;
    display: inline;
    color: #999;
    padding:0 8px;
  }
  .d_flex_center {
    display: block;
  }
  .radiobtnbox {
    display: block;
    align-items: center;
  }
  .d_checkbox {
    display: block;
  }
  .entrytext {
    font-size: 1.3rem;
    text-align: left;
    padding: 20px 0;
  }
  .btnbox {
    padding: 0 0 40px;
  }_
  #entryfin {
    margin: 0px auto 40px;
  }
  #entryfin h2 {
    padding: 40px 0 0;
  }
  #entryfin p {
    margin-top: 20px;
  }
}