@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;
  }
}

/*  -------------------------------------
	#campaign_20thanniversary_present_02
  -------------------------------------*/
.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;
}

#campaign_20thanniversary_present_02 {
  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;/*追記*/
}

#campaign_20thanniversary_present_02 .present-contents {
  position: relative;
  margin: 90px 0;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-contents {
    margin: 0;
  }
}

#campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-contents h2 {
    margin: 0 0 30px;
  }
}

#campaign_20thanniversary_present_02 .present-contents h2 span {
  font-family: "Libre Baskerville" "游明朝", YuMincho, serif;
  font-weight: 700;
  font-size: 18px;
  color: #ce638d;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #prologue {
    line-height: 0;
  }
}

#campaign_20thanniversary_present_02 #prologue img {
  width: 100%;
}

#campaign_20thanniversary_present_02 #top-main {
  background-color: #fef4f6;
  /*background-image: url(../../../../img/usr/feature/campaign_present/thankyou.svg);*//*0302変更*/
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 90px 30px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #top-main {
    background-size: 90%;
	padding: 60px 30px 0;
    margin-top: 15%;
  }
}

#campaign_20thanniversary_present_02 #top-main .top-ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, serif;
  margin: 0 0 90px;
}

#campaign_20thanniversary_present_02 #top-main .top-ttl p {
    font-size: 100px;
    color: #ce638d;
    margin: 0 auto 50px;/*0829変更*/
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #top-main .top-ttl p {
    font-size: 30px;/*0829変更*/
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 #top-main .top-ttl p {
    font-size: 28px;/*0829変更*/
  }
}

#campaign_20thanniversary_present_02 #top-main .top-ttl h1 {
  font-size: 62px;
  color: #000;
  font-family: "游明朝", YuMincho, serif;/*0830追記*/
  font-feature-settings: "palt";
  line-height: 1.3em;
	letter-spacing: 0.1em;/*追記*/
	margin-bottom: 120px;/*0225追記*/
}

#campaign_20thanniversary_present_02 #top-main .top-ttl h1 span {
  font-size: 150%;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #top-main .top-ttl h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 #top-main .top-ttl h1 {
    font-size: 30px;
  }
}

#campaign_20thanniversary_present_02 #top-main .top-desc p {
  width: 100%;
  font-size: 21px;
  font-family: "游明朝", YuMincho, serif;
  position: relative;
  padding-bottom: 10%;/*0302追記*/
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 812px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 687px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    width: 100%;
    padding: 0 0 80px;
  }
  #campaign_20thanniversary_present_02 #top-main .top-desc p br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    padding: 0 0 30% 0;/*0302変更*/
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p {
    padding: 0 0 240px;
  }
}

#campaign_20thanniversary_present_02 #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: 73px;
  display: block;
  position: absolute;
  top: -95px;
  left: -10px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p:before {
    width: 150px;
    height: 56px;
    top: -70px;
  }
}

#campaign_20thanniversary_present_02 #top-main .top-desc p span {
  font-size: 200%;
  color: #ce638d;
  font-weight: bold;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p span {
    font-size: 180%;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc p span {
    display: block;
  }
}

#campaign_20thanniversary_present_02 #top-main .top-desc img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 687px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc img {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc img {
    width: 100%;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 #top-main .top-desc img {
    width: 70%;
  }
}

#campaign_20thanniversary_present_02 .present-item {
  background: url(../../../../img/usr/feature/campaign_present/present-bg.jpg) repeat;
  padding: 90px 0;
  position: relative;
}

#campaign_20thanniversary_present_02 .present-item img#ribbon {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item img#ribbon {
    top: -25px;
  }
}

