@charset "utf-8";
a[href]:hover {
  opacity: 0.7;
  transition: opacity .2s ease;
}

/* fade */

.inview {
  opacity: 0;
  transition: opacity 1.5s ease-out 0s;
}

.inview.is-show {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}


/* common */

.wrapper {
  position: relative;
  padding: 100px 20px 0 20px;
}

.content_wrap {
  max-width: 1160px;
  margin: auto;
}

.top_img {
  width: 100%;
}


/* main */

.main_container {
  padding: 45px 15px 170px;
}

.main_container p {
  text-align: left;
}

.intro_tx p.ttl {
  display: flex;
  justify-content: space-between;
}

.intro_tx .ttl_01 img {
  width: 135px;
}

.intro_tx .ttl_01 {
  align-items: center;
  padding-bottom: 30px;
}

.intro_tx .ttl_02 {
  align-items: flex-start;
  padding-bottom: 65px;
}

.intro_tx .ttl_02 img {
  width: 129px;
}

.intro_tx .ttl_02>span>span:first-child {
	font-weight:400;
	color: #000;
	
}

.intro_tx p>span {
  width: 84%;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0em;
	color: #c01734;
	
}

.intro_tx p {
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: 0;
}

.intro_tx p.intro_tx_01 {
  padding-bottom: 20px;
  font-weight: 400;
}

.prize {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
}

.prize span:first-child {
  width: 6em;
}

.prize span:last-child {
  flex: 1;
}

.prize span:first-child>span {
  font-size: 28px;
  font-weight: 400;
}

p.intro_link {
  font-size: 1.3rem;
  padding-bottom: 50px;
  line-height: 1.8;	
}

p.intro_link a {
  color: #009fe8;
}

.photo h1 {
  margin-bottom: 40px;
}

.part_cont {
  padding-bottom: 130px;
}

.part_cont h2 {
  padding-bottom: 35px;
}

ul.photo_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

ul.photo_list.pt01 {
  padding-bottom: 40px;
}

p.bottom_tx {
  font-size: 1.3rem;
}

ul.photo_list li {
  display: flex;
  flex-direction: column;
  width: 15%;
  padding-bottom: 40px;
}

ul.photo_list.pt01 li {
  width: 13%;
}

h3.ttl_03 {
  padding-bottom: 10px;
}

.ttl_03 img {
  width: 164px;
}

.process_box {
  margin-bottom: 10px;
  position: relative;
}

.pr_01 a {
  position: absolute;
  bottom: 108px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
}

.sns {
  text-align: center;
  background: #F5F3E9;
  position: relative;
}

.sns li:first-child {
  margin: 0;
  font-weight: 500;
}

.sns li {
  display: inline-block;
  max-width: 140px;
  width: 18%;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 1%;
  font-family: 'Noto Sans JP', serif;
}

.sns li a {
  display: block;
  transition: 0.4s;
}

.shere_box {
  background: #F5F3E9;
  padding: 40px;
  margin-bottom: 40px;
  position: relative;
}

.shere_box::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #f5f3e9 transparent;
}

@media only screen and (max-width: 1130px) {
  .pr_01 a {
    font-size: 1.6vw;
    bottom: 6vw;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
  .main_container {
    padding: 45px 20px 120px;
  }
  .intro_tx p.ttl.ttl_02 {
    display: block;
  }
  .shere_box {
    padding: 20px;
  }
  .sns {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sns li:first-child {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .sns li {
    width: 32%;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .pr_01 a {
    font-size: 1.9vw;
    bottom: 9vw;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 480px) {
  br.spbr, .spview {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .main_container {
    padding: 10vw 5vw 10vw;
  }
  .intro_tx p.ttl_01 span {
    flex: 1;
    padding-left: 1em;
  }
  .intro_tx .ttl_01 img {
    width: 29vw;
  }
  .intro_tx .ttl_02 img {
    width: 23vw;
  }
  .intro_tx .ttl_02>span {
    padding-top: 1.5em;
    display: inline-block;
  }
  .intro_tx .ttl_02>span>span {
    padding-bottom: 0.5em;
    display: inline-block;
    letter-spacing: 0;
  }
  .intro_tx .ttl_02 {
    padding-bottom: 4vw;
  }
  .ttl_03 img {
    width: 29vw;
  }
  .intro_tx p>span {
    font-size: 14px;
    width: 100%;
  }
  .intro_tx p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .intro_tx p.intro_tx_01 {
    padding-bottom: 5vw;
  }
  .intro_tx .ttl_01 {
    padding-bottom: 1em;
  }
  .prize {
    font-size: 16px;
  }
  .prize span:first-child>span {
    font-size: 13px;
  }
  .prize span:first-child {
    width: 5.5em;
}
  p.intro_link {
    font-size: 14px;
    padding-bottom: 10vw;
    letter-spacing: 0;
  }
  p.intro_link a {
    font-size: 13px;
    line-height: 0;
    display: block;
    padding-top: 0.5em;
  }
  .pr_01 a {
    font-size: 3.5vw;
    bottom: 9vw;
  }
  .part_cont {
    padding-bottom: 10vw;
  }
  .photo h1 {
    margin-bottom: 10vw;
  }
  .part_cont h2 {
    padding-bottom: 5vw;
  }
  ul.photo_list li {
    width: 30.5%;
  }
   ul.photo_list.pt01 {
    justify-content: center;
    gap: calc(10% / 3);
}


  ul.photo_list.pt01 li {
  width: 22.5%;
}



  ul.photo_list li {
    padding-bottom: 5vw;
  }
  p.bottom_tx {
    font-size: 14px;
    padding-top: 10vw;
  }
  .process_box {
    margin-bottom: 2vw;
  }
}

@media only screen and (max-width: 379px) {
  br.pcbr, .pcview {
    display: none;
  }
}