@charset "UTF-8";
/*===================================================
     Font
===================================================*/
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	object-fit
  -------------------------------------*/
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*  --------------------------------*/
@media screen and (min-width: 668px) {
  .sp {
    display: none;
  }
}

/*  -------------------------------------
	#present
  -------------------------------------*/
.present-wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

.present-wrapper.fadeout:after {
	opacity: 1;
}

#present {
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 964px;
	margin: 0 auto;
	color: #454545;/*追記*/
}

#present .present-contents {
	position: relative;
	margin: 30px 0;
}

@media only screen and (max-width: 768px) {
  #present .present-contents {
    margin: 0;
  }
}

#present .present-contents h2 {
	font-size: 36px;
	font-weight: bold;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
	line-height: 1em;
	margin: 0 0 60px;
}

@media only screen and (max-width: 768px) {
  #present .present-contents h2 {
    margin: 0 0 30px;
  }
}

#present .present-contents .present-head-A h2 span {
	font-family: "Libre Baskerville" "游明朝", YuMincho, serif;
	font-weight: 700;
	font-size: 18px;
	color: #8BC674;
	letter-spacing: 0.08em;
}

#present .present-contents .present-head-B h2 span {
	font-family: "Libre Baskerville" "游明朝", YuMincho, serif;
	font-weight: 700;
	font-size: 18px;
	color: #f7b661;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  #present #prologue {
    line-height: 0;
  }
}

#present #prologue img {
	width: 100%;
}

#present #top-main {
	background-image: url(../../../../img/usr/feature/campaign_present2025/present-bk.png);
	/*background-image: url(../../../../img/usr/feature/campaign_present/thankyou.svg);*/
	/*background-repeat: no-repeat;*/
	background-position: left bottom;
	padding: 0px 30px 180px;
	/*position: relative;*/
}

@media only screen and (max-width: 768px) {
  #present #top-main {
    padding: 25px 15px 0;
    background-size: 90%;
    margin-top: 0;
  }
}

#present #top-main .top-ttl {
	text-align: center;
	font-family: "游明朝", YuMincho, serif;
	margin: 0 0 190px;
}

#present #top-main .top-ttl img {
	width: 58%;
    position: absolute;
    top: 10px;
    left: 10px;
}

#present #top-main .top-ttl p {
	font-size: 24px;
	color: #ce638d;
}

@media only screen and (max-width: 768px) {
  #present #top-main .top-ttl p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 339px) {
  #present #top-main .top-ttl p {
    font-size: 14px;
  }
}

#present #top-main .top-ttl h1 {
	font-family: "游明朝", YuMincho, serif;
	font-size: 56px;
	color: #000;
	font-feature-settings: "palt";
	line-height: 1.3em;
	letter-spacing : 0.05em;/*追記*/
	text-align: center;
	left: 20px;
    top: 120px;
}

#present #top-main .top-ttl h1 span {
	font-size: 130%;
}

@media only screen and (max-width: 768px) {
#present #top-main .top-ttl h1 {
    font-size: 46px;
}
}

@media only screen and (max-width: 480px) {
#present #top-main .top-ttl {
	margin: 0 0 45px;
}
	
#present #top-main .top-ttl h1 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

#present #top-main .top-desc p {
	width: 50%;
	font-size: 22px;
	font-family: "游明朝", YuMincho, serif;
	padding: 0 0 180px;
	position: relative;
}

}


@media only screen and (max-width: 969px) {
  #present #top-main .top-desc p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 812px) {
  #present #top-main .top-desc p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #present #top-main .top-desc p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 687px) {
  #present #top-main .top-desc p {
    width: 100%;
    padding: 0 0 320px;
  }
  #present #top-main .top-desc p br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #present #top-main .top-desc p {
    padding: 0 0 240px;
  }
}

@media only screen and (max-width: 339px) {
  #present #top-main .top-desc p {
    padding: 0 0 240px;
  }
}

#present #top-main .top-desc p:before {
	content: '';
	background: url(../../../../img/usr/feature/campaign_present/top-main-sub.png) no-repeat;
	background-size: contain;
	width: 196px;
	height: 80px;
	display: block;
	/*position: absolute;
	top: -95px;
	left: -10px;*/
}

@media only screen and (max-width: 768px) {
  #present #top-main .top-desc p:before {
    width: 150px;
    height: 56px;
    top: -70px;
  }
}