@media only screen and (max-width: 687px) {
  #campaign_20thanniversary_present_02 .present-item img#ribbon {
    top: -20px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item img#ribbon {
    top: -15px;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 .present-item img#ribbon {
    top: -10px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head {
  text-align: center;
  margin: 0 0 90px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head {
    margin: 0 0 45px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head h2 {
  color: #ce638d;
  font-size: 60px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head h2 {
    font-size: 30px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head h2 span {
  font-size: 200%;
  font-family: "Libre Baskerville", serif !important;
  display: inline-block;
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 45px;
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3 {
	letter-spacing: 0.1em;/*追記*/
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -45px;
  z-index: 0;
  border: 30px solid #de8ead;
  border-left-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head .ribbon:before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    left: -25px;
    z-index: 0;
    border: 20px solid #de8ead;
    border-left-color: transparent;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -45px;
  z-index: 0;
  border: 30px solid #de8ead;
  border-right-color: transparent;
  /*山形に切り抜き*/
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head .ribbon:after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    right: -25px;
    z-index: 0;
    border: 20px solid #de8ead;
    border-right-color: transparent;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head .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: #ce638d;
  /*真ん中の背景色*/
  z-index: 10;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3 {
    font-size: 14px;
    line-height: 50px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #ab4c71;
  /*左の折り返し部分*/
}

#campaign_20thanniversary_present_02 .present-item .present-head .ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #ab4c71;
  /*右の折り返し部分*/
}

#campaign_20thanniversary_present_02 .present-item .present-head p {
  font-size: 30px;
}

#campaign_20thanniversary_present_02 .present-item .present-head p.period {
  font-weight: bold;
}

 /*22/10/24追加*/
#campaign_20thanniversary_present_02 .present-item .present-head p.end {
	font-weight: bold;
	font-size: 40px;
  	color: #ab4c71;
}

#campaign_20thanniversary_present_02 .box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
}


.box_1 {
	display: inline-block;
	width: 48%;
    padding: 5px;
	background-color: #fff;
}
 
.box_2{
	display: inline-block;
	width: 48%;
    padding: 5px;
	background-color: #fff;
}
/*22/10/24追加ここまで*/


@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 .present-item .present-head p {
    font-size: 21px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head p {
    font-size: 15px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head h4 {
  font-size: 40px;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 .present-item .present-head h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head h4 {
    font-size: 24px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head h4 span {
  font-size: 200%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#campaign_20thanniversary_present_02 .present-item .present-head img#flower1 {
  width: 240px;
  position: absolute;
  right: -60px;
  bottom: 45px;
}

@media only screen and (max-width: 1200px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower1 {
    right: 0px;
    width: 180px;
  }
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower1 {
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower1 {
    width: 120px;
    bottom: auto;
    top: -30px;
    right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower1 {
    width: 80px;
  }
}

#campaign_20thanniversary_present_02 .present-item .present-head img#flower2 {
  width: 170px;
  position: absolute;
  left: 0;
  top: 90px;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower2 {
    width: 140px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower2 {
    width: 120px;
    top: -30px;
    left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  #campaign_20thanniversary_present_02 .present-item .present-head img#flower2 {
    width: 80px;
  }
}

#campaign_20thanniversary_present_02 .present-item .item-wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap {
    padding: 0 15px;
  }
}

#campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .first-item {
    display: block;
    margin: 0;
    padding: 90px 0 0;
  }
}

#campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .first-item:before {
    width: 90px;
  }
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .first-item .item-desc, #campaign_20thanniversary_present_02 .present-item .item-wrap .first-item .item-img {
  flex-basis: 50%;
  max-width: 45%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .first-item .item-desc, #campaign_20thanniversary_present_02 .present-item .item-wrap .first-item .item-img {
    max-width: 100%;
    width: 100%;
  }
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item {
  display: flex;
  /*align-items: center;*//*削除*/
  justify-content: space-between;
  margin: 90px 0;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item {
    display: block;
  }
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item {
  flex-basis: 50%;
  max-width: 45%;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item {
    max-width: 100%;
  }
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item .pana, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item .pana {
  width: 200px;
  height: auto;
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0;
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item p {
  font-size: 18px;
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item h4, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item h4 span, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item h4 span, #campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item {
    margin-bottom: 90px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item h3 {
    font-size: 18px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item h3 {
    font-size: 16px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item p {
    font-size: 12px;
  }
}

/*#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item:before, #campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .second-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .second-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item h3 {
    font-size: 18px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item h3 {
    font-size: 16px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item p {
    font-size: 12px;
  }
}

/*#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item:before, #campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .third-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .third-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item {
    margin-bottom: 90px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item h3 {
    font-size: 18px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item h3 {
    font-size: 16px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item p {
    font-size: 12px;
  }
}

/*#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item:before, #campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fourth-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fourth-item:before {
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 90px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
    font-size: 18px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item h3, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item h3 {
    font-size: 16px;
  }
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item p, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item p {
    font-size: 12px;
  }
}

/*#campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item:before, #campaign_20thanniversary_present_02 .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) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item:before {
    width: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 .present-item .item-wrap .second-third-item .fifth-item:before, #campaign_20thanniversary_present_02 .present-item .item-wrap .fourth-fifth-item .fifth-item:before {
    width: 90px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc img {
    width: 80%;
    margin-top: 35%;
    margin-bottom: 5%;
}
	
@media only screen and (max-width: 768px) {
#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc img {
    width: 80%;
	margin-top: 0;
    margin-bottom: 5%;
}
	}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc h3 {
    font-size: 18px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc p {
    font-size: 14px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-desc h4 span {
  font-size: 220%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-img img {
  width: 340px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .first-item .item-img img {
    width: 200px;
    margin-bottom: 45px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .second-item img {
   display: block;
  margin: 0 auto 2em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .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;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .second-item .lourdes {
  height: auto;
  width: 120%;
  margin: 28% auto 2em;
}

@media only screen and (max-width: 768px) {
#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .second-item .lourdes {
  margin: 0 auto 2em;
	}
	}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .third-item img {
   display: block;
  margin: 0 auto 2em;
 
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .third-item .aladdin {
  height: auto;
  margin: 20% auto 2em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .second-third-item .third-item p {
  margin-bottom: 17px;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item {
  margin: 90px 0 0;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fourth-item img {
  width: 450px;
  display: block;
  margin: 80px auto 20px;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fourth-item .logo {
  width: 270px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 0;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item img {
  width: 220px;
  display: block;
  margin: 95px auto 20px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item img {
    margin: 0 auto 20px;
    padding-top: 90px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item .logo {
  width: 260px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item .logo {
    padding-top: 0;
    width: 220px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_021 .item-wrap .fourth-fifth-item .fifth-item ul {
  text-align: left;
  display: inline-block;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc img {
   width: 90%;
   margin-top: 35%;
   margin-bottom: 5%;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc img {
    width: 90%;
	margin-top: 0;
	margin-bottom: 5%;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc h3 {
  color: #ce638d;
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc h3 {
    font-size: 18px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc p {
    font-size: 14px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc h4 span {
  font-size: 220%;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul {
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 339px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul {
    font-size: 13px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul li {
  position: relative;
  padding-left: 4em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul li:first-child {
  margin-bottom: 1em;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul li:first-child:before {
  content: '（※1）';
  position: absolute;
  left: 0;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-desc ul li:last-child:before {
  content: '（※2）';
  position: absolute;
  left: 0;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-img img {
  width: 270px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .first-item .item-img img {
    width: 150px;
    margin-bottom: 45px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .second-third-item .second-item img {
  display: block;
  margin: 0 auto;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .second-third-item .second-item .logo {
  height: auto;
  width: 100%;
  margin: 10px auto;
}

@media only screen and (max-width: 768px) {
#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .second-third-item .second-item .logo {
	margin: 0% auto;
}
	}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .second-third-item .third-item img {
  display: block;
  margin: 0 auto;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .second-third-item .third-item .logo {
  width: 200px;
  height: auto;
  margin-top: 23px;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item {
  margin: 90px 0 0;
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fourth-item img {
  width: 380px;
  display: block;
  margin: 62px auto 20px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fourth-item img {
    width: 300px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fourth-item .logo {
  width: 80px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item {
    margin-bottom: 0;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item img {
  width: 220px;
  display: block;
  margin: 95px auto 20px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item img {
    margin: 0 auto 20px;
    padding-top: 90px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item .logo {
  width: 260px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item .logo {
    padding: 0;
    width: 220px;
  }
}

#campaign_20thanniversary_present_02 #campaign_20thanniversary_present_022 .item-wrap .fourth-fifth-item .fifth-item ul {
  text-align: left;
  display: inline-block;
}

#campaign_20thanniversary_present_02 #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;
}

#campaign_20thanniversary_present_02 #campaign-desc h2 {
	letter-spacing: 0.2em;/*追記*/
}

#campaign_20thanniversary_present_02 #campaign-desc h4 {/*追記*/
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  #campaign_20thanniversary_present_02 #campaign-desc {
    background-size: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc {
    background-size: 100px;
    border-radius: 0;
  }
}

#campaign_20thanniversary_present_02 #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) {
  #campaign_20thanniversary_present_02 #campaign-desc h2 {
    height: 50px;
    font-size: 24px;
    border-radius: 0;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc h3 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, serif;
}

#campaign_20thanniversary_present_02 #campaign-desc h3 span {
  font-size: 14px;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #campaign-desc h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc h3 {
    padding: 0 15px;
    font-size: 15px;
  }
  #campaign_20thanniversary_present_02 #campaign-desc h3 span {
    font-size: 12px;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc p {
  font-size: 16px;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #campaign-desc p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc p {
    padding: 0 15px;
    font-size: 12px;
  }
  #campaign_20thanniversary_present_02 #campaign-desc p span {
    display: block;
  }
}

#campaign_20thanniversary_present_02 #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) {
  #campaign_20thanniversary_present_02 #campaign-desc .period {
    width: calc(100% - 30px);
    margin: 30px auto;
    padding: 15px;
  }
}

