@charset "UTF-8";
.InquiryListItem__icon img {
  width: 100%;
}

.InquiryListItem--widthAuto img {
  width: auto;
}

.ContentSwitcher--present {
  padding-top: 80px;
  margin-top: 45px;
}

@media screen and (max-width: 750px) {
  .ContentSwitcher--present {
    padding-top: 60px;
  }
}

.ContentSwitcher--present::after {
  display: none;
}

.ContentSwitcherTab--present {
  height: 80px;
  line-height: 80px;
}

@media screen and (max-width: 750px) {
  .ContentSwitcherTab--present {
    display: flex;
    justify-content: center;
    height: 60px;
    line-height: 60px;
  }
}

.ContentSwitcherTab--present .ContentSwitcherTab__btn {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .ContentSwitcherTab--present .ContentSwitcherTab__btn {
    font-size: 13px;
  }
}

.ua-ie .ContentSwitcherTab--present .ContentSwitcherTab__btn::after {
  bottom: 5px;
}

.ContentSwitcherTab--present .ContentSwitcherTab__btn:not(:last-child) {
  margin-right: 35px;
}

@media screen and (max-width: 374px) {
  .ContentSwitcherTab--present .ContentSwitcherTab__btn:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 751px) {
  .ContentSwitcherTab--present .ContentSwitcherTab__btn br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .ContentWidth {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
}

.BtnBlock--right {
  justify-content: flex-end;
}

.BtnBlock--presentFaq {
  margin: 32px -15px 0 0;
}

@media screen and (max-width: 750px) {
  .BtnBlock--presentFaq {
    margin: 12px 0 0 0;
  }
}

.BtnBlock--presentNav {
  justify-content: flex-start;
  margin: 38px -13px 62px;
}

@media screen and (max-width: 750px) {
  .BtnBlock--presentNav {
    display: block;
    margin: 2px -7px 28px;
  }
}

.HalfwayBtn {
  outline: 0;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentFaq::before {
    height: 5px;
    top: calc(50% + 3px);
  }
}

@media screen and (min-width: 751px) {
  .ua-ie .HalfwayBtn--presentFaq::before {
    top: 50%;
  }
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentFaq .HalfwayBtn__txt {
    font-size: 13px;
  }
}

.HalfwayBtn--presentFaq .HalfwayBtn__icon {
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0 5px 0 22px;
  background: url("../../images/present_guide/external-icon.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentFaq .HalfwayBtn__icon {
    width: 9px;
    height: 9px;
    margin: 0 2px 3px 6px;
  }
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentNav {
    height: 40px;
    line-height: 40px;
    text-align: left;
  }
}

.HalfwayBtn--presentNav::before {
  left: auto;
  right: 15px;
  width: calc(100% - 60px);
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentNav::before {
    height: 5px;
    top: calc(50% + 6px);
    right: 13px;
    width: calc(100% - 45px);
  }
}

.HalfwayBtn--presentNav:not(:first-child) {
  margin: 0 0 0 45px;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentNav:not(:first-child) {
    margin-left: 0;
  }
}

.HalfwayBtn--presentNav .HalfwayBtn__txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentNav .HalfwayBtn__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .HalfwayBtn--presentNav .HalfwayBtn__txt {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.HalfwayBtn--presentNav .HalfwayBtn__arrow {
  margin-left: 21px;
  transform: scale(0.5, 0.5) rotate(45deg);
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentNav .HalfwayBtn__arrow {
    height: 14px;
    width: 14px;
    border-width: 2px;
    margin: 0 0 5px 12px;
  }
}

@media screen and (max-width: 374px) {
  .HalfwayBtn--presentNav .HalfwayBtn__arrow {
    margin-left: 8px;
  }
}

.HalfwayBtn--presentItem {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentItem {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 374px) {
  .HalfwayBtn--presentItem {
    max-width: 260px;
  }
}

.HalfwayBtn--presentItem::before {
  height: 8px;
  left: 20px;
  top: calc(50% + 3px);
  width: calc(100% - 40px);
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentItem::before {
    height: 5px;
    left: 40px;
    top: calc(50% + 3px);
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 374px) {
  .HalfwayBtn--presentItem::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 751px) {
  .ua-ie .HalfwayBtn--presentItem::before {
    left: 15px;
    top: 50%;
    width: calc(100% - 30px);
  }
}

.HalfwayBtn--presentItem .HalfwayBtn__txt {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentItem .HalfwayBtn__txt {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 750px) {
  .HalfwayBtn--presentItem .HalfwayBtn__arrow {
    width: 13px;
    height: 13px;
    margin: 0 0 3px 5px;
    border-width: 2px;
  }
}

.PresentGuideHero {
  background: #eee;
  overflow: hidden;
  position: relative;
}

.PresentGuideHero h1 {
  color: white;
  font-size: 42px;
  left: 50%;
  position: absolute;
  text-shadow: 0 0 24px rgb(0, 0, 0), 0 0 4px rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  .PresentGuideHero h1 {
    font-size: 24px;
    top: 22%;
    text-shadow: 0 0 12px black, 0 0 4px rgba(0, 0, 0, 0.6);
  }
}

.PresentGuideHero__image {
  background: url("../../images/present_guide/pc-hero.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: 420px;
}

@media screen and (max-width: 750px) {
  .PresentGuideHero__image {
    background: url("../../images/present_guide/sp-hero.jpg") no-repeat 50% 50%;
    background-size: cover;
    height: 205px;
  }
}

.PresentGuideLead {
  padding: 77px 0 0;
  margin-bottom: 73px;
}

@media screen and (max-width: 750px) {
  .PresentGuideLead {
    padding: 28px 15px 0;
    margin-bottom: -20px;
  }
}

.PresentGuideLead__text {
  font-size: 22px;
  text-align: center;
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .PresentGuideLead__text {
    font-size: 13px;
    letter-spacing: 0.015em;
    text-align: left;
  }
}

.PresentListNav {
  margin: 30px 0 63px;
}

@media screen and (max-width: 750px) {
  .PresentListNav {
    margin: 10px 0 40px;
  }
}

.PresentListNav__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .PresentListNav__list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 351px;
  }
}

@media screen and (max-width: 374px) {
  .PresentListNav__list {
    max-width: 300px;
  }
}

.PresentListNav__item {
  flex: 0 0 25%;
  margin: 0 -7px;
  height: 96px;
}

@media screen and (max-width: 750px) {
  .PresentListNav__item {
    flex: 0 0 183px;
    height: 58px;
  }
}

@media screen and (max-width: 374px) {
  .PresentListNav__item {
    flex: 0 0 162px;
    height: 52px;
  }
}

.PresentListNav__item.on .PresentListNav__btn {
  color: #fff;
}

.PresentListNav__item.on .PresentListNav__btn::before {
  opacity: 1;
}

.PresentListNav__btn {
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #8da6b8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  overflow: hidden;
}

.PresentListNav__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.PresentListNav__btn:hover {
  color: #fff;
}

.PresentListNav__btn:hover::before {
  opacity: 1;
}

.PresentListNav__btn--01 {
  color: #8da6b8;
  background: url("../../images/present_guide/intro-btn-01.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--01 {
    background-image: url("../../images/present_guide/intro-btn-01_sp.png");
  }
}

.PresentListNav__btn--01::before {
  background: url("../../images/present_guide/intro-btn-01_on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--01::before {
    background-image: url("../../images/present_guide/intro-btn-01_sp_on.png");
  }
}

.PresentListNav__btn--02 {
  color: #ff6792;
  background: url("../../images/present_guide/intro-btn-02.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--02 {
    background-image: url("../../images/present_guide/intro-btn-02_sp.png");
  }
}

.PresentListNav__btn--02::before {
  background: url("../../images/present_guide/intro-btn-02_on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--02::before {
    background-image: url("../../images/present_guide/intro-btn-02_sp_on.png");
  }
}

.PresentListNav__btn--03 {
  color: #67c567;
  background: url("../../images/present_guide/intro-btn-03.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--03 {
    background-image: url("../../images/present_guide/intro-btn-03_sp.png");
  }
}

.PresentListNav__btn--03::before {
  background: url("../../images/present_guide/intro-btn-03_on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--03::before {
    background-image: url("../../images/present_guide/intro-btn-03_sp_on.png");
  }
}

.PresentListNav__btn--04 {
  color: #8787ab;
  background: url("../../images/present_guide/intro-btn-04.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--04 {
    background-image: url("../../images/present_guide/intro-btn-04_sp.png");
  }
}

.PresentListNav__btn--04::before {
  background: url("../../images/present_guide/intro-btn-04_on.png") no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .PresentListNav__btn--04::before {
    background-image: url("../../images/present_guide/intro-btn-04_sp_on.png");
  }
}

.PresentListNav__text {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  position: absolute;
  left: 31%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .PresentListNav__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .PresentListNav__text {
    font-size: 12px;
  }
}

.ua-ie .PresentListNav__text {
  top: 54%;
}

@media screen and (min-width: 751px) {
  .PresentListSec {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 750px) {
  .PresentListSec {
    padding: 0 5px 25px;
  }
}

@media screen and (max-width: 750px) {
  .PresentListSec {
    margin-bottom: -30px;
  }
}

.PresentListSec__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -38px;
}

@media screen and (max-width: 750px) {
  .PresentListSec__list {
    margin-left: 0;
    display: block;
  }
}

.PresentListSec__item {
  flex: 0 0 341px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .PresentListSec__item {
    margin-left: 38px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .PresentListSec__item {
    margin-bottom: 30px;
  }
}

.Card--present .Card__layout {
  display: flex;
  padding-bottom: 18px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__layout {
    padding-bottom: 10px;
  }
}

.Card--present .Card__img {
  flex: 0 0 100%;
  position: relative;
  margin-top: 75px;
  height: 240px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__img {
    flex: 0 0 45.5%;
    margin-top: 5px;
    height: 170px;
  }
}

@media screen and (max-width: 374px) {
  .Card--present .Card__img {
    margin-top: 20px;
    height: 150px;
  }
}

.Card--present .Card__img img {
  margin: 0 auto;
  transform: none;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__img img {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 374px) {
  .Card--present .Card__img img {
    padding-bottom: 10px;
  }
}

.Card--present .Card__badge {
  position: absolute;
  z-index: 10;
  top: 6%;
  left: 6%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #EE873C;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 80px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__badge {
    top: 1%;
    font-size: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}

.ua-ie .Card--present .Card__badge {
  line-height: 86px;
}

@media screen and (max-width: 750px) {
  .ua-ie .Card--present .Card__badge {
    height: 56px;
  }
}

.Card--present .Card__info {
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__info {
    flex: 0 0 54.5%;
    margin-top: 73px;
  }
}

.Card--present .Card__title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .Card--present .Card__title {
    min-height: 56px;
  }
}

@media screen and (max-width: 750px) {
  .Card--present .Card__title {
    font-size: 17px;
    text-align: left;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 374px) {
  .Card--present .Card__title {
    font-size: 15px;
  }
}

.Card--present .Card__title::after {
  display: none;
}

@media screen and (min-width: 751px) {
  .Card--present .Card__title--row3 {
    margin-top: -21px;
  }
}

.Card--present .Card__titleSmall {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__titleSmall {
    font-size: 11px;
  }
}

.Card--present .Card__meta {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__meta {
    text-align: left;
    margin-top: 4px;
  }
}

.Card--present .Card__metaIcon {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  margin-right: 12px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__metaIcon {
    max-width: 30px;
    margin-right: 3px;
  }
}

.Card--present .Card__metaIcon img {
  width: 100%;
}

.Card--present .Card__point {
  display: inline-block;
  vertical-align: middle;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__point {
    padding-bottom: 5px;
  }
}

.Card--present .Card__pointBefore {
  display: inline-block;
  vertical-align: middle;
  color: #6b6b6b;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__pointBefore {
    font-size: 10px;
  }
}

@media screen and (min-width: 751px) {
  .ua-ie .Card--present .Card__pointBefore {
    vertical-align: -5px;
    padding-top: 3px;
  }
}

.Card--present .Card__pointBefore::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 30px;
  background: url("../../images/present_guide/intro-icon-lmd.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 2px 0 5px;
}

@media screen and (min-width: 751px) {
  .ua-ie .Card--present .Card__pointBefore::after {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 750px) {
  .Card--present .Card__pointBefore::after {
    width: 25px;
    height: 17px;
    margin: 0 -1px 0 3px;
  }
}

.Card--present .Card__pointBefore span {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__pointBefore span {
    font-size: 11px;
  }
}

.Card--present .Card__pointBefore s {
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.Card--present .Card__pointBefore s::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background-color: #aa3d55;
}

.Card--present .Card__pointMain {
  display: inline-block;
  vertical-align: middle;
  color: #aa3d53;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__pointMain {
    font-size: 10px;
  }
}

.ua-ie .Card--present .Card__pointMain {
  vertical-align: -7px;
}

.Card--present .Card__pointMain span {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__pointMain span {
    font-size: 14px;
  }
}

.Card--present .Card__caption {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 14px 0 0;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__caption {
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 8px 0 0;
  }
}

.Card--present .Card__more {
  flex: 0 0 calc(100% - 40px);
  border-top: 1px solid #ccc;
  margin: 15px 20px 0;
  padding: 12px 0 0;
}

@media screen and (max-width: 750px) {
  .Card--present .Card__more {
    flex: 0 0 calc(100% - 30px);
    margin: 0 15px 0;
    padding: 7px 0 0;
    text-align: center;
  }
}

.Card--skin .Card__title {
  color: #ff6692;
}

.Card--basic .Card__title {
  color: #67c567;
}

.Card--portable {
  pointer-events: none;
}

.Card--portable .Card__layout {
  padding-bottom: 38px;
}

@media screen and (max-width: 750px) {
  .Card--portable .Card__layout {
    padding-bottom: 6px;
  }
}

.Card--portable .Card__title {
  color: #8686ab;
}

.Card--portable .Card__img {
  margin-top: 5px;
  height: 200px;
}

@media screen and (max-width: 750px) {
  .Card--portable .Card__img {
    height: 150px;
  }
}

.Card--portable .Card__info {
  margin-top: -5px;
}

@media screen and (max-width: 750px) {
  .Card--portable .Card__info {
    margin-top: 32px;
  }
}

.Balloon--present {
  bottom: calc(100% - 84px);
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .Balloon--present {
    bottom: calc(100% - 65px);
    width: 64%;
    max-width: 230px;
    left: auto;
    right: 2.5%;
  }
}

.Balloon--present .Balloon__main {
  height: 90px;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .Balloon--present .Balloon__main {
    height: 60px;
  }
}

.Balloon--present .Balloon__front {
  text-align: center;
}

.Balloon--present .Balloon__bg {
  border-radius: 45px 45px;
}

@media screen and (max-width: 750px) {
  .Balloon--present .Balloon__bg {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 751px) {
  .Balloon--adjust01 .Balloon__main {
    padding: 0 40px;
  }
}

@media screen and (max-width: 750px) {
  .Balloon--adjust01 .Balloon__main {
    padding: 0 40px;
  }
}

.BalloonLabel--present::before {
  bottom: 2px;
  height: 7px;
  opacity: 1;
}

.ua-ie .BalloonLabel--present::before {
  bottom: 4px;
}

.BalloonLabel--present + .BalloonLabel--present {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .BalloonLabel--present + .BalloonLabel--present {
    margin-top: -3px;
  }
}

.BalloonLabel--present + .BalloonLabel--present::before {
  transition-delay: 0.6s;
}

.BalloonLabel--present .BalloonLabel__txt {
  font-size: 20px;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  .BalloonLabel--present .BalloonLabel__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .BalloonLabel--present .BalloonLabel__txt {
    font-size: 12px;
  }
}

.BalloonLabel--skin::before {
  background-color: #ffd6e3;
}

.BalloonLabel--basic::before {
  background-color: #d6f1d6;
}

.BalloonLabel--portable::before {
  background-color: #d8d8e3;
}

.PresentH2 {
  font-size: 32px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .PresentH2 {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}

.PresentAttention {
  padding-left: 2px;
}

.PresentAttention__item {
  color: #333;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  .PresentAttention__item {
    font-size: 11px;
  }
}

.PresentAttention__item:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .PresentAttention__item:nth-child(n+2) {
    margin-top: 8px;
  }
}

.PresentStepSec__sec {
  position: relative;
  padding: 90px 0 0;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__sec {
    padding: 43px 5px 0;
  }
}

.PresentStepSec__sec + .PresentStepSec__sec {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__sec + .PresentStepSec__sec {
    margin-top: 45px;
  }
}

.PresentStepSec__sec::after {
  background-color: #f5f5f5;
  top: 0;
  content: "";
  height: 10px;
  left: 50%;
  margin: 0 0 0 -50vw;
  position: absolute;
  width: 100vw;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__sec::after {
    height: 7px;
  }
}

.PresentStepSec__list {
  list-style: none;
  padding: 0;
  margin: 56px 0 0;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__list {
    margin-top: 33px;
  }
}

.PresentStepSec__item:nth-child(n+2) {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.PresentStepSec__txt {
  margin: 56px 0 18px;
  font-size: 22px;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__txt {
    margin: 32px 0 15px;
    font-size: 13px;
    line-height: 1.9;
  }
}

.PresentStepSec__limit {
  margin: 40px 0 37px;
  padding: 40px 40px 45px;
  border-radius: 10px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__limit {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
    margin: 35px 0 20px;
    padding: 20px 10px 15px 15px;
  }
}

.PresentStepSec__limitHead {
  font-size: 28px;
  position: relative;
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__limitHead {
    font-size: 16px;
  }
}

.PresentStepSec__limitHead::before {
  background-color: #aabdcd;
  content: "";
  height: 7px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: calc(50% + 8px);
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__limitHead::before {
    height: 5px;
    top: calc(50% + 4px);
  }
}

.ua-ie .PresentStepSec__limitHead::before {
  top: calc(50% + 3px);
}

.PresentStepSec__limitHead span {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__limitHead span {
    font-size: 12px;
  }
}

.PresentStepSec__limitImage {
  margin: 37px 0 0 40px;
  max-width: 942px;
}

@media screen and (max-width: 750px) {
  .PresentStepSec__limitImage {
    margin: 20px 0 0;
    max-width: 100%;
  }
}

.PresentStepSec__limitImage img {
  width: 100%;
}

.PresentStepBox__head {
  color: #557d95;
  font-size: 48px;
  font-weight: normal;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__head {
    font-size: 34px;
  }
}

.PresentStepBox__step {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-right: 17px;
  vertical-align: 7px;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__step {
    font-size: 12px;
    margin-right: 12px;
  }
}

.PresentStepBox__step::before {
  display: inline-block;
  background-color: #aabdcd;
  content: "";
  height: 7px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: calc(50% + 3px);
  z-index: -1;
  width: 100%;
}

.ua-ie .PresentStepBox__step::before {
  top: calc(50% - 2px);
}

.PresentStepBox__number {
  font-size: 32px;
  margin-left: -2px;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__number {
    font-size: 21px;
  }
}

.PresentStepBox__inner {
  display: flex;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__inner {
    margin-top: 10px;
    display: block;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  }
}

.PresentStepBox__img {
  flex: 0 0 570px;
  position: relative;
}

.PresentStepBox__img::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .PresentStepBox__img::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

.PresentStepBox__img img {
  width: 100%;
  display: block;
}

.PresentStepBox__textBox {
  flex: 1 1 100%;
  padding: 56px 46px;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__textBox {
    padding: 15px 12px 22px 15px;
  }
}

.PresentStepBox__list {
  margin-bottom: 28px;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__list {
    margin-bottom: 10px;
  }
}

.PresentStepBox__list:last-child {
  margin-bottom: 0;
}

.PresentStepBox__listItem {
  font-size: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 750px) {
  .PresentStepBox__listItem {
    font-size: 12px;
  }
}

.PresentStepBox__listItem:nth-child(n+2) {
  margin-top: 10px;
}

.PresentStepBox--01 .PresentStepBox__img {
  padding-bottom: 57px;
}

@media screen and (max-width: 750px) {
  .PresentStepBox--01 .PresentStepBox__img {
    padding-bottom: 20px;
  }
}

.PresentStepBox--01 .PresentStepBox__img::after {
  height: 82%;
}

@media screen and (max-width: 750px) {
  .PresentStepBox--01 .PresentStepBox__img::after {
    width: 90%;
    height: 1px;
  }
}

.PresentStepBox--01 .PresentStepBox__img img {
  width: 552px;
  margin: -35px auto 0 5px;
  display: block;
}

@media screen and (max-width: 750px) {
  .PresentStepBox--01 .PresentStepBox__img img {
    width: 100%;
    margin: -30px auto 0 0;
  }
}

.PresentAboutSec__lead {
  font-size: 22px;
  line-height: 1.9;
  margin: 40px 0 50px;
}

@media screen and (max-width: 750px) {
  .PresentAboutSec__lead {
    font-size: 13px;
    letter-spacing: 0.015em;
    margin: 18px 5px 40px;
  }
}

.PresentAboutSec__sec {
  position: relative;
  padding: 48px 0 0;
}

@media screen and (max-width: 750px) {
  .PresentAboutSec__sec {
    padding: 38px 5px 0;
  }
}

.PresentAboutSec__sec + .PresentAboutSec__sec {
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  .PresentAboutSec__sec + .PresentAboutSec__sec {
    margin-top: 25px;
  }
}

.PresentAboutSec__sec::after {
  background-color: #f5f5f5;
  top: 0;
  content: "";
  height: 10px;
  left: 50%;
  margin: 0 0 0 -50vw;
  position: absolute;
  width: 100vw;
}

@media screen and (max-width: 750px) {
  .PresentAboutSec__sec::after {
    height: 7px;
  }
}

.PresentAboutBox {
  display: flex;
  margin-left: -22px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox {
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

.PresentAboutBox img {
  width: 100%;
}

.PresentAboutBox__head {
  display: flex;
  align-items: center;
}

.PresentAboutBox__head--01 .PresentAboutBox__headText {
  color: #ff6893;
}

.PresentAboutBox__head--02 .PresentAboutBox__headText {
  color: #67c567;
}

.PresentAboutBox__head--03 .PresentAboutBox__headText {
  color: #8686ab;
}

.PresentAboutBox__headIcon {
  display: block;
  max-width: 60px;
  margin-right: 23px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox__headIcon {
    max-width: 30px;
    margin-right: 10px;
  }
}

.PresentAboutBox__headText {
  font-size: 32px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox__headText {
    font-size: 18px;
  }
}

.PresentAboutBox__img {
  flex: 0 0 564px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox__img {
    flex: 0 0 100%;
    order: 2;
  }
}

.PresentAboutBox__textBox {
  flex: 1 1 100%;
  padding: 40px 0 0 18px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox__textBox {
    flex: 0 0 100%;
    order: 1;
    padding: 0 10px;
  }
}

.PresentAboutBox__text {
  margin: 23px 0 0 2px;
  font-size: 18px;
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox__text {
    margin: 6px 0 2px 2px;
    font-size: 13px;
  }
}

.PresentAboutBox--reverse {
  margin-left: 0;
  margin-right: -22px;
}

@media screen and (max-width: 750px) {
  .PresentAboutBox--reverse {
    margin: 0 -10px;
  }
}

.PresentAboutBox--reverse .PresentAboutBox__img {
  order: 2;
}

.PresentAboutBox--reverse .PresentAboutBox__textBox {
  order: 1;
}

.PresentListSec__item.ossm a {
  border: 2px solid #5E82A1;
}

.PresentListSec__item.ossm .Card__info {
  margin-bottom: -10px;
}

@media (min-width: 751px) {
  .PresentListSec__item.ossm .Card__index {
    position: absolute;
    top: 282px;
    left: 50%;
    z-index: 10;
    display: block;
    padding: 5px 0 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #fff;
    background: #5E82A1;
    border-radius: 0;
    translate: -50% 0;
    width: 88.132%;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 4px;
  }
}

.PresentListSec__item.ossm .Card__title > span {
  display: block;
  margin: 10px 20px 0;
  padding: 2px 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #5E82A1;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .PresentListSec__item.ossm .Balloon--present {
    bottom: calc(100% - 112px);
  }

  .PresentListSec__item.ossm .Card__layout {
    padding-top: 2px;
  }

  .Card__index {
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #5E82A1;
  }
}

@media screen and (min-width: 751px) {
  .PresentListSec__item.ossm .Card--present .Card__more {
    margin: 15px 20px 0;
    padding: 4px 0 0;
  }
  .PresentListSec__item.ossm .Card--present .Card__title{
    align-items: flex-end;
    min-height: 41px;
  }
  .PresentListSec__item.ossm .Card--present .Card__meta{
    margin-top:6px;
  }
}
.Card__caption.Card__caption--type01 {
  position: absolute;
  bottom: -4px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

.Card__caption.Card__caption--type02 {
  position: static;
  bottom: -15px;
  left: 0;
  translate: 0 0;
  margin: 0;
  width: 100%;
  font-weight: normal;
}

@media (max-width: 750px) {
  .Card__title.Card__title--noflex {
    display: block;
  }

  .Card__caption.Card__caption--type01 {
    position: static;
    translate: 0 0;
    margin-left: 8px;
    width: 100%;
    font-weight: normal;
  }

  .Card__caption.Card__caption--type02 {
    position: absolute;
    bottom: -32px;
    left: 0;
    translate: 0 0;
    width: 100%;
    font-weight: normal;
  }
}

@media (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}