#present #top-main .top-desc p span {
	font-size: 200%;
	color: #ce638d;
	font-weight: bold;
}

@media only screen and (max-width: 969px) {
  #present #top-main .top-desc p span {
    font-size: 180%;
  }
}

@media only screen and (max-width: 480px) {
  #present #top-main .top-desc p span {
    display: block;
  }
}

#present #top-main .top-desc img {
  width: 50%;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

@media only screen and (max-width: 687px) {
  #present #top-main .top-desc img {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  #present #top-main .top-desc img {
    width: 100%;
  }
}

@media only screen and (max-width: 339px) {
  #present #top-main .top-desc img {
    width: 70%;
  }
}

#present .present-item {
	background: url(../../../../img/usr/feature/campaign_present/present-bg.jpg) repeat;
	padding: 90px 0;
	position: relative;
}

#present .present-item img#ribbon {
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
}

@media only screen and (max-width: 768px) {
  #present .present-item img#ribbon {
    top: -25px;
  }
}

@media only screen and (max-width: 687px) {
  #present .present-item img#ribbon {
    top: -20px;
  }
}

@media only screen and (max-width: 480px) {
  #present .present-item img#ribbon {
    top: -15px;
  }
}

@media only screen and (max-width: 339px) {
  #present .present-item img#ribbon {
    top: -10px;
  }
}

#present .present-item .present-head-A,
#present .present-item .present-head-B {
	text-align: center;
	margin: 0 0 90px;
	position: relative;
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A,
#present .present-item .present-head-B {
    margin: 0 0 45px;
  }
}

#present .present-item .present-head-A h2 {
	color: #8BC674;
	font-size: 60px;
}

#present .present-item .present-head-B h2 {
	color: #f7b661;
	font-size: 60px;
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A h2,
#present .present-item .present-head-B h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
#present .present-item .present-head-A h2,
#present .present-item .present-head-B h2 {
    font-size: 30px;
  }
}

#present .present-item .present-head-A h2 span, 
#present .present-item .present-head-B h2 span {
  font-size: 200%;
  font-family: "Libre Baskerville", serif !important;
  display: inline-block;
}

#present .present-item .present-head-A .ribbon,
#present .present-item .present-head-B .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 45px;
}

#present .present-item .present-head-A .ribbon h3,
#present .present-item .present-head-B .ribbon h3 {
	letter-spacing: 0.1em;/*追記*/
}

#present .present-item .present-head-A .ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -45px;
  z-index: 0;
  border: 30px solid #C1D368;
  border-left-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #present .present-item .present-head-A .ribbon:before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    left: -25px;
    z-index: 0;
    border: 20px solid #C1D368;
    border-left-color: transparent;
  }
}

#present .present-item .present-head-B .ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -45px;
  z-index: 0;
  border: 30px solid #f7b661;
  border-left-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #present .present-item .present-head-B .ribbon:before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    left: -25px;
    z-index: 0;
    border: 20px solid #f7b661;
    border-left-color: transparent;
  }
}

#present .present-item .present-head-A .ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -45px;
  z-index: 0;
  border: 30px solid #C1D368;
  border-right-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #present .present-item .present-head-A .ribbon:after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    right: -25px;
    z-index: 0;
    border: 20px solid #C1D368;
    border-right-color: transparent;
  }
}

#present .present-item .present-head-B .ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -45px;
  z-index: 0;
  border: 30px solid #f7b661;
  border-right-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #present .present-item .present-head-B .ribbon:after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    right: -25px;
    z-index: 0;
    border: 20px solid #f7b661;
    border-right-color: transparent;
  }
}

#present .present-item .present-head-A .ribbon h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 60px;
  font-size: 30px;
  color: #FFF;
  font-family: "游明朝", YuMincho, serif;
  background: #4A9E28;
  /*真ん中の背景色*/
  z-index: 10;
}

#present .present-item .present-head-B .ribbon h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 60px;
  font-size: 30px;
  color: #FFF;
  font-family: "游明朝", YuMincho, serif;
  background: #ee762a;
  /*真ん中の背景色*/
  z-index: 10;
}

