@charset "UTF-8";
/* =================================================================
news
=================================================================*/
/*  コンテンツ
-------------------------------------------------------------*/
.news-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 16rem; }

@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 0 4rem; } }

.news-list .news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000; }

.news-list .news-item + .news-item {
  margin: 7rem 0 0; }

.news-list .news-item__date {
  font-size: 2.2rem;
  line-height: 1;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .news-list .news-item__date {
    font-size: 1.4rem; } }

.news-list .news-item__title {
  font-size: 2.4rem;
  margin: 5px 0 0;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .news-list .news-item__title {
    font-size: 1.8rem;
    line-height: 1.45; } }

.news-list .news-item__thumbnail {
  width: 48rem;
  height: 27rem;
  background-color: #eee;
  margin: 1.5rem 0; }

@media screen and (max-width: 767px) {
  .news-list .news-item__thumbnail {
    width: 100%;
    height: 20rem;
    margin: 1.2rem 0; } }

.news-list .news-item__desc {
  font-size: 1.8rem;
  font-weight: 400; }

@media screen and (max-width: 767px) {
  .news-list .news-item__desc {
    font-size: 1.3rem; } }

.news-list .news-item__readmore-btn {
  position: relative;
  color: #000;
  font-size: 2rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  padding: 0 0 5px;
  margin: 2rem 0 0;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .news-list .news-item__readmore-btn {
    font-size: 1.4rem; } }

.news-list .news-item__readmore-btn:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000; }

.news-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 88.1%;
  padding: 0 0 7rem;
  margin: 2.5rem 0 0; }

@media screen and (max-width: 767px) {
  .news-list {
    width: 100%;
    margin: 0;
    padding: 0 0 3.6rem; } }

@media screen and (max-width: 767px) {
  .news-list .sp-hide {
    display: none !important; } }

.news-list .news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 4rem 0 4rem 1rem; }

@media screen and (max-width: 767px) {
  .news-list .news-item {
    border-bottom: 1px solid #040000;
    padding: 1.3rem 0 1.7rem; } }

.news-list .news-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.9rem;
  width: 1.7rem;
  height: 1.7rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  .news-list .news-item::before {
    right: 0; } }

.news-list .news-item + .news-item {
  margin: 0; }

.news-list .news-item__head {
  display: flex;
  align-items: flex-start;
  width: 93.2%; }

@media screen and (max-width: 767px) {
  .news-list .news-item__head {
    flex-wrap: wrap;
    width: 88.4%; } }

.news-list .news-item__date {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 2.8rem 0 0;
  padding: 5px 0 0; }

@media screen and (max-width: 767px) {
  .news-list .news-item__date {
    font-size: 1.3rem;
    margin: 0.7rem 2rem 0 0;
    padding: 4px 0 0; } }

.news-list .news-item__cat-wrap {
  display: flex; }

@media screen and (max-width: 767px) {
  .news-list .news-item__cat-wrap {
    flex-wrap: wrap; } }

.news-list .news-item__cat {
  width: 12rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  text-align: center;
  background-color: #000;
  margin: 0 1.6rem 0 0;
  padding: 0.6rem 0 0.5rem; }

@media screen and (max-width: 767px) {
  .news-list .news-item__cat {
    width: 10rem;
    font-size: 1.2rem;
    margin: 0.7rem 1.6rem 0 0;
    padding: 0.4rem 0 0.3rem; } }

.news-list .news-item__title {
  width: 100%;
  font-size: 2.4rem;
  margin: -5px 0 0; }

@media screen and (max-width: 767px) {
  .news-list .news-item__title {
    font-size: 1.6rem;
    line-height: 1.18;
    margin: 0.9rem 0 0; } }

.news-list .news-item__desc {
  width: 93.2%;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 1rem 0 0;
  padding: 0 0 0 11rem; }

@media screen and (max-width: 767px) {
  .news-list .news-item__desc {
    width: 88.4%;
    font-size: 1.4rem !important;
    line-height: 1.35;
    margin: 0.9rem 0 0;
    padding: 0 0 0 0; } }

.news-select {
  display: flex;
  align-items: center;
  margin: 5rem 0 0; }

@media screen and (max-width: 767px) {
  .news-select {
    justify-content: space-between;
    border-bottom: 1px solid #030000;
    margin: 1.5rem 0 0;
    padding: 0 0 1rem 0; } }

.news-select select::-ms-expand {
  display: none; }

.news-select__box-outer {
  position: relative; }

