﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0
}
sup {
  font-size: 8px
}
em {
  font-style: normal
}
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block
}
div:after, ul:after, ol:after, dl:after {
  clear: both
}
div, ul, ol, dl {
  zoom: 1
}
* {
  box-sizing: border-box
}
html {
  font-size: 62.5%
}
body, html {
  min-width: 980px
}
body {
  font-size: 1.4rem;
  font-family: 'TradeGothicLT-Bold', 'Roboto Condensed', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  background-color: #000;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt"
}
::selection {
  background: #333;
  color: #fff
}
img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0
}
.clearfix {
  *zoom: 1
}
.clearfix:after {
  content: '';
  display: table;
  clear: both
}
a {
  color: #FFF;
  text-decoration: underline;
  transition: all .3s ease-out
}
a:hover {
  color: #999;
  text-decoration: none;
  transition: all .3s ease-out
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7
}
ul {
  list-style: none
}
.sp_only_inline {
  display: none
}
.sp_only {
  display: none
}
.pc_only_inline {
  display: inline-block
}
.pc_only {
  display: block
}
header {
  width: 100%;
  height: auto;
  padding: 15px
}
nav {
  display: inline-block;
  margin-bottom: 10px
}
footer {
  width: 100%;
  text-align: center;
  padding: 200px 0 80px
}
footer a {
  text-decoration: none
}
.wrapper {
  max-width: 980px;
  margin: 0 auto
}
.contents {
  padding: 50px
}
.grad01 {
  background: radial-gradient(#d30e15, #600107)
}
.grad02 {
  background: radial-gradient(#3f4346, #0a0a0a)
}
.bg_gray {
  background: #191919
}
.btn {
  font-size: 1.3rem;
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
  line-height: 1
}
.btn:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1)
}
.btn img {
  width: 12px;
  height: auto;
  margin-right: 5px
}
ul.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}
ul.col2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
  max-width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 4%
}
ul.col2 li:nth-child(2n) {
  margin-right: 0
}
ul.col2_original li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%;
  max-width: 49%;
  height: auto;
  margin-right: 2%;
  padding: 10px 0
}
ul.col2_original li:nth-child(2n) {
  margin-right: 0
}
a.link_uc {
  pointer-events: none;
  color: #666
}
#go-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 0;
  padding: 8px 0;
  background: rgba(96, 76, 63, 0.9);
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 1.5em;
  line-height: 1
}
#go-top:hover {
  background: rgba(96, 76, 63, 0.5)
}
nav ul li {
  color: red;
  display: inline-block;
  border-right: 1px solid #FFF;
  padding: 0 30px;
  line-height: 1.1;
  font-size: 1.6rem
}
nav ul li:last-child {
  border: none
}
nav ul li a {
  color: #FFF;
  text-decoration: none;
  display: block
}
#logo {
  width: 120px;
  height: auto;
  vertical-align: bottom
}
.top-hero-area {
  margin: 50px 0 100px 0
}
.top-hero-title {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4
}
.top-hero-title .open {
  font-size: 7.8rem;
  display: block
}
.top-hero-title .date {
  font-size: 3.8rem;
  display: block;
  margin-top: 25px
}
.top-hero-title .small {
  font-size: 2.8rem
}
h2.top {
  color: red;
  font-size: 3rem;
  margin: 50px 10px 10px
}
h2.top span {
  font-size: 2rem
}
h3.top {
  color: red;
  font-size: 4.4rem;
  line-height: 1.1
}
h3.top span {
  color: #FFF;
  font-size: 3.7rem;
  display: block
}
h3.top-medium {
  margin: 0 0 .5em 0;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .07em
}
h3.top-medium span {
  color: red;
  display: inline-block
}
h4.top {
  font-size: 2.4rem
}
h1.c-pages {
  color: red;
  font-size: 3rem
}
h1.c-pages span {
  font-size: 2rem
}
h1.c-pages.policy {
  color: #FFF
}
main {
  display: block
}
#main {
  max-width: 500px;
  margin: 0 auto
}
#main img.img_main {
  max-width: 500px;
  height: auto;
  /*border: #ccc solid 1px;*/
  box-sizing: border-box;
}
#main .grad01 {
  padding: 68px 10px
}
.main-link-area {
  margin: 40px 0 0 0;
  text-align: center
}
.main-link {
  color: #f00;
  font-size: 2.1rem;
  text-decoration: none
}
.c-container {
  max-width: 800px;
  padding: 50px 20px;
  margin: 0 auto
}
p.intro {
  font-size: 2.8rem;
  margin: 35px 0 25px
}
.intro-small {
  font-size: 1.6rem;
  margin: 35px 0 40px 0;
  line-height: 2
}
ul li.map {
  text-align: right
}
.txt_info {
  line-height: 1.8
}
.ttl {
  padding: 20px;
  font-size: 2.4rem
}
.more_wrapper {
  text-align: right;
  padding: 20px
}
#gift .fontS {
  font-size: 1.2rem
}
#gift .fontM {
  font-size: 1.6rem
}
#gift .img_gift {
  width: 230px;
  height: auto
}
ul.gift_col {
  width: 100%;
  display: table
}
ul.gift_col li {
  display: table-cell;
  vertical-align: middle;
  line-height: 2
}
ul.gift_col li:first-child {
  width: 40%;
  text-align: center
}
p.uc {
  font-size: 3.3rem;
  text-align: center;
  padding: 300px 0 200px
}
.memberTitle {
  color: #CCC;
  font-size: 2rem;
  font-weight: bold;
  margin: 50px 0 10px;
  border-bottom: 1px solid #CCC
}
.memberTitle .small {
  font-size: 1.4rem
}
.newsTitle {
  padding: 0 0 .5em 0;
  color: #FFF;
  border-bottom: 1px solid #FFF
}
.newsSubTitle {
  font-size: 1.9rem;
  margin: 30px 0 10px
}
.newsSubTitle span {
  font-size: 1.4rem;
  margin-left: 10px
}
p.newsGlass {
  margin-top: 50px
}
img.newsImg {
  max-width: 450px;
  display: block;
  margin: 20px 0
}
.kt-pic {
  width: 100%;
  /* padding-top: 75%; */
  position: relative;
  background: no-repeat center center #fff;
  background-size: cover;
}
.news-image-kt{
  background-image: url(../news/images/20221101_kt_02.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-image-kt02{
  background-image: url(../news/images/20221101_kt_01.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-image-kt03{
  background-image: url(../news/images/20230427_kt_01.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-image-kt04{
  background-image: url(../news/images/20230427_kt_02.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-image-kt05{
  background-image: url(../news/images/20230427_kt_03.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-image-kt06{
  background-image: url(../news/images/20230427_kt_04.jpg);
  border:#4b4b4b solid 1px;
  max-width: 800px;
  height: auto;
}
.news-text-box {
  margin: 1.5em 0 2em 0;
  line-height: 1.8em;
}
.news-text-box strong {
  font-size: 1.8rem;
  font-weight: bold
}
.news-text-box .small {
  font-size: 1rem
}
.news-text-box.links a {
  display: inline-block;
  padding: 0 22px 0 0;
  position: relative;
}
.news-text-box.links a i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
  line-height: 0;
}
.news-text-box.links a i img {
  width: 13px;
  height: auto
}
.news-image02 {
  margin: 20px 0
}
.news-image02 ul {
  margin: 0 0 10px -10px;
  padding: 0;
}
.news-image02 ul li {
  float: left;
  margin: 0;
  padding: 0 0 10px 10px;
  box-sizing: border-box;
  line-height: 0;
  width: 50%;
}
.news-image02 ul li img.newsImg {
  width: 100%;
  height: auto;
	    margin: 0;
	max-width: inherit
}
.news-image02 ul li div {
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.news-image .news-image-kt .news-image-kt02 {
  margin: 20px 0
}
.news-image .news-image-kt .news-image-kt02 ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
.news-image .news-image-kt .news-image-kt02 ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  line-height: 0;
}
.news-image .news-image-kt .news-image-kt02 ul li:first-child {
  width: 50%;
}
.news-image .news-image-kt .news-image-kt02 ul li:last-child {
  width: 50%;
}
.news-image ul li img.newsImg {
  width: 100%;
  height: auto;
}
.news-image-kt .news-image-kt02 ul li img.newsImg-kt {
  width: 100%;
  height: auto;
}
.news-image .news-image-kt .news-image-kt02 ul li:first-child div {
  line-height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.news-image .news-image-kt .news-image-kt02 ul li:last-child div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.mov-frame {
  max-width: 680px;
  margin: 0 auto;
  display: block
}
.store-list-table {
  width: 100%;
  margin: 50px 0 0 0;
  border-collapse: collapse
}
.store-list-table tbody tr {
  border-bottom: 1px solid #fff
}
.store-list-table th, .store-list-table td {
  vertical-align: middle;
  text-align: left
}
.store-list-table th {
  padding: 10px;
  background-color: #333
}
.store-list-table td {
  padding: 20px 10px;
  white-space: nowrap;
}
.store-list-table td.store-list-table__name b{
font-size: 150%;
font-weight: normal;
}
.store-list-table td.store-list-table__name a {
display: inline-block;
margin-top: 5px;
margin-top: 0.5em;
}
.store-list-table td.store-list-table__name a + a{
margin-top: 1em;
}
.store-list-table td.store-list-table__name a.btn_link {
display: block;
text-align: center;
background: none;
padding: 0.25em 0.5em;
text-decoration: none;
width: 100%;
max-width: 11em;
border: solid 1px #444;
border-radius: 5px;
}
.store-list-table td.store-list-table__name .open_txt{
display: inline-block;
margin-top: 5px;
}
.l-product-single {
  width: 100%;
  display: flex;
  justify-content: space-between
}
.l-product-single__image, .l-product-single__box {
  width: calc((100% - 40px) / 2)
}
.l-product-single__image img {
  width: 100%
}
.image-caption {
  margin: .3em 0 0 0;
  display: inline-block;
  font-size: 1rem
}
.l-product-single__box {
  padding: 0 20px
}
.l-product-single__box--title {
  margin: 0 0 1em 0;
  font-size: 2.4rem
}
.l-product-single__box--title-small {
  margin: 0 0 1em 0;
  font-size: 2rem
}
.l-product-single__box--title-small span {
  color: red
}
.l-product-single__box--paragraph {
  line-height: 1.8;
  font-size: 1.6rem
}
.l-product-single__box--paragraph strong {
  margin: 0 0 .5em 0;
  display: inline-block;
  font-size: 1.8rem
}
.l-product-single__box--paragraph span {
  color: red
}
.l-product-single__box--paragraph a {
  text-decoration: none
}
.l-product-single__box--paragraph .link-text {
  display: block;
  text-align: right
}
.l-product-single__box--paragraph.l-product-single__box--paragraph-small .caution {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.6
}
.caution-box {
  font-size: 1.2rem
}
.red {
  color: red
}
.right-image {
  float: right;
  width: 300px;
  margin: 0 0 0 20px;
  padding: 15px 0 0;
}
article.teito {
  min-height: 253px;
}
article.teito b {
  font-size: 30px;
  margin: 0 0 5px;
  padding: 0;
  display: block;
}
article.artist dl {
  margin: 0 0 20px;
  padding: 0;
  min-height: 220px;
  position: relative;
  border-bottom: #ccc dotted 1px;
}
article.artist dl.start {
  border-top: #ccc dotted 1px;
  padding: 15px 0 0;
  min-height: 235px;
}
article.artist dl.end {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
article.artist dl dt {
  width: 320px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px 0 0;
}
article.artist dl dd {
  margin: 0;
  padding: 0;
}
article.artist dl dd h3 {
  font-size: 30px;
  margin: 0 0 5px;
  padding: 0;
}
article.artist dl dd p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
article.artist ul {
  margin: 0 0 30px -10px;
  padding: 15px 0 0;
  list-style: none;
}
article.artist ul li {
  float: left;
  width: 50%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  margin: 0;
  line-height: 0;
}
article.artist ul li img {
  width: 365px;
  height: 423px;
}
.mainphoto {
  padding: 15px 0 0;
  max-width: 500px;
  margin: 0 auto;
}
nav.language.inner--sp {
  display: block;
  text-align: right;
}
nav.language.inner--sp ul li a, li.active {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #main {
    padding: 0 20px;
  }
  article.teito b {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
  }
  .mainphoto {
    padding: 0;
  }
  .right-image {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }
  article.artist dl dt {
    width: 100%;
    float: none;
    margin: 0 0px 10px 0;
    padding: 0;
  }
  article.artist dl dd h3 {
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0;
  }
  article.artist ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  article.artist ul li {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  .news-image .news-image-kt .news-image-kt02 ul {
    margin: 0;
  }
  .news-image .news-image-kt .news-image-kt02 ul li {
    float: none;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    text-align: left
  }
  .news-image .news-image-kt .news-image-kt02 ul li:first-child {
    width: auto;
  }
  .news-image .news-image-kt .news-image-kt02 ul li:last-child {
    width: auto;
  }
  .news-image .news-image-kt .news-image-kt02 ul li div {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
  .news-image ul li img.newsImg {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
  }
  .news-image-kt .news-image-kt02 ul li img.newsImg_kt {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
  }



	 .news-image02 ul {
    margin: 0;
  }
  .news-image02 ul li {
    float: none;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    text-align: left;
	  width: auto
  }

  .news-image02 ul li div {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
  .news-image02 ul li img.newsImg {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
  }





}
@media screen and (max-width: 768px) {
  body, html {
    min-width: auto
  }
  html {
    font-size: 52%
  }
  .sp_only {
    display: block
  }
  .sp_only_inline {
    display: inline-block
  }
  .pc_only {
    display: none
  }
  .sp_only_inline {
    display: none
  }
  #go-top {
    width: 80px;
    height: 80px;
    padding: 16px 0
  }
  #logo {
    width: 80px
  }
  header {
    padding: 10px
  }
  footer {
    padding: 100px 0 40px
  }
  nav {
    width: 100%;
    margin: 10px 0 0 0
  }
  nav ul li {
    padding: 0 8px;
    font-size: 1.6rem
  }
  h1.top {
    font-size: 2.8rem
  }
  h1.top .open {
    font-size: 6.3rem
  }
  h1.top .date {
    font-size: 2.8rem
  }
  .top-hero-area {
    margin: 20px 0 30px 0
  }
  .main-link-area {
    margin: 20px 0 0 0
  }
  .top-hero-title {
    font-size: 2.6rem
  }
  .top-hero-title .small {
    font-size: 1.6rem
  }
  h2.top {
    margin-left: 20px
  }
  ul.col {
    display: block
  }
  ul.col2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 4%
  }
  ul.col2_original {
    margin: 0 20px
  }
  ul.col2_original li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    padding: 10px 0;
    margin: 10px 0
  }
  ul.gift_col {
    display: block
  }
  ul.gift_col li:first-child {
    display: block;
    width: 100% !important
  }
  .contents {
    padding: 20px;
    margin: 0 20px
  }
  p.intro {
    font-size: 2rem
  }
  .mgn_top_sp {
    margin-top: 50px
  }
  #main .grad01 {
    padding: 40px 5px
  }
  img.img_news {
    margin: 0 20px;
    width: calc(100% - 40px)
  }
  .mov-frame {
    max-width: 90%
  }
  .l-two-column {
    display: flex;
    justify-content: space-between
  }
  .l-two-column___box {
    margin: 0 0 2em 0;
    width: calc((100% - 60px) / 2)
  }
  .l-two-column__image {
    margin: 0 0 1em 0
  }
  .l-two-column__image img {
    width: 100%
  }
  .content-info {
    margin: 0 0 40px 0;
    text-align: center
  }
  .content-num {
    font-size: 26px;
    color: #E40012;
    color: red
  }
  .content-date {
    font-size: 2rem
  }
  .content-title {
    font-size: 26px
  }
  .content-subtitle {
    margin: 0 0 1em 0;
    text-align: center
  }
  .content-introduce {
    margin: 0
  }
  .content-detail {
    margin: 1em 0 0 0;
    font-size: 14px;
    line-height: 1.8
  }
  .event-artists {
    margin: 0 0 1em 0;
    font-size: 1.8rem;
    text-align: center
  }
  .event-archive-area {
    margin: 80px auto 0 auto
  }
  .event-archive-title {
    padding: 0 0 .5em 0;
    color: #f00;
    text-align: center;
    font-size: 1.8rem
  }
  .l-two-column--archive {
    margin: 10px 0 0 0;
    text-align: center
  }
  .store-list-table {
    margin: 25px 0 0 0;
    border-top: 1px solid #fff
  }
  .store-list-table thead {
    display: none
  }
  .store-list-table td {
    width: 100%;
    padding: 5px 0;
    display: block;
    white-space: normal;
  }
  .store-list-table td.store-list-table__name {
    padding-top: 20px;
    font-size: 1.8rem
  }
  .store-list-table td.store-list-table__info {
    padding-bottom: 20px
  }
  article.artist ul li img {
    width: 100%;
    height: auto;
  }
  nav.language.inner--sp ul li a, li.active {
    font-size: 10px;
  }
  .news-image-kt .news-image-kt02 ul {
    margin: 0;
  }
  .news-image-kt .news-image-kt02 ul li {
    float: none;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    text-align: left
  }
  .news-image-kt .news-image-kt02 ul li:first-child {
    width: auto;
  }
  .news-image-kt .news-image-kt02 ul li:last-child {
    width: auto;
  }
  .news-image-kt .news-image-kt02 ul li div {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }

  .news-image-kt .news-image-kt02 ul li img.newsImg_kt {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
  }
}





@media screen and (max-width: 480px) {
  .l-two-column {
    display: block
  }
  .l-two-column___box {
    width: 100%
  }
  .l-product-single {
    display: block
  }
  .l-product-single__image, .l-product-single__box {
    width: 100%
  }
  .l-product-single__box {
    padding: 0
  }
  .l-product-single__box--title-small {
    font-size: 1.8rem
  }
}
@media screen and (max-width: 340px) {
  #logo {
    width: 60px
  }
  nav ul li {
    padding: 0 4px;
    font-size: 1.4rem
  }
}
.main-link-area--cp {
  margin: 15px 0 0 0
}
.banner-area {
  margin: 60px 0 0 0
}
.banner-box {
  margin: 0 auto
}
.cp-area {
  padding: 0 0 60px 0;
  background-color: #fff
}
.cp-hero-image {
  max-width: 1280px;
  margin: 0 auto
}
.cp-lead {
  margin: 50px 0
}
.cp-lead__title {
  margin: 0 0 .5em 0;
  padding: 0 15px;
  font-size: 3.6rem;
  font-style: bold;
  color: #000;
  text-align: center
}
.cp-lead__title a {
  color: #000
}
.cp-lead__detail {
  padding: 0 15px;
  color: #000;
  text-align: center;
  line-height: 1.8
}
.cp-entry {
  text-align: center
}
.cp-entry span {
  padding: 0 1em;
  display: inline-block;
  font-size: 2.1rem;
  color: #fff;
  position: relative;
  z-index: 2
}
.cp-entry span:after {
  content: "";
  margin: -45px 0 0 -45px;
  border-top: 45px solid #f00;
  border-left: 45px solid #f00;
  border-right: 45px solid transparent;
  border-bottom: 45px solid transparent;
  transform: rotate(-135deg);
  position: absolute;
  top: -10%;
  left: 50%;
  z-index: -1
}
.cp-step-list {
  max-width: 980px;
  margin: 80px auto 0 auto;
  display: flex;
  justify-content: space-between
}
.cp-step-box {
  width: calc((100% - 20px) / 3)
}
.cp-step-box__title {
  text-align: center
}
.cp-step-box__title img {
  width: inherit
}
.cp-step-box__detail {
  height: 80%;
  padding: 20px 1em;
  box-sizing: border-box;
  color: #fff;
  background-color: #f00;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000
}
.cp-step-box__detail strong {
  margin: 0 0 10px 0;
  display: block;
  text-align: center;
  font-size: 2.1rem
}
.cp-step-image {
  margin: 1em 0;
  text-align: center
}
.cp-step-image img {
  width: inherit
}
.cp-step-caution {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.4
}
.cp-step-hashtag {
  margin: 1em 0;
  padding: 0 1.5em;
  display: inline-block
}
.cp-step-store {
  margin: 1em 0 0 0;
  font-size: 1.8rem;
  display: inline-block
}
.cp-step-store a {
  text-decoration: none
}
.cp-prize-area {
  margin: 90px 0 0 0
}
.cp-prize-area__title {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  color: #f00
}
.cp-prize-area__title span {
  font-size: 1.6rem;
  color: #000;
  display: block
}
.cp-prize {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}
.cp-prize-box {
  width: calc((100% - 70px) / 2)
}
.cp-prize-box__detail {
  padding: 40px 0;
  background-color: #817f7f;
  text-align: center
}
.cp-prize-box__detail strong {
  margin: 0 0 .5em 0;
  font-size: 1.8rem;
  font-weight: bold;
  display: block
}
.cp-prize-box__caution {
  font-size: 1.2rem
}
.application-guidelines-frame {
  background-color: #272727
}
.application-guidelines {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box
}
.application-guidelines header {
  margin: 0 0 40px 0;
  padding: 0
}
.application-guidelines__title {
  margin: 0 0 40px 0;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: .3em;
  position: relative
}
.application-guidelines__title span {
  padding: 0 1em;
  display: inline-block;
  background-color: #272727;
  position: relative;
  z-index: 2
}
.application-guidelines__title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1
}
.application-agreement {
  margin: 0 0 1em 0;
  font-size: 2.1rem;
  text-align: center
}
.guideline-item-box {
  margin: 0 0 80px 0;
  color: #fff
}
.guideline-item-box__title {
  margin: 0 0 .5em 0;
  font-size: 1.8rem
}
.guideline-item-box__detail {
  line-height: 1.8
}
.caution-text {
  font-size: 1.2rem
}
.btn-area {
  margin: 40px 0 20px 0;
  text-align: center
}
.btn-area--step {
  margin: 10px 0
}
.btn-shape {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none
}
.btn-red {
  color: #fff;
  font-size: 1.6rem;
  background-color: #f00
}
.btn-bk {
  color: #fff;
  font-size: 1.6rem;
  background-color: #000
}
.btn-instagram {
  padding: 10px 15px 10px 35px;
  background-image: url(./images/logo-instagram.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center
}
.section-information {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 60px 0
}
.cp-info {
  margin: 80px 0
}
.cp-info__title {
  margin: 0 0 1em 0;
  font-size: 3rem;
  color: #f00;
  text-align: center;
  line-height: 1.2
}
.cp-info__title span {
  font-size: 1.6rem;
  display: block;
  color: #fff
}
.cp-info__date {
  font-size: 2.4rem;
  text-align: center
}
.agreement-title {
  margin: 0 0 1em 0;
  padding: 0 0 .5em 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #707070
}
.agreement-list-align {
  padding: 0 0 0 1em
}
.agreement-list-align li {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
  line-height: 1.8
}
.agreement-list-align li span {
  margin: 0 0 0 -1.5em
}
.cp-store-frame {
  max-width: 980px;
  margin: 60px auto;
  padding: 0 50px;
  box-sizing: border-box
}
.cp-store-image {
  margin: 10px 0 0 0
}
.cp-store-image img {
  width: 50%
}
@media screen and (max-width: 768px) {
  .banner-box {
    width: 90%
  }
  .cp-lead__title {
    line-height: 1.4
  }
  .cp-step-list {
    max-width: 80vw;
    margin: 40px auto 0 auto;
    display: block
  }
  .cp-step-box {
    width: 100%
  }
  .cp-prize {
    max-width: 70vw;
    display: block
  }
  .cp-prize-box {
    width: 100%
  }
  .cp-entry span:after {
    content: "";
    margin: -35px 0 0 -35px;
    border-top: 35px solid #f00;
    border-left: 35px solid #f00;
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
    transform: rotate(-135deg);
    position: absolute;
    top: -10%;
    left: 50%;
    z-index: -1
  }
  .cp-store-image img {
    width: 100%
  }
  article.artist dl.start {
    padding: 20px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