@media only screen and (max-width: 969px) {
#present .present-item .present-head-A .ribbon h3,
#present .present-item .present-head-B .ribbon h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A .ribbon h3,
#present .present-item .present-head-B .ribbon h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
#present .present-item .present-head-A .ribbon h3,
#present .present-item .present-head-B .ribbon h3 {
    font-size: 14px;
    line-height: 50px;
  }
}

#present .present-item .present-head-A .ribbon h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #2c5d18;
  /*左の折り返し部分*/
}

#present .present-item .present-head-A .ribbon h3:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #2c5d18;
  /*右の折り返し部分*/
}

#present .present-item .present-head-B .ribbon h3:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #8a4418;
  /*左の折り返し部分*/
}

#present .present-item .present-head-B .ribbon h3:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-left: solid 15px #8a4418;
  /*右の折り返し部分*/
}

#present .present-item .present-head-A p,
#present .present-item .present-head-B p {
	font-size: 28px;
}

#present .present-item .present-head-A p.period,
#present .present-item .present-head-B p.period {
	font-weight: bold;
}

#present .present-item .present-head-A p.end,
#present .present-item .present-head-B p.end {
	font-weight: bold;
	font-size: 40px;
  	color: #ab4c71;
}

#present .box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}

.mono {
	filter: grayscale(80%) invert(10%);
}

.box_1 {
	display: inline-block;
	width: 48%;
    padding: 5px;
	background-color: #fff;
	filter: grayscale(80%) invert(10%);
}

.end1 {
	position: relative;
    left: 40px;
    bottom: 430px;
    width: 400px;
    text-align: center;
    margin-bottom: -100px;
}
 
.box_2{
	display: inline-block;
	width: 48%;
    padding: 5px;
	background-color: #fff;
	filter: grayscale(80%) invert(10%);
}

.end2 {
	position: relative;
    left: 510px;
    bottom: 430px;
    width: 400px;
    text-align: center;
    margin-bottom: -100px;
}

#present .icn-gray {
    font-size: 28px;
	margin: 30px 0 20px;
}

#present .cate {
	text-align: center;
	margin: 30px 0 10px;
}

#present .listA {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
	list-style-type: none;
	margin: auto;
	padding-bottom: 0;
}

#present .listA ul{
	list-style-type: none;
}


#present .listA li{
	width: 303px;
	margin-right: 8px;
}


#present .listA li:last-child {
	margin-right: 0px;
}


#present .listA a{
	text-decoration: none;
	display: block;
	
}


#present .listA li h3{
	color: #ba0049;
	font-size: 22px;
	font-weight: bolder;
	margin:6px;
}

#present .listA li p{
	color: #000;
	font-size: 18px;
	margin: 10px 8px 40px;
}

#present .btn {
    display: block;
    width: 360px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    background-color: #909090;
	margin-left: auto;
	margin-right: auto;
}

#present .btn p{
	text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 6px;
    line-height: 1.4;
}

#present .btn a {
  text-decoration: none;
}

@media screen and (max-width:640px) {	
#present .listA li{
	display: block;
}
	
#present .listA li h3{
	font-size: 17px;
	color: #ba0049;
	padding: 0;
	margin: 0 3px 0;
}

#present .listA li p{
	font-size: 13px;
	margin: 13px 0 30px;
}

#present .btn {
    display: block;
    width: 280px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    background-color: #909090;
	margin-left: auto;
	margin-right: auto;
}

#present .btn p{
	text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 4px;
    line-height: 1.4;
}
	
.end1 {
	position: relative;
    left: 10px;
    bottom: 210px;
    width: 47%;
    text-align: center;
    margin-bottom: -60px;
}
	
.end2 {
	position: relative;
    left: 200px;
    bottom: 190px;
    width: 47%;
    text-align: center;
    margin-bottom: -60px;
}
	
}

@media only screen and (max-width: 969px) {
#present .present-item .present-head-A p,
#present .present-item .present-head-B p {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A p,
#present .present-item .present-head-B p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
#present .present-item .present-head-A p,
#present .present-item .present-head-B p {
    font-size: 15px;
  }
}

#present .present-item .present-head-A h4,
#present .present-item .present-head-B h4 {
	font-size: 40px;
}

@media only screen and (max-width: 969px) {
#present .present-item .present-head-A h4,
#present .present-item .present-head-B h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A h4,
#present .present-item .present-head-B h4 {
    font-size: 24px;
  }
}

