/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
.momotire {
  overflow: hidden; }

.momotire header {
  background-color: #434343; }

.momotire header .bread {
  font-size: 12px;
  padding: 0.5em 1em;
  color: #fff; }

.momotire header .bread a {
  color: #e40613;
  text-decoration: underline; }

@media screen and (min-width: 768px) {
  .momotire header .bread a {
    text-decoration: none; }
    .momotire header .bread a:hover {
      text-decoration: underline; } }

@media screen and (min-width: 1024px) {
  .momotire header .bread {
    margin-left: calc(50% - 500px); } }

.momotire #aw_header {
  background-color: #fabe20;
  padding: 15px 0;
  overflow: hidden; }

.momotire #aw_header a {
  float: right;
  transition: 0.3s; }

.momotire #aw_header img {
  padding: 0 10px;
  vertical-align: top; }

.momotire .catch {
  background: url("/asp/photo/auction/brand/momotires/img/catch_back_sp.jpg") top center / cover no-repeat;
  height: 78vw;
  position: relative;
  padding-bottom: 20px; }

.momotire .catch h2 img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30%; }

.momotire .catch h3 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto; }

.momotire .catch h3 img {
  width: 100%; }

.momotire .catch .top_lineup_btn {
  background-color: #fabe20;
  border-radius: 1em;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }

.momotire .catch .top_lineup_btn a {
  padding: 5px 10px;
  color: #333;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transform: skewX(-8deg);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  letter-spacing: 1px; }

.momotire .catch .top_lineup_btn::after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 12px solid #d41a22;
  right: 1.8em;
  top: 40%; }

.momotire .catch .top_lineup_btn a span {
  font-size: 12px; }

.momotire .catch .top_menu .menu_btn {
  width: 50px;
  height: 55px;
  border-radius: 10px;
  border: 2px solid #fabe20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 6px; }

.momotire .catch .top_menu .menu_btn p {
  font-size: 12px;
  font-weight: bold;
  color: #fabe20;
  letter-spacing: 0.1em;
  transform: scale(0.86, 1.3); }

.momotire .catch .top_menu .menu_btn.is-fixed {
  position: fixed;
  top: 11px;
  right: 11px;
  animation: slidedown 0.5s; }

@keyframes slidedown {
  from {
    transform: translateY(-20px);
    opacity: 0; }

  to {
    transform: translateY(0);
    opacity: 1; } }

.momotire .catch .top_menu .menu_btn div {
  width: 30px;
  height: 2px;
  background-color: #fabe20;
  position: relative;
  transition: 0.5s; }

.momotire .catch .menu_btn.open {
  border: none;
  box-shadow: none;
  background-color: transparent;
  top: 10px;
  right: 11px;
  z-index: 100; }

.momotire .catch .top_menu .menu_btn.open div:nth-of-type(1) {
  transform: rotate(48deg) translate(8px, 7px); }

.momotire .catch .top_menu .menu_btn.open div:nth-of-type(2) {
  opacity: 0; }

.momotire .catch .top_menu .menu_btn.open div:nth-of-type(3) {
  transform: rotate(-51deg) translate(6px, -6px); }

.momotire .close_menu {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  z-index: -100;
  transition: 0.5s; }

.momotire .top_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  border-radius: 10px;
  border: 2px solid #fabe20;
  box-sizing: border-box;
  position: absolute;
  right: -100%;
  top: 10px;
  opacity: 0;
  z-index: 90;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.9); }

.momotire .top_menu ul.open {
  right: 10px;
  opacity: 1;
  padding: 40px 27px 27px 15px; }

.momotire .top_menu.is-fixed ul.open {
  position: fixed; }

.momotire .top_menu ul li {
  width: 73%;
  margin: 0 auto 10px;
  box-sizing: border-box; }

.momotire .top_menu ul li:last-of-type {
  width: 50%;
  margin: 0 auto; }

.momotire .top_menu ul li img {
  width: 90%;
  display: block;
  margin: 10px auto 0; }

.momotire .top_menu ul li img:last-of-type {
  width: 85%; }

