@charset "UTF-8";
body {
  background: #d7000f;
}

@media only screen and (max-width: 992px) {
  main {
    transition-duration: 1s;
    margin: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  main {
    transition-duration: 1s;
    margin: 0 3%;
  }
}

.header {
  padding: 0;
  border-bottom: 1px solid #fff !important;
}

/*     コンテンツ     */
.header .logo {
  width: 212px;
  margin-left: 25px;
}

@media screen and (max-width: 834px) {
  .header .logo {
    width: 20%;
    margin-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .header .logo {
    width: 27.5%;
    margin-left: 10px;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  /* background-image:url(/pop/usm2019/img/bg_pattern_red.png?20181127); */
  background-size: 37px 50px;
  background-position: center top;
  background-repeat: repeat-x;
}

.usm {
  width: 800px;
  margin: 40px auto 0 auto;
}

.usm .endTxt {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.7;
  padding: 25px;
  background: #f6d2d5;
}

.usm .endTxt .sp {
  display: none;
}

.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .main {
    padding-top: 40px;
    background-size: 22px 30px;
  }
  .usm {
    width: 95%;
    margin: 30px auto 0 auto;
  }
  .usm .endTxt {
    font-size: 2rem;
    padding: 20px;
  }
  .usm .endTxt .sp {
    display: none;
  }
}

.container {
  position: relative;
  width: 91%;
  margin: 5% auto 0;
}

@media only screen and (max-width: 1200px) {
  .container {
    transition-duration: 1s;
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    transition-duration: 1s;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    transition-duration: 1s;
    max-width: 100%;
    width: 100%;
    border: none;
  }
}

.mainVisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.mainVisual img {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.mainVisual .mainVisualInner .illust {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -80%);
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  width: 1000px;
  height: 500px;
  z-index: 10;
}

.mainVisual .mainVisualInner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 540px;
  height: 280px;
  z-index: 11;
}

.mainVisual .mainVisualInner p {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 1000px;
  height: 240px;
  text-align: center;
  z-index: 12;
}

.mainVisual .mainVisualInner p .campDate {
  margin: 0 10px;
  width: 320px;
  height: 200px;
}

.mainVisual .mainVisualInner p .campDesc {
  margin: 0 10px;
  width: 400px;
  height: 200px;
}

.mainVisual .mainVisualInner p .note {
  display: block;
  margin-top: 15px;
  font-size: 1em;
}

.containerInner {
  position: relative;
  margin: 100px auto 0 auto;
  padding: 0 0 50px 0;
  width: 1000px;
}

.containerInner .snsBox {
  margin: 0;
}

.containerInner .snsBox div {
  width: 47.5%;
  vertical-align: top;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  font-size: 1.0em;
}

.containerInner .snsBox .instaArea {
  margin: 0;
  padding: 0;
  width: 480px;
  float: left;
}

.containerInner .snsBox .instaAreaInner {
  width: 100%;
  height: 600px;
  background-image: url(/pop/usm2019/img/insta_bg.jpg?20181127);
  background-size: 8px 28px;
  background-position: center center;
  background-repeat: repeat;
}

.containerInner .snsBox .instaArea .subhead,
.containerInner .snsBox .twiArea .subhead {
  margin: 0;
  padding: 70px 0 20px 0;
  background-image: url(/pop/usm2019/img/usm_mini_logo.png?20181127);
  background-size: 85px 44px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 5px;
}

.containerInner .snsBox .instaArea .subhead span {
  display: block;
  font-size: 1.6rem;
  color: #d00a23;
}

.containerInner .snsBox .instaArea .subhead a,
.containerInner .snsBox .instaArea .subhead a:hover,
.containerInner .snsBox .instaArea .subhead a:active,
.containerInner .snsBox .instaArea .subhead a:visited {
  color: #d00a23;
  text-decoration: none;
}

.containerInner .snsBox .twiArea {
  margin: 0;
  padding: 0;
  width: 480px;
  float: right;
}

.containerInner .snsBox .twiArea h2 {
  color: #1d2088;
}

.containerInner .snsBox .twiArea .subhead span {
  display: block;
  font-size: 1.6rem;
  color: #1d2088;
}

.containerInner .snsBox .twiAreaInner {
  width: 100%;
  height: 600px;
  padding: 15px;
  background-image: url(/pop/usm2019/img/twitter_bg.jpg?20181127);
  background-size: 8px 28px;
  background-position: center center;
  background-repeat: repeat;
}

.containerInner .snsBox .instaGallery {
  text-align: center;
}

.containerInner .snsBox .instaGallery li {
  display: inline-block;
  width: 30%;
  margin: 1.5% 1%;
  letter-spacing: normal;
  background-color: #000;
}

.containerInner .snsBox .instaGallery li img {
  vertical-align: middle;
}

@media screen and (max-width: 834px) {
  .containerInner .snsBox div {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .containerInner .snsBox .instaArea {
    width: 48.5%;
  }
  .containerInner .snsBox .instaAreaInner {
    height: 600px;
    background-size: 5px 18px;
  }
  .containerInner .snsBox .instaArea .subhead,
  .containerInner .snsBox .twiArea .subhead {
    margin: 0;
    padding: 50px 0 15px 0;
    background-size: 60px 31px;
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .containerInner .snsBox .instaArea .subhead span {
    font-size: 1.5rem;
  }
  .containerInner .snsBox .twiArea {
    width: 48.5%;
  }
  .containerInner .snsBox .twiArea .subhead span {
    font-size: 1.5rem;
  }
  .containerInner .snsBox .twiAreaInnerr {
    height: 540px;
    padding: 10px;
    background-size: 5px 18px;
  }
  .containerInner .snsBox .instaGallery li {
    display: inline-block;
    width: 45%;
    margin: 1.5% 2%;
    letter-spacing: normal;
    background-color: #000;
  }
}

@media screen and (max-width: 480px) {
  .containerInner .snsBox .instaArea {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .containerInner .snsBox .instaAreaInner {
    height: 400px;
  }
  .containerInner .snsBox .instaArea .subhead,
  .containerInner .snsBox .twiArea .subhead {
    margin: 0;
    padding: 35px 0 15px 0;
    background-size: 50px 26px;
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .containerInner .snsBox .instaArea .subhead span {
    font-size: 1.25rem;
  }
  .containerInner .snsBox .twiArea {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    float: none;
  }
  .containerInner .snsBox .twiArea .subhead span {
    font-size: 1.25rem;
  }
  .containerInner .snsBox .instaGallery li {
    display: inline-block;
    width: 30%;
    margin: 1.5% 1%;
    letter-spacing: normal;
    background-color: #000;
  }
}

.locations {
  margin: 100px auto 0 auto;
  max-width: 1200px;
  min-width: 1000px;
}

.locations h2 {
  position: relative;
  margin: 0;
  padding: 175px 0 20px 0;
  /* background-image:url(/pop/usm2019/img/usm_mini_logo.png?20181127); */
  background-size: 280px 145px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 5px;
  color: #d00a23;
}

.locations h2 span {
  color: #1d2088;
}

@media screen and (max-width: 834px) {
  .locations {
    margin: 75px auto 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .locations h2 {
    padding: 110px 0 25px 0;
    background-size: 160px 83px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 480px) {
  .locations {
    margin: 75px auto 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .locations h2 {
    padding: 90px 0 25px 0;
    background-size: 120px 62px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
}

.shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.shopList li {
  position: relative;
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.shopList li a {
  display: block;
}

.shopList li .image {
  position: relative;
  margin: 1px auto;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
}

.shopList li .image span {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-color: #000;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}

.shopList li .image img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.shopList li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6;
  width: 100%;
}

.shopList li .image a:hover img,
.shopList li .image img:hover {
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .shopList {
    width: 97.5%;
  }
  .shopList li {
    width: 33.333333%;
  }
  .shopList li p {
    font-size: 1.1em;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .shopList {
    width: 95%;
  }
  .shopList li {
    width: 50%;
  }
  .shopList li p {
    font-size: 0.95em;
  }
}

.shopMap {
  margin: 0 auto;
}

.infomenMap {
  margin: 75px auto 100px auto;
}

.gmap {
  height: 475px !important;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .shopMap {
    margin: 0;
  }
  .infomenMap {
    margin: 50px 15px 50px 15px;
  }
  .gmap {
    height: 340px !important;
  }
}

.banner {
  margin: 0 auto 100px auto;
  width: 800px;
}

.banner img {
  width: 100%;
  height: auto;
}

/* ctg09
----------------------------------------------------- */
.week .pageTitle {
  font-size: 2.5em;
  text-align: center;
  color: #004ea1;
  letter-spacing: 0.15em;
  margin: 75px auto 0 auto;
  padding: 0;
}

.week .pageTitle span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #004ea1;
  line-height: 1.7;
}

.week #sec01 {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

.week #sec01 p.lead {
  width: 100%;
  margin: 25px auto 25px auto;
  font-size: 1.1em;
  line-height: 2;
  text-align: center;
}

.week #sec01 .weekArea {
  margin: 0px 2.5% 0 2.5%;
  padding-top: 100px;
}

.week #sec01 .weekArea .weekTitle {
  display: block;
  margin: 50px auto 50px auto;
  padding: 0;
  color: #fff;
  width: 120px;
  height: 120px;
  background-color: #004ea1;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.5;
}

.week #sec01 .weekArea .weekTitle em {
  display: block;
  font-size: 2.2em;
  padding-top: 12px;
}

.week #sec01 .weekArea h4 {
  display: block;
  margin-bottom: 50px;
  font-size: 2.8em;
  text-align: center;
  line-height: 1.75;
}

.week #sec01 .weekArea h4 span {
  display: block;
  font-size: 0.7em;
}

.week #sec01 .weekArea h5 {
  font-size: 1.7em;
  margin: 75px 0 35px 0;
  line-height: 1.75;
}

.week #sec01 .weekArea p {
  font-size: 1.1em;
  line-height: 2em;
}

.week #sec01 .weekArea .m75 {
  clear: both;
  margin: 75px 0 0 0;
}

.week #sec01 .weekArea img {
  display: block;
  width: 100%;
  height: auto;
}

