@charset "utf-8";

/* ↓↓↓ #message ↓↓↓ */
#message .mess1 {
  max-width: 900px;
  margin: 45px auto 0 auto;
}

#message .mess2 {
  max-width: 900px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 750px) {

  #message .mess1 {
    margin: 20px auto 0 auto;
  }

  #message .mess2 {
    margin: 35px auto 0 auto;
  }
}

#message .mess1 a:hover,
#message .mess2 a:hover {
  display: block;
  opacity: .7;
}

@media screen and (max-width: 750px) {
  #message .mess-text {
    display: block;
    margin-top: 10px;
  }
}

#message .mess-text h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

#message .mess-text .name {
  margin-top: 10px;
}

/* ↑↑↑ #message ↑↑↑ */

/* ↓↓↓ #message01 ↓↓↓ */
/* ↓↓↓ #message02 ↓↓↓ */
#message02,
#message03 {
  padding: 0;
}

#message02 .mainbox,
#message03 .mainbox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

#message02 .mainbox .wrap,
#message03 .mainbox .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1265px;
  height: 100%;
}

@media screen and (max-width: 750px) {

  #message02 .mainbox .wrap,
  #message03 .mainbox .wrap {
    position: relative;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    padding: 25px 4%;
    max-width: 1265px;
    height: auto;
    background-color: #f2f2f2;
  }
}

#message02 .mainbox .image,
#message03 .mainbox .image {
  display: block;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

#message02 .mainbox .image img,
#message03 .mainbox .image img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {

  #message02 .mainbox,
  #message03 .mainbox {
    height: auto;
  }
}

#message02 .mainbox .profile {
  position: absolute;
  top: 39%;
  left: 0;
  padding-left: 12.4%;
  line-height: 1.7em;
}

@media screen and (min-width: 1300px) {
  #message02 .mainbox .message-name {
    top: 5% !important;
  }
}

#message02 .mainbox .message-name {
  position: absolute;
  top: 9%;
  left: 0;
  padding-left: 12.4%;
}

#message02 .mainbox .message-name img {
  width: 18vw;
  max-width: 260px;
}

@media screen and (max-width: 750px) {
  #message02 .mainbox .message-name {
    display: none;
  }
}

#message02 .mainbox .movie-btn {
  position: absolute;
  bottom: 9%;
  left: 0;
  padding-left: 12.4%;
}

@media screen and (max-width: 750px) {
  #message02 .mainbox .movie-btn {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #message02 .mainbox .movie-btn {
    bottom: 5%;
  }
}

#message02 .mainbox .movie-btn img {
  width: 30vw;
  max-width: 360px;
}

@media screen and (max-width: 750px) {
  #message02 .mainbox .movie-btn img {
    width: 100vw;
    max-width: 360px;
  }
}

@media screen and (max-width: 1000px) {
  #message02 .mainbox .profile {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 750px) {
  #message02 .mainbox .profile {
    font-size: 1.4rem;
  }
}

#message03 .mainbox .profile {
  position: absolute;
  bottom: 8%;
  left: 0;
  /* padding-left: 60%; */
  padding-left: 12.4%;
  line-height: 1.9em;
}

@media screen and (max-width: 1050px) {

  #message02 .mainbox .profile,
  #message03 .mainbox .profile {
    bottom: 4%;
  }
}

@media screen and (max-width: 950px) {

  #message02 .mainbox .profile,
  #message03 .mainbox .profile {
    bottom: 0;
  }
}

@media screen and (max-width: 750px) {

  #message02 .mainbox .profile,
  #message03 .mainbox .profile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
  }
}

#message02 .box1,
#message03 .box1 {
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

#message02 .box1 {
  flex-direction: row-reverse;
  padding-bottom: 80px;
}

#message03 .box1 {
  align-items: center;
}

