/* -------------------------------
 * Project
 * -------------------------------*/
/* p-shop */
.p-shop_wrap {
  /*width: 40vw;*/
  width: 880px;
  margin: 80px auto;
  padding: 0 60px;
  border-radius: 10px;
  border: 2px solid #c6a3aa;
  background-color: #fff;
}
.p-shop_wrap.clear {
  margin: 60px auto 100px;
  border: 4px solid #55afe0;
}
.p-shop_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #cd7e8e;
  line-height: 1.2;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.p-shop_wrap.clear .p-shop_title {
  color: #55afe0;
}
.p-shop_wrap.is-modal .p-shop_title {
  cursor: auto;
}
.p-shop_title:hover {
  opacity: 0.8;
}
.p-shop_wrap.is-modal .p-shop_title:hover {
  opacity: 1;
}
.p-shop_title img {
  height: 24px;
  margin-right: 10px;
}
.p-shop_title::before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  left: 80.5%;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.p-shop_wrap.is-modal .p-shop_title::before {
  content: none;
}
.p-shop_title.open::before {
  transform: rotate(135deg);
}
.p-shop_list {
  display: none;
  margin-bottom: 25px;
}
.p-shop_wrap.is-modal .p-shop_list {
  display: block;
}
.p-shop_list li {
  width: 84%;
  margin: 0 auto 15px;
}