.week #sec01 .weekArea .pRight {
  float: right;
  width: 47.5%;
  margin: 0 0 5% 5%;
}

.week #sec01 .weekArea .pLeft {
  float: left;
  width: 47.5%;
  margin: 0 5% 5% 0;
}

.week #sec01 .weekArea .point {
  clear: both;
  margin: 50px auto;
  padding: 35px;
  border: 5px solid #c8161d;
  overflow: hidden;
}

.week #sec01 .weekArea .point .pointLeft {
  float: left;
  width: 37.5%;
}

.week #sec01 .weekArea .point .pointRight {
  position: relative;
  float: right;
  width: 57.5%;
}

.week #sec01 .weekArea .point h5 {
  margin: 0px 0 30px 0;
  color: #c8161d;
  font-size: 2em;
  line-height: 1;
}

.week #sec01 .weekArea .point dl dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.week #sec01 .weekArea .point dl dd {
  font-size: 1.0em;
  line-height: 1.75;
}

.week #sec01 .weekArea .point .btn {
  position: relative;
  margin: 25px 0 0 0;
  text-align: left;
}

.week #sec01 .weekArea .point .btn a {
  display: inline-block;
  border: 2px solid #004ea1;
  color: #004ea1;
  padding: 12px 25px;
  font-size: 1.2em;
}