#present .present-item .present-head-A h4 span,
#present .present-item .present-head-B h4 span {
  font-size: 200%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#present .present-item .present-head-A img#flower-a,
#present .present-item .present-head-B img#flower-a {
  width: 240px;
  position: absolute;
  right: 0px;
  bottom: 130px;
}

@media only screen and (max-width: 1200px) {
#present .present-item .present-head-A img#flower-a,
#present .present-item .present-head-B img#flower-a {
    right: 0px;
    width: 180px;
  }
}

@media only screen and (max-width: 969px) {
#present .present-item .present-head-A img#flower-a,
#present .present-item .present-head-B img#flower-a {
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A img#flower-a,
#present .present-item .present-head-B img#flower-a {
    width: 120px;
    bottom: auto;
    top: -30px;
    right: 15px;
  }
}

@media only screen and (max-width: 480px) {
#present .present-item .present-head-A img#flower-a,
#present .present-item .present-head-B img#flower-a {
    width: 80px;
  }
}

#present .present-item .present-head-A img#flower-b,
#present .present-item .present-head-B img#flower-b {
  width: 170px;
  position: absolute;
  left: 0;
  top: 90px;
}

@media only screen and (max-width: 969px) {
#present .present-item .present-head-A img#flower-b,
#present .present-item .present-head-B img#flower-b {
    width: 140px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A img#flower-b,
#present .present-item .present-head-B img#flower-b {
    width: 120px;
    top: -30px;
    left: 15px;
  }
}

@media only screen and (max-width: 480px) {
#present .present-item .present-head-A img#flower-b,
#present .present-item .present-head-B img#flower-b {
    width: 80px;
  }
}

#present .present-item .item-wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap {
    padding: 0 15px;
  }
}

#present .present-item .item-wrap .first-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  position: relative;
  margin: 90px 0;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .first-item {
    display: block;
    margin: 0;
    padding: 40px 0 0;
  }
}

#present .present-item .item-wrap .first-item:before {
  content: '';
  /*background: url(../../../../img/usr/feature/campaign_present/first.svg) no-repeat;*/
  background-size: contain;
  width: 139px;
  height: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .first-item:before {
    width: 90px;
  }
}

#present .present-item .item-wrap .first-item .item-desc, #present .present-item .item-wrap .first-item .item-img {
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .first-item .item-desc, #present .present-item .item-wrap .first-item .item-img {
    max-width: 100%;
    width: 100%;
  }
}

#present .present-item .item-wrap .second-third-item, #present .present-item .item-wrap .fourth-fifth-item {
  display: flex;
  /*align-items: center;*//*削除*/
  justify-content: space-between;
  margin: 80px 0;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item, #present .present-item .item-wrap .fourth-fifth-item {
    display: block;
  }
}

#present .present-item .item-wrap .second-third-item .second-item, #present .present-item .item-wrap .second-third-item .third-item, #present .present-item .item-wrap .second-third-item .fourth-item, #present .present-item .item-wrap .second-third-item .fifth-item, #present .present-item .item-wrap .fourth-fifth-item .second-item, #present .present-item .item-wrap .fourth-fifth-item .third-item, #present .present-item .item-wrap .fourth-fifth-item .fourth-item, #present .present-item .item-wrap .fourth-fifth-item .fifth-item {
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .second-item, #present .present-item .item-wrap .second-third-item .third-item, #present .present-item .item-wrap .second-third-item .fourth-item, #present .present-item .item-wrap .second-third-item .fifth-item, #present .present-item .item-wrap .fourth-fifth-item .second-item, #present .present-item .item-wrap .fourth-fifth-item .third-item, #present .present-item .item-wrap .fourth-fifth-item .fourth-item, #present .present-item .item-wrap .fourth-fifth-item .fifth-item {
    max-width: 100%;
  }
}

#present .present-item .item-wrap .second-third-item .second-item .pana, #present .present-item .item-wrap .second-third-item .third-item .pana, #present .present-item .item-wrap .second-third-item .fourth-item .pana, #present .present-item .item-wrap .second-third-item .fifth-item .pana, #present .present-item .item-wrap .fourth-fifth-item .second-item .pana, #present .present-item .item-wrap .fourth-fifth-item .third-item .pana, #present .present-item .item-wrap .fourth-fifth-item .fourth-item .pana, #present .present-item .item-wrap .fourth-fifth-item .fifth-item .pana {
  width: 200px;
  height: auto;
}

