/* デフォルト
---------------------------------------------------- */
/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}
/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
}
/* 画面100%表示用↓ここまで */
tr, th, td, div, span, a, p {
  color: inherit;
}
article {
  min-height: inherit;
}
h1, h2, h3, h4 {
  background-image: none;
}
/* ぼかしから出現
---------------------------------------------------- */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
/* #gift_katsuyou
---------------------------------------------------- */
#gift_katsuyou {
  width: 100vw;
  max-width: 940px;
  margin: 0 auto;
}
#gift_katsuyou * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
}
#gift_katsuyou img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
#gift_katsuyou .pc {
  display: block !important;
}
#gift_katsuyou .sp {
  display: none !important;
}
#gift_katsuyou ol, #gift_katsuyou ul {
  list-style-type: none;
}
#gift_katsuyou a {
  outline: none;
  font-size: inherit;
}
/* font
---------------------------------------------------- */
/* タイトル */
#gift_katsuyou .title p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1em;
}
/* サブタイトル */
#gift_katsuyou .subtitle p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
/* テキスト */
#gift_katsuyou .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
/* 備考 */
#gift_katsuyou .remark p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}
#gift_katsuyou .txt_center {
  text-align: center;
}
#gift_katsuyou .txt_left {
  text-align: left;
}
#gift_katsuyou .txt_right {
  text-align: right;
}
/* #head
---------------------------------------------------- */
#gift_katsuyou #head {
  position: relative;
  background: url("../img/header_img.png") no-repeat;
  background-color: #ebebeb;
	background-size: cover;
  max-width: 100vw;
	/*max-width: 940px;*/
  height: 825px;
  margin-left: auto;
  margin-right: auto;
  z-index: -100;
}
#what_gift {
  position: absolute;
  width: 90%;
  top: 58%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3% 4%;
  z-index: -10;
  display: flex;
  color: #404040;
}
#what_gift .title_what_gift {
  align-self: center;
  font-size: 1.8em;
  padding-right: 2em !important;
  white-space: nowrap;
  line-height: 90%;
}
#what_gift .sub-title_what_gift {
  font-size: 0.5em;
  color: #5e5e5e !important;
}
#what_gift .about_what_gift {
  line-height: 180%;
}
.chui_what_gift {
  font-size: 0.9em;
}
#what_gift .mark_gift01 {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 1% 2% !important;
  margin-top: 10px;
}
#what_gift .mark_gift01 img {
  width: 168px !important;
  height: 28px !important;
  align-self: center;
  margin-right: 15px;
}
#what_gift .mark_about_gift {
  line-height: 150%;
  color: #c93931 !important;
}
#head .mark_giftbox {
  position: absolute;
  top: 320px;
  left: -20px;
}
/* #contents
---------------------------------------------------- */
#content01 {
  background-color: #ebebeb;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-bottom: 80px;
}
#contents h2 {
  padding: 0.3rem 1rem;
  text-align: left;
  border-left: 6px solid #d22b86;
  font-size: 2em;
  line-height: 90%;
  margin-bottom: 5%;
  background-color: inherit;
}
#contents h2 .sub_h2 {
  font-size: 0.5em !important;
}
#topic01 {
  position: relative;
  margin-bottom: 14em;
}
#topic02 {
  position: relative;
  z-index: 0;
  margin-bottom: 10em;
}
.topic_text {
  background-color: #ffffff;
  text-align: left;
  margin-top: 2em !important;
  line-height: 180%;
}
.topic_text h3 {
  font-size: 1.8em;
  padding-bottom: 1.5em !important;
}
#topic01 .topic_text {
  background-image: url(../img/num01.png) !important;
  background-repeat: no-repeat;
  background-position: 2em 2em;
  width: 80%;
  border-radius: 2em 0 0 0;
  padding: 5em 18em 4.3em 6em !important;
}
#topic02 .topic_text {
  background-image: url(../img/num02.png) !important;
  background-repeat: no-repeat;
  /*background-position: 27.5em 2em;*/
	background-position: right 2.3em top 2.3em;
  width: 55%;
  border-radius: 0 2em 0 0;
  margin-left: 25.5em !important;
  padding: 5em 3.5em 4.3em 3.5em !important;
  background-color: rgba(255, 255, 255, 0.8);
}
#topic03 .topic_text {
  background-image: url(../img/num03.png) !important;
  background-repeat: no-repeat;
  background-position: 2em center;
  width: 85%;
  border-radius: 2em 0 0 0;
  margin-left: 5%;
  padding: 2em 3.5em 2em 16em !important;
  box-sizing: border-box;
}
.topic_picture #topic-pic01_01 {
  position: absolute;
  top: -40px;
  right: 100px;
  z-index: 1;
  object-fit: cover;
  width: 300px;
  height: 260px;
}
.topic_picture #topic-pic01_02 {
  position: absolute;
  top: 160px;
  right: 50px;
  object-fit: cover;
  width: 190px;
  height: 250px;
}
.topic_picture #topic-pic02_01 {
  position: absolute;
  top: -20px;
  left: 10px;
  object-fit: cover;
  width: 600px;
  height: 400px;
  z-index: -1;
}
.topics .btn {
  position: absolute;
  font-size: 1.5em;
  padding: 0.5em 2em !important;
  margin-top: 1.8em !important;
  background: #d22b86;
  color: #fff !important;
  text-align: center;
	border: 1px solid #d22b86;
	transition: all 0.3s ease 0s;
}
.topics .btn:hover {
    background-color: #ffffff;
    color: #d22b86 !important;
	border: 1px solid #d22b86 !important;
	    border-radius: 2em;
}
#topic02 .btn {
  margin-left: 100px;
}
#topic04 {
  background-color: #c6e5ea;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  font-size: 1.4em;
  line-height: 180%;
  color: #121212;
}
.mark_gift02 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
  display: inline-block;
}
.mark_gift02 img {
  vertical-align: middle !important;
}
.topics_chui {
  font-size: 0.9em;
}
#topic04 .topics_chui {
  font-size: 0.7em;
}
#content02 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-left: 5%;
  padding-bottom: 80px;
}
#howtouse_all {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#howtouse_all h3 {
  font-size: 1.5em !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