.week #sec01 .weekArea .point .btn a:hover {
  background-color: #004ea1;
  color: #fff;
}

.week #sec01 .weekArea .matome {
  margin: 50px auto;
  padding: 35px;
  background: #eaeaea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.week #sec01 .weekArea .matome h5 {
  margin: 0 0 15px 0;
  font-size: 22px;
}

.week #sec01 .weekNavi {
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.week #sec01 .weekNavi ul {
  position: relative;
  left: 50%;
  float: left;
}

.week #sec01 .weekNavi ul li {
  position: relative;
  left: -50%;
  float: left;
}

.week #sec01 .weekNavi ul li a {
  display: block;
  margin: 0 5px;
  color: #004ea1;
  width: 60px;
  height: 60px;
  border: 2px solid #004ea1;
  font-size: 1.5em;
  text-align: center;
  line-height: 60px;
}

.week #sec01 .weekNavi ul li a:hover {
  color: #fff;
  background-color: #004ea1;
}

.week #sec01 .girlNavi {
  clear: both;
  margin: 50px auto;
  font-size: 1.2em;
}

.week #sec01 .girlNavi .left {
  float: left;
  width: 47.5%;
  text-align: left;
}

.week #sec01 .girlNavi .right {
  float: right;
  width: 47.5%;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .week .pageTitle {
    font-size: 2em;
    letter-spacing: 0em;
    margin: 50px auto 0 auto;
  }
  .week .pageTitle span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #004ea1;
  }
  .week #sec01 {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
  .week #sec01 p.lead {
    width: 100%;
    font-size: 1em;
  }
  .week #sec01 .weekArea {
    margin: 0;
    padding: 0;
  }
  .week #sec01 .weekArea .weekTitle {
    width: 100px;
    height: 100px;
    font-size: 1.2em;
  }
  .week #sec01 .weekArea .weekTitle em {
    font-size: 2.0em;
  }
  .week #sec01 .weekArea h4 {
    margin-bottom: 35px;
    font-size: 2em;
  }
  .week #sec01 .weekArea h5 {
    font-size: 1.4em;
    margin: 50px 0 30px 0;
  }
  .week #sec01 .weekArea p {
    font-size: 1em;
    line-height: 2em;
  }
  .week #sec01 .weekArea .m75 {
    margin: 50px 0 0 0;
  }
  .week #sec01 .weekArea .point {
    margin: 35px auto;
    padding: 25px;
    border: 4px solid #c8161d;
  }
  .week #sec01 .weekArea .point h5 {
    margin: 0px 0 25px 0;
    font-size: 1.4em;
  }
  .week #sec01 .weekArea .point dl dt {
    font-size: 1.25em;
  }
  .week #sec01 .weekArea .point dl dd {
    font-size: 1em;
  }
  .week #sec01 .weekArea .point .btn {
    margin: 20px 0 0 0;
  }
  .week #sec01 .weekArea .point .btn a {
    padding: 10px 20px;
    font-size: 1em;
  }
  .week #sec01 .weekArea .matome {
    padding: 25px;
    font-size: 1em;
  }
  .week #sec01 .weekArea .matome h5 {
    font-size: 1.2em;
  }
  .week #sec01 .weekNavi {
    margin: 35px auto;
  }
  .week #sec01 .weekNavi ul li a {
    margin: 0 3px;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    line-height: 50px;
  }
  .week #sec01 .girlNavi {
    margin-top: 35px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  .week .pageTitle {
    font-size: 1.4em;
    letter-spacing: 0em;
  }
  .week #sec01 p.lead {
    font-size: 1em;
    text-align: left;
  }
  .week #sec01 .weekArea .weekTitle {
    width: 75px;
    height: 75px;
    font-size: 1.0em;
  }
  .week #sec01 .weekArea .weekTitle em {
    padding-top: 10px;
    font-size: 1.75em;
  }
  .week #sec01 .weekArea h4 {
    margin-bottom: 30px;
    font-size: 1.75em;
  }
  .week #sec01 .weekArea h5 {
    font-size: 1.25em;
    margin: 35px 0 15px 0;
  }
  .week #sec01 .weekArea p {
    font-size: 1em;
    line-height: 2em;
  }
  .week #sec01 .weekArea .m75 {
    margin: 35px 0 0 0;
  }
  .week #sec01 .weekArea .pRight {
    float: none;
    width: 100%;
    margin: 7.5% 0;
  }
  .week #sec01 .weekArea .pLeft {
    float: none;
    width: 100%;
    margin: 7.5% 0;
  }
  .week #sec01 .weekArea .point {
    margin: 30px auto;
    padding: 20px;
    border: 3px solid #c8161d;
  }
  .week #sec01 .weekArea .point .pointLeft {
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .week #sec01 .weekArea .point .pointRight {
    float: none;
    width: 100%;
  }
  .week #sec01 .weekArea .point h5 {
    margin: 0px 0 15px 0;
    font-size: 1.2em;
    line-height: 1;
  }
  .week #sec01 .weekArea .point dl dt {
    font-size: 1.1em;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .week #sec01 .weekArea .point dl dd {
    font-size: 0.9em;
  }
  .week #sec01 .weekArea .point .btn {
    margin: 15px auto 0 auto;
    text-align: center;
  }
  .week #sec01 .weekArea .point .btn a {
    padding: 8px 15px;
    font-size: 1em;
  }
  .week #sec01 .weekArea .matome {
    margin: 25px auto;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 13px;
  }
  .week #sec01 .weekArea .matome h5 {
    font-size: 1.2em;
  }
  .week #sec01 .weekNavi {
    margin: 25px auto;
  }
  .week #sec01 .weekNavi ul li a {
    margin: 0 2px;
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 35px;
  }
}

