@charset "UTF-8";
/* CSS Document */



/*
-----------------------------------------------
▼フェードイン
----------------------------------------------- */

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}


/*
-----------------------------------------------
▼基本デザイン 2024.7
----------------------------------------------- */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  word-break: normal;
  word-wrap: break-word;
}
html {
  font-size: 62.5%;
  overflow: auto;
}
body {
  font-size: 1.5rem;
  overflow: hidden;
  font-feature-settings: "palt";
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  color: #000;
}
img {
  vertical-align: bottom;
}
ul, ol {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, strong {
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  transition: opacity 0.5s ease-in-out;
}
a:hover img {
  opacity: 0.8;
}
.mincho {
  font-family: "Noto Serif JP", serif;
}
.gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.outfit {
  font-family: "Outfit", sans-serif;
}
.inner01 {
  max-width: 1680px;
  margin: 0 auto;
}
.inner02 {
  max-width: 1200px;
  margin: 0 auto;
}
.sp_only, .tb_only {
  display: none;
}
@media screen and (min-width:821px) and (max-width:1024px) {
  .inner02 {
    padding-left: 14%;
    padding-right: 14%;
  }
  .tb_only {
    display: block;
  }
  .sp_only, .pc_only {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .sp_only {
    display: block;
  }
  .tb_only, .pc_only {
    display: none;
  }
  .inner01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
-----------------------------------------------
▼page top　リンク
----------------------------------------------- */
#page-top {
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  padding-bottom: 10px;
}
#page-top a {
  display: inline-block;
  transform: rotate(90deg);
}
#page-top a span.span_text {
  font-size: 1.6rem;
  color: #333333;
  display: inline-block;
}
#page-top a span.span_line {
  position: relative;
  display: inline-block;
  background-color: #333333;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  top: -1px;
  left: -65px;
}
#page-top a span.span_line::before {
  position: absolute;
  content: "";
  z-index: -1;
  border-bottom: solid 1px #333333;
  width: 53px;
  left: 1px;
  top: 4px;
}
#page-top a:hover {
  opacity: .7;
}
#page-top img {
  width: 60px;
  height: auto;
}
/*上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 767px) {
  #page-top img {
    width: 45px;
    height: auto;
  }
  #page-top {
    right: 0;
    bottom: 30px !important;
  }
}
/*ページトップボタン ここまで*/
/*
-----------------------------------------------
▼第1回マリアージュアワード開催
----------------------------------------------- */
section.message {
  background-image: url("../img/bg01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.message_box {
  text-align: right;
}
.message_h1 {
  padding-top: 100px;
  padding-left: 220px;
  text-align: left;
}
.message_h1 img {
  height: 173px;
  margin-bottom: 24px;
}
.message_h1 .m_h1_01 {
  height: 143px;
}
video.m_video {
  width: 1050px;
}
.m_right {
  display: inline-block;
  position: relative;
  margin-top: -200px;
  margin-bottom: 95px;
}
.message_box h2 {
  font-size: 13.0rem;
  line-height: 83%;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: -120px;
  bottom: 0;
  z-index: 100;
}
.message_box h2 span {
  color: #ef5a4b;
}
.message p {
  display: inline-block;
  text-align: left;
  font-weight: 200;
  font-size: 2.0rem;
  color: #ffffff;
  margin-bottom: 190px;
  width: 69%;
}
@media screen and (max-width : 1680px) {
  section.message {
    background-image: url("../img/bg01_sp.jpg");
    text-align: right;
  }
  .message_box {
    text-align: right;
    display: inline-block;
    width: 87%;
  }
  video.m_video {
    width: 100%;
  }
  .message_h1 {
    padding-left: 0;
    padding-top: 80px;
  }
  .m_h1_01_con {
    width: 27%;
  }
  .m_h1_02_con {
    width: 83%;
  }
  .m_h1_03_con {
    width: 25%;
  }
  .message_h1 .m_h1_01, .message_h1 .m_h1_02, .message_h1 .m_h1_03 {
    width: 100%;
    height: auto;
  }
  .message_h1 img {
    height: 100px;
  }
  .m_right {
    margin-top: -14%;
    margin-bottom: 65px;
	width: 70%;
  }
  .message_box h2 {
    font-size: 8vw;
    bottom: 0;
    left: -13%;
  }
  .message p {
    width: 79%;
  }
}
@media screen and (max-width : 1240px) {
	.message_box h2{
		bottom: 1%;
	}
}
@media screen and (max-width : 1024px) {
  .m_right {
    margin-top: -16%;
    margin-bottom: 45px;
  }
  .message p {
    padding-right: 3%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width : 500px) {
  section.message {
    background-image: url("../img/bg01_sp.jpg");
  }
  .message_box {
    width: 98%;
  }
  .message_h1 img {
    margin-bottom: 14px;
  }
  .m_h1_02_con {
    width: 75%;
  }
  .m_h1_03_con {
    width: 20%;
    margin-left: 5px;
  }
  .m_right {
    margin-top: 0;
    margin-bottom: 24px;
	width: 88%;
  }
  .message_h1 {
    padding-top: 40px;
    padding-left: 0;
  }
  .m_h1_02_con, .m_h1_03_con {
    display: inline-block;
  }
  .message_h1 .m_h1_02, .message_h1 .m_h1_03 {
    margin-bottom: 20px;
  }
  .message_box h2 {
    font-size: 3.4rem;
    line-height: 3.0rem;
    left: -8%;
    bottom: 1%;
  }
  .message p {
    font-size: 1.6rem;
    margin-bottom: 60px;
    width: 95%;
  }
}
/*
-----------------------------------------------
▼グランプリ
----------------------------------------------- */
.gp_ttl {
  font-size: 10.0rem;
  line-height: 7.5rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.gp_ttl2 {
  font-size: 9.9rem;
}
.bg_white {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gp_img_area img {
  width: 1050px;
}
.name_box p {
  font-size: 20.2rem;
  font-weight: 800;
  color: #ef9bad;
  line-height: 16rem;
  text-align: left;
  margin-right: -232px;
}
.name_box {
  position: relative;
}
.name_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0rem;
  font-weight: 700;
  color: #000;
}
.first_name {
  margin-bottom: 35px;
}
.family_name {
  padding-top: 35px;
}
.gp_text_area {
  text-align: center;
}
.gp_img_area {
  z-index: -1;
}
.gp_text_area h3 {
  font-size: 5.0rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.gp_text_area h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 65px;
  border-left: 3px solid #000;
  transform: rotate(40deg);
  top: 13px;
  left: -40px;
}
.gp_text_area h3::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 65px;
  border-right: 3px solid #000;
  transform: rotate(40deg);
  top: 13px;
  right: -40px;
}
.shozoku {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #59c0c2;
  width: 400px;
  height: 70px;
  padding: 10px;
  margin: 45px auto 45px;
}
.gp01, .gp02, .gp03 {
  position: relative;
}
.gp_mx {
  position: relative;
}
.p_vertical {
  position: absolute;
  bottom: -38%;
  right: 16%;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 4.8rem;
  font-weight: 700;
}
.p_vertical span {
  text-combine-upright: all;
}
.bg_pink {
  background-color: #ef9bad;
  margin-top: -6px;
}
.pi_img_area {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  padding-bottom: 14%;
}
.pi_img_area li img {
  width: 100%;
}
.pi_text_area h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.pi_text_area h4 span {
  color: #ffffff;
  margin-right: 5px;
}
.pi_text_area p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
.pi_text_area p a {
  color: #ffffff;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}
.pi_text_area p a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: 0.3s;
}
.pi_text_area p a:hover::before{
	width: 100%;
}
.pi_text_area {
  padding-top: 65px;
}
.pi_text_area li {
  margin-bottom: 40px;
}
.pi_text_area li:last-child {
  margin-bottom: 50px;
}
.gp02 .name_box p {
  margin-right: -434px;
}
.gp03 .name_box p {
  margin-right: -154px;
}
.gp03 .pi_img_area {
  padding-bottom: 0;
}
.gp_ttl2 br {
  display: none;
}
@media screen and (min-width : 1680px) {
  .bg_white {
    padding-left: 15%;
  }
}
@media screen and (min-width : 1025px) and (max-width :1500px) {
  .gp_ttl2 br {
    display: block;
  }
  .gp_text_area h3 {
    font-size: 2.2vw;
    margin-top: 6%;
  }
  .gp_text_area h3::before {
    height: 90%;
    top: 6px;
    left: -30px;
  }
  .gp_text_area h3::after {
    height: 90%;
    top: 6px;
    right: -30px;
  }
  .p_vertical {
    font-size: 3vw;
  }
  .shozoku {
    font-size: 1.5vw;
    height: 9%;
    width: 66%;
    margin: 7% auto 8%;
  }
  .gp_img_area img {
    width: 100%;
  }
  .gp_img_area {
    width: 65%;
  }
  .gp_text_area {
    flex: 1;
  }
  .name_box p {
    font-size: 10.6vw;
    line-height: 98%;
  }
  .bg_pink {
    margin-top: -20px;
  }
  .first_name {
    margin-bottom: 0;
  }
  .inner02 {
    padding-left: 14%;
    padding-right: 14%;
  }
  .gp_ttl {
    font-size: 6vw;
    line-height: 75%;
    padding-top: 30px;
  }
}
@media screen and (min-width : 821px) and (max-width :1024px) {
  .gp_ttl2 br {
    display: block;
  }
  .gp_ttl {
    font-size: 6vw;
    line-height: 75%;
    padding-top: 30px;
  }
  .name_box p {
    font-size: 10vw;
    line-height: 70%;
    margin-right: -130px;
  }
  .name_box span {
    font-size: 1.6vw;
  }
  .gp_img_area img {
    width: 100%;
  }
  .gp_img_area {
    width: 65%;
  }
  .gp_text_area {
    flex: 1;
  }
  .gp_text_area h3 {
    font-size: 2.4vw;
    margin-top: 5%;
  }
  .shozoku {
    font-size: 1.8vw;
    width: 80%;
    height: 15%;
    margin: 9% auto 18%;
    padding: 8px;
  }
  .gp_text_area h3::before {
    height: 90%;
    top: 5px;
    left: -25px;
  }
  .gp_text_area h3::after {
    height: 90%;
    top: 5px;
    right: -25px;
  }
  .bg_pink {
    margin-top: 0;
  }
  .p_vertical {
    font-size: 2.8vw;
    bottom: -32%;
  }
  .pi_text_area h4 {
    font-size: 1.5rem;
  }
  .pi_text_area p {
    font-size: 2.0rem;
  }
  .pi_text_area {
    padding-top: 50px;
  }
  .pi_text_area li {
    margin-bottom: 25px;
  }
  .pi_text_area li:last-child {
    margin-bottom: 30px;
  }
  .pi_img_area {
    column-gap: 10px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width : 820px) {
  .gp_ttl2 br {
    display: block;
  }
  .gp_ttl {
    font-size: 4.0rem;
    line-height: 72%;
    padding-top: 20px;
  }
  .bg_white {
    display: block;
  }
  .name_box p {
    text-align: center;
    font-size: 5.0rem;
    line-height: 5.0rem;
    margin-right: 0;
  }
  .first_name {
    margin-bottom: 0;
  }
  .name_box span {
    font-size: 1.3rem;
  }
  .gp_img_area img {
    width: 100%;
  }
  .gp_text_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shozoku {
    width: 62%;
    height: 100%;
    margin: 24px auto 24px;
    font-size: 1.3rem;
  }
  .gp_text_area h3 {
    font-size: 2.0rem;
    margin-top: 25px;
  }
  .gp_text_area h3::before {
    height: 34px;
    top: 0;
    left: -30px;
  }
  .gp_text_area h3::after {
    height: 34px;
    top: 0;
    right: -30px;
  }
  .p_vertical {
    font-size: 1.8rem;
    bottom: -30px;
    right: 12%;
  }
  .pi_text_area h4 {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .pi_text_area {
    padding-top: 35px;
    padding-left: 7%;
    padding-right: 7%;
  }
  .pi_text_area p {
    font-size: 1.6rem;
  }
  .bg_pink {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pi_text_area li {
    margin-bottom: 15px;
  }
  .pi_text_area li:last-child {
    margin-bottom: 24px;
  }
  .pi_img_area {
    flex-direction: column;
    padding-left: 7%;
    padding-right: 7%;
    grid-row-gap: 14px;
    padding-bottom: 55px;
  }
  .gp_ttl2 {
    line-height: 75%;
  }
  .gp02 .name_box p {
    margin-right: 0;
    font-size: 5.0rem;
  }
  .gp_ttl3 {
    font-size: 4.0rem;
  }
  .gp03 .name_box p {
    margin-right: 0;
  }
	.pi_text_area p a{
		text-decoration: underline;
	}
	.pi_text_area p a:hover{
		opacity: 0.7;
	}
	.pi_text_area p a::before{
	display: none;
}
}
/*
-----------------------------------------------
▼contestant
----------------------------------------------- */
.contestant {
  position: relative;
  background-image: linear-gradient(180deg, rgba(163, 214, 207, 1), rgba(185, 193, 233, 1) 49%, rgba(239, 155, 187, 1));
  padding: 7% 10% 0;
}
.con_ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
}
.con_ttl img {
  width: 100%;
}
.contestant h3 {
  text-align: center;
  font-size: 5.0rem;
  font-weight: 700;
  padding-top: 68px;
  margin-bottom: 55px;
}
.con_img_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  justify-content: center;
  padding-right: 7%;
  padding-left: 7%;
}
.con_img_list li {
  width: 30%;
}
.con_img_list li:last-child {
  margin: 0 auto 0 0;
  margin-bottom: 64px;
}
.con_img_list li p{
	margin-top: 2%;
	margin-bottom: 7%;
}
.con_img_list li:nth-child(1) p{
	padding-top: 6.9%;
}
.con_img_list li:nth-child(4) p{
	padding-top: 6.6%;
}
.con_img_list li:nth-child(7) p{
	padding-top: 3.2%;
}
.con_img_list li:nth-child(9) p{
	padding-top: 6.0%;
}
.con_img_list li:nth-child(10) p{
	padding-top: 3.5%;
}
.con_img_list li:nth-child(12) p{
	padding-top: 6.2%;
}
.con_img_list li:nth-child(3) p,
.con_img_list li:nth-child(6) p,  
.con_img_list li:nth-child(13) p {
  padding-top: 5.6%;
}
.con_img_list li img {
  width: 100%;
}
.con_white_area {
  background-color: #ffffff;
  position: relative;
}
.con_img_list p {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.con_img_list span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
}
.white_space {
  position: absolute;
  width: 10%;
  height: 43%;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 2;
  background-color: #ffffff;
}
.photo_ttl {
  text-align: right;
  color: #59c0c2;
  font-size: 13.0rem;
  font-weight: 600;
  line-height: 9.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 30px;
}
@media screen and (min-width:501px) and (max-width:1000px) {
  .contestant h3 {
    font-size: 3.3vw;
  }
  .con_img_list p {
    font-size: 2.2vw;
  }
  .con_img_list span {
    font-size: 1.2vw;
  }
  .photo_ttl {
    font-size: 7vw;
    line-height: 71%;
    text-align: right;
    padding-top: 30px;
  }
}
@media screen and (max-width:500px) {
  .con_img_list li {
    width: 45%;
  }
  .contestant h3 {
    font-size: 2.4rem;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .con_img_list p {
    font-size: 1.8rem;
	line-height: 1.8rem;
  }
  .con_img_list span {
    font-size: 1.2rem;
  }
  .con_img_list {
    column-gap: 5%;
  }
  .con_white_area {
    padding-bottom: 0;
  }
  .white_space {
    height: 32%;
  }
  .con_img_list li:last-child {
    margin-bottom: 30px;
  }
  .photo_ttl {
    font-size: 3.2rem;
    line-height: 2.3rem;
    padding-top: 20px;
  }
.con_img_list li:nth-child(1) p{
	padding-top: 7.2%;
}
.con_img_list li:nth-child(4) p{
		padding-top: 4.6%;
	}
	.con_img_list li:nth-child(7) p{
		padding-top: 4%;
	}
	.con_img_list li:nth-child(9) p{
		padding-top: 3.8%;
	}
	.con_img_list li:nth-child(9) img{
		margin-top: 4%;
	}
}
/*
-----------------------------------------------
▼photo gallery
----------------------------------------------- */
.photo-gallery {
  background-image: url("../img/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 6%;
  padding-bottom: 4%;
}
.photo_box01 {
  display: flex;
  padding-left: 14.3%;
  padding-right: 14.3%;
  justify-content: space-between;
  align-items: flex-end;
}
.photo_box01_s {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.photo01 {
  width: 54.3%;
  padding-bottom: 5.0%;
}
.photo02 {
  width: 37.5%;
  padding-bottom: 4%;
}
.photo03 {
  width: 41%;
}
.photo01 img, .photo02 img, .photo03 img, .photo04 img, .photo05 img, .photo06 img, .photo07 img, .photo08 img, .photo09 img, .photo10 img {
  width: 100%;
}
.photo_box02 {
  display: flex;
  justify-content: flex-end;
  column-gap: 3%;
}
.photo04 {
  width: 49%;
}
.photo05 {
  width: 26.9%;
  padding-top: 3%;
}
.photo_box03 {
  display: flex;
  justify-content: center;
}
.photo_box03_s {
  display: flex;
  justify-content: flex-end;
  width: 31.7%;
  position: relative;
}
.photo06 {
  width: 34%;
  position: absolute;
  top: -30%;
  left: -34%;
}
.photo07 {
  width: 60%;
  padding-top: 2%;
  margin-right: 5.9%;
}
.photo08 {
  width: 28%;
}
.photo_box04 {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.photo09 {
  width: 33.5%;
  position: absolute;
  top: -14%;
  left: 14.2%;
}
.photo10 {
  width: 50%;
  padding-top: 1.5%;
}
.sp_gallery {
  display: none;
}
@media screen and (max-width: 500px) {
  .pc_gallery {
    display: none;
  }
  .sp_gallery {
    display: block;
  }
  .photo-gallery_sp {
    background-image: url("../img/bg03_sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;
  }
  .sp_photo_box01 {
    padding-top: 263px;
  }
  .sp_photo_box01, .sp_photo_box02, .sp_photo_box03, .sp_photo_box05, .sp_photo_box06 {
    width: 100%;
  }
  .sp_photo_box01 img, .sp_photo_box02 img, .sp_photo_box03 img, .sp_photo04 img, .sp_photo05 img, .sp_photo_box05 img, .sp_photo_box06 img {
    width: 100%;
  }
  .sp_photo_box02 img {
    padding-left: 24px;
  }
  .sp_photo_box05 img {
    padding-top: 15px;
  }
  .sp_photo_box04 {
    display: flex;
    column-gap: 3%;
    align-items: flex-end;
  }
  .sp_photo04 {
    width: 30%;
  }
  .sp_photo05 {
    flex: 1;
  }
  .sp_photo_box06 img {
    padding-bottom: 50px;
  }
}
/*
-----------------------------------------------
▼entry
----------------------------------------------- */
.entry {
  text-align: center;
  padding-bottom: 233px;
}
.entry p {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 600;
  font-size: 5.4vw;
  color: #59c0c2;
  line-height: 125%;
  margin-top: 7%;
  margin-bottom: 10%;
  letter-spacing: -0.1rem;
}
.entry_button {
  text-align: center;
  background-image: linear-gradient(90deg, #ef0a3e, #ff5a00);
  color: #ffffff;
  width: 493px;
  height: 140px;
  border-radius: 140px;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: 700;
  padding-top: 15px;
  box-shadow: inset 5px 10px 10px -6px rgba(171, 2, 26, 1), 0px 20px 28px -15px rgba(124, 117, 176, 0.7);
  border: solid 15px #ffffff;
  position: relative;
}
.entry_button img {
  width: 26px;
  position: absolute;
  top: 34%;
  left: 10%;
}

.entry_button:hover {
text-decoration:none;
opacity:0.7;
}

@media screen and (max-width:767px) {
  .entry {
    padding-bottom: 90px;
  }
  .entry p {
    font-size: 3.0rem;
    line-height: 4.6rem;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .entry .inner02 {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry_button_area {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry_button {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    border: solid 10px #ffffff;
    padding: 10px;
  }
  .entry_button img {
    width: 15px;
  }
}
/*
-----------------------------------------------
▼footer
----------------------------------------------- */
/* footer {
  background-color: #e9e4dd;
  text-align: center;
  padding-bottom: 35px;
}
footer img {
  width: 217px;
}
.footer_icon {
  display: flex;
  justify-content: flex-end;
  column-gap: 17px;
  padding-top: 43px;
}
.icon_youtube a i, .icon_instagram a i {
  font-size: 3.8rem;
  color: #333333;
}
.footer_flex_area {
  display: flex;
  justify-content: flex-start;
  column-gap: 120px;
  margin-top: 10px;
  margin-bottom: 80px;
}
.footer_menu1, .footer_menu2 {
  font-size: 1.6rem;
  text-align: left;
}
.footer_menu2 li {
  position: relative;
}
.footer_menu2 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 1;
  border: solid 2px #333333;
  width: 10px;
}
.footer_menu1 li a,
.footer_menu2 li a{
	color: #333333;
} 
footer small {
  font-size: 1.4rem;
}
.sp_footer_only {
  display: none;
}
.f-inner {
  max-width: 1200px;
  margin: 0 auto;
}
 */


/* @media screen and (max-width:1300px) {
  .f-inner {
    padding-left: 10%;
    padding-right: 10%;
  }
  } */
  
  /* 
@media screen and (max-width:767px) {
  .sp_footer_only {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: flex-end;
  }
  .footer_flex_area {
    column-gap: 45px;
  }
  .pc_footer_only {
    display: none;
  }
  .sp_footer_only img {
    width: 120px;
    padding-top: 10px;
  }
  .footer_icon {
    padding-top: 0;
  }
  .footer_flex_area {
    margin-top: 35px;
  }
  .sp_none {
    display: none;
  }
  } */





.eigo {
font-family: "Outfit", sans-serif;
}


footer{
  padding:5% 0 2%;
  background:#e9e4dd;
  font-size:95%;
  position:relative;
  z-index:1;
}

footer a:link {
    color: #000;
    text-decoration: none;
}

footer a:visited {
  color: #000;
  text-decoration: none;
}

footer a:hover {
opacity:0.6;
}

footer>div{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  position:relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
footer>div h1{
  width:200px;
  margin-right:7%;
}

footer>div h1 img{
width:100%;
height:auto;
}

footer>div>ul{
  width:17%;
  margin-right:3%;
}
footer>div>ul li{
  font-size:120%;
  margin-bottom:10px;
}
footer>div>div{
  width:50%;
}
footer>div>div p{
  font-size:120%;
  margin-bottom:2px;
}
footer>div>div>div{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer>div>div>div>ul:nth-child(1){
  display: inline-block;
  margin-right:5%;
}
footer>div>div>div>ul:nth-child(2){
  display: inline-block;
}
footer>div>div>div ul li{
  margin-bottom:4px;
}
footer>div>div>div ul li::before{
  content:'−';
  display: inline-block;
  margin-right:5px;
}
footer #icon01{
  width:45px;
  display: block;
  position:absolute;
  top:-36px;
  right:57px;
}

footer #icon02{
  width:38px;
  display: block;
  position:absolute;
  top:-40px;
  right:0px;
}

footer #icon01 img{
width:100%;
height:auto;
}

footer #icon02 img{
width:100%;
height:auto;
}

footer>p{
  text-align: center;
  margin-bottom:0;
  font-size:90%;
  padding-top:5%;
}

@media screen and (max-width: 1120px) {
  footer>div{
    max-width:800px;
    padding-bottom:80px;
  }
  footer>div h1{
    width:100%;
    text-align: center;
  }
  footer>div h1{
    margin-right:0;
  }
  footer>div h1>img{
    width:200px;
    margin:0 auto 5%;
  }
  footer>div>ul{
    width:25%;
  }
  footer>div>div {
    width: 65%;
  }


  footer #icon01{
    top:auto;
    bottom:10px;
    right:calc(50% + 5px);
    margin:0 auto;
  }
  footer #icon02{
    top:auto;
    bottom:8px;
    right:calc(50% - 50px);
    margin:0 auto;
  }
}
@media screen and (max-width: 900px) {
  footer>div{
    max-width:550px;
    
    padding-bottom:100px;
  }
  footer>div>ul{
    width:45%;
  }
  footer>div>div {
    width: 45%;
  }
}






/*
-----------------------------------------------
▼アニメーション
----------------------------------------------- */
/* 上フェードイン  */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
.js-fadeUp.delay {
  transition-delay: .6s;
}
.js-fadeUp.delay2 {
  transition-delay: .7s;
}
.js-fadeUp.delay3 {
  transition-delay: .8s;
}
.js-fadeUp.delay4 {
  transition-delay: .9s;
}
/* フェードイン */
.js-fadeIn {
  opacity: 0;
  transition: all 0.8s ease-in;
}
.js-fadeIn.is-inview {
  opacity: 1;
}
.js-fadeIn.delay {
  transition-delay: .6s;
}
/* 右フェードイン */
.js-fadeR {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(20px);
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeR.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
.js-fadeR.delay {
  transition-delay: .6s;
}
/* 左フェードイン */
.js-fadeL {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-20px);
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.js-fadeL.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
/*
-----------------------------------------------
▼フォントが下から出てくる
----------------------------------------------- */
/*.top-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.textanimation{
	opacity: 0;
}
.textanimation.is-inview{
	opacity: 1;
}
@keyframes showTextFromBottom {
  0% {
	opacity: 0;
    transform: translateY(100%);
  }
  100% {
	opacity: 1;
    transform: translateY(0px);
  }
}
.textanimation span {
  animation: showText 3s backwards;
  display: inline-block;
}
.textanimation > span {
  overflow: hidden;
}
.textanimation > span > span {
  animation: showTextFromBottom 0.5s backwards;
}*/

.text-animation span {
  opacity: 0;
}

/*.text-animation{
	opacity: 0;
}
.text-animation.show{
	opacity: 1;
}
.text-animation-span{
	display: inline-block;
	overflow: hidden;
}
.text-animation span{
	display: inline-block;
	animation: showText .5s backwards;
}

@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}*/