#howtouse01, #howtouse02 {
  display: flex;
  flex-direction: column;
}
#howtouse01 p, #howtouse02 p {
  flex-grow: 1;
  text-align: left;
  font-size: 1.1em;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#howtouse_all section img {
  object-fit: cover;
  width: 380px;
  height: 150px;
}
.btn_gift, a.btn_gift {
  /*font-size: 1.6rem;
  line-height: 1.5;*/
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn_gift {
  overflow: hidden;
  padding: 0.8rem 3.4rem !important;
  border-radius: 0;
  border: 1px solid #d22b86 !important;
}
a.btn_gift span {
  position: relative;
  color: #d22b86 !important;
  font-size: 1.1em;
}
a.btn_gift:before {
  position: absolute;
  width: 330%;
  height: 1500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(31%) translateY(-25%) rotate(45deg);
  transform: translateX(31%) translateY(-25%) rotate(45deg);
  background: #d22b86;
}
a.btn_gift:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
a.btn_gift:hover span {
  color: #ffffff !important;
}
/* #font
---------------------------------------------------- */
#font {
  max-width: /*940px*/ 100vw;
  margin: 0 auto;
}
/* フッターに被らないようにするための対策 */
.footPagetopMT, footer, .underInfoMT {
  position: relative;
  z-index: 4;
}
#gift_katsuyou .pc {
  display: block !important;
}
#gift_katsuyou .sp {
  display: none !important;
}
@media screen and (max-width: 940px) {
#gift_katsuyou #head {
	background-color: #24a0b8;
    height: 95vh;
}
	#content01 {
    padding-top: 5vh;
}
	#head .mark_giftbox {
    width: 25vw;
}
}