.momotire .catch .top_menu ul li:nth-of-type(-n+5) a {
  display: block;
  padding: 5px 10px;
  color: #fabe20;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 14px;
  transform: skewX(-6deg); }

.momotire .catch .top_menu ul li:nth-of-type(-n+5) a span {
  font-weight: normal;
  display: block;
  /*font-weight: bold;*/
  font-size: 12px;
  line-height: 1.5; }

@media screen and (min-width: 768px) {
  .momotire .catch .top_menu .menu_btn {
    display: none; }

  .momotire .catch .top_menu {
    position: absolute;
    top: 0;
    right: 10px;
    display: block; }

  .momotire .catch .top_menu ul {
    display: flex;
    position: relative;
    right: 0;
    justify-content: right;
    width: 100%;
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: none; }

  .momotire .catch .top_menu ul li {
    margin: 0 5px;
    width: auto; }

  .momotire .catch .top_menu ul li:nth-of-type(-n+5) a {
    color: #fabe20;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px; }

  .momotire .catch .top_menu ul li:nth-of-type(-n+5) a span {
    font-weight: normal;
    display: block;
    font-size: 12px;
    line-height: 1.1; }

  .momotire .catch .top_menu ul li:nth-of-type(-n+5) a:hover {
    color: #ff4c43; }

  .momotire .catch .top_menu ul li:last-of-type {
    display: none; } }

.momotire #about_momo_tires {
  background: url("/asp/photo/auction/brand/momotires/img/about_momo_tires_catch_back_sp.jpg") bottom / cover no-repeat;
  padding: 40px 20px 50px;
  background-position: center; }

.momotire .section_title {
  color: #fabe20;
  font-family: 'Oswald', sans-serif;
  transform: skewX(-6deg);
  margin-bottom: 30px;
  position: relative; }

.momotire .section_title::before {
  content: "";
  position: absolute;
  background-color: #d41a22;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 7px;
  transform: skewX(6deg); }

.momotire .section_title h3 {
  font-size: 26px;
  text-indent: 0.7em; }

.momotire .section_title span {
  font-size: 16px;
  font-family: sans-serif;
  text-indent: 1.3em;
  display: block;
  font-weight: bold; }

.momotire #about_momo_tires p {
  color: #fff;
  line-height: 1.7; }

.momotire #recommend {
  background: radial-gradient(circle, #fff 30%, #777, #000);
  padding: 30px 20px 50px; }

.momotire #recommend ul {
  margin-top: 50px; }

.momotire #recommend ul li {
  position: relative;
  height: 470px;
  padding-left: 30px;
  margin-bottom: 110px; }

.momotire #recommend ul li:first-of-type {
  background: url("/asp/photo/auction/brand/momotires/img/catch_back_m_attack.png") center/ cover no-repeat;
  background-position: left top;
  background-size: 50%; }

.momotire #recommend ul li:last-of-type {
  background: url("/asp/photo/auction/brand/momotires/img/catch_back_m4.png") center/ cover no-repeat;
  background-position: right top;
  background-size: 50%; }

.momotire #recommend ul li:first-of-type img {
  display: block;
  position: absolute;
  right: -40px;
  max-height: 430px;
  width: inherit; }

.momotire #recommend ul li:last-of-type img {
  display: block;
  position: absolute;
  left: -40px;
  max-height: 430px;
  width: inherit; }

.momotire #recommend ul li .recommend_wrapper {
  position: absolute;
  top: 170px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #d41a22;
  padding: 17px;
  color: #333;
  z-index: 1;
  width: 85%;
  box-sizing: border-box; }

.momotire #recommend ul li:first-of-type h5 {
  width: 85%; }

.momotire #recommend ul li:first-of-type h5 img {
  width: 100%;
  position: static; }

.momotire #recommend ul li:last-of-type h5 {
  width: 60%; }

.momotire #recommend ul li:last-of-type h5 img {
  width: 100%;
  position: static; }

.momotire #recommend ul li small {
  margin: 5px 0 10px;
  display: block;
  font-weight: bold; }

