@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* sp */
#main .cards05 .sp {
    display: none !important;
}

/* cards05 */
/* img */
#main .cards05 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* span */
#main .cards05 span {
    margin: 0;
    position: static;
}

/* headline */
#main .cards05 h2,
#main .cards05 h3,
#main .cards05 h4 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    margin: 0 auto;
}

#main .cards05 h2 {
    font-size: inherit;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/* text */
#main .cards05 div,
#main .cards05 p,
#main .cards05 dl dt,
#main .cards05 dl dd,
#main .cards05 table th,
#main .cards05 table td {
    color: #000000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
}

/* list */
#main .cards05 li {
    list-style-type: none;
    padding: 0;
}

#main .cards05 li + li {
    border-top: none;
    padding: 0;
}

/* contents */
#main .cards05 p.top_group {
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    z-index: 100;
    position: relative;
}

#main .cards05 p.top_group span {
    position: static;
    display: inline;
    font-size: 15px;
}

@media screen and (min-width: 1300px) {
    .tab {
        display: none !important;
    }
}
@media screen and (max-width: 1299px) {
    .pc {
        display: none;
    }
}
#main img {
    pointer-events: none;
    image-rendering: -webkit-optimize-contrast;
}

#main .cards05 picture {
    display: block;
}

#main .cards05 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#main .cards05 img {
    max-width: 100%;
}
#main .cards05 .caution {
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (max-width: 1299px) {
    #main .cards05 .caution {
        font-size: 10px;
    }
}
#main .cards05 .linkButton {
    margin: 0 auto ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px) {
    #main .cards05 .linkButton {
        /*margin: 8% auto 10%;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
#main .cards05 .linkButton a {
    width: 36vw;
    max-width: 50rem;
    display: block;
    margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
    #main .cards05 .linkButton a {
        width: 35vw;
        max-width: 100%;
    }
    #main .cards05 .linkButton a:first-child {
        margin-bottom: 3% !important;
    }
}
#main .cards05 .linkButton a:hover {
    opacity: 0.7;
}

#main .cards05 .br_sp{
	display:none;
}


/*メインコンテンツ===================================================*/
#main .mobi_wrap * {
  font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
#main .mobi_wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline;
}
#main .mobi_wrap .btn {
  margin: 0 auto;
  max-width: 340px;
  width: 90%;
  min-height: 40px;
  background: #da0000;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#main .mobi_wrap .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 1em;
}
#main .mobi_mv {
  background: url(../img/251024/mv_bg.jpg) no-repeat center/cover;
  padding: 150px 0 280px;
  margin-bottom: 100px;
}
#main .mobi_mv .title {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 50px;
}
#main .mobi_mv .inbox {
  width: 90%;
  max-width: 960px;
  padding: 40px;
  background: rgba(255,255,255,.8);
  margin: 0 auto;
}
#main .mobi_mv .inbox .subtitle {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 30px;
}
#main .mobi_mv .inbox p {
  font-size: 16px;
  margin-bottom: 20px;
}
#main .mobi_mv .inbox p .marker {
  display: inline-block;
  background: linear-gradient(transparent 30%,rgba(255, 240, 0, 0.35) 0%);
}
#main .mobi_mv .inbox .notes {
  font-size: 13px;
  text-indent: -2em;
  padding-left: 2em;
}
#main .mobi_exhibition {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 120px;
  background: #efefef;
  padding: 50px 0;
}
#main .mobi_exhibition .inner {
  max-width: 1060px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#main .mobi_exhibition .inner .image {
  max-width: 390px;
  width: 40%;
}
#main .mobi_exhibition .inner .image span {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
#main .mobi_exhibition .inner .text {
  max-width: calc(100% - 360px - 40px);
  width: 55%;
}
#main .mobi_exhibition .inner .text .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#main .mobi_card {
  background: #eaeef7;
  padding: 70px 0 120px;
}
#main .mobi_card .inner {
  max-width: 930px;
  width: 90%;
  margin: auto;
  position: relative;
}
#main .mobi_card .inner .image {
  width: 470px;
  height: 280px;
  position: absolute;
  top: -130px;
  right: -100px;
}
@media screen and (max-width: 1080px) {
  #main .mobi_card .inner .image {
    width: 43.52vw;
    height: 25.93vw;
    top: -12.04vw;
    right: -9.26vw;
  }
}
#main .mobi_card .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .mobi_card .inner .title {
  max-width: 570px;
  width: 60%;
  margin: 0 auto 50px 0;
}
#main .mobi_card .inner p {
  font-size: 18px;
  color: #171c61;
  text-align: center;
}
#main .mobi_card .inner .more {
  text-align: center;
  display: block;
  margin: 50px 0 40px;
  position: relative;
}
#main .mobi_card .inner .more::after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted #171c61;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main .mobi_card .inner .more span {
  font-size: 42px;
  font-weight: bold;
  color: #171c61;
  background: #eaeef7;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
}
#main .mobi_card .inner .more span::before,
#main .mobi_card .inner .more span::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #171c61;
  margin: 0 0.5em;
  transform: rotate(-30deg);
  display: inline-block;
  vertical-align: middle;
}
#main .mobi_card .inner .more span::after {
  transform: rotate(30deg);
}
#main .mobi_card .inner p .tag {
  display: inline-block;
  font-weight: bold;
  padding: 3px 10px;
  background: #fff;
  border-radius: 5px;
  float: none;
  height: auto;
  margin: 0 5px;
}
#main .mobi_card .inner p strong {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
#main .mobi_card .inner p strong span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
#main .mobi_card .inner .btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
#main .mobi_card .inner .notes {
  border: 1px solid #333;
  padding: 10px 30px;
  margin-top: 50px;
}
#main .mobi_card .inner .notes li {
  color: #666;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