@media screen and (max-width: 679px) {
  #fftop_recomDetail section {
    padding: 0;
  }
  #gift_katsuyou .sp {
    display: block !important;
  }
  #gift_katsuyou .pc {
    display: none !important;
  }
  #gift_katsuyou {
    max-width: inherit;
  }
  #gift_katsuyou #head {
    background: url("../img/header_sp.png") no-repeat;
    background-color: #23a0b8;
    max-width: 100%;
    /*height: 83vh;*/ height: 50em;
    z-index: -100;
    background-size: contain;
  }
  #what_gift {
    display: inherit;
    /*top: 45vh;*/top: 27em;
    padding: 3% 5%;
  }
  #what_gift .title_what_gift {
    font-size: 1.4em;
    padding-right: 0em !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
  }
  #what_gift .about_what_gift {
    font-size: 0.9em;
    line-height: 150%;
  }
  #what_gift .mark_gift01 {
    display: inherit;
    text-align: center;
  }
  #what_gift .mark_about_gift {
    font-size: 0.9em;
  }
  #contents h2 {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding: 1rem;
    text-align: center;
    border-left: inherit;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 1.5em;
  }
  #contents h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
  #contents h2:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    background: #d22b86;
  }
  #content01, #content02 {
    width: 100vw !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: inherit;
    padding-top: 1em;
    padding-bottom: 50px;
  }
#content02 {
	  margin-bottom: 50px;
  }
  #content01 #topic01, #content01 #topic02 {
    padding-left: 5%;
  }

  #topic01 {
    margin-bottom: inherit;
    /*height: 60vh;*/height: 38em;
  }
	#topic02 {
    margin-bottom: inherit;
    /*height: 65vh;*/height: 40em;
}
  #topic01 .topic_text {
    position: absolute;
    background-position: 2em 4em;
    width: 80vw;
    border-radius: 1em 0 0 0;
    padding: 5em 1.8em 1.8em !important;
    /*top: 20vh;*/top: 12em;
    font-size: 0.9em !important;
  }
  .topic_text h3 {
    font-size: 1.4em;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0);
  }
  #topic01 .topic_text h3 {
    padding-left: 3em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  #topic02 .topic_text h3 {
    padding-left: inherit !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .topic_picture #topic-pic01_01 {
    top: 0;
    left: 25vw;
    z-index: 1;
    width: 400px;
    height: 250px;
    object-position: -20px -5px;
  }
  .topic_picture #topic-pic01_02 {
    top: 10vh;
    right: 15px;
    width: 180px;
    height: 230px;
    z-index: 2;
  }

  .topics .btn {
    font-size: 1.1em;
    padding: 0.5em 1em !important;
    margin-top: 1em !important;
    right: 5%;
  }
  #topic02 .topic_text {
    background-position: 66vw 4em;
    width: 85vw;
    border-radius: 0 1em 0 0;
    margin-left: inherit !important;
    padding: 5em 1.8em 1.8em 1.8em !important;
    background-color: #ffffff;
    font-size: 0.9em;
    position: absolute;
    top: 15em;
    z-index: -1;
    right: 5%;
  }

  .topic_picture #topic-pic02_01 {
    position: inherit;
    top: inherit;
    left: inherit;
    object-fit: cover;
    width: 80vw;
    height: auto;
    z-index: inherit;
  }
  #topic03 .topic_text {
    background-position: 2em 1em;
    background-size: 30%;
    width: 90vw;
    border-radius: 1em 0 0 0;
    padding: 7em 1.8em 1.8em 1.8em !important;
    font-size: 0.9em;
  }

  #topic04 {
    width: 100vw;
    font-size: 1em;
    text-align: center;
    line-height: 170%;
  }
  #howtouse_all {
    display: inherit;
  }
  #howtouse_all h3 {
    background-color: inherit;
    font-size: 1.3em !important;
    font-weight: 500;
    padding-bottom: 10px;
  }
  #content02 {
    text-align: center;
  }
  #howtouse01 p, #howtouse02 p {
    font-size: 0.9em;
    line-height: 130%;
	  text-align: center;
  }
  #howtouse01 {
    margin-bottom: 3em;
  }
	#howtouse01 img, #howtouse02 img {
    margin-left: auto;
    margin-right: auto;
}
  a.btn_gift {
    padding: 0.5rem 2rem !important;
  }