.momotire #recommend ul li p {
  margin-bottom: 20px; }

.momotire #recommend ul li p small {
  font-weight: 500; }

.momotire #recommend ul li span {
  background-color: #d41a22;
  border-radius: 0.5em;
  padding: 7px 20px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  max-width: 180px;
  text-align: center; }

.momotire #recommend ul li span a {
  color: #fabe20;
  text-decoration: none; }

.momotire #line_up {
  background-color: #ebe8e6;
  padding: 30px 20px 50px; }

.momotire #line_up .section_title {
  color: #d41a22; }

.momotire #line_up .section_title::before {
  background-color: #fabe20; }

.momotire #line_up nav {
  margin-bottom: 60px; }

.momotire #line_up nav ul li {
  width: 100%; }

.momotire #line_up nav ul li a img {
  width: 100%; }

.momotire #line_up .tire_category {
  margin-bottom: 40px; }

.momotire #line_up .tire_category .tire_category_title {
  color: #d41a22;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 50px; }

.momotire #line_up .tire_category .tire_category_title::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background-color: #fabe20;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto; }

.momotire #line_up .tire_category .tire_category_title h4 {
  font-size: 24px;
  line-height: 1.1;
  transform: skewX(-6deg);
  letter-spacing: 0.3px; }

.momotire #line_up .tire_category .tire_category_title span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  transform: skewX(-6deg);
  margin-bottom: 3px; }

.momotire #line_up .tire_category ul {
  text-align: center; }

.momotire #line_up .tire_category ul .ptn_box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px;
  border-bottom: 1px solid #d41a22; }

.momotire #line_up .tire_category:last-of-type ul .ptn_box {
  border-bottom: none; }

.momotire #line_up .tire_category ul .ptn_box div:first-of-type {
  max-width: 320px;
  margin: 0 auto; }

.momotire #line_up .tire_category ul .ptn_box .tire_type_icon {
  position: relative; }

.momotire #line_up .tire_category ul .ptn_box .tire_type_icon img {
  position: absolute;
  left: 0;
  width: auto; }

.momotire #line_up .tire_category ul .ptn_box p {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin: 20px 0 15px;
  line-height: 1; }

.momotire #line_up .tire_category ul .ptn_box p small {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5; }

.momotire #line_up .tire_category ul .ptn_box a:last-of-type {
  background-color: #d41a22;
  color: #fabe20;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 0.5em;
  max-width: 180px;
  margin: 0 auto;
  display: block; }

.momotire #line_up .tire_category ul .ptn_box a img {
  width: auto;
  max-height: 250px;
  margin: 0 auto; }

.momotire #line_up .slick-dots {
  bottom: 40px; }

.momotire #line_up .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 2px; }

.momotire #line_up .slick-dots li button:before {
  font-family: "Noto Sans JP", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 40px; }

.momotire #line_up .slick-prev {
  left: 10px;
  z-index: 10;
  top: 43%; }

.momotire #line_up .slick-next {
  right: 10px;
  top: 43%; }

.momotire #line_up .slick-prev::before {
  border-bottom: 8px solid transparent;
  border-right: 12px solid #d41a22;
  border-top: 8px solid transparent;
  font-size: 0;
  opacity: 1; }

.momotire #line_up .slick-next::before {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #d41a22;
  border-top: 8px solid transparent;
  font-size: 0;
  opacity: 1; }

.momotire #gallery {
  background-color: #262320;
  padding: 30px 20px 50px; }

.momotire #gallery .gallery_photo {
  margin-bottom: 50px; }

.momotire #gallery .gallery_photo .slider {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.momotire #gallery .gallery_photo .slider .prev {
  transform: rotate(180deg); }

.momotire #gallery .gallery_photo .slider img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.momotire #gallery .gallery_photo .slider .main {
  width: 88%;
  max-width: 840px;
  margin-bottom: 15px;
  border: 2px solid #fff;
  box-shadow: 5px 5px 15px #000; }