@media screen and (max-width: 750px) {

  #message02 .box1,
  #message03 .box1 {
    flex-direction: column;
    padding-bottom: 0;
    margin-top: 80px;
  }
  
  #message02 .box1 {
    flex-direction: column-reverse;
  }

  #message03 .box1 {
    margin-top: 40px;
  }
}

#message02 .box1 .image {
  width: 38.948%;
}

@media screen and (max-width: 750px) {

  #message02 .box1 .image {
    width: 100%;
  }
}

#message03 .box1 .image {
  width: 49.475%
}

@media screen and (max-width: 750px) {

  #message03 .box1 .image {
    width: 100%;
  }
}

#message02 .box1 .text {
  flex: 1;
  /* margin-left: 40px; */
  font-size: 1.4rem;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 750px) {

  #message02 .box1 .text {
    margin-top: 30px;
    margin-left: 0;
    line-height: 2.2em;
  }
}

#message03 .box1 .text-group {
  flex: 1;
  margin-left: 40px;
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: justify;
}

#message03 .box2 .text-group {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: justify;
}

#message03 .box2 .text-group .-space {
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 750px) {

  #message03 .box1 .text-group {
    margin-left: 0;
    margin-top: 20px;
  }

  #message03 .box2 .text-group {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#message03 .box1 .text-group .copy {
  padding-bottom: 30px;
  font-size: 2.6rem;
  color: #008803;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  #message03 .box1 .text-group .copy {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}

#message02 .box1 .first-img {
  max-width: 401px;
  padding-left: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #message02 .box1 .first-img {
    padding-top: 35px;
    padding-left: 0;
  }
}

#message02 .box1 .text-group {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: justify;
}

#message02 .box1 .text-group,
#message02 .box2 .text-group {
  flex: 1;
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: justify;
}

#message02 .box1 .text-group .copy {
  padding-bottom: 20px;
  /* padding-top: 20px; */
  /* margin-left: 30px; */
  font-size: 2.6rem;
  color: #000000;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  #message02 .box1 .text-group .copy {
    margin-left: 0px;
    padding-bottom: unset;
    font-size: 1.8rem;
    line-height: unset;
  }
}

#message02 .-red {
  color: #c50018 !important;
}

#message02 .box2,
#message03 .box2 {
  margin-top: 0px;
}

@media screen and (max-width: 750px) {

  #message02 .box2,
  #message03 .box2 {
    margin-top: 20px;
  }
}

#message02 .box2 .copy,
#message03 .box2 .copy {
  padding-bottom: 30px;
  font-size: 2.6rem;
  color: #008803;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {

  #message02 .box2 .copy,
  #message03 .box2 .copy {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}

#message02 .box2 .text-group,
#message03 .box2 .text-group {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {

  #message02 .box2 .text-group,
  #message03 .box2 .text-group {
    flex-direction: column;
  }
}

#message02 .box2 .text-group .left,
#message02 .box2 .text-group .right,
#message03 .box2 .text-group .left,
#message03 .box2 .text-group .right {
  width: 48.3%;
  line-height: 2.2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

#message02 .box2 .text-group .left .-space,
#message02 .box2-2 .text-group .-space,
#message03 .box2 .text-group .left .-space {
  display: block;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {

  #message02 .box2 .text-group .left .-space_wide {
    display: block;
    padding-top: 80px;
  }

}

#message02 .sp_only_message {
  display: none;
}

@media screen and (max-width: 750px) {
  #message02 .sp_only_message {
    display: inline;
  }
}

#message02 .box2 .text-group .right .-space,
#message03 .box2 .text-group .right .-space {
  display: block;
  padding-top: 25px;
}

@media screen and (max-width: 750px) {

  #message02 .box2 .text-group .left,
  #message02 .box2 .text-group .right,
  #message03 .box2 .text-group .left,
  #message03 .box2 .text-group .right {
    width: 100%;
    line-height: 2.2em;
    padding-top: 25px;
  }
}

#message02 .interval-image,
#message03 .interval-image {
  max-width: 820px;
  margin: 60px auto 0;
}

