@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700;900&display=swap");

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
    width: unset;
    margin: 0 auto;
}
.column2R #main {
	float: none;
	width: auto;
	color: #484848;
    font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}
ul.breadCrumb.bcLast {
    margin-top: 12px !important;
    width: 970px;
    margin: 0 auto 12px;
}
.p-info__under p + p, .p-info__under p + ul {
  margin-top: 1em;
}

.p-info__under h2 {
  position: relative;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}
.p-info__under h2 span {
    font-size: 22px;
    color: #484848;
}

.p-info__under__inr {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 479px) {
  .p-info__under__inr {
    padding-top: 6.66667vw;
  }
}

.p-info__under__main {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .p-info__under__main {
   max-width: 1140px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under .sp-container {
    padding-right: 1px;
    padding-left: 1px;
}
}

.p-info__under__img {
  max-width: 1140px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .p-info__under__img {
    margin-bottom: 6.66667vw;
  }
}
.p-info__under__img > img {
  width: 100%;
}

.p-info__under__body h2 {
    margin-bottom: 60px;
}

.p-info__under__body p + p {
  margin-top: 1em;
}

.p-info__under__body .p-info__under__list.notes {
  margin-bottom: 1em;
}

.p-info__under__body .p-info__under__img {
  margin-bottom: 0;
}

.p-info__under__body .p-info__table {
  margin-bottom: 0;
}

.only_pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .only_sp {
    display: block;
  }
}

.imgWrap {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
  opacity: 0;
}
.imgWrap.imgIn {
  animation: img_move 1.5s ease-in forwards;
}
@keyframes img_move {
  20%{
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.imgWrap.imgIn:before {
  animation: img_wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
  /*background: #4534af;*/
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img_wrap {
  100% {
    transform: translateX(100%);
  }
}

/* fadeUp
____________________*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* fade
____________________*/
.fade {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1s ease;
}
.fade.fadeShow {
	transform: translateY(0);
	opacity: 1;
}


.flowing {
	opacity: 0;
}
.flowing.flowingShow {
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 1.3s;
  opacity: 1;
}

@keyframes flowing-anim {
 0%{
     width: 0%;
   }
100%{
     width: 100%;
   }
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.p-info__under__mv {
    background: url(../5info/img/30th-anniversary-ayumi/30th-anniversary_MV.jpg) no-repeat center;
    height: 600px;
    background-size: cover;
	position: relative;
}
.p-info__under__mv img {
    margin: 0 auto;
	display: block;
}

/*-------------------------------------
　内容
---------------------------------------*/
#container section {
    padding: 60px 0;
}
.section_01 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_01.jpg)no-repeat;
    background-size: cover;
	position: relative;
}
.section_01::before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.section_01 h2 {
    background: #7f7f7f;
    background: -webkit-linear-gradient(90deg, #7f7f7f, #ffffff 70%);
    background: linear-gradient(360deg, #7f7f7f, #ffffff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
.p-info__under__product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #4534af;
    border-radius: 2px;
    -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
    background: rgb(0 0 0 / 50%);
    position: relative;
    margin-bottom: 60px;
    padding: 50px 0;
}
.p-info__under__card {
    display: flex;
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_01.png)no-repeat;
    background-position: right;
    background-size: contain;
	padding: 0 50px;
}
.p-info__under__card__txtarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.p-info__under__card h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-align: left;
    background: #00bffa;
    background: -webkit-linear-gradient(right, #015fea 80%, #00bffa);
    background: linear-gradient(to left, #015eea 80%, #00bffa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto", Sans-Serif;
}
.p-info__under__card h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
	margin-bottom: 30px;
	letter-spacing: 1.2px;
}
.p-info__under__card h4 span {
    font-size: 20px;
    line-height: 1rem;
}
.p-info__under__card p {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
}
.p-info__under__card__bottom {
    padding-top: 20px;
    border-top: 4px solid;
    border-image: linear-gradient(to right, #00bffa 0%, #015fea 100%);
    border-image-slice: 1;
    width: 435px;
}
.p-info__under__card__imgarea {
    margin-right: 80px;
}
.p-info__under__card__img {

}

.p-info__under__product__mini {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	margin-bottom: 60px;
}
.p-info__under__card.card__mini {
    background: none;
    margin-left: auto;
    width: 800px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
}
.p-info__under__card.card__mini .p-info__under__card__txtarea {
    width: 455px;
}
.p-info__under__card.card__mini h3 {
    font-size: 50px;
    background: #7f7f7f;
    background: -webkit-linear-gradient(90deg, #7f7f7f, #ffffff 70%);
    background: linear-gradient(360deg, #7f7f7f, #ffffff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.p-info__under__card.card__mini .p-info__under__card__bottom {
    padding-top: 20px;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #7f7f7f 100%);
    border-image-slice: 1;
}
.p-info__under__card.bg_mini_02 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_mini_02.png)no-repeat;
    background-size: auto;
    background-position: center left;
}
.p-info__under__card__mini__imgarea {
    margin-right: 50px;
    margin-top: 50px;
}

.section_01 .product__reserve .p-info__under__card {
    margin-left: auto;
}
.section_01 .product__reserve .p-info__under__card__img {
    left: 80px;
}
.product__reserve .p-info__under__card__number {
    right: 420px;
    left: auto;
}
.section_01 .product__reserve .p-info__under__card__txtarea {
    margin-left: auto;
}

.section_02, .section_04 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_03.jpg)no-repeat;
    background-size: cover;
}
.p-info__under__card.bg_mini_01 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_mini_01.png)no-repeat;
    background-size: auto;
    background-position: center left;
}