/*  a.btn_gift:before {
    width: 310%;
    height: 1800%;
  }*/
	a.btn_gift:before {
    width: 340%;
    height: 2100%;
}
  a.btn_gift span {
    font-size: 1.0em !important;
  }
}
@media screen and (max-width: 540px) {
  #gift_katsuyou #head {
    /*height: 110vh;*/ height: 48em;
  }
	#what_gift {
    /*top: 54vh;*/top: 24em;
}
  #topic01, #topic02 {
    /*height: 85vh;*/height: 38em;
  }
  #topic02 .btn {
    margin-left: inherit;
  }
  #topic03 {
    margin-top: 10vh;
  }
}
@media screen and (max-width: 500px) {
	#what_gift {
    top: 48vh;
}
	.topic_picture #topic-pic01_01 {
    left: 20vw;
    width: 300px;
    height: 210px;
}
	.topic_picture #topic-pic01_02 {
    top: 10vh;
    width: 160px;
    height: 210px;
}
	#topic01 .topic_text {
    top: 23vh;
}
	
#topic02 .topic_text {
	background-position: 62vw 4em;
    top: 20vh;
}
	#topic01{
    /*height: 85vh;*/height: 38em;
}
	#topic02 {
    /*height: 75vh;*/height: 34em;
}
}
@media screen and (max-width: 480px) {
	#gift_katsuyou #head {
    /*height: 93vh;*/height: 44em;
}
#what_gift {
    /*top: 40vh;*/top: 19em;
}
	#topic01 {
    /*height: 83vh;*/height: 36em;
}
	#topic02 {
    /*height: 73vh;*/height: 32em;
}
	#topic01 .topic_text {
    /*top: 21vh;*/top: 10em;
}
#topic02 .topic_text {
    background-position: 62vw 4.5em;
    /*top: 18vh;*/top: 9em;
}
	#topic03 .topic_text {
    background-size: 40%;
}
}
@media screen and (max-width: 400px) {
#gift_katsuyou #head {
    /*height: 80vh;*/height: 45em;
  }
#what_gift {
    /*top: 32vh;*/top: 19em;
}
#topic01 {
    /*height: 63vh;*/height: 34em;
}
#topic02 {
    /*height: 61vh;*/  height: 32em;
	margin-bottom: 3em !important;
}
#topic01 .topic_text {
    width: 90vw;
    /*top: 13vh;*/top: 8em;
}
#topic02 .topic_text {
    /*top: 17vh;*/top: 10em;
	background-position: 58vw 4em;
}
#topic02 .btn {
     margin-left:inherit;
}
.topic_picture #topic-pic01_01 {
    width: 270px;
    height: 180px;
    object-position: -20px -15px;
}
.topic_picture #topic-pic01_02 {
    top: 10vh;
    right: 10px;
    width: 130px;
    height: 160px;
}
}
@media screen and (max-width: 380px) {
	#gift_katsuyou #head {
    /*height: 98vh;*/height: 45em;
}
	#what_gift {
    /*top: 38vh;*/top: 18em;
}
	#topic01 {
    /*height: 85vh;*/height: 36em;
}
	#topic02 {
    /*height: 85vh;*/height: 36em;
}
	#topic01 .topic_text {
    background-position: 1.5em 4.5em;
}
	#topic02 .topic_text {
    top: 9em;
}
}
@media screen and (max-width: 360px) {
	#gift_katsuyou #head {
    /*height: 95vh;*/ height: 45em;
}
	#what_gift {
    /*top: 35vh;*/top: 17em;
}
	#topic01 {
    /*height: 78vh;*/height: 36em;
}
	#topic02 {
    /*height: 75vh;*/height: 34em;
}
	#topic02 .topic_text {
    /*top: 16vh;*/top: 8em;
}
	#topic02 .topic_text h3 {
    padding-left: left !important;
}
}
