.mv {
  background-color: #3372FF;
  padding: 10px 20px 0 0;
  height: 560px;
  display: table;
  width: 100%;
  overflow-y: hidden;
}
.mv .wrap {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 43%;
  padding: 60px 40px 0 6%;
  box-sizing: border-box;
  color: #fff;
}
.mv .wrap .sub {
  font-size: 1.15rem;
  margin-bottom: 25px;
  font-weight: bold;
}
.mv .wrap .line {
  display: table;
  width: 80px;
  height: 5px;
  margin-bottom: 25px;
  border-radius: 2px;
}
.mv .wrap .line p {
  display: table-cell;
  width: 50%;
  height: 100%;
}
.mv .wrap .line .orange {
  background-color: #FF5205;
}
.mv .wrap .line .white {
  background-color: #FFF;
}
.mv .wrap h2 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.mv .wrap .text {
  font-size: 1rem;
  line-height: 1.75rem;
}
.mv .wrap figure {
  width: 35%;
  margin: 10px auto 0;
}
.mv .slide {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 57%;
  padding-top: 10px;
  position: relative;
}
.mv .slide:after {
  content: "";
  display: block;
  clear: both;
}

.title {
  display: table;
  width: 58%;
  margin: 0 auto 40px;
}
.title .mascot {
  width: 25%;
  display: table-cell;
  vertical-align: bottom;
}
.title .themes {
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.title h2 {
  color: #333;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.title span {
  color: #ff0034;
  font-size: 1.8rem;
}
.title p {
  font-size: 1.1rem;
  color: #FFF;
  background-color: #FF5205;
  border-radius: 20px;
  padding: 10px 0;
  width: 60%;
  margin: 0 auto;
}
.title .en {
  font-family: Roboto;
}

.campaign {
  border-bottom: 1px solid #888;
  padding: 70px 6%;
}
.campaign ul.grid {
  width: 96%;
  margin: 40px 0% 0 4%;
}
.campaign ul.grid li {
  box-sizing: border-box;
  padding: 5px 0.4% 5px 5px;
}

.parts .container {
  display: flex;
  background-color: #F4F4F4;
  width: 100%;
}
.parts .main {
  display: block;
  width: 82%;
}
.parts .sidebar {
  width: 18%;
  background-color: #FFFEE6;
}
.parts .item_fixed {
  position: sticky;
  margin-bottom: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 80px 12% 0;
  box-sizing: border-box;
}
.parts .item_fixed li {
  border-bottom: 1px dotted #888;
  height: 50px;
  position: relative;
  width: 100%;
}
.parts .item_fixed a {
  color: #333;
  position: absolute;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  width: 100%;
  height: 50px;
  padding-top: 17px;
  padding-left: 12px;
}
.parts .item_fixed a:hover {
  color: #ff0034;
  padding-left: 14px;
}
.parts .item_fixed a.selected {
  padding-left: 7px;
  border-left: #ff0034 5px solid;
  color: #ff0034;
}
.parts .item_fixed figure {
  width: 70%;
  margin: 1px auto 0;
}
.parts .item_fixed div {
  display: block;
  width: 100%;
  background-color: #FF5205;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 0.95ren;
  border-radius: 30px;
  margin: 10px auto 20px;
}
.parts .box {
  width: 100%;
  padding: 50px 5% 50px;
  box-sizing: border-box;
}
.parts .list {
  padding-bottom: 50px;
  border-bottom: 1px solid #888;
  margin-bottom: 50px;
}
.parts .title {
  width: 75%;
}
.parts h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 1.45rem;
  margin-bottom: 20px;
  color: #ff0034;
  width: 100%;
  font-weight: bold;
}
.parts h3::before, .parts h3::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.parts h3::before {
  border-bottom: 3px solid #ccc;
  width: 100%;
}
.parts h3::after {
  border-bottom: 3px solid #888;
  width: 100%;
}
.parts .info {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box;
}
.parts .info::after {
  content: "";
  display: block;
  clear: both;
}
.parts .info .detail {
  width: 68%;
  display: block;
  float: left;
  padding-right: 50px;
  padding-top: 20px;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.55rem;
}
.parts .info .pic {
  width: 32%;
  display: block;
  float: right;
  padding-top: 0px;
}
.parts .info figure {
  border: 1px solid #888;
  padding: 6px;
  box-shadow: #aaa 3px 3px 2px 2px;
  background-color: #FFF;
}
.parts .main ul {
  display: table;
  width: 100%;
}
.parts .main ul::after {
  content: "";
  display: block;
  clear: both;
}
.parts .main li {
  width: 33.3%;
  display: block;
  padding: 0 12px;
  float: left;
}
.parts .main li .wrap {
  display: block;
  padding: 12px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #888;
}
.parts .main li h4 {
  margin: 15px 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff0034;
}
.parts .main li p.infos {
  font-size: 0.95rem;
  line-height: 1.45rem;
  height: 70px;
  color: #333;
}
.parts .main li .price {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  display: block;
  margin: 10px 0 5px;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}