#main .mobi_entry .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#main .mobi_entry .inbox .left {
  width: 50%;
  background: #4f5343;
}
#main .mobi_entry .inbox .left .subbox {
  position: relative;
  width: 100%;
  padding: 25% 0;
  overflow: hidden;
}
#main .mobi_entry .inbox .left .subbox>* {
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}
#main .mobi_entry .inbox .left .subbox:last-child {
  background: #eba82d;
}
#main .mobi_entry .inbox .left .subbox .title {
  width: 80%;
}
#main .mobi_entry .inbox .left .subbox .text {
  width: 90%;
}
#main .mobi_entry .inbox .left .subbox .text span {
  width: 80%;
  margin: 20px auto 0;
  font-size: 12px;
}
@media screen and (max-width: 950px) {
  #main .mobi_entry .inbox .left .subbox .text span {
    font-size: 1.26vw;
    margin-top: 10px;
  }
}
#main .mobi_entry .inbox .right {
  width: 50%;
}
#main .mobi_spmodel {
  background: #3e3a39;
  padding: 70px 0 80px;
}
#main .mobi_spmodel .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  width: 98%;
  margin: 0 auto 60px;
}
#main .mobi_spmodel .heading .title {
  width: 48%;
  margin-left: 0;
}
#main .mobi_spmodel .heading .title img {
  max-width: 550px;
}
#main .mobi_spmodel .heading .text {
  width: 48%;
}
#main .mobi_spmodel .heading .text img {
  max-width: 435px;
}
#main .mobi_spmodel .lineup {
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
}
#main .mobi_spmodel .lineup .box {
  width: 48%;
  margin-bottom: 4%;
  background: #00345a;
}
#main .mobi_spmodel .lineup .box:first-child {
  background: #2c4b46;
}
#main .mobi_spmodel .lineup .box .image {
  position: relative;
  overflow: hidden;
  padding: 27% 0;
  width: 100%;
}
#main .mobi_spmodel .lineup .box .image img {
  width: 101%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#main .mobi_spmodel .lineup .box .text {
  padding: 15px 20px;
}
#main .mobi_spmodel .lineup .box .text .name {
  margin: 0 auto 20px 0;
}
#main .mobi_spmodel .lineup .box .text .name img {
  height: 54px;
  width: auto;
  display: inline;
}
#main .mobi_spmodel .lineup .box .text .attachment {
  padding: 10px 15px;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
#main .mobi_spmodel .lineup .box .text .attachment p {
  color: #fff;
  font-size: 13px;
}
#main .mobi_spmodel .lineup .box .text .shop strong {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#main .mobi_spmodel .lineup .box .text .shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#main .mobi_spmodel .lineup .box .text .shop ul li {
  width: 45%;
}
#main .mobi_spmodel .lineup .box .text .shop ul li a {
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  text-decoration: underline;
}
#main .mobi_spmodel .lineup .box .text .shop ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#main .mobi_spmodel .lineup .notes li {
  color: #fff;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
#main .mobi_comingsoon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#main .mobi_comingsoon .image {
  width: 50%;
  padding: 11% 0;
  overflow: hidden;
  position: relative;
}
#main .mobi_comingsoon .image img {
  width: 101%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#main .mobi_comingsoon .text {
  width: 50%;
  background: #231815;
  padding: 30px;
  position: relative;
}
#main .mobi_comingsoon .text .title {
  max-width: 485px;
  margin-left: 0;
}
#main .mobi_comingsoon .text p {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: auto;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 850px) {
  #main .mobi_comingsoon .text p {
    font-size: 1.53vw;
    bottom: 3.53vw;
    right: 3.53vw;
  }
}
#main .mobi_comingsoon .btnbox {
  width: 100%;
  padding: 50px 0;
}
#main .mobi_campaign {
  background: #e3f2ff;
  padding: 120px 0;
}
#main .mobi_campaign .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#main .mobi_campaign .inner .inbox {
  background: #fff;
  border-radius: 10px;
  padding: 100px 50px 50px;
  margin-bottom: 150px;
  position: relative;
}
#main .mobi_campaign .inner .inbox:last-child {
  margin-bottom: 0;
}
#main .mobi_campaign .inner .inbox .title {
  max-width: 800px;
  width: 90%;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  background: #1d2086;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 20px;
  padding: 10px;
}
#main .mobi_campaign .inner .inbox .title strong {
  font-weight: bold;
  font-size: 32px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
#main .mobi_campaign .inner .inbox .image {
  margin-bottom: 50px;
}