@media screen and (max-width: 767px) {
  .news-select__box-outer {
    width: 47.7%; } }

.news-select__box-outer--pc-hide {
  display: none; }

@media screen and (max-width: 767px) {
  .news-select__box-outer--pc-hide {
    display: block; } }

.news-select__box-outer::after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #000 transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .news-select__box-outer::after {
    display: none; } }

.news-select__box-inner {
  position: relative; }

.news-select__box-inner::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  width: 16px;
  height: 1px;
  background-color: #dbdbdb; }

@media screen and (max-width: 767px) {
  .news-select__box-inner::before {
    top: 14px;
    right: 7%;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg); } }

@media screen and (max-width: 320px) {
  .news-select__box-inner::before {
    top: 5px; } }

.news-select__box {
  width: 18rem;
  height: 40px;
  color: #000;
  font-size: 1.6rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: -webkit-center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 3.5rem; }

@media screen and (max-width: 767px) {
  .news-select__box {
    width: 100%;
    height: 39px;
    font-size: 1.3rem;
    padding: 0 7%; } }

@media screen and (max-width: 320px) {
  .news-select__box {
    height: 2.8rem; } }

.news-select__box span {
  pointer-events: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none; }

.news-select__select-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  width: 18rem;
  height: auto;
  color: #000;
  font-size: 1.6rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: -webkit-center;
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  transform-origin: top;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(100%) scaleY(0); }

@media screen and (max-width: 767px) {
  .news-select__select-list {
    width: 100%;
    font-size: 1.3rem;
    padding: 0; } }

@media screen and (max-width: 320px) {
  .news-select__select-list {
    height: 2.8rem; } }

.news-select__select-list li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none; }

.news-select__select-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none; }

.news-select__select-list.is-select-open {
  opacity: 1;
  transform: translateY(100%) scaleY(1); }

.news-select__select-list-item {
  position: relative;
  padding: 0.3em 0; }

.news-select__select-list-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
  content: ""; }

@media screen and (max-width: 767px) {
  .news-select__select-list-item {
    padding: 0.5em 0; } }

.news-select__select-list-item:last-of-type::after {
  display: none; }

.news-select__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 0 4.4rem; }

@media screen and (max-width: 1024px) {
  .news-select__list {
    padding: 0 0 0 calc(44 / 1024 * 100vw); } }

@media screen and (max-width: 767px) {
  .news-select__list {
    display: none; } }

.news-select__list .is-current {
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  text-decoration: none;
  pointer-events: none; }

.news-select__item {
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: underline;
  margin: 0 5rem 0 0; }

@media screen and (max-width: 1024px) {
  .news-select__item {
    margin: 0 calc(50 / 1024 * 100vw) 0 0; } }

.news-select__item:last-of-type {
  border-right: 1px solid #868686;
  margin: 0 3.2rem 0 0;
  padding: 0 3.6rem 0 0; }

@media screen and (max-width: 1024px) {
  .news-select__item:last-of-type {
    margin: 0 calc(36 / 1024 * 100vw) 0 0;
    padding: 0 calc(36 / 1024 * 100vw) 0 0; } }

.news-select__item a {
  color: #000; }

.news-select__link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #000; }

@media screen and (max-width: 767px) {
  .news-select__link {
    display: none; } }

.news-pager {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.5rem auto 0; }

@media screen and (max-width: 767px) {
  .news-pager {
    margin: 1.8rem auto 0; } }

.prev::before,
.next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.prev {
  margin: 0 5rem 0 0; }

@media screen and (max-width: 767px) {
  .prev {
    margin: 0 4rem 0 0; } }

.prev::before {
  top: 4px;
  left: 0;
  transform: rotate(-135deg) translateY(-50%); }

@media screen and (max-width: 767px) {
  .prev::before {
    top: 2px; } }

.next::before {
  right: 3.6rem;
  transform: rotate(45deg) translateY(-50%); }

@media screen and (max-width: 767px) {
  .next::before {
    top: 46%; } }

.page-numbers {
  color: #000;
  font-size: 1.6rem;
  text-decoration: underline;
  margin: 0 4.8rem 0 0; }

@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: 1.4rem;
    margin: 0 4rem 0 0; } }

.news-pager .current {
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  text-decoration: none; }

.product__title {
  font-size: 4.2rem;
  font-weight: 200;
  margin: 1.5rem 0 6rem; }

@media screen and (max-width: 767px) {
  .product__title {
    font-size: 2.2rem; } }

.news-detail__container {
  width: 96rem;
  min-height: 100vh;
  padding: 0 0 16rem; }