.shop-list-border {
  color: #bc1224;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 6rem 0 0 0;
}

.shop-list-border:before {
  content: "";
  flex-grow: 1;
  height: 5px;
  background: #bc1224;
  margin: 0 .8em 0 0;
}

.shop-list-border:after {
  content: "";
  flex-grow: 1;
  height: 5px;
  background: #bc1224;
  margin: 0 0 0 .8em;
}

/* .shop-list-inner {
    padding: 0 10% 0 10%;
} */
.shop-button {
  width: 100%;
  height: 22px;
  line-height: 22px;
}

.shop-button a {
  display: block;
  width: 100%;
  height: 40px;
  text-decoration: none;
  background: #FFFFFF;
  text-align: center;
  border: 1px solid #BC1224;
  color: #BC1224;
  font-size: 18px;
  font-weight: bold;
  line-height: 3.5rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin: 10px 0 0 0;
}

.shop-button a:hover {
  background: #FFFFFF;
  color: #BC1224;
  border: 1px solid #BC1224;
  box-shadow: none;
  opacity: 0.5;
}

.no-gutters {
  margin: 0;
  padding: 0;
}

/* .no-gutters > .col,
.no-gutters > [class*="col-"] {
  margin:0;
  padding:0;
} */
.shop-list {
  margin: 0 0 38px 0;
}