#campaign_20thanniversary_present_02 #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) {
  #campaign_20thanniversary_present_02 #campaign-desc .period dl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc .period dl {
    font-size: 15px;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc .period dl dd span {
  font-size: 38px;
  color: #ce638d;
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #campaign-desc .period dl dd span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc .period dl dd span {
    font-size: 18px;
  }
}

/*22/10/24追加*/
@media only screen and (max-width: 768px) {
#campaign_20thanniversary_present_02 .present-item .present-head p.end {
	font-size: 22px;
}
}
/*22/10/24追加ここまで*/


#campaign_20thanniversary_present_02 #campaign-desc ul {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc ul {
    padding: 0 15px;
    font-size: 13px;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc ul li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 1.5em;
}

#campaign_20thanniversary_present_02 #campaign-desc ul li:before {
  content: '○ ';
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc ul li:before {
    position: absolute;
    left: 0;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc ul.remarks {
  font-size: 12px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc ul.remarks {
    margin-bottom: 30px;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc ul.remarks li:before {
  content: '※';
}

#campaign_20thanniversary_present_02 #campaign-desc .caution {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
#campaign_20thanniversary_present_02 #campaign-desc .caution {
  width: 70%;
}
	}

#campaign_20thanniversary_present_02 #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;
}

#campaign_20thanniversary_present_02 #campaign-desc .caution ul {
  font-size: 12px;
	display: block;/*追記*/
}