@media screen and (max-width: 767px) {
  /* line 200, */
  .news-detail__container {
    width: 100%;
    padding: 0 0 4rem; } }

.news-detail__head {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

@media screen and (max-width: 767px) {
  .news-detail__head {
    flex-wrap: wrap; } }

.news-detail__date {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 1.8rem 0 0; }

@media screen and (max-width: 767px) {
  .news-detail__date {
    font-size: 1.4rem;
    margin: .7rem 1.8rem 0 0; } }

.news-detail__cat-wrap {
  display: flex; }

@media screen and (max-width: 767px) {
  .news-detail__cat-wrap {
    flex-wrap: wrap; } }

.news-detail__cat {
  width: 12rem;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #000;
  margin: 0 1.6rem 0 0;
  padding: .6rem 0 .5rem; }

@media screen and (max-width: 767px) {
  .news-detail__cat {
    width: 10rem;
    font-size: 1.2rem;
    letter-spacing: -0.07em;
    margin: .7rem 1.6rem 0 0;
    padding: .4rem 0 .3rem; } }

.news-detail__title {
  font-size: 3rem;
  margin: 1rem 0 0;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .news-detail__title {
    font-size: 1.8rem;
    margin: 0.5rem 0 0; } }

.news-detail__mainvisual {
  display: block;
  width: 100%;
  height: 60rem;
  background-color: #eee;
  margin: 1.5rem 0 5rem; }

@media screen and (max-width: 767px) {
  .news-detail__mainvisual {
    height: 20rem;
    margin: 1.5rem 0 2rem; } }

.news-detail__contents {
  font-size: 1.8rem;
  line-height: 1.8; }

@media screen and (max-width: 767px) {
  .news-detail__contents {
    font-size: 1.3rem; } }

.news-detail-nav {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0 0; }

@media screen and (max-width: 767px) {
  .news-detail-nav {
    padding: 4rem 0 0; } }

.news-detail-nav__link {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  padding: 0 0 5px;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .news-detail-nav__link {
    font-size: 1.4rem; } }

.news-detail-nav__link:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000; }

.campaign-item .is_sp {
  display: none; }

.campaign-item picture {
  display: block; }

.campaign-item .article-list {
  padding: 0;
  width: 100%; }

.campaign-item .campaign-body {
  margin-top: 60px; }

.campaign-item .campaign-20230301 .area-lead {
  margin-bottom: 60px; }

.campaign-item .campaign-20230301 .area-lead .imgtxt {
  display: flex;
  justify-content: space-between; }

.campaign-item .campaign-20230301 .area-lead .txt {
  flex: 1;
  padding-right: 64px; }

.campaign-item .campaign-20230301 .area-lead .txt p {
  font-size: 18px;
  margin-bottom: 1.5em; }

.campaign-item .campaign-20230301 .area-lead .txt strong {
  font-weight: bold; }

.campaign-item .campaign-20230301 .area-lead .txt .bd {
  font-weight: bold;
  border-bottom: 1px dashed #ccc; }

.campaign-item .campaign-20230301 .area-lead .txt picture img {
  width: 80%;
  height: auto; }

.campaign-item .campaign-20230301 .area-lead .img {
  width: 322px; }

.campaign-item .campaign-20230301 .area-lead .img picture img {
  width: 322px;
  height: auto; }

.campaign-item .campaign-20230301 .area-newlife {
  margin-bottom: 60px; }

.campaign-item .campaign-20230301 .area-newlife .inner {
  border: 4px solid #000; }

.campaign-item .campaign-20230301 .area-newlife h2 {
  text-align: center;
  transform: translateY(-50%);
  font-size: 28px; }

.campaign-item .campaign-20230301 .area-newlife h2 span {
  display: inline-block;
  background: #fff;
  padding: 0.5em; }

.campaign-item .campaign-20230301 .area-newlife .items {
  padding: 40px;
  display: flex;
  justify-content: space-between; }

.campaign-item .campaign-20230301 .area-newlife .item {
  width: 45%; }

.campaign-item .campaign-20230301 .area-newlife .item .imgtxt .img {
  margin-bottom: 24px; }

.campaign-item .campaign-20230301 .area-newlife .item .imgtxt .img img {
  width: 100%;
  height: auto; }

.campaign-item .campaign-20230301 .area-newlife .item .imgtxt .txt p {
  font-size: 18px;
  font-weight: bold; }

.campaign-item .campaign-20230301 .area-newlife .item .imgtxt .txt small {
  font-size: 14px;
  font-weight: normal; }

.campaign-item .campaign-20230301 .area-newlife .item:first-of-type .txt p {
  text-align: center; }

.campaign-item .campaign-20230301 .area-newlife .item:last-of-type .txt p {
  text-align: left;
  padding-left: 1.7em; }

.campaign-item .campaign-20230301 .area-newlife .item:last-of-type .txt p.more {
  text-align: center;
  padding-left: 0;
  font-size: 14px;
  margin-top: 1.5em; }

.campaign-item .campaign-20230301 .area-newlife .item:last-of-type .txt p.more a {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 0.3em;
  display: inline-block;
  position: relative; }

.campaign-item .campaign-20230301 .area-newlife .item:last-of-type .txt p.more a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -4px;
  transform: rotate(45deg); }

.campaign-item .campaign-20230301 .area-price {
  margin-bottom: 60px; }

.campaign-item .campaign-20230301 .area-price h2 {
  font-size: 40px;
  margin-bottom: 0.5em; }

.campaign-item .campaign-20230301 .area-price h2 small {
  font-size: 16px;
  margin-left: 40px;
  transform: translateY(-30%);
  display: inline-block; }

.campaign-item .campaign-20230301 .area-price .items {
  margin-bottom: 24px; }

.campaign-item .campaign-20230301 .area-price .item {
  border: 1px solid #A3A3A3;
  padding: 40px;
  margin-bottom: 24px; }

.campaign-item .campaign-20230301 .area-price .item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2em; }