.shop-list-left {
  padding-right: 15px !important;
  margin: 0 0 50px 0;
}

.shop-list-right {
  padding-left: 15px !important;
  margin: 0 0 50px 0;
}

.shop-list-week1, .shop-list-week2 {
  background-color: #222;
  height: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 38px 0 28px 0;
  line-height: 4.6rem;
}

.shop-list-start {
  background-color: #fabe00;
  height: 27px;
  color: #BC1224;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 2.7rem;
  font-size: 18px;
  font-weight: bold;
}

.container-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.shop-list-caption-top {
  font-size: 16px;
}

.shop-list-caption-top {
  font-size: 16px;
  margin: -44px 0 50px 0;
}

.shop-list-caption-top li {
  text-indent: -1em;
  margin-left: 1em;
}

.shop-list-caption-under {
  font-size: 16px;
}

.shop-list-caption-under {
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0 40px 0;
  padding: 0 0 0 5%;
  color: #fff;
}

.shop-list-caption-under li {
  text-indent: -1em;
  margin-left: 1em;
}

.text-2week {
  color: #fc9000;
  margin: 0 0 0 15px;
  font-size: 22px;
}

.gray-out {
  position: relative;
  filter: grayscale(70%);
}

.campaign-out {
  position: absolute;
  font-weight: 600;
  top: 40%;
  left: 31%;
  font-size: 20px;
  width: 212px;
  height: 50px;
  color: red;
  padding: 0 0 0 3%;
  background-color: #fff;
  border: 1px solid red;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.campaign-out-main {
  position: absolute;
  font-weight: 600;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 21px;
  width: 100%;
  height: 150px;
  color: #FFF;
  padding: 0 0 0 2%;
  background-color: #000;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  .campaign-out-main {
    transition-duration: 1s;
    height: 50px;
  }
}

@media screen and (max-width: 670px) {
  .campaign-out {
    top: 40%;
    left: 32%;
  }
}