#present .present-item .item-wrap .second-third-item .second-item h3, #present .present-item .item-wrap .second-third-item .third-item h3, #present .present-item .item-wrap .second-third-item .fourth-item h3, #present .present-item .item-wrap .second-third-item .fifth-item h3, #present .present-item .item-wrap .fourth-fifth-item .second-item h3, #present .present-item .item-wrap .fourth-fifth-item .third-item h3, #present .present-item .item-wrap .fourth-fifth-item .fourth-item h3, #present .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0;
}

#present .present-item .item-wrap .second-third-item .second-item p, #present .present-item .item-wrap .second-third-item .third-item p, #present .present-item .item-wrap .second-third-item .fourth-item p, #present .present-item .item-wrap .second-third-item .fifth-item p, #present .present-item .item-wrap .fourth-fifth-item .second-item p, #present .present-item .item-wrap .fourth-fifth-item .third-item p, #present .present-item .item-wrap .fourth-fifth-item .fourth-item p, #present .present-item .item-wrap .fourth-fifth-item .fifth-item p {
  font-size: 18px;
}

#present .present-item .item-wrap .second-third-item .second-item h4, #present .present-item .item-wrap .second-third-item .third-item h4, #present .present-item .item-wrap .second-third-item .fourth-item h4, #present .present-item .item-wrap .second-third-item .fifth-item h4, #present .present-item .item-wrap .fourth-fifth-item .second-item h4, #present .present-item .item-wrap .fourth-fifth-item .third-item h4, #present .present-item .item-wrap .fourth-fifth-item .fourth-item h4, #present .present-item .item-wrap .fourth-fifth-item .fifth-item h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#present .present-item .item-wrap .second-third-item .second-item h4 span, #present .present-item .item-wrap .second-third-item .third-item h4 span, #present .present-item .item-wrap .second-third-item .fourth-item h4 span, #present .present-item .item-wrap .second-third-item .fifth-item h4 span, #present .present-item .item-wrap .fourth-fifth-item .second-item h4 span, #present .present-item .item-wrap .fourth-fifth-item .third-item h4 span, #present .present-item .item-wrap .fourth-fifth-item .fourth-item h4 span, #present .present-item .item-wrap .fourth-fifth-item .fifth-item h4 span {
  font-size: 220%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .second-item, #present .present-item .item-wrap .fourth-fifth-item .second-item {
    margin-bottom: 90px;
  }
  #present .present-item .item-wrap .second-third-item .second-item h3, #present .present-item .item-wrap .fourth-fifth-item .second-item h3 {
    font-size: 18px;
  }
  #present .present-item .item-wrap .second-third-item .second-item p, #present .present-item .item-wrap .fourth-fifth-item .second-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #present .present-item .item-wrap .second-third-item .second-item h3, #present .present-item .item-wrap .fourth-fifth-item .second-item h3 {
    font-size: 16px;
  }
  #present .present-item .item-wrap .second-third-item .second-item p, #present .present-item .item-wrap .fourth-fifth-item .second-item p {
    font-size: 12px;
  }
}

#present .present-item .item-wrap .second-third-item .second-item:before, #present .present-item .item-wrap .fourth-fifth-item .second-item:before {
  content: '';
  /*background: url(../../../../img/usr/feature/campaign_present/second.svg) no-repeat;*/
  background-size: contain;
  width: 139px;
  height: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 969px) {
  #present .present-item .item-wrap .second-third-item .second-item:before, #present .present-item .item-wrap .fourth-fifth-item .second-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .second-item:before, #present .present-item .item-wrap .fourth-fifth-item .second-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .third-item h3, #present .present-item .item-wrap .fourth-fifth-item .third-item h3 {
    font-size: 18px;
  }
  #present .present-item .item-wrap .second-third-item .third-item p, #present .present-item .item-wrap .fourth-fifth-item .third-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #present .present-item .item-wrap .second-third-item .third-item h3, #present .present-item .item-wrap .fourth-fifth-item .third-item h3 {
    font-size: 16px;
  }
  #present .present-item .item-wrap .second-third-item .third-item p, #present .present-item .item-wrap .fourth-fifth-item .third-item p {
    font-size: 12px;
  }
}