.momotire #gallery .gallery_photo .slider img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.momotire #gallery .gallery_photo .slider .btn {
  width: 4%;
  cursor: pointer; }

.momotire #gallery .gallery_photo .slider .btn {
  width: 4%;
  cursor: pointer; }

.momotire #gallery .gallery_photo .slider ul {
  width: 88%;
  margin: 0 auto;
  max-width: 840px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.momotire #gallery .gallery_photo .slider ul li {
  width: 15%;
  border: 2px solid #fff;
  box-shadow: 5px 5px 15px #000;
  cursor: pointer; }

.momotire #gallery .gallery_photo .slider img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.momotire #gallery .gallery_movie .video {
  max-width: 960px;
  margin: 0 auto; }

.momotire #gallery .gallery_movie .video div {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.momotire #gallery .gallery_movie .video div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.jump_to_campaign {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  z-index: 2; }

.jump_to_campaign > a > img {
  width: 147px; }

.pickup > h4, .lineup > h4, #campaign > h4 {
  display: flex;
  background: #e60012;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 0; }

#campaign > h4 {
  display: flex;
  background: #ffe100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 0; }

.pickup > h4 > img, .lineup > h4 > img, #campaign > h4 > img {
  width: 85%;
  max-width: 357px;
  /* review campaign */ }

.momotire #campaign {
  background-color: #ebe8e6;
  padding-bottom: 30px; }

.momotire #campaign .section_title {
  color: #d41a22; }

.momotire #campaign .section_title::before {
  background-color: #fabe20; }

.momotire footer {
  text-align: center; }

.momotire #partner {
  background-color: #e9322b;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.momotire #partner img {
  max-width: 100%;
  margin: 10px 30px; }

.momotire #partner .partnership {
  width: 100px; }

.momotire footer {
  background-color: #333;
  text-align: center;
  padding-bottom: 20px; }

.momotire footer nav {
  max-width: 1024px;
  margin: 0 auto; }

.momotire footer ul {
  padding: 20px 0; }

.momotire footer ul li {
  display: inline-block;
  margin: 5px; }

.momotire footer ul li a {
  display: block;
  padding: 0 20px;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.momotire footer ul li a:hover {
  color: #d41a22; }

.momotire footer small {
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: block; }

@media screen and (max-width: 768px) {
  .momotire #partner > h2, .momotire #partner > a {
    width: 100%; } }

.momotire #pagetop {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fabe20;
  color: #d41a22;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 1; }

.momotire #pagetop div {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  transform: scaleX(0.9); }

.momotire #pagetop div img {
  width: 55%; }

@media screen and (min-width: 1100px) {
  .momotire #pagetop {
    right: calc(50% - 530px); } }

@media screen and (min-width: 700px) {
  .momotire #recommend {
    padding: 50px 20px;
    background: radial-gradient(circle, #fff 25%, #444, #111); }

  .momotire #recommend ul {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0 60px; }

  .momotire #recommend ul li {
    height: 400px;
    width: 50%;
    padding: 0; }

  .momotire #recommend ul li:first-of-type img {
    width: auto; }

  .momotire #recommend ul li:last-of-type img {
    width: auto;
    bottom: -60px;
    left: -10px; }

  .momotire #recommend ul li:last-of-type div {
    left: 65px; }

  .momotire #recommend ul li div span:hover {
    transform: translateY(3px);
    transition: 0.3s; }

  .momotire #line_up nav ul {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .momotire #line_up nav ul li {
    width: 30%; }

  .momotire #line_up nav ul li img:hover {
    transform: translateY(3px);
    transition: 0.3s; } }