.parts .main li .price span {
  font-size: 1.3rem;
  padding: 0 5px;
}
.parts .main li:hover .link p {
  opacity: 0.65;
}

.shop_info {
  padding: 70px 6%;
}
.shop_info .box {
  display: block;
  width: 95%;
  margin: 60px auto 0;
}
.shop_info .box::after {
  content: "";
  display: block;
  clear: both;
}
.shop_info .infos {
  display: block;
  width: 53%;
  padding-right: 50px;
  box-sizing: border-box;
  float: left;
}
.shop_info .pics {
  display: block;
  width: 47%;
  float: right;
}
.shop_info .text {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6rem;
}
.shop_info dl {
  border-bottom: 1px dotted #888;
  padding-bottom: 16px;
  margin-bottom: 18px;
  display: table;
  width: 100%;
}
.shop_info dt {
  color: #DB4022;
  font-size: 0.95rem;
  display: table-cell;
  width: 35%;
  vertical-align: middle;
}
.shop_info dd {
  color: #444;
  font-size: 0.95rem;
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
.shop_info div.map {
  width: 100%;
  border: #FFF;
  margin: 30px auto 0;
}
.shop_info div.map p.map {
  height: 400px;
  width: 100%;
}
.shop_info .text {
  font-size: 0.95rem;
  line-height: 1.6rem;
  margin-top: 20px;
}

.en .mv .wrap {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 43%;
  padding: 40px 40px 0 6%;
  box-sizing: border-box;
  color: #fff;
}
.en .mv .wrap .sub {
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.en .mv .wrap h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
.en .mv .wrap .text {
  font-size: 1rem;
  line-height: 1.65rem;
}
.en .mv .wrap figure {
  width: 30%;
  margin: 10px auto 0;
}
.en .title {
  display: table;
  width: 70%;
  margin: 0 auto 40px;
}
.en .title .mascot {
  width: 23%;
}
.en .title .themes {
  width: 54%;
}
.en .title h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.en .title p {
  font-size: 1rem;
  padding: 10px 0;
  width: 50%;
}
.en .parts .item_fixed {
  padding: 80px 12% 0;
}
.en .parts .item_fixed div {
  font-size: 0.95rem;
  border-radius: 30px;
  margin: 10px auto 20px;
}
.en .parts .title {
  width: 70%;
}
.en .parts h3 {
  padding-bottom: 10px;
  font-size: 1.45rem;
}
.en .parts .info {
  margin-bottom: 30px;
  padding: 0 10px;
}
.en .parts .info .detail {
  padding-top: 0px;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.en .parts .info .pic {
  padding-top: 20px;
}
.en .parts .main li {
  padding: 0 12px;
}
.en .parts .main li .wrap {
  padding: 14px;
}
.en .parts .main li h4 {
  margin: 15px 0 5px;
  font-size: 1.1rem;
}
.en .parts .main li p.infos {
  font-size: 0.95rem;
  line-height: 1.4rem;
  height: 90px;
  color: #333;
}
.en .parts .main li .price {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  display: block;
  margin: 10px 0 5px;
}
.en .parts .main li .price span {
  font-size: 1.4rem;
  padding: 0 5px;
}
.en .shop_info .text {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.en .shop_info dt {
  font-size: 0.95rem;
}
.en .shop_info dd {
  font-size: 0.95rem;
}

@media only screen and (max-width: 1024px) {
  .mv {
    padding: 40px;
    height: 950px;
    display: block;
    overflow-y: auto;
  }
  .mv .wrap {
    display: block;
    width: 100%;
    padding: 0%;
    color: #fff;
  }
  .mv .wrap .sub {
    font-size: 0.95rem;
    margin-bottom: 15px;
  }
  .mv .wrap .line {
    margin-bottom: 15px;
    border-radius: 2px;
  }
  .mv .wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .mv .wrap .text {
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
  .mv .wrap figure {
    width: 30%;
    margin: 30px auto 0;
  }
  .mv .slide {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mv .slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .title {
    width: 80%;
  }
  .title .mascot {
    width: 18%;
  }
  .title .themes {
    width: 64%;
  }
  .title h2 {
    color: #333;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .title span {
    font-size: 1.4rem;
  }
  .title p {
    font-size: 1.05rem;
    border-radius: 20px;
    padding: 10px 0;
    width: 70%;
  }
  .campaign {
    border-bottom: 1px solid #888;
    padding: 70px 5%;
  }
  .campaign ul.grid {
    width: 97%;
    margin: 40px 0% 0 3%;
  }
  .campaign ul.grid li {
    box-sizing: border-box;
    padding: 5px 0.3% 5px 5px;
  }
  .campaign .wrap {
    display: block;
    padding: 12px;
  }
  .campaign h3 {
    margin: 15px 0 10px;
    font-size: 1.15rem;
  }
  .campaign p.text {
    font-size: 0.95rem;
    line-height: 1.5rem;
    height: 70px;
    color: #333;
  }
  .campaign .detail {
    display: table;
    width: 100%;
    border-top: 1px solid #888;
    margin-top: 15px;
    padding-top: 10px;
  }
  .campaign .price {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
  }
  .campaign .price span {
    font-size: 1.1rem;
  }
  .campaign .link {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  .campaign .link p {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    color: #FFF;
    background-color: #ff0034;
    border-radius: 5px;
  }
  .campaign li:hover .link p {
    opacity: 0.65;
  }
  .overview {
    position: relative;
    padding: 25px 30px 20px;
    margin: 60px 2% 0 3%;
    width: 95%;
  }
  .overview::after {
    top: -15px;
    left: 15px;
    font-size: 1rem;
  }
  .overview .box {
    display: block;
    width: 100%;
  }
  .overview .info {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .overview figure {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
  .overview h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .overview p.text {
    font-size: 0.95rem;
    line-height: 1.55rem;
    height: auto;
  }
  .shop_info {
    padding: 50px 5%;
  }
  .shop_info .box {
    display: block;
    width: 95%;
    margin: 30px auto 0;
  }
  .shop_info .box::after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_info .infos {
    display: block;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    float: none;
  }
  .shop_info .pics {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .shop_info .text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6rem;
  }
  .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
  .shop_info dt {
    color: #DB4022;
    font-size: 0.95rem;
    display: table-cell;
    width: 35%;
    vertical-align: middle;
  }
  .shop_info dd {
    color: #444;
    font-size: 0.95rem;
    display: table-cell;
    width: 65%;
    vertical-align: middle;
  }
  .shop_info div.map {
    width: 100%;
    border: #FFF;
    margin: 30px auto 0;
  }
  .shop_info div.map p.map {
    height: 400px;
    width: 100%;
  }
  .shop_info .text {
    font-size: 0.95rem;
    line-height: 1.6rem;
    margin-top: 20px;
  }
  .en .mv .wrap .sub {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .en .mv .wrap .line {
    margin-bottom: 15px;
  }
  .en .mv .wrap h2 {
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 15px;
  }
  .en .mv .wrap .text {
    font-size: 0.95rem;
    line-height: 1.65rem;
  }
  .en .title {
    width: 75%;
  }
  .en .title span {
    color: #ff0034;
    font-size: 1.5rem;
  }
  .en .title p {
    font-size: 1.05rem;
    padding: 10px 0;
    width: 70%;
  }
  .en .shop_info .text {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
  .en .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
  .en .shop_info dt {
    font-size: 0.95rem;
    width: 35%;
  }
  .en .shop_info dd {
    color: #444;
    font-size: 0.95rem;
    width: 65%;
  }
  .en .shop_info .text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .mv {
    padding: 50px 5%;
    height: 1050px;
    display: block;
    overflow-y: visible;
  }
  .mv .wrap {
    display: block;
    width: 100%;
    padding: 0%;
    color: #fff;
  }
  .mv .wrap .sub {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }
  .mv .wrap .line {
    margin-bottom: 25px;
    border-radius: 2px;
  }
  .mv .wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .mv .wrap .text {
    font-size: 1.125rem;
    line-height: 1.95rem;
  }
  .mv .wrap figure {
    width: 80%;
    margin: 30px auto 0;
  }
  .mv .slide {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mv .slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .title {
    display: table;
    width: 100%;
    margin: 0 auto 20px;
  }
  .title .mascot {
    width: 18%;
  }
  .title .themes {
    width: 64%;
  }
  .title h2 {
    color: #333;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
  }
  .title span {
    color: #ff0034;
    font-size: 1.35rem;
  }
  .title p {
    font-size: 1.15rem;
    border-radius: 20px;
    padding: 10px 0;
    width: 80%;
  }
  .title .en {
    font-family: Roboto;
  }
  .campaign {
    border-bottom: 1px solid #888;
    padding: 70px 3% 0 7%;
  }
  .campaign ul.grid {
    width: 93%;
    margin: 40px 0% 0 7%;
  }
  .campaign ul.grid li {
    box-sizing: border-box;
    padding: 5px 0.1% 5px 5px;
  }
  .campaign .wrap {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #888;
  }
  .campaign h3 {
    margin: 15px 0 10px;
    font-size: 1.35rem;
    font-weight: bold;
    color: #ff0034;
  }
  .campaign p.text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    height: 80px;
    color: #333;
  }
  .campaign .detail {
    display: table;
    width: 100%;
    border-top: 1px solid #888;
    margin-top: 15px;
    padding-top: 10px;
  }
  .campaign .price {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .campaign .price span {
    font-size: 1.15rem;
  }
  .campaign .link {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  .campaign .link p {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    color: #FFF;
    background-color: #ff0034;
    border-radius: 5px;
  }
  .campaign li:hover .link p {
    opacity: 0.65;
  }
  .overview {
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #888;
    background-color: #fff;
    margin: 50px auto 30px;
    width: 96%;
  }
  .overview::after {
    top: -25px;
    left: 15px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 5px 15px;
  }
  .overview .box {
    display: block;
    width: 100%;
  }
  .overview .info {
    display: block;
    width: 100%;
    padding: 20px 0px 0 0;
  }
  .overview figure {
    display: block;
    width: 100%;
  }
  .overview h4 {
    font-size: 1.25rem;
    color: #ff0034;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .overview p.text {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.75rem;
    height: auto;
  }
  .shop_info {
    padding: 50px 5%;
  }
  .shop_info .box {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .shop_info .box::after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_info .infos {
    display: block;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    float: none;
  }
  .shop_info .pics {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .shop_info .text {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.95rem;
  }
  .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
  .shop_info dt {
    color: #DB4022;
    font-size: 1.05rem;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .shop_info dd {
    color: #444;
    font-size: 1.05rem;
    display: block;
    width: 100%;
  }
  .shop_info div.map {
    width: 100%;
    border: #FFF;
    margin: 30px auto 0;
  }
  .shop_info div.map p.map {
    height: 300px;
    width: 100%;
  }
  .shop_info .text {
    font-size: 1.1rem;
    line-height: 1.95rem;
    margin-top: 20px;
  }
  .en .mv .wrap .sub {
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .en .mv .wrap .line {
    margin-bottom: 25px;
  }
  .en .mv .wrap h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 25px;
  }
  .en .mv .wrap .text {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }
  .en .title {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .en .title .mascot {
    display: none;
    width: 0%;
  }
  .en .title .themes {
    display: block;
    width: 100%;
  }
  .en .title span {
    color: #ff0034;
    font-size: 1.7rem;
    text-align: center;
  }
  .en .title p {
    font-size: 1.05rem;
    padding: 10px 0;
    width: 70%;
  }
  .en .shop_info .text {
    color: #333;
    font-size: 1.15rem;
    line-height: 1.6rem;
  }
  .en .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    width: 100%;
  }
  .en .shop_info dt {
    font-size: 1.1rem;
    width: 100%;
  }
  .en .shop_info dd {
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
  }
  .en .shop_info .text {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .mv {
    padding: 50px 5%;
    height: 920px;
  }
  .mv .wrap {
    display: block;
    width: 100%;
    padding: 0%;
    color: #fff;
  }
  .mv .wrap .sub {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .mv .wrap .line {
    margin-bottom: 25px;
    border-radius: 2px;
  }
  .mv .wrap h2 {
    font-size: 1.65rem;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .mv .wrap .text {
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
  .mv .wrap figure {
    width: 80%;
    margin: 30px auto 0;
  }
  .mv .slide {
    display: block;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .mv .slide:after {
    content: "";
    display: block;
    clear: both;
  }
  .title {
    display: table;
    width: 100%;
    margin: 0 auto 20px;
  }
  .title .mascot {
    width: 17%;
  }
  .title .themes {
    width: 66%;
  }
  .title h2 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .title span {
    color: #ff0034;
    font-size: 1.3rem;
  }
  .title p {
    font-size: 1.05rem;
    border-radius: 20px;
    padding: 10px 0;
    width: 80%;
  }
  .title .en {
    font-family: Roboto;
  }
  .campaign {
    border-bottom: 1px solid #888;
    padding: 70px 3% 0 8%;
  }
  .campaign ul.grid {
    width: 93%;
    margin: 40px 0% 0 7%;
  }
  .campaign ul.grid li {
    box-sizing: border-box;
    padding: 5px 0.1% 5px 5px;
  }
  .campaign .wrap {
    display: block;
    padding: 15px;
  }
  .campaign h3 {
    margin: 15px 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0034;
  }
  .campaign p.text {
    font-size: 1.05rem;
    line-height: 1.65rem;
    height: 100px;
    color: #333;
  }
  .campaign .detail {
    display: table;
    width: 100%;
    border-top: 1px solid #888;
    margin-top: 15px;
    padding-top: 10px;
  }
  .campaign .price {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
  }
  .campaign .price span {
    font-size: 1.1rem;
  }
  .campaign .link {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  .campaign .link p {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    color: #FFF;
    background-color: #ff0034;
    border-radius: 5px;
  }
  .campaign li:hover .link p {
    opacity: 0.65;
  }
  .overview {
    position: relative;
    padding: 25px 15px 20px;
    margin: 60px auto 30px;
    width: 97%;
  }
  .overview::after {
    content: attr(title);
    position: absolute;
    top: -15px;
    left: 15px;
    background: #fff;
    font-size: 1.05rem;
    color: #156aff;
    padding: 5px 20px;
  }
  .overview .box {
    display: block;
    width: 100%;
  }
  .overview .info {
    display: block;
    width: 100%;
    padding: 20px 0px 0 0;
  }
  .overview figure {
    display: block;
    width: 100%;
  }
  .overview h4 {
    font-size: 1.25rem;
    color: #ff0034;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .overview p.text {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.65rem;
    height: auto;
  }
  .shop_info {
    padding: 50px 5%;
  }
  .shop_info .box {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .shop_info .text {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.75rem;
  }
  .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    display: table;
    width: 100%;
  }
  .shop_info dt {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .shop_info dd {
    color: #444;
    font-size: 1rem;
  }
  .shop_info .text {
    font-size: 1.05rem;
    line-height: 1.75rem;
    margin-top: 20px;
  }
  .en .mv .wrap .sub {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .en .mv .wrap .line {
    margin-bottom: 20px;
  }
  .en .mv .wrap h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .en .mv .wrap .text {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
  .en .title {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .en .title .mascot {
    display: none;
    width: 0%;
  }
  .en .title .themes {
    display: block;
    width: 100%;
  }
  .en .title span {
    color: #ff0034;
    font-size: 1.6rem;
    text-align: center;
  }
  .en .title p {
    font-size: 1.1rem;
    padding: 10px 0;
    width: 70%;
  }
  .en .shop_info .text {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.55rem;
  }
  .en .shop_info dl {
    border-bottom: 1px dotted #888;
    padding-bottom: 16px;
    margin-bottom: 18px;
    width: 100%;
  }
  .en .shop_info dt {
    font-size: 1.05rem;
  }
  .en .shop_info dd {
    font-size: 1.05rem;
  }
  .en .shop_info .text {
    font-size: 1.05rem;
    line-height: 1.7rem;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style-exhibition.css.map */