#present .present-item .item-wrap .second-third-item .third-item:before, #present .present-item .item-wrap .fourth-fifth-item .third-item:before {
  content: '';
  /*background: url(../../../../img/usr/feature/campaign_present/third.svg) no-repeat;*/
  background-size: contain;
  width: 139px;
  height: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 969px) {
  #present .present-item .item-wrap .second-third-item .third-item:before, #present .present-item .item-wrap .fourth-fifth-item .third-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .third-item:before, #present .present-item .item-wrap .fourth-fifth-item .third-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .fourth-item, #present .present-item .item-wrap .fourth-fifth-item .fourth-item {
    margin-bottom: 90px;
  }
  #present .present-item .item-wrap .second-third-item .fourth-item h3, #present .present-item .item-wrap .fourth-fifth-item .fourth-item h3 {
    font-size: 18px;
  }
  #present .present-item .item-wrap .second-third-item .fourth-item p, #present .present-item .item-wrap .fourth-fifth-item .fourth-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #present .present-item .item-wrap .second-third-item .fourth-item h3, #present .present-item .item-wrap .fourth-fifth-item .fourth-item h3 {
    font-size: 16px;
  }
  #present .present-item .item-wrap .second-third-item .fourth-item p, #present .present-item .item-wrap .fourth-fifth-item .fourth-item p {
    font-size: 12px;
  }
}

#present .present-item .item-wrap .second-third-item .fourth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fourth-item:before {
  content: '';
  /*background: url(../../../../img/usr/feature/campaign_present/fourth.svg) no-repeat;*/
  background-size: contain;
  width: 139px;
  height: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 969px) {
  #present .present-item .item-wrap .second-third-item .fourth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fourth-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .fourth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fourth-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .fifth-item, #present .present-item .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 90px;
  }
  #present .present-item .item-wrap .second-third-item .fifth-item h3, #present .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
    font-size: 18px;
  }
  #present .present-item .item-wrap .second-third-item .fifth-item p, #present .present-item .item-wrap .fourth-fifth-item .fifth-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #present .present-item .item-wrap .second-third-item .fifth-item h3, #present .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
    font-size: 16px;
  }
  #present .present-item .item-wrap .second-third-item .fifth-item p, #present .present-item .item-wrap .fourth-fifth-item .fifth-item p {
    font-size: 12px;
  }
}

#present .present-item .item-wrap .second-third-item .fifth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fifth-item:before {
  content: '';
  /*background: url(../../../../img/usr/feature/campaign_present/fifth.svg) no-repeat;*/
  background-size: contain;
  width: 139px;
  height: 130px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 969px) {
  #present .present-item .item-wrap .second-third-item .fifth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fifth-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #present .present-item .item-wrap .second-third-item .fifth-item:before, #present .present-item .item-wrap .fourth-fifth-item .fifth-item:before {
    width: 90px;
  }
}

#present #present1 .item-wrap {
	filter: grayscale(80%) invert(10%);
}

#present #present1 .item-wrap .first-item .item-desc img {
	width: 260px;
}

#present #present1 .item-wrap .first-item .item-desc h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .first-item .item-desc h3 {
    font-size: 18px;
  }
}

#present #present1 .item-wrap .first-item .item-desc p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .first-item .item-desc p {
    font-size: 14px;
  }
}

#present #present1 .item-wrap .first-item .item-desc h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#present #present1 .item-wrap .first-item .item-desc h4 span {
  font-size: 220%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#present #present1 .item-wrap .first-item .item-img img {
  width: 340px;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .first-item .item-img img {
    width: 200px;
    margin-bottom: 45px;
  }
}

#present #present1 .item-wrap .second-third-item .second-item img {
  height: 360px;
  display: block;
  margin: 20px auto 2em;
}

#present #present1 .item-wrap .second-third-item .second-item h5 {
  display: inline-block;
  border: 1px solid #333;
  font-size: 18px;
  padding: 2px 10px;
  margin: 10px 0 0;
}

#present #present1 .item-wrap .second-third-item .second-item .pana {
  height: auto;
}

#present #present1 .item-wrap .second-third-item .third-item img {
  height: 360px;
  display: block;
  margin: 0 auto 2em;
}

#present #present1 .item-wrap .second-third-item .third-item .pana {
  height: auto;
}

#present #present1 .item-wrap .second-third-item .third-item p {
  margin-bottom: 17px;
}