@media screen and (min-width: 768px) {
  .momotire .catch {
    background: url("/asp/photo/auction/brand/momotires/img/catch_back_pc.jpg") top center / cover no-repeat;
    height: 500px;
    padding: 0; }

  .momotire .catch h2 img {
    width: 15%; }

  .momotire .catch .top_menu {
    position: absolute;
    top: 0;
    right: 10px;
    display: block; }

  .momotire .catch .top_menu ul {
    display: flex;
    position: relative;
    right: 0;
    justify-content: right;
    width: 100%;
    background-color: transparent;
    border: none;
    opacity: 1;
    transition: none; }

  .momotire .catch .top_menu ul li {
    margin: 0 5px;
    width: auto; }

  .momotire .catch h3 {
    top: 60%; }

  .momotire .catch .top_lineup_btn {
    display: none; }

  .momotire .section_title {
    max-width: 960px;
    margin: 0 auto 30px; }

  .momotire #about_momo_tires {
    background: url("/asp/photo/auction/brand/momotires/img/about_momo_tires_catch_back_pc.jpg") bottom / cover no-repeat;
    padding: 50px 20px;
    background-position: center; }

  .momotire #about_momo_tires p {
    max-width: 960px;
    margin: 0 auto; }

  .momotire #recommend ul {
    padding-bottom: 30px; }

  .momotire #line_up {
    padding: 50px 20px; }

  .momotire #line_up .tire_category {
    max-width: 960px;
    margin: 0 auto 40px; }

  .momotire #line_up #summer ul {
    justify-content: flex-start; }

  .momotire #line_up .tire_category ul {
    border-bottom: 1px solid #d41a22;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }

  .momotire #line_up .tire_category:last-of-type ul {
    border-bottom: none;
    margin: 0; }

  .momotire #line_up .tire_category ul .ptn_box {
    max-width: 300px;
    margin: 0 10px;
    padding: 35px 0;
    width: 50%;
    border-bottom: none; }

  .momotire #line_up .tire_category ul .ptn_box div a img:hover {
    transform: translateY(3px);
    transition: 0.3s; }

  .momotire #line_up .tire_category ul .ptn_box div a:last-of-type:hover {
    transform: translateY(3px);
    transition: 0.3s; }

  .momotire #gallery {
    padding: 50px 20px; }

  .campaign_btn.is-fixed {
    top: 30px; }

  .campaign_btn img {
    width: 160px; }

  .campaign_banner img {
    width: 95%; }

  #campaign .method h5 {
    font-size: 4vw; } }

@media screen and (min-width: 1024px) {
  .momotire .catch h2 img {
    left: calc(50% - 480px);
    width: 10%; }

  .momotire .catch .top_menu {
    right: calc(50% - 490px); }

  .momotire .catch h3 {
    top: 60%;
    max-width: 960px;
    /* review campaign */ }

  .campaign_banner img {
    width: 960px; }

  #campaign .method {
    width: 960px; }

  #campaign .method h5 {
    font-size: 25px; }

  #campaign .method ol li {
    font-size: 25px; }

  #campaign .method ol li::before {
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px; }

  #campaign .period dl {
    font-size: 32px; }

  #campaign a {
    width: 16em;
    font-size: 40px;
    margin: 0 auto 30px;
    /* 
    #campaign .method ol li span {
        color: #ffe100;
    }
    
    #campaign .method ol li::before {
        font-size:20px;
    }
    
    #campaign .method ol li:last-of-type:before {
        content: '2';
    }
    
    #campaign .period {
        background-color: #5b5a5b;
        padding: 0.5em 0.6em;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    #campaign .period dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        font-size: 4.1vw;
        line-height: 2.0;
    }
    
    #campaign .period dl dt {
        width: 8.5em;
    }
    
    #campaign .period dl dd::before {
        content: '：';
    }
    
    #campaign .annotation {
        margin-bottom: 30px;
    }
    
    #campaign .annotation p {
        font-size: 12px;
        text-indent: -1em;
        padding-left: 1em;
    }
    
    #campaign .annotation p::before {
        content: '※';
    }
    
    #campaign a {
        display: block;
        width: 16em;
        color: #fff;
        background-color: #e60012;
        font-size: 5vw;
        font-weight: 700;
        line-height: 1.0;
        padding: 0.5em 0;
        border-radius: 0.5em;
        margin: 0 auto 50px;
        text-align: center;
    }*/ } }

@media screen and (min-width: 1300px) {
  .campaign_btn {
    top: 60px;
    right: calc(50% - 690px); } }