#campaign_20thanniversary_present_02 #campaign-desc .caution ul li:before {
  content: '・';
}

#campaign_20thanniversary_present_02 #campaign-desc .ayaka {
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 240px;
}

@media only screen and (max-width: 1200px) {
  #campaign_20thanniversary_present_02 #campaign-desc .ayaka {
    left: 0;
    width: 180px;
  }
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #campaign-desc .ayaka {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  #campaign_20thanniversary_present_02 #campaign-desc .ayaka {
    width: 120px;
  }
}

@media only screen and (max-width: 687px) {
  #campaign_20thanniversary_present_02 #campaign-desc .ayaka {
    width: 90px;
  }
}

#campaign_20thanniversary_present_02 #campaign-desc .flower {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -199px;
  width: 180px;
}

@media only screen and (max-width: 1200px) {
  #campaign_20thanniversary_present_02 #campaign-desc .flower {
    width: 150px;
    margin-top: -124px;
  }
}

@media only screen and (max-width: 969px) {
  #campaign_20thanniversary_present_02 #campaign-desc .flower {
    width: 100px;
  }
}

@media screen and (max-width: 964px) {
  #campaign_20thanniversary_present_02 {
    width: 100%;
  }
.container {/*追記　横幅100%にする*/
	padding-left: 0;
	padding-right: 0;
}
	#campaign_20thanniversary_present_02 h2 {
		background-color: transparent;/*追記*/
	}
	#campaign_20thanniversary_present_02 #top-main .top-ttl h1 {/*追記*/
		font-weight: lighter;
	}
	#campaign_20thanniversary_present_02 #campaign-desc .caution h3 {
	  margin-bottom: 10px;/*追記*/
	}
	#campaign_20thanniversary_present_02 #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 */