#present #present1 .item-wrap .fourth-fifth-item {
  margin: 80px 0 0;
}

#present #present1 .item-wrap .fourth-fifth-item .fourth-item img {
  width: 400px;
  display: block;
  margin: 70px auto 20px;
}

#present #present1 .item-wrap .fourth-fifth-item .fourth-item .logo {
  width: 100px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 0;
  }
}

#present #present1 .item-wrap .fourth-fifth-item .fifth-item img {
  width: 260px;
  display: block;
  margin: 50px auto 20px;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .fourth-fifth-item .fifth-item img {
    margin: 0 auto 10px;
    padding-top: 20px;
  }
}

#present #present1 .item-wrap .fourth-fifth-item .fifth-item .logo {
  width: 260px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #present #present1 .item-wrap .fourth-fifth-item .fifth-item .logo {
    padding-top: 0;
    width: 220px;
  }
}

#present #present1 .item-wrap .fourth-fifth-item .fifth-item ul {
  text-align: left;
  display: inline-block;
}

#present #present2 .item-wrap {
	filter: grayscale(80%) invert(10%);
}

#present #present2 .item-wrap .first-item .item-desc img {
  width: 260px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .first-item .item-desc img {
    width: 210px;
  }
}

#present #present2 .item-wrap .first-item .item-desc h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .first-item .item-desc h3 {
    font-size: 18px;
  }
}

#present #present2 .item-wrap .first-item .item-desc p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .first-item .item-desc p {
    font-size: 14px;
  }
}

#present #present2 .item-wrap .first-item .item-desc h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#present #present2 .item-wrap .first-item .item-desc h4 span {
  font-size: 220%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#present #present2 .item-wrap .first-item .item-desc ul {
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 339px) {
  #present #present2 .item-wrap .first-item .item-desc ul {
    font-size: 13px;
  }
}

#present #present2 .item-wrap .first-item .item-desc ul li {
  position: relative;
  padding-left: 4em;
}

#present #present2 .item-wrap .first-item .item-desc ul li:first-child {
  margin-bottom: 1em;
}

#present #present2 .item-wrap .first-item .item-desc ul li:first-child:before {
  content: '（※1）';
  position: absolute;
  left: 0;
}

#present #present2 .item-wrap .first-item .item-desc ul li:last-child:before {
  content: '（※2）';
  position: absolute;
  left: 0;
}

#present #present2 .item-wrap .first-item .item-img img {
  width: 280px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .first-item .item-img img {
    width: 180px;
    margin-bottom: 40px;
  }
}

#present #present2 .item-wrap .second-third-item .second-item img {
  height: 330px;
  display: block;
  margin: 30px auto;
}

#present #present2 .item-wrap .second-third-item .second-item .logo {
  height: auto;
  width: 120px;
  margin-top: 30px;
}

#present #present2 .item-wrap .second-third-item .third-item img {
  width: 320px;
  display: block;
  margin: 60px auto 0;
}

#present #present2 .item-wrap .second-third-item .third-item .logo {
  width: 200px;
  height: auto;
  margin-top: 23px;
}

#present #present2 .item-wrap .fourth-fifth-item {
  margin: 40px 0 0;
}

#present #present2 .item-wrap .fourth-fifth-item .fourth-item img {
  width: 380px;
  display: block;
  margin: 20px auto 20px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .fourth-fifth-item .fourth-item img {
    width: 300px;
  }
}

#present #present2 .item-wrap .fourth-fifth-item .fourth-item .logo {
  width: 80px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 0;
  }
}

#present #present2 .item-wrap .fourth-fifth-item .fifth-item img {
  width: 220px;
  display: block;
  margin: 40px auto 20px;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .fourth-fifth-item .fifth-item img {
    margin: 0 auto 20px;
    padding-top: 40px;
  }
}

#present #present2 .item-wrap .fourth-fifth-item .fifth-item .logo {
  width: 260px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #present #present2 .item-wrap .fourth-fifth-item .fifth-item .logo {
    padding: 0;
    width: 220px;
  }
}

#present #present2 .item-wrap .fourth-fifth-item .fifth-item ul {
  text-align: left;
  display: inline-block;
}

#present #campaign-desc {
  background-color: #f7f7f7;
  background-image: url(../../../../img/usr/feature/campaign_present/waku.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 30px;
  text-align: center;
  padding-bottom: 90px;
  position: relative;
}