.campaign-item .campaign-20230301 .area-price .item .img {
  text-align: center;
  margin-bottom: 40px; }

.campaign-item .campaign-20230301 .area-price .item .img img {
  height: 120px;
  width: auto; }

.campaign-item .campaign-20230301 .area-price .item .txt {
  text-align: center; }

.campaign-item .campaign-20230301 .area-price .item .txt .price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px; }

.campaign-item .campaign-20230301 .area-price .item .txt .price .label {
  display: inline-block;
  text-align: center;
  border: 1px solid #A3A3A3;
  padding: 0.3em;
  font-size: 14px;
  width: 153px;
  margin-right: 1em; }

.campaign-item .campaign-20230301 .area-price .item .txt .price .number small {
  font-size: 12px;
  margin-right: 0.8em;
  display: inline-block; }

.campaign-item .campaign-20230301 .area-price .item .txt .descript {
  font-size: 12px;
  text-align: center; }

.campaign-item .campaign-20230301 .area-price .notice {
  background: #EFEFEF;
  padding: 28px; }

.campaign-item .campaign-20230301 .area-price .notice h4 {
  font-size: 12px;
  margin-bottom: 1em; }

.campaign-item .campaign-20230301 .area-price .notice ul {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0; }

.campaign-item .campaign-20230301 .area-price .notice ul li {
  margin-bottom: 0.3em; }

.campaign-item .campaign-20230301 .area-price .notice ul a {
  text-decoration: underline;
  color: #000; }

.campaign-item .campaign-20230301 .area-size {
  margin-bottom: 60px; }

.campaign-item .campaign-20230301 .area-size h2 {
  font-size: 40px;
  margin-bottom: 0.5em; }

.campaign-item .campaign-20230301 .area-size .title {
  margin-bottom: 24px; }

.campaign-item .campaign-20230301 .area-size .title h3 {
  text-align: center;
  font-size: 18px; }

.campaign-item .campaign-20230301 .area-size .body ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }

.campaign-item .campaign-20230301 .area-size .body li {
  width: 48%;
  text-align: center; }

.campaign-item .campaign-20230301 .area-size .body li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 0.8em;
  border: 1px solid #fff;
  mix-blend-mode: difference;
  overflow: hidden;
  position: relative;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1); }

.campaign-item .campaign-20230301 .area-size .body li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 26rem;
  background: #000;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9; }

.campaign-item .campaign-20230301 .area-size .body li a:hover::after {
  transform: translate(-50%, -50%) scale(1); }