@media screen and (max-width: 750px) {

  #message02 .interval-image,
  #message03 .interval-image {
    width: calc(100% + 8%);
    margin: 0px -4%;
    margin-top: 30px;
  }

  #message02 .box2 .text-group .-span-sp {
    display: block;
    padding-top: 25px;
  }
}

#message02 .interval-image img,
#message03 .interval-image img {
  display: block;
  margin: 0 auto;
}

#message02 .box3,
#message03 .box3 {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

#message03 .box3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 750px) {

  #message02 .box3,
  #message03 .box3 {
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 70px;
  }
  
  #message02 .box3 {
    margin-top: 50px;
  }
}

#message02 .box3 .image,
#message03 .box3 .image {
  width: 38.948%;
}

@media screen and (max-width: 750px) {

  #message02 .box3 .image,
  #message03 .box3 .image {
    width: 100%;
    margin-top: 30px;
  }
}

#message02 .box3 .text-group,
#message03 .box3 .text-group {
  flex: 1;
  margin-right: 40px;
  font-size: 1.4rem;
  line-height: 2.2em;
  text-align: justify;
}

@media screen and (max-width: 750px) {

  #message02 .box3 .text-group,
  #message03 .box3 .text-group {
    margin-right: 0;
  }
}

#message02 .box3 .text-group .copy,
#message03 .box3 .text-group .copy {
  padding-bottom: 50px;
  font-size: 2.6rem;
  /* color: #008803; */
  line-height: 1.6em;
}

#message02 .box3 .text-group .copy {
  padding-bottom: 20px;
}

#message02 .box3 .text-group .copy .-indent,
#message03 .box3 .text-group .copy .-indent {
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (max-width: 750px) {

  #message02 .box3 .text-group .copy,
  #message03 .box3 .text-group .copy {
    font-size: 1.8rem;
    padding-bottom: 25px;
  }

  #message02 .box3 .text-group .copy .-indent,
  #message03 .box3 .text-group .copy .-indent {
    padding-left: 2em;
    text-indent: -2em;
  }

  #message02 .box2-2 .text-group .copy .-indent,
  #message03 .box2-2 .text-group .copy .-indent {
    padding-left: 1em;
  }
}

#message03 .box4 {
  margin-top: 90px;
  margin-bottom: 140px;
  display: flex;
}

@media screen and (max-width: 750px) {
  #message03 .box4 {
    margin-top: 70px;
    flex-direction: column;
  }
}

#message03 .box4 .text-group {
  padding-right: 40px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  #message03 .box4 .text-group {
    padding-right: 0;
  }
}

#message03 .box4 .text-group .title {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1;
}

#message03 .box4 .text-group .text {
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  #message03 .box4 a {
    margin: 20px auto 0 auto;
  }
}

#message03 .box4 .image {
  width: 259px;
}

#message03 .box4 .image:hover {
  opacity: .7;
}




#message02 .text.mt {
  margin-top: 40px;
  line-height: 2.2;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  #message02 .text.mt {
    margin-top: 30px;
  }
}

.text-group .text {
  line-height: 2;
  font-size: 1.4rem;
}



/* #message02 .box2-2 {
  margin-top: 80px;
} */

#message02 .box2-2 .copy {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 2.6rem;
  color: #000000;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  #message02 .box2-2 {
    margin-top: 0px;
  }

  #message02 .box2-2 .copy {
    margin-left: 0px;
    padding-bottom: 20px;
    padding-top: 50px;
    font-size: 1.8rem;
  }
}

#message02 .box2-2 .copy .-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  #message02 .box2-2 .copy .-sp {
    display: block;
  }
}

.youtubeBox {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.youtubeBox a:hover {
  opacity: .6;
}

.youtubeBox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeBox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

}

/* ↑↑↑ #message01 ↑↑↑ */
/* ↑↑↑ #message02 ↑↑↑ */