@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif, sans-serif;
}

img, iframe {
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

img {
  width: 100%;
}

.is-sponly {
  display: none;
}

.is-pconly {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sponly {
    display: block;
  }
  .is-pconly {
    display: none;
  }
  html {
    font-size: 1.3333333333vw;
  }
}
.p-header__title {
  display: flex;
  justify-content: center;
  padding: 6rem 3rem;
}

.p-header__title .p-logo {
  display: block;
  width: 41.37005rem;
}

.p-mv img {
  width: 100%;
}

.p-intro {
  padding: 11.2rem 0 15.5rem;
  display: flex;
  justify-content: center;
}

.p-intro img {
  width: 85.45811rem;
}

.p-contents {
  background: #FFB499;
}

.p-flow {
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
}

.p-flow img {
  width: 139.51467rem;
  margin-top: -2.2rem;
}

.p-present .p-present__inner {
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-present img {
  width: 139.51467rem;
  position: relative;
}

.p-present .p-present__inner:before {
  content: "";
  display: block;
  width: 34.1705rem;
  height: 41.4681rem;
  background: url(../../assets/images/img-present-kyun.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 9.4rem;
  z-index: 1;
}

.p-selarea {
  text-align: center;
}

.p-selarea__text {
  display: flex;
  justify-content: center;
}

.p-selarea__inner {
  width: 141.14995rem;
  margin: 0 auto;
}

.p-selarea__list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 150.1rem;
}

.p-selarea__list li {
  list-style: none;
}

.p-selarea.fixed .p-selarea__inner {
  padding-bottom: 18.4rem;
}

.p-selarea.fixed .p-selarea__list-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  /*padding: 0.5em 0;*/
  /*background: #FFB499;*/
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.p-selarea__item a {
  display: block;
  width: 34.2rem;
}

.p-selarea__item a:hover {
  transform: translate(0, 0.2rem);
  transition: all 0.3s;
}

.p-bloglist {
  display: flex;
  justify-content: space-between;
  width: 142.61379rem;
  margin: 0 auto;
  flex-wrap: wrap;
  scroll-margin-top: 25rem;
}

.p-bloglist__item {
  width: 67.61653rem;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  margin-bottom: 5.7rem;
  position: relative;
  transition: box-shadow 0.3s;
}

/*
input[type=checkbox] .p-bloglist__item:before {
    position:absolute;
    top:0;
    left:0;
    display:block;
    box-sizing:border-box;
    border:5px solid #E35854;
    width:100%;
    height:100%;
    content:"";
    opacity:0;
    transition:opacity 0.3s;
    border-radius: 10px;
}

input[type=checkbox]:checked .p-bloglist__item::before{
    opacity:1;
}*/
input[type=checkbox]:checked + .p-bloglist__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  border: 5px solid #E35854;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  transition: opacity 0.3s;
  border-radius: 10px;
  pointer-events: none;
}

input[type=checkbox]:checked + .p-bloglist__item::before {
  opacity: 1;
}

.p-bloglist__item:hover {
  box-shadow: -2.5px -2.5px 15px 5px rgb(224, 135, 47);
  /*mix-blend-mode: overlay;*/
}

.p-bloglist__label {
  padding: 4rem 0;
  display: block;
}

.p-bloglist__label:hover {
  cursor: pointer;
}

.p-bloglist__title {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.p-bloglist__title img {
  height: 9.673rem;
  width: auto;
}

.p-bloglist__image {
  padding: 0 4rem;
  margin-bottom: 8.7rem;
  position: relative;
}

.p-bloglist__image a {
  display: block;
}

.p-bloglist__image.half {
  overflow: hidden;
}

.p-bloglist__image.half:hover {
  opacity: 0.7;
}

.p-bloglist__image.half:hover a {
  opacity: 1;
}

.p-bloglist__image.half a:nth-of-type(2) {
  display: block;
  width: 42%;
  height: 74.5%;
  z-index: 100;
  position: absolute;
  right: 6rem;
  top: 16%;
  margin-top: 1.8rem;
}

.p-bloglist__kyun {
  width: 67.61653rem;
}

.mb0 {
  margin-bottom: 0;
}

.p-bloglist__readmore {
  background: #E35854;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 52.991rem;
  margin: 0 auto;
  padding: 2.2rem 0;
  position: absolute;
  /*margin-bottom: 4rem;*/
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.p-bloglist__readmore img {
  width: 21.09863rem;
}

.p-entry__inner {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
}

.p-entry__inner .p-entry__text:nth-of-type(1) {
  width: 44.40986rem;
  display: block;
  padding-top: 12rem;
  padding-bottom: 2.4rem;
}

.p-entry__btn {
  display: flex;
  justify-content: center;
  width: 96.04128rem;
  border: 2px solid #FFF;
  border-radius: 50px;
  background: #F0E866;
  padding: 3.4rem 0;
  transform: scale(1);
  transition: 0.3s 0.1s ease-in-out;
}

.p-entry__btn:hover {
  opacity: 1;
  box-shadow: 0 1rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  transform: translate(0, -0.4rem) scale(1.03);
  transition: 0.3s 0.1s ease-in-out;
  cursor: pointer;
}

.p-entry__btn img {
  width: 64.51479rem;
}

.p-entry__btn.disabled {
  background: #e8e8ed;
  border-color: rgb(217, 217, 217);
  opacity: 0.65;
}

.p-entry__btn.disabled:hover {
  opacity: 0.65;
  box-shadow: none;
  transform: none;
  transition: none;
  cursor: default;
}

.p-entry__inner .p-entry__text:nth-of-type(2) {
  padding-top: 4.6rem;
  padding-bottom: 18.2rem;
  display: block;
  width: 89.62915rem;
}

.p-footer__inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 9.4rem;
  padding-bottom: 11.5rem;
}

.p-footer-head {
  width: 88.471rem;
  padding-bottom: 8rem;
}

.p-footer-logo {
  width: 54.59154rem;
  padding-bottom: 5.5rem;
}

.p-footer-cr {
  font-size: 2rem;
}

.fix-btn {
  position: fixed;
  right: 0;
  bottom: 1rem;
  width: 16rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.fix-btn.disp {
  opacity: 1;
  visibility: initial;
}

.f-checkbox {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.box {
  border-radius: 50%;
  position: relative;
  width: 7.382rem;
  height: 7.382rem;
  display: block;
  background-color: #828282;
}

input[type=checkbox] {
  display: none;
}

.box:before {
  content: "";
  transform: scale(0);
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 70%;
  background-position: 50% 50%;
  background-image: url(../../assets/images/input-off.svg);
  background-repeat: no-repeat;
  transform: scale(1);
}

input[type=checkbox]:checked + .p-bloglist__item .box::before {
  transform: scale(0);
}

.p-bloglist__checkbox:checked + .p-bloglist__item .box::before {
  transform: scale(0);
}

.box::after {
  content: "";
  transform: scale(0);
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 70%;
  background-position: 50% 50%;
  background-image: url(../../assets/images/input-on.svg);
  background-repeat: no-repeat;
  transform: scale(0);
}

input[type=checkbox]:checked + .p-bloglist__item .box::after {
  transform: scale(1);
}

input[type=checkbox]:checked + .p-bloglist__item .box {
  background-color: #E35854;
}

@media screen and (max-width: 768px) {
  .p-header__title .p-logo {
    width: 25.52438rem;
  }
  .p-intro {
    padding: 7.5rem 0;
  }
  .p-intro img {
    width: 53.54014rem;
  }
  .p-flow {
    padding-top: 3.5rem;
  }
  .p-flow img {
    margin: 0 auto;
    width: 74.67%;
  }
  .p-selarea__inner {
    width: 100%;
  }
  .p-selarea__text {
    width: 53.12432rem;
    margin: 0 auto;
    padding-bottom: 5.2rem;
  }
  .p-present img {
    margin: 0 auto;
    width: 74.67%;
  }
  .p-present .p-present__inner {
    padding-bottom: 12.8rem;
  }
  .p-present .p-present__inner:before {
    width: 21.48061rem;
    height: 26.0681rem;
    top: initial;
    left: 4.5rem;
    bottom: 9.5rem;
  }
  .p-selarea__list {
    width: 52.82355rem;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .p-selarea__item a {
    width: 24.88382rem;
  }
  form {
    padding-top: 10.4rem;
  }
  .p-bloglist {
    width: 85.33%;
    scroll-margin-top: 34rem;
  }
  .p-bloglist__item {
    width: 30.35515rem;
  }
  .p-bloglist__title {
    margin-bottom: 1.3rem;
  }
  .p-bloglist__title.mb0 {
    margin-bottom: 0rem;
  }
  .p-bloglist__title img {
    height: 4.35713rem;
  }
  .p-bloglist__image {
    padding: 0 2.6rem;
    margin-bottom: 4.2rem;
  }
  .p-bloglist__kyun {
    width: 47.5%;
  }
  .p-bloglist__label {
    padding: 1.8rem 0;
  }
  .p-bloglist__readmore {
    width: 23.78941rem;
    padding: 1rem 0;
    bottom: 1.8rem;
  }
  .p-bloglist__readmore img {
    width: 9.47168rem;
  }
  .p-footer-head {
    width: 88%;
  }
  .p-footer-logo {
    width: 55%;
  }
  .p-entry__inner .p-entry__text:nth-of-type(1) {
    padding-top: 0;
    width: 39.6%;
  }
  .p-entry__btn {
    width: 85.334%;
  }
  .p-entry__btn img {
    width: 65%;
    margin: 0 auto;
  }
  .p-entry__inner .p-entry__text:nth-of-type(2) {
    width: 80%;
    padding-top: 3rem;
    padding-bottom: 11.5rem;
  }
  .fix-btn {
    width: 10rem;
    z-index: 100;
  }
  .f-checkbox {
    top: 0.7rem;
    right: 0.7rem;
  }
  .box {
    width: 3.31425rem;
    height: 3.31425rem;
  }
}
@media screen and (max-width: 450px) {
  input[type=checkbox]:checked + .p-bloglist__item::before {
    border: 2px solid #E35854;
  }
  .f-checkbox {
    right: 1rem;
    top: 1rem;
  }
}/*# sourceMappingURL=style.css.map */