#present #campaign-desc h2 {
	letter-spacing: 0.2em;/*追記*/
}

#present #campaign-desc h4 {/*追記*/
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  #present #campaign-desc {
    background-size: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc {
    background-size: 100px;
    border-radius: 0;
  }
}

#present #campaign-desc h2 {
  background: #ce638d;
  color: #fff;
  border-radius: 30px 30px 0 0;
  font-family: "游明朝", YuMincho, serif;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc h2 {
    height: 50px;
    font-size: 24px;
    border-radius: 0;
  }
}

#present #campaign-desc h3 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, serif;
}

#present #campaign-desc h3 span {
  font-size: 14px;
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc h3 {
    padding: 0 15px;
    font-size: 15px;
  }
  #present #campaign-desc h3 span {
    font-size: 12px;
  }
}

#present #campaign-desc p {
  font-size: 16px;
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc p {
    padding: 0 15px;
    font-size: 12px;
  }
  #present #campaign-desc p span {
    display: block;
  }
}

#present #campaign-desc .period {
  background: #fff;
  width: 60%;
  /*margin: 60px auto;*/
margin: 20px auto 60px;/*修正*/
  padding: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc .period {
    width: calc(100% - 30px);
    margin: 30px auto;
    padding: 15px;
  }
}

#present #campaign-desc .period dl {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 20px 0;
  font-size: 27px;
  font-weight: bold;
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc .period dl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc .period dl {
    font-size: 15px;
  }
}

#present #campaign-desc .period dl dd span {
  font-size: 38px;
  color: #ce638d;
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc .period dl dd span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc .period dl dd span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
#present .present-item .present-head-A p.end,
#present .present-item .present-head-B p.end {
	font-size: 20px;
	margin: 4px;
}
}

#present #campaign-desc ul {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc ul {
    padding: 0 15px;
    font-size: 13px;
  }
}

#present #campaign-desc ul li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 1.5em;
}

#present #campaign-desc ul li:before {
  content: '○ ';
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc ul li:before {
    position: absolute;
    left: 0;
  }
}

#present #campaign-desc ul.remarks {
  font-size: 12px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc ul.remarks {
    margin-bottom: 30px;
  }
}

#present #campaign-desc ul.remarks li:before {
  content: '※';
}

#present #campaign-desc .caution {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

#present #campaign-desc .caution h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #333;
  display: inline-block;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 10px;
}

#present #campaign-desc .caution ul {
  font-size: 12px;
	display: block;/*追記*/
}

#present #campaign-desc .caution ul li:before {
  content: '・';
}

#present #campaign-desc .ayaka {
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 240px;
}

@media only screen and (max-width: 1200px) {
  #present #campaign-desc .ayaka {
    left: 0;
    width: 180px;
  }
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc .ayaka {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #present #campaign-desc .ayaka {
    width: 120px;
  }
}

@media only screen and (max-width: 687px) {
  #present #campaign-desc .ayaka {
    width: 90px;
  }
}

#present #campaign-desc .flower {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -199px;
  width: 180px;
}

@media only screen and (max-width: 1200px) {
  #present #campaign-desc .flower {
    width: 150px;
    margin-top: -124px;
  }
}

@media only screen and (max-width: 969px) {
  #present #campaign-desc .flower {
    width: 100px;
  }
}

@media screen and (max-width: 964px) {
  #present {
    width: 100%;
  }
.container {/*追記　横幅100%にする*/
	padding-left: 0;
	padding-right: 0;
}
	#present h2 {
		background-color: transparent;/*追記*/
	}
	
	#present #top-main .top-ttl h1 {/*追記*/
		font-weight: lighter;
		font-size: 26px;
        line-height: 1.2;
        top: 32px;
        left: auto;
	}
	
	#present #top-main .top-ttl h1 span {/*追記*/
		font-size: 130%;
	}
	
	#present #campaign-desc .caution h3 {
	  margin-bottom: 10px;/*追記*/
	}
	#present #campaign-desc h4 {/*追記*/
	font-size: 20px;
	margin-top: 30px;
}
}

/* tb   --------------------------------*/
/* sp   --------------------------------*/
/* sp   --------------------------------*/
/* IE11 にのみ適用される start */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec-illust {
    border-radius: 59px;
  }
}

/* IE11 にのみ適用される end */