.p-shop_list li p {
  color: #cd7e8e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-shop_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 22px;
  background-color: #cd7e8e;
}
.p-shop_wrap.clear .p-shop_list li a {
  background-color: #55afe0;
}
.p-shop_list li a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-shop_wrap {
    width: 98%;
    margin: 0px auto;
    padding: 0 3px;
  }
  .p-shop_wrap.clear {
    margin: 40px auto 60px;
  }
  .p-shop_title {
    font-size: 1.6rem;
    margin: 0 20px 0 0;
    padding: 15px;
  }
  .p-shop_title::before {
    left: 95.5%;
    width: 0.75em;
    height: 0.75em;
  }
  .p-shop_title img {
    height: 20px;
  }
  .p-shop_list {
    margin-bottom: 20px;
  }
  .p-shop_list li {
    width: 90%;
  }
}
/* p-eyecatch */
.p-eyecatch_wrap {
  padding-top: 90px;
}
.p-eyecatch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.is-index .p-eyecatch {
  height: auto;
  width: 100%;
}
.affogato .p-eyecatch {
  background-image: url('../images/product/affogato/eyecatch_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.affogato .p-spec .c-data_head,
.affogato .p-feature_ttl {
  background-color: #f7d3e1;
}
.coffee_jelly .p-eyecatch {
  background-image: url('../images/product/coffeejelly/eyecatch_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.coffee_jelly .p-spec .c-data_head,
.coffee_jelly .p-feature_ttl {
  background-color: #eee1f3;
}
.sheer_brown .p-eyecatch,
.sheer_brown .p-spec .c-data_head,
.sheer_brown .p-feature_ttl {
  background-color: #f9b8bd;
}
.cafe_mocha .p-eyecatch,
.cafe_mocha .p-spec .c-data_head,
.cafe_mocha .p-feature_ttl {
  background-color: #f5d1ca;
}
.cappuccino .p-eyecatch,
.cappuccino .p-spec .c-data_head,
.cappuccino .p-feature_ttl {
  background-color: #fcc5a3;
}
.espresso .p-eyecatch,
.espresso .p-spec .c-data_head,
.espresso .p-feature_ttl {
  background-color: #dbc0b0;
}
.shiny_brown .p-eyecatch,
.shiny_brown .p-spec .c-data_head,
.shiny_brown .p-feature_ttl {
  background-color: #f3c0b7;
}
.sheer_black .p-eyecatch,
.sheer_black .p-spec .c-data_head,
.sheer_black .p-feature_ttl {
  background-color: #fdde91;
}
.chestnut .p-eyecatch,
.chestnut .p-spec .c-data_head,
.chestnut .p-feature_ttl {
  background-color: #efdfcb;
}
.tulle_brown .p-eyecatch,
.tulle_brown .p-spec .c-data_head,
.tulle_brown .p-feature_ttl {
  background-color: #dce6da;
}

.sakura_mousse .p-eyecatch,
.sakura_mousse .p-spec .c-data_head,
.sakura_mousse .p-feature_ttl {
  background-color: #ffdfed;
}
.tiramisu_ring .p-eyecatch,
.tiramisu_ring .p-spec .c-data_head,
.tiramisu_ring .p-feature_ttl {
  background-color: #feca83;
}
.oolong_tea .p-eyecatch,
.oolong_tea .p-spec .c-data_head,
.oolong_tea .p-feature_ttl {
  background-color: #b4c8e9;
}
.tarte_tatin .p-eyecatch,
.tarte_tatin .p-spec .c-data_head,
.tarte_tatin .p-feature_ttl {
  background-color: #edbc91;
}
.almond_poodle .p-eyecatch,
.almond_poodle .p-spec .c-data_head,
.almond_poodle .p-feature_ttl {
  background-color: #e1c8d2;
}
.brulee_pearl .p-eyecatch,
.brulee_pearl .p-spec .c-data_head,
.brulee_pearl .p-feature_ttl {
  background-color: #f0c8b4;
}
.sugar_pearl .p-eyecatch,
.sugar_pearl .p-spec .c-data_head,
.sugar_pearl .p-feature_ttl {
  background-color: #b4c8eb;
}
.melty_butter .p-eyecatch,
.melty_butter .p-spec .c-data_head,
.melty_butter .p-feature_ttl {
  background-color: #ffd3b2;
}
.p-eyecatch_img {
  width: 50%;
  z-index: 1;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
}
.p-eyecatch_img img {
  display: block;
  width: 100%;
}
.p-eyecatch_data {
  position: relative;
  width: 50%;
}
.p-eyecatch_ttl {
  position: absolute;
  top: 50%;
  width: 80%;
  padding: 0 0 0 40px;
  transform: translateY(-50%);
}
.p-eyecatch_ttl::after {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: #fff;
}
.affogato .p-eyecatch_ttl::after {
  content: '';
  position: absolute;
  top: 65%;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
}
.coffee_jelly .p-eyecatch_ttl::after {
  content: '';
  position: absolute;
  top: 65%;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #fff;
}
.is-index .p-eyecatch_ttl::after {
  display: none;
}
.p-eyecatch_sub {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2.2;
  display: inline;
  padding: 2px 10px 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-eyecatch_day {
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2.2;
}
.affogato .p-eyecatch_sub {
  background: #be949c;
}
.coffee_jelly .p-eyecatch_sub {
  background: #9babc1;
}
.sheer_brown .p-eyecatch_sub {
  background: #f56f78;
}
.cafe_mocha .p-eyecatch_sub {
  background: #df9b90;
}
.cappuccino .p-eyecatch_sub {
  background: #f67e54;
}
.espresso .p-eyecatch_sub {
  background: #b4866c;
}
.shiny_brown .p-eyecatch_sub {
  background: #eb9397;
}
.sheer_black .p-eyecatch_sub {
  background: #f0aa57;
}
.chestnut .p-eyecatch_sub {
  background: #d9a37c;
}
.tulle_brown .p-eyecatch_sub {
  background: #a8c0ac;
}
.sakura_mousse .p-eyecatch_sub {
  background: #f394a8;
}
.tiramisu_ring .p-eyecatch_sub {
  background: #e58917;
}
.oolong_tea .p-eyecatch_sub {
  background: #728dc0;
}
.tarte_tatin .p-eyecatch_sub {
  background: #e49a59;
}
.almond_poodle .p-eyecatch_sub {
  background: #BE96A0;
}
.brulee_pearl .p-eyecatch_sub {
  background: #D79683;
}
.sugar_pearl .p-eyecatch_sub {
  background: #5f78cf;
}
.melty_butter .p-eyecatch_sub {
  background: #f98843;
}
.p-eyecatch_ttl h2 {
  font-family: 'Minimo-Regular';
  font-size: 4.6vw;
  margin: 20px 0 100px;
}
.p-eyecatch_ttl h2 span {
  display: block;
  font-size: 1.2rem;
}
.p-eyecatch_ttl p {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
}
.p-eyecatch_data img {
  position: absolute;
  right: 10%;
  bottom: 8%;
  max-width: 19%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.affogato .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.coffee_jelly .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.oolong_tea .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.almond_poodle .p-eyecatch_data img,
.sugar_pearl .p-eyecatch_data img,
.melty_butter .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.brulee_pearl .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.tarte_tatin .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.tiramisu_ring .p-eyecatch_data img {
  position: absolute;
  right: 4%;
  bottom: 8%;
  max-width: 35%;
  z-index: 1;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2));
}
.p-eyecatch_package {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-eyecatch_wrap {
    padding: 50px 0 0;
  }
  .p-eyecatch_wrap > h2 {
    font-family: 'Minimo-Regular';
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 3px;
  }
  .p-eyecatch_wrap > h2 span {
    display: inline-block;
    font-size: 0.8rem;
    margin: 10px 0 0 5px;
  }
  .is-index .p-eyecatch {
    height: auto;
    margin: 0 0 15px;
  }
  .p-eyecatch_img {
    width: 100%;
    clip-path: none;
  }
  .p-eyecatch h2 {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 10px;
  }
  .is-index .p-eyecatch_ttl {
    top: auto;
    bottom: 1%;
    left: 0;
    width: 100%;
    min-width: auto;
    padding: 10px;
    transform: none;
    z-index: 1;
  }
  .p-eyecatch_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -94px;
    width: 94%;
    margin: 0px auto -85px;
    padding: 15px 15px 8px;
    background-color: transparent;
    z-index: 1;
  }
  .p-eyecatch .p-eyecatch_data {
    clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 100%);
  }

  .tarte_tatin .p-eyecatch,
  .oolong_tea .p-eyecatch,
  .affogato .p-eyecatch,
  .coffee_jelly .p-eyecatch,
  .sheer_brown .p-eyecatch,
  .cafe_mocha .p-eyecatch,
  .cappuccino .p-eyecatch,
  .espresso .p-eyecatch,
  .shiny_brown .p-eyecatch,
  .sheer_black .p-eyecatch,
  .chestnut .p-eyecatch,
  .tulle_brown .p-eyecatch,
  .sakura_mousse .p-eyecatch,
  .tiramisu_ring .p-eyecatch,
  .almond_poodle .p-eyecatch,
  .brulee_pearl .p-eyecatch,
  .sugar_pearl .p-eyecatch,
  .melty_butter .p-eyecatch {
    background: none;
  }
  .sugar_pearl .p-eyecatch_data {
    background-color: #b4c8eb;
  }
  .melty_butter .p-eyecatch_data {
    background-color: #ffd3b2;
  }
  .almond_poodle .p-eyecatch_data {
    background-color: #E1C8D2;
  }
  .brulee_pearl .p-eyecatch_data {
    background-color: #F0C8B4;
  }
  .oolong_tea .p-eyecatch_data {
    background-color: #b4c8e9;
  }
  .tarte_tatin .p-eyecatch_data {
    background-color: #edbc91;
  }
  .affogato .p-eyecatch_data {
    background: url('../images/product/affogato/eyecatch_bg.jpg') center / cover;
  }
  .coffee_jelly .p-eyecatch_data {
    background: url('../images/product/coffeejelly/eyecatch_bg.jpg') center / cover;
  }
  .sheer_brown .p-eyecatch_data {
    background-color: #f9b8bd;
  }
  .cafe_mocha .p-eyecatch_data {
    background-color: #f5d1ca;
  }
  .cappuccino .p-eyecatch_data {
    background-color: #fcc5a3;
  }
  .espresso .p-eyecatch_data {
    background-color: #dbc0b0;
  }
  .shiny_brown .p-eyecatch_data {
    background-color: #f3c0b7;
  }
  .sheer_black .p-eyecatch_data {
    background-color: #fdde91;
  }
  .chestnut .p-eyecatch_data {
    background-color: #efdfcb;
  }
  .tulle_brown .p-eyecatch_data {
    background-color: #dce6da;
  }
  .sakura_mousse .p-eyecatch_data {
    background-color: #ffdfed;
  }
  .tiramisu_ring .p-eyecatch_data {
    background-color: #ddbbac;
  }
  .p-eyecatch_ttl {
    position: inherit;
    top: auto;
    width: 70%;
    padding: 0;
    transform: none;
  }
  .p-eyecatch_ttl::after {
    display: none;
  }
  .p-eyecatch_sub {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2.2;
    padding: 2px 6px 3px;
  }
  .p-eyecatch_ttl p {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 5px 0 5px;
  }
  ruby[data-ruby] {
    position: relative;
  }
  ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: -2em;
    right: -2em;
    text-align: center;
    font-size: 0.5em;
  }
  ruby[data-ruby] rt {
    display: none;
  }
  .p-eyecatch_data img {
    position: inherit;
    right: 13px;
    bottom: 0;
    max-width: 12%;
  }
  .affogato .p-eyecatch_data img {
    position: inherit;
    right: 0;
    bottom: 0;
    max-width: 25%;
  }
  .coffee_jelly .p-eyecatch_data img {
    position: inherit;
    right: 2%;
    bottom: 0;
    max-width: 25%;
  }
  .oolong_tea .p-eyecatch_data img,
  .almond_poodle .p-eyecatch_data img,
  .brulee_pearl .p-eyecatch_data img,
  .sugar_pearl .p-eyecatch_data img,
  .melty_butter .p-eyecatch_data img {
    position: inherit;
    right: 0;
    bottom: 0;
    max-width: 25%;
  }
  .tarte_tatin .p-eyecatch_data img {
    position: inherit;
    right: 0;
    bottom: 0;
    max-width: 25%;
  }
  .tiramisu_ring .p-eyecatch_data img {
    position: inherit;
    right: 0;
    bottom: 0;
    max-width: 25%;
  }
  .p-eyecatch_day {
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 1;
  }
}

/* p-lens */
.p-lens_wrap {
  padding: 10px 0 30px;
}
.p-lens_wrap .l-contents_inner {
  max-width: 1200px;
}
.p-lens {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-lens img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.p-lens h3 {
  font-size: 1.6rem;
  margin: 23px 0;
  text-align: center;
}
.p-lens p {
  font-size: 1rem;
  text-align: center;
}
.p-lens_design {
  width: 50%;
  max-width: 480px;
}
.p-lens_wearing {
  width: 50%;
  max-width: 520px;
}
.p-lens_design h3 {
  margin: 23px 0 0 0;
}
.p-lens_design p {
  font-size: 1.2rem;
  margin: 10px 10px 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-lens_design {
    width: 90%;
    max-width: none;
    margin: 0 auto 25px;
  }
  .p-lens_design h3 {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
  }
  .p-lens_design p {
    margin: 10px 0;
  }
  .p-lens_design img {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-lens_wearing {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }
  .p-lens_wearing img {
    display: block;
    margin: 0 auto;
  }
  .p-lens_wearing h3 {
    font-size: 1.4rem;
    margin: 22px 0;
  }
  .p-lens_wearing h3 + p {
    font-size: 1rem;
    text-align: center;
  }
}
/* p-lineup (COLOR LINEUP) */
.p-lineup_wrap {
  width: 800px;
  margin: 100px auto;
  background-color: #f4eaeb;
  border-radius: 10px;
}
.p-lineup_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  color: #bb5a6d;
  padding: 30px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.p-lineup_title h2 {
  font-size: 2rem;
}
.p-lineup_title:hover {
  background: #faf6f6;
}
.p-lineup_title::after {
  display: block;
  content: '＋';
  position: absolute;
  right: 10%;
}
.p-lineup_title.open::after {
  content: '－';
}
.p-lineup_title + div {
  display: none;
  padding: 0px 0px 40px;
}
.p-lineup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-lineup_list li {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  width: 30%;
  margin: 20px 5px 0;
}
/*.p-lineup_list li:nth-of-type(13) {
  margin: 20px 5px 20px 40px;
}
.p-lineup_list li:nth-of-type(14) {
  margin: 20px 40px 20px 5px;
}*/
.p-lineup_list li a {
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  transition: 0.3s;
}
.p-lineup_list li a:hover {
  background: #f1e3e3;
}
.p-lineup_list li a span {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 1;
}
.p-lineup_list li a span img {
  width: 80px;
}
.p-lineup_list li a .lineup-lens {
  display: block;
  width: 160px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.04));
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-lineup_wrap {
    width: 90%;
    margin: 20px auto 40px;
  }
  .p-lineup_title {
    font-size: 1.6rem;
    padding: 20px;
  }
  .p-lineup_title h2 {
    font-size: 1.6rem;
  }
  .p-lineup_title::after {
    right: 10%;
  }
  .p-lineup_title + div {
    padding: 0px 0px 20px;
  }
  .p-lineup_list li {
    width: 32%;
    margin: 10px 0 0;
  }
  .p-lineup_list li a span {
    top: 6%;
    left: 2%;
  }
  .p-lineup_list li a span img {
    width: 38px;
  }
  .p-lineup_list li a img {
    width: 100%;
  }
  .p-lineup_list li a h3 {
    font-size: 1rem;
  }
}
/* p-feature */
.p-feature ul {
  width: 90%;
  margin: 0 auto;
}
.p-feature ul .p-feature_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #fbfaf6;
}
.p-feature ul .p-feature_item:first-of-type {
  padding: 10px 0 0;
}
.p-feature ul .p-feature_item:last-of-type {
  padding: 0 0 10px;
}
.p-feature_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 20px;
  border-radius: 2px;
}
.p-feature_ttl h3 {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
  margin: 10px 0;
  padding: 0 0 20px;
}
.p-feature_ttl h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 60%;
  height: 1px;
  background-color: #666;
  transform: translateX(-50%);
}
.p-feature_ttl img {
  width: 64px;
}
.p-feature_txt {
  width: 80%;
}
.p-feature_txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-feature_txt span {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-feature ul {
    width: 100%;
  }
  .p-feature_ttl {
    width: 100px;
    height: 100px;
    margin: 10px 0;
    padding: 10px;
  }
  .p-feature_ttl h3 {
    font-size: 1.4rem;
  }
  .p-feature_ttl img {
    width: 54px;
  }
  .p-feature_txt {
    width: 60%;
  }
  .p-feature_txt p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-feature_txt span {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* p-privacy */
.p-privacy_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 50px;
  box-sizing: border-box;
  background: #fff;
}
.p-privacy_list dt {
  font-size: 1.6rem;
  padding: 0 0 10px;
}
.p-privacy_list dd {
  font-size: 1.4rem;
  line-height: 23px;
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .p-privacy_list {
    padding: 20px;
  }
  .p-privacy_list dd {
    word-break: break-all;
  }
}

/*p-check*/
.check_a {
  background: url('../images/check/bg_a.jpg') top center/cover no-repeat;
}
.check_b {
  background: url('../images/check/bg_b.jpg') top center/cover no-repeat;
}
.check_c {
  background: url('../images/check/bg_c.png') top center/cover no-repeat;
}
.check_d {
  background: url('../images/check/bg_d.png') top center/cover no-repeat;
}
.p-check {
  padding: 120px 0 10px;
  margin: 120px 0;
}
.p-check_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 8vw;
}
.p-check_main {
  margin-bottom: 40px;
  position: relative;
}
.check_a .p-check_main,
.check_a .p-check_sublist {
  box-shadow:
    100px 0px 100px -100px #d7a576,
    -100px 0px 100px -100px #d7a576;
}
.check_b .p-check_main,
.check_b .p-check_sublist {
  box-shadow:
    100px 0px 100px -100px #8e92cc,
    -100px 0px 100px -100px #8e92cc;
}
.check_c .p-check_main,
.check_c .p-check_sublist {
    box-shadow:
    100px 0px 100px -100px #b4c8eb,
    -100px 0px 100px -100px #b4c8eb;
}
.check_d .p-check_main,
.check_d .p-check_sublist {
  box-shadow:
    100px 0px 100px -100px #ffd3b2,
    -100px 0px 100px -100px #ffd3b2;
}
.p-check_main img {
  position: relative;
  z-index: 1;
}
.p-check-ans {
  display: flex;
  justify-content: space-evenly;
  margin: -50px 0 0;
}
.p-check-ans li {
  position: relative;
  width: 20%;
  height: 300px;
  padding: 30px;
  text-align: center;
  background-color: #ffffffe0;
}
.p-check-ans li .ans-ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 13rem;
  font-weight: 600;
  color: #5b79a3;
  width: 100%;
  line-height: 1.2;
}
.p-check-ans li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-check_subitem {
  position: relative;
  width: 85%;
  margin: 0 auto 50px;
}
.c-check_btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #5b79a3;
  transition: 0.3s;
}
.p-check-ans li:hover .c-check_btn {
  text-decoration: none;
  opacity: 0.6;
}
.c-check_btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
.c-check_btn.ans {
  font-size: 2.8rem;
  font-weight: 700;
  width: 160px;
  margin: 20px auto 0;
  padding: 15px 20px 20px;
}
.c-check_btn.main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.4rem;
  width: 620px;
  padding: 28px 0 36px;
  bottom: 30px;
  z-index: 2;
}
.c-check_btn.sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  width: 560px;
  padding: 24px 0 32px;
  bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .p-check {
    padding: 30px 0 10px;
    margin: 20px 0 80px;
  }
  .p-check-ans {
    margin: -18px 0 0;
  }
  .p-check-ans li {
    width: 22%;
    height: auto;
    padding: 10px 0 15px;
  }
  .p-check-ans li .ans-ttl {
    font-size: 6rem;
  }
  .p-check_subitem {
    margin: 0 auto 30px;
  }
  .c-check_btn.ans {
    font-size: 1.7rem;
    line-height: 1.4;
    width: 80%;
    margin: 10px auto 0;
    padding: 10px 0 15px;
    border-radius: 3px;
  }
  .c-check_btn.main {
    font-size: 2.2rem;
    width: 80%;
    padding: 18px 0 24px;
    bottom: 0;
  }
  .c-check_btn.sub {
    font-size: 1.6rem;
    width: 60%;
    padding: 12px 0 18px;
    bottom: 18px;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}

/* updown animation */
.downAnime {
  opacity: 0;
}
.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* news */
.p-news {
  width: 80%;
  margin: 0 auto;
}
.p-news .news_ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 20px;
}
.p-news .news_date {
  font-size: 1.6rem;
  margin: 0 0 30px;
}
.p-news p {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.p-news p .news_cap {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-news {
    width: 100%;
  }
  .p-news .news_ttl {
    font-size: 1.8rem;
  }
  .p-news .news_date {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .p-news p {
    font-size: 1.2rem;
  }
  .p-news p .news_cap {
    font-size: 1rem;
  }
}

/* day-month_btn */
.day-month_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  color: #bb5a6d;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.day-month_btn:hover {
  opacity: 0.8;
}
.day-month_btn a {
  display: block;
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 2rem;
}
.day-month_btn a:hover {
  text-decoration: none;
  
}
@media screen and (max-width: 767px) {
  .day-month_btn {
    font-size: 1.6rem;
  }
  .day-month_btn a {
    font-size: 1.6rem;
    padding: 20px;
  }
}