.campaign-item .campaign-20230301 .area-size .body .yes {
  background: #fff;
  color: #000; }

.campaign-item .campaign-20230301 .area-size .body .yes:hover {
  color: #fff; }

.campaign-item .campaign-20230301 .area-size .body .no {
  background: #000;
  color: #fff; }

.campaign-item .campaign-20230301 .area-size .body .no::after {
  background: #000; }

.campaign-item .campaign-20230301 .area-size .body .no:hover {
  color: #000; }

.campaign-item .campaign-20230301 .area-size .body .no:hover::after {
  background: #fff; }

.campaign-item .campaign-20230301 .area-faq h3 {
  font-size: 40px;
  margin-bottom: 0.5em; }

.campaign-item .campaign-20230301 .area-faq dl {
  font-size: 18px; }

.campaign-item .campaign-20230301 .area-faq .row {
  border-bottom: 1px solid #000;
  padding: 24px 16px; }

.campaign-item .campaign-20230301 .area-faq dt {
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  padding-left: 2em; }

.campaign-item .campaign-20230301 .area-faq dt::before {
  content: 'Q.';
  display: inline-block;
  position: absolute;
  left: 0; }

.campaign-item .campaign-20230301 .area-faq dd {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 2em; }

.campaign-item .campaign-20230301 .area-faq dd::before {
  content: 'A.';
  display: inline-block;
  position: absolute;
  left: 0; }

.campaign-item .campaign-20230301 .area-faq dd a {
  text-decoration: underline;
  color: #000; }

@media screen and (max-width: 767px) {
  .main-title--small.is-campaign-item {
    height: 3.8em; }
  .campaign-item .is_pc {
    display: none; }
  .campaign-item .is_sp {
    display: block; }
  .campaign-item .p-lower__title .main-title svg {
    margin-left: -20px; }
  .campaign-item .campaign-body {
    margin-top: 24px; }
  .campaign-item .campaign-20230301 .area-lead {
    margin-bottom: 40px; }
  .campaign-item .campaign-20230301 .area-lead .imgtxt {
    display: block; }
  .campaign-item .campaign-20230301 .area-lead .txt {
    flex: 1;
    padding-right: 0; }
  .campaign-item .campaign-20230301 .area-lead .img {
    width: auto; }
  .campaign-item .campaign-20230301 .area-lead .img picture {
    margin-bottom: 24px; }
  .campaign-item .campaign-20230301 .area-lead .img picture img {
    width: 100%;
    height: auto; }
  .campaign-item .campaign-20230301 .area-newlife {
    margin-bottom: 40px; }
  .campaign-item .campaign-20230301 .area-newlife .items {
    padding: 24px;
    display: block; }
  .campaign-item .campaign-20230301 .area-newlife .item {
    width: 100%;
    margin-bottom: 24px; }
  .campaign-item .campaign-20230301 .area-newlife .item:last-of-type {
    margin-bottom: 0; }
    .campaign-item .campaign-20230301 .area-newlife .item:last-of-type .txt p {
      padding-left: 0; }
  .campaign-item .campaign-20230301 .area-price {
    margin-bottom: 40px; }
  .campaign-item .campaign-20230301 .area-price h2 {
    font-size: 28px;
    margin-bottom: 0.8em; }
  .campaign-item .campaign-20230301 .area-price h2 small {
    font-size: 16px;
    margin-left: 0px;
    transform: translateY(0);
    display: block; }
  .campaign-item .campaign-20230301 .area-price .items {
    margin-bottom: 24px; }
  .campaign-item .campaign-20230301 .area-price .item {
    padding: 24px;
    margin-bottom: 40px; }
  .campaign-item .campaign-20230301 .area-price .item .img img {
    height: 90px;
    width: auto; }
  .campaign-item .campaign-20230301 .area-price .item .txt .price {
    width: 100vw;
    margin-left: calc(-50vw + 50%); }
  .campaign-item .campaign-20230301 .area-price .item .txt .price .label {
    font-size: 10px;
    width: 74px; }
  .campaign-item .campaign-20230301 .area-size {
    margin-bottom: 40px; }
  .campaign-item .campaign-20230301 .area-size h2 {
    font-size: 24px;
    margin-bottom: 0.2em; }
  .campaign-item .campaign-20230301 .area-faq h3 {
    font-size: 24px;
    margin-bottom: 0.2em; }
  .campaign-item .campaign-20230301 .area-size .title h3 {
    margin-top: 24px;
    font-size: 14px; }
  .campaign-item .campaign-20230301 .area-faq dl {
    font-size: 18px; }
  .campaign-item .campaign-20230301 .area-faq .row {
    padding: 24px 8px; } }

@media screen and (max-width: 376px) {
  .campaign-item .campaign-20230301 .area-price .item .txt .price {
    font-size: 20px; }
    .campaign-item .campaign-20230301 .area-price .item .txt .price small {
      font-size: 10px; } }

/*# sourceMappingURL=news.css.map */