/* --------------------------------------
  10周年記念ページ
-------------------------------------- */

/* 基本設定
-------------------------------------- */

body {
  padding: 0;
  font-size: 16px;
  font-family: FP-HiraginoUDSansStdN-W5,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W8',　Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

.is-font-w7 {
  font-family: FP-HiraKakuStdN-W7, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W8',　Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

.is-font-kurokane {
  font-family: KurokaneStd-EB, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W8',　Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

.is-font-rodin-b {
  font-family: NewRodinProN-B;
}

.is-font-rodin-db {
  font-family: NewRodinProN-DB;
}

.mainVisual {
  position: relative;
  padding: 20px;
  text-align: center;
  background: url("/themes/news@www@acms/images/10th/bg_pattern2.png");
}

.mainVisualImg {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* フッター
-------------------------------------- */
.pageFooter {
  padding: 30px 0;
  text-align: center;
  background: #FFF;
}

.copyright {
  color: #66554C;
}


/* セクション
-------------------------------------- */

.tenthSection {
   padding: 60px 0;
 }

.tenthSectionMiddle {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px){
  .tenthSection {
    padding: 30px 0;
  }
}

.tenthSection.is-gradient {
  padding: 60px 0 240px;
  background: url(/themes/news@www@acms/images/10th/timeline_borders.png) repeat-y right,linear-gradient(#FFD4B5, #FFD43B);
  background-size: 130px 120px ,100% 100%;
}

@media screen and (max-width: 767px){
  .tenthSection.is-gradient {
    padding: 30px 0 140px;
  }
}

.tenthSection.is-gift {
  position: relative;
  background: #AB004D;
}

.tenthSection.is-gift:before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  display: block;
  width: 330px;
  height: 160px;
  margin: 0 auto;
  background: url("/themes/news@www@acms/images/10th/bg_rope_knot.png") no-repeat;
  background-size: cover;
}
.is-gift-rope {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.is-gift-rope:before,
.is-gift-rope:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 60px;
  background: #C93A7A;
}

.is-gift-rope:before {
  top: 50%;
  height: 60px;
}

.is-gift-rope:after {
  width: 60px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .tenthSection.is-gift:before {
    top: -66px;
    width: 150px;
    height: 72px;
  }
  .is-gift-rope:before {
    height: 30px;
  }

  .is-gift-rope:after {
    width: 30px;
  }
}

.tenthSection.is-orange {
  background: #F8A118;
}

@media screen and (max-width: 767px){
  .tenthSection.is-orange {
    padding-top: 60px;
  }
}

.tenthSection.is-yellow {
  background: #FFD43B;
}

.tenthSectionInnerRound {
  position: relative;
  padding: 35px 60px;
  background: #FFF;
  border-radius: 20px;
}

@media screen and (max-width: 767px){
  .tenthSectionInnerRound {
    margin: 0 10px;
    padding: 15px 10px;
    border-radius: 10px;
  }
}

/* タイポグラフィ
-------------------------------------- */
.tenthHeading1 {
  margin: 0 0 30px 0;
  color: #474645;
  font-size: 50px;
  text-align: center;
}

.tenthHeading1 strong {
  color: #CB002C;
}

.tenthHeading1 small {
  font-size: 40px;
}

@media screen and (max-width: 767px){
  .tenthHeading1 {
    font-size: 30px;
  }
  .tenthHeading1 small {
    font-size: 20px;
  }
}

.tenthHeading2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0 72px;
  color: #FFF;
  font-size: 44px;
  line-height: 1.3;
  text-align: center;
}

.tenthHeading2 strong {
  font-size: 54px;
}

.tenthHeading2:before,
.tenthHeading2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 140px;
  background-image: url("/themes/news@www@acms/images/10th/bg_attention.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.tenthHeading2:before {
  left: 0;
}
.tenthHeading2:after {
  right: 0;
  transform: rotate(180deg);
}

.tenthHeading2 strong {
  font-size: 54px;
}

@media screen and (max-width: 767px){
  .tenthHeading2 {
    padding: 0 32px;
    font-size: 26px;
  }

  .tenthHeading2 strong {
    font-size: 30px;
  }

  .tenthHeading2:before,
  .tenthHeading2:after {
    width: 30px;
    height: 84px;
  }

}

.tenthHeading3 {
  position: relative;
  z-index: 1;
  margin: -40px 0 0 0;
}

@media screen and (max-width: 767px){
  .tenthHeading3 {
    margin: -48px 0 40px 0;
  }
}

.tenthHeading4 {
  margin: 0 0 25px 0;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
}

.tenthHeading4 strong {
  color: #CB002C;
  font-size: 50px;
}

@media screen and (max-width: 767px){
  .tenthHeading4 {
    margin: 0;
    font-size: 20px;
  }
  .tenthHeading4 strong {
    font-size: 26px;
  }
}

.tenthHeadingSmall1 {
  margin: 20px 0 20px 0;
  color: #AB004D;
  font-size: 20px;
}

.tenthHeadingSmall2 {
  margin: 30px 0 15px 0;
  color: #FF7D63;
  font-size: 20px;
}

.tenthDetail {
  color: #474645;
}

.tenthDetail p {
  margin: 0 0 30px 0;
}

.tenthDetail ul {
  padding: 0 0 0 20px;
}
.tenthDetail li {
  list-style-type: disc;
}

.listStrong {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.listStrong li {
  list-style-type: disc
}

.listMute {
  margin: 0 0 25px 0;
  color: #808080;
  font-size: 14px;
}

.listMute.acms-margin-none {
  margin: 0;
}

@media screen and (max-width: 767px){
  .tenthDetail p {
    margin: 0 0 20px 0;
  }


  .listStrong {
    font-size: 16px;
  }

  .listMute {
    margin: 0 0 15px 0;
    font-size: 12px;
  }
}

.microcopy {
  margin: 35px 0 25px;
  text-align: center;
}

.microcopyLead {
  font-weight: bold;
  font-size: 20px;
}

.microcopy strong {
  color: #CB002C;
}

.microcopyDate {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}


@media screen and (max-width: 767px){
  .microcopy {
    margin: 15px 0;
    font-size: 16px;
  }
  .microcopyLead {
    font-size: 16px;
  }
  .microcopyDate {
    font-size: 13px;
  }
}

.tenthSaleDate {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 767px){
  .tenthSaleDate {
    font-size: 13px;
    text-align: left;
  }
}


/* ボタン
-------------------------------------- */

.tenthBtn {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 20px 8px;
  color: #830A00;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #FFD43B;
  border: 2px solid #F8B200;
  border-radius: 10px;
  transition: background-color .25s;
}

.tenthBtn:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 0 20px;
  background: url("/themes/news@www@acms/images/10th/arrow_triangle.svg") no-repeat;
  background-size: cover;
}

.tenthBtn:link,
.tenthBtn:visited,
.tenthBtn:hover,
.tenthBtn:active,
.tenthBtn:focus {
  color: #830A00;
  border: 2px solid #F8B200;
}

.tenthBtn:hover {
  text-decoration: none;
  background: #ffc346;
}

.tenthBtnDisabled {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 20px 8px;
  color: #999999;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #EEEEEE;
  border: 2px solid #BBB;
  border-radius: 10px;
  opacity: .7;
}

.tenthBtnDisabledText {
  margin: 20px 0 0 0;
  color: #AB004D;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 767px){
  .tenthBtn {
    margin: 0 auto;
    padding: 10px 8px;
    font-size: 16px;
    border-radius: 6px;
  }
}


/* シェアボタン */
.shareWrapper {
  display: flex;
  margin: 0 -10px;
}
.shareList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.shareItem {
  margin-bottom: 15px;
  padding: 0 10px;
}

.shareLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  max-width: 100%;
  height: 54px;
  color: #FFF;
  font-family: FP-HiraKakuStdN-W7, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W8',　Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  border-radius: 10em;
  border: 3px solid #FFF;
  transition: background .2s;
}
.shareLink:link,
.shareLink:hover,
.shareLink:visited,
.shareLink:active,
.shareLink:focus {
  color: #FFF;
  border: 3px solid #FFF;
}
.shareLink:hover {
  text-decoration: none;
}
.shareLink.is-facebook {
  background: #4267B2;
}
.shareLink.is-facebook:hover {
  background: #3a5a9c;
}
.shareLink.is-twitter {
  background: #1A97F0;
}
.shareLink.is-twitter:hover {
  background: #188bdd;
}


/* タイムライン
-------------------------------------- */

.timelineList {
  margin: 0 0 20px 0;
}

.timelineListItem {
  margin: 0 0 75px 0;
  padding: 75px 60px 40px;
  background: #FFF;
}

.timelineYear {
  margin: -140px 0 0 -60px;
  color: #CC9641;
  font-size: 70px;
}
.timelineYear small {
  font-size: 40px;
}

.timelineMedia {
  display: flex;
}
.timelineMediaBody {
  flex: 1;
}
.timelineMediaImage {
  /*padding: 0 0 0 20px;*/
}

.timelineTitle1 {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.timelineDetail {
  margin: 0 0 10px 0;
}

.timelineBorder {
  height: 5px;
  margin: 30px 0 30px;
  background-image: linear-gradient(to right, #CC9641, #CC9641 1px, transparent 1px, transparent 2px);
  background-size: 6px 2px; /* この値を変更 */
  background-position: top;
  background-repeat: repeat-x;
  border: 0;
}

.timelineTitle2 {
  margin: 0 0 20px 0;
  color: #CC9641;
  font-size: 20px;
  line-height: 1.4;
}

.timelineInnerList {
  padding: 0 0 0 20px;
}

.timelineInnerList li {
  list-style-type: disc;
  line-height: 1.5;
}

.timelineLead {
  margin: 0 0 20px 0;
  color: #CB002C;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 480px){
  .timelineMediaImage {
    padding: 0 0 0 20px;
    width: 240px;
  }
}

@media screen and (max-width: 767px){
  .timelineList {
    margin: 0;
  }
  .timelineListItem {
    margin: 0 0 50px 0;
    padding: 20px 20px 25px;
  }
  .timelineYear {
    margin: -76px 0 0 -20px;
    font-size: 50px;
  }
  .timelineYear small {
    font-size: 36px;
  }
  .timelineBorder {
    margin: 20px 0 10px;
  }
  .timelineLead {
    font-size: 18px;
  }

  .timelineTitle1 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  .timelineDetail {
    font-size: 14px;
  }

  .timelineTitle2 {
    margin: 0 0 10px 0;
  }

  .timelineInnerList {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px){
  .timelineMedia {
    flex-direction: column;
  }
}

/* パネル
-------------------------------------- */
.tenthPanel {
  position: relative;
  margin: -20px 0 0 0;
  padding: 0 0 20px 0;
  background: #FFF;
  border-radius: 20px;
}

.tenthPanelAnnotation {
  position: absolute;
  top: -35px;
  color: #FFF;
  font-size: 18px;
}

.tenthPanelFooter {
  padding: 0 10px;
}

@media screen and (max-width: 767px){
  .tenthPanel {
    margin: -5px 0 0 0;
    padding: 0 0 15px 0;
    border-radius: 10px;
  }
  .tenthPanelAnnotation {
    font-size: 16px;
    top: -30px;
  }
}

.tenthPanelHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1.3;
  background: #CB002C;
  border-radius: 20px 20px 0 0;
}
.tenthPanelHeadingColumn {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.tenthPanelHeadingSmall {
  font-size: 35px;
}
.tenthPanelHeading strong {
  margin: 0 0 0 35px;
  font-size: 110px;
}

@media screen and (max-width: 767px){
  .tenthPanelHeading {
    flex-direction: column;
    padding: 15px;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
  }
  .tenthPanelHeadingSmall {
    font-size: 26px;
  }
  .tenthPanelHeading strong {
    margin: 0;
    font-size: 50px;
  }
}

.panelList {
  display: flex;
  width: 100%;
  padding: 10px 0 15px;
  background-image: linear-gradient(to right, #F8A118, #F8A118 5px, transparent 1px, transparent 5px);
  background-size: 8px 3px;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 0;
}
.panelListItem {
  display: flex;
  width: 50%;
}

@media screen and (max-width: 767px){
  .panelList {
    padding: 10px 0 5px;
  }
}

.panelOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #FFF;
  font-size: 36px;
  background: #FFD43B;
}

.panelContent {
  display: flex;
  padding: 0 40px 0 20px;
  flex-direction: column;
  width: 100%;
}

.panelContentLead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.panelContentLeadType {
  color: #CB002C;
}

.panelPrice {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.panelPriceInfo {
  font-size: 22px;
  text-align: center;
}

.panelPriceInfoPrice {
  display: block;
  font-size: 17px;
}

.panelPriceBorder {
  margin: 0 0 0 -20px;
  border: 0;
  border-top: 3px solid #E4E4E4;
}

.panelPriceBefore {
  font-size: 16px;
}

.panelPriceTo {
  margin: 0 5px;
}

.panelPriceAfter {
  color: #CB002C;
  font-size: 28px;
}

.panelPriceAfter small {
  font-size: 20px;
}

@media screen and (max-width: 767px){
  .panelList {
    flex-direction: column;
    background: 0;
  }
  .panelListItem {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 15px 0;
    background-image: linear-gradient(to right, #F8A118, #F8A118 5px, transparent 1px, transparent 5px);
    background-size: 8px 3px;
    background-position: bottom;
    background-repeat: repeat-x;
  }

  .panelContent {
    padding: 0 0 0 10px;
  }
  .panelContentLead {
    font-size: 20px;
  }

  .panelPriceInfo {
    font-size: 18px;
  }
  .panelPriceInfoPrice {
    font-size: 15px;
  }

  .panelPriceBorder {
    margin: 0 0 0 -10px;
  }

  .panelPriceBefore {
    font-size: 14px;
  }

  .panelPriceAfter {
    color: #CB002C;
    font-size: 24px;
  }

  .panelPriceAfter small {
    font-size: 16px;
  }
}



/* ポイント
-------------------------------------- */
.tenthPoint {
  padding: 25px 60px;
  margin: 0 -60px;
  background-image: linear-gradient(to right, #FFD43B, #FFD43B 5px, transparent 1px, transparent 5px);
  background-size: 8px 3px;
  background-position: bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px){
  .tenthPoint {
    padding: 25px 15px;
    margin: 0 -10px;
  }
}


.tenthPointHeading {
  margin: 0 0 15px 0;
  color: #FF7D63;
  line-height: 1.3;
  font-size: 30px;
}

.tenthPointHeadingLabel {
  display: inline-block;
  width: 180px;
  margin: 0 10px 0 -60px;
  padding: 5px 10px 5px 0;
  color: #FFF;
  font-size: 20px;
  text-align: right;
  background: #FF7D63;
}

.tenthPointHeadingPointNum {
  font-size: 30px;
}

.tenthPointFooter {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px){
  .tenthPointHeading {
    font-size: 22px;
  }

  .tenthPointHeadingLabel {
    display: block;
    width: 140px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .tenthPointHeadingPointNum {
    font-size: 24px;
  }
  .tenthPointFooter {
    margin: 0;
  }
}



/* パートナー一覧
-------------------------------------- */
.partnerList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  text-align: center;
  overflow: hidden;
}

.partnerItem {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 5px;
  vertical-align: middle;
}

.partnerImg {
  display: block;
  width: 70%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px){

  .partnerItem {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .partnerImg {
    max-width: 80px;
  }
}