@media screen and (max-width: 768px) {
  .shop-list-left {
    padding-right: 0 !important;
    margin: 0 0 34px 0;
  }
  .shop-list-right {
    padding-left: 0 !important;
    margin: 0 0 34px 0;
  }
  .container-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .shop-list-week1 {
    line-height: 5.1rem;
  }
  .shop-list-week2 {
    margin: 0 0 28px 0;
    line-height: 5.1rem;
  }
  .shop-list-border {
    margin: 3rem 0 0 0;
  }
  .shop-button a {
    line-height: 3.8rem;
  }
  .campaign-out {
    position: absolute;
    font-weight: 600;
    top: 40%;
    left: 30%;
    font-size: 19px;
    width: 212px;
    height: 46px;
    color: red;
    padding: 0 0 0 3%;
    background-color: #fff;
    border: 1px solid red;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media only screen and (max-device-width: 768px) {
  .campaign-out {
    position: absolute;
    font-weight: 600;
    top: 40%;
    left: 23%;
    font-size: 19px;
    width: 212px;
    height: 46px;
    color: red;
    padding: 0 0 0 3%;
    background-color: #fff;
    border: 1px solid red;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

/* 俺の街用CSS start */
.main {
  padding: 0 0 0 0;
}

.sp-br {
  display: none;
}

.area_name_list li {
  margin: 0 0 4% 0;
  letter-spacing: 0rem;
}

.area_name_list li a {
  color: #fff;
}

.background--red {
  background-color: #d7000f;
}

.container_area_btn {
  margin: 2% auto 0 auto;
}

.area_name_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 10vw;
  line-height: 1.3;
  background-color: #fff;
  color: #333;
  padding: 1.3% 0 0 0;
  margin: 5% auto 5% auto;
}

.area_name_tag {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 5px 0;
  padding: 2px 0 0 0;
  width: 100px;
  font-weight: bold;
  color: #000;
  background-color: #f7f7f7;
  letter-spacing: 0.1rem;
  padding-left: 0;
  text-indent: 0;
}

.shop-list .shop-list-inner .row .area_btn {
  padding: 3% 3% 3% 3%;
}

.area_btn:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  transition-duration: 0.3s;
}

.area_name_tag {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 0 0;
  padding: 2px 0 0 0;
  width: 100px;
  font-weight: bold;
  color: #000;
  background-color: #f7f7f7;
  display: inline-block;
}

.area_name_list li {
  margin: 0 0 5% 0;
  color: #fff;
  font-size: 16px;
  padding-left: 7em;
  text-indent: -6.9em;
  display: inline-block;
}

.area_name_list li {
  margin: 0 0 1.5% 0;
  color: #fff;
  font-size: 16px;
  padding-left: 7em;
  text-indent: -6.9em;
  display: inline-block;
}

.area_container {
  padding: 0 2.5% 0 2.5%;
}

.shop-list-caption-under li {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.area_name_title--pc img {
  width: 134px;
  max-width: 134px;
}

.area_name_flex {
  display: flex;
  width: 100%;
  padding: 0 0 0 3%;
}

.area_name_list_flex {
  width: 100vw;
}

.area_name_list {
  display: inline-block;
}

.area_name_title--pc {
  margin: 0 2% 0 0;
}

ul.shop-list-caption-under li {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 2% auto 0 auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    transition-duration: 1s;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    transition-duration: 1s;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    transition-duration: 1s;
    max-width: 100% !important;
    margin: 3% 0;
  }
}

.castImage {
  position: relative;
  background: #BF0008;
  width: 540px;
  height: 606px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .castImage {
    transition-duration: 1s;
    width: 600px;
    height: 592px;
  }
}

@media only screen and (max-width: 992px) {
  .castImage {
    transition-duration: 1s;
    width: 670px;
    height: 575px;
  }
}

@media only screen and (max-width: 768px) {
  .castImage {
    transition-duration: 1s;
    width: 100%;
    height: 40vh;
    flex: 1;
  }
}

.castImage img {
  position: absolute;
  display: block;
  width: auto;
  max-width: unset;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.castDetail-shopName-flex {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5%;
}

@media only screen and (max-width: 768px) {
  .castDetail-shopName-flex {
    transition-duration: 1s;
    width: 100%;
    flex: 1;
  }
}

.area_catchcopy {
  font-size: 36px;
  margin: 0 0 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .area_catchcopy {
    transition-duration: 1s;
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .area_catchcopy {
    transition-duration: 1s;
    margin: 0 0 30px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .area_catchcopy {
    transition-duration: 1s;
    margin: 0 0 20px;
    font-size: 2.6vh;
  }
}

.area_catchcopy--button {
  margin: 5% 0 5% 0;
}

/* 俺の街TOP用CSS end */
/* 俺の街エリア用CSS start */
.castThumb {
  display: flex;
  justify-content: flex-start;
  transition-duration: 3s;
}

.castThumb.opacity {
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  .castThumb {
    transition-duration: 1s;
  }
}

@media only screen and (max-width: 992px) {
  .castThumb {
    transition-duration: 1s;
  }
}

@media only screen and (max-width: 768px) {
  .castThumb {
    transition-duration: 1s;
  }
}

.castThumb li {
  position: relative;
  width: 185px;
  height: 250px;
  margin: 0 25px 0 0;
  overflow: hidden;
  cursor: pointer;
  background: #BF0008;
}

@media only screen and (max-width: 1200px) {
  .castThumb li {
    transition-duration: 1s;
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .castThumb li {
    transition-duration: 1s;
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .castThumb li {
    transition-duration: 1s;
    width: 25%;
    margin: 0 5px 0 0;
    height: 13vh;
    flex: 1;
  }
}

.castThumb li:hover {
  opacity: 0.9;
}

.castThumb li:last-child {
  margin: 0;
}

.castThumb li img {
  position: absolute;
  display: block;
  max-width: unset;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .castThumb li img {
    transition-duration: 1s;
    width: auto;
    max-width: unset;
    height: 100%;
  }
}

.font--yellow {
  color: #ffda01;
}

.wrapper-boder--pc {
  border: 1px solid #fff;
  margin: 100px auto;
  max-width: 1240px;
}

@media only screen and (max-width: 1200px) {
  .wrapper-boder--pc {
    transition-duration: 1s;
    margin: 50px auto;
    max-width: 1032px;
  }
}

@media only screen and (max-width: 992px) {
  .wrapper-boder--pc {
    transition-duration: 1s;
    margin: 0 auto;
    border: none;
    max-width: 809px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-boder--pc {
    transition-duration: 1s;
    max-width: 100%;
    width: 100%;
    border: none;
  }
}

.return_ticket {
  width: 100%;
  margin: 0 0 6% 0;
}

.castBox-flex {
  width: 100%;
  display: flex;
  margin: 0 0 45px 0;
  justify-content: space-between;
  transition-duration: 3s;
}

.castBox-flex.opacity {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .castBox-flex {
    transition-duration: 1s;
    margin: 0 0 20px 0;
  }
}

.shop_btn_flex {
  display: flex;
}

.shopBox {
  width: 100%;
}

.castDetail {
  border-top: 1px solid #fff;
  padding: 133px 0 134px 0;
}

@media only screen and (max-width: 768px) {
  .castDetail {
    transition-duration: 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5% 0 0;
    flex: 1;
  }
}

.castName {
  text-align: center;
  color: #ffda01;
  font-size: 42px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .castName {
    transition-duration: 1s;
    font-size: 20px;
  }
}

.castName a {
  color: #ffda01;
  text-decoration: none;
}

.castNameEn {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .castNameEn {
    transition-duration: 1s;
    font-size: 12px;
  }
}

.castNameEn a {
  color: #fff;
}

.castBox {
  position: relative;
  margin: 0 5%;
}

@media only screen and (max-width: 992px) {
  .castBox {
    transition-duration: 1s;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .castBox {
    transition-duration: 1s;
    margin: 0;
  }
}

.castBox .loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shopTel {
  margin: 0 5% 0 0;
}

.return_ticket img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}

.is-arrow, .shopName a {
  position: relative;
  display: block;
  width: 100%;
}

.is-arrow::after, .shopName a::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  border-top: solid 1.5px #D7000F;
  border-right: solid 1.5px #D7000F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 35px;
  margin-top: -4px;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .is-arrow::after, .shopName a::after {
    transition-duration: 1s;
    width: 8px;
    height: 8px;
    border-top: solid 1px #D7000F;
    border-right: solid 1px #D7000F;
    right: 10px;
  }
}

.shopName {
  margin: 0 0 27px 0;
}

@media only screen and (max-width: 768px) {
  .shopName {
    transition-duration: 1s;
    margin: 0 0 12px 0;
  }
}

.shopName a {
  display: block;
  background: #FFF;
  width: 100%;
  padding: 45px 45px 46px 20px;
  color: #D7000F;
  font-size: 30px;
  font-weight: bold;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .shopName a {
    transition-duration: 1s;
    font-size: 12px;
    padding: 12px 20px 12px 12px;
  }
}

.shopName a:hover {
  color: #d00a23;
  text-decoration: none;
  opacity: 0.6;
}