.section_03 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_02.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.p-info__under__card.card_bg_02 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_02.png)no-repeat;
    background-position: right;
    background-size: contain;
}

.section_05 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_04.jpg)no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.section_05::before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.section_05  .p-info__under__card.card__mini {
    margin: 0 auto;
}
.section_05 .p-info__under__card.card__mini.bg_mini_02 {
    background-position: bottom left -30px;
}
.section_06 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_05.jpg)no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
.section_06::before {
    content: '';
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.section_06 .p-info__underp-info__under__text {
    width: 1050px;
    margin: 0 auto;
}
.section_06 .p-info__under__card {
    background: none;
    display: flex;
    align-items: center;
    width: 1050px;
}
.section_06 .p-info__under__card__imgarea {
    margin: 0 auto;
}
.section_06 h3 {
    font-size: 80px;
    background: #7f7f7f;
    background: -webkit-linear-gradient(90deg, #7f7f7f, #ffffff 70%);
    background: linear-gradient(360deg, #7f7f7f, #ffffff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section_06 .p-info__under__card__bottom {
    padding-top: 20px;
    border-top: 4px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #7f7f7f 100%);
    border-image-slice: 1;
}
h4.dsp_30 {
    font-size: 56px;
    font-weight: bold;
}
#container section.section_06 {
    padding-bottom: 120px;
}

.p-info__under__card__bottom.flowing.flowingShow {
    width: 100%;
    max-width: 435px;
}

@media screen and (min-width: 480px){
.p-info__under__card.card_bg_02 {
    padding-top: 100px;
    margin-right: -35px;
}
.mt30 {
	margin-top: 30px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb35 {
    padding-right: 35px;
}
}

@media screen and (max-width: 479px){
.p-info__under__mv {
    background: url(../5info/img/30th-anniversary-ayumi/30th-anniversary_MV_sp.jpg) no-repeat;
    background-position: top center;
    height: 85vw;
    background-size: cover;
}
.p-info__under__mv img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 320px;
}
#container section {
    padding: 30px 0;
}
.section_01 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_01.jpg)repeat;
    background-size: contain;
}
.section_01 h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    margin: 0 auto 60px;
    background: #7f7f7f;
    background: -webkit-linear-gradient(-90deg, #7f7f7f, #ffffff 30%);
    background: linear-gradient(180deg, #7f7f7f, #ffffff 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}
.section_03 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_02.jpg)repeat;
    background-position: top;
    background-size: 230vw;
}
.section_05 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_04.jpg)repeat;
    background-size: 150vw;
    background-position: top;
}
.p-info__under__product {
    margin-bottom: 30px;
	border: none;
}
.p-info__under__card {
    display: flex;
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_01.png)no-repeat;
    background-size: contain;
    background-position: left+70px bottom;
    padding: 0;
    flex-direction: column;
}
.section_01 .p-info__under__card__img {
    position: absolute;
    left: auto;
    top: 76%;
    width: 100%;
    margin-top: 20px;
}
.p-info__under__card__img.card__img__03 {
    top: 55%;
}
.p-info__under__card__txtarea {
    padding: 30px;
}
.p-info__under__card h3 {
    font-size: 40px;
}
.p-info__under__card__bottom {
    width: 100%;
}
.p-info__under__card h4 {
    font-size: 18px;
}
.p-info__under__card h4 span {
    font-size: 15px;
}
.p-info__under__card p {
    font-size: 14px;
}
.p-info__under__card__imgarea {
    margin: 0 auto;
	height: 85vw;
}
.p-info__under__card__imgarea img {
    width: 85%;
}
.p-info__under__card.card__mini {
    background: none;
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.p-info__under__card.card__mini .p-info__under__card__txtarea {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.p-info__under__card.card__mini h3 {
    font-size: 30px;
    /*text-align: right;*/
}
/*.p-info__under__card.card__mini .p-info__under__card__bottom p {
    text-align: right;
}*/
.p-info__under__card__mini__imgarea {
    margin-right: 0;
}
.p-info__under__card.bg_mini_02 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_mini_02.png)no-repeat;
    background-size: auto;
    background-position: bottom right+60px;
}
.p-info__under__card.bg_mini_01 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_mini_01.png)no-repeat;
    background-size: auto;
    background-position: bottom right+60px;
}
.p-info__under__card.card_bg_02 {
    background: url(../5info/img/30th-anniversary-ayumi/img_bg_02.png)no-repeat;
    background-size: contain;
    background-position: left+70px bottom;
}
.section_05 .p-info__under__card.card__mini.bg_mini_02 {
    background-position: bottom right 90px;
}
#container section.section_06 {
    padding: 30px 0;
}	
.section_06 {
    background: url(../5info/img/30th-anniversary-ayumi/bg_05_sp.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.section_06 .p-info__under__card {
    background: none;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
}
.section_06 .p-info__underp-info__under__text {
    width: 100%;
    margin: 0 auto;
}
.section_06 .p-info__under__card__txtarea {
    padding-top: 0;
    margin-top: -30px;
}
.section_06 .p-info__under__card__imgarea {
    margin: 0 auto;
    margin-top: -50px;
    height: 100vw;
}
.section_06 .p-info__under__card__imgarea img {
    width: 100%;
}
.section_06 .p-info__under__card__bottom {
    padding-top: 10px;
}
.section_06 .p-info__under__card h3 {
    font-size: 50px;
    text-align: center;
}
h4.dsp_30 {
    text-align: center;
	font-size: 36px;
}
.section_06 .p-info__under__card h4 {
    text-align: center;
}
}
