body {
    text-align: left;
    color: #000000;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    font-family: sans-serif;
}

a{
   text-decoration: none;
    outline: unset;
}
a:hover{
    opacity: 0.6;
}
html {
    overflow-x: hidden;
    background-color: #ffffff;
}
ul li {
    list-style: none;
}
p {
    font-size: 19px;
    line-height: 33px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
CSSの記述も
img.sp {
    width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
header {
    position: fixed;
    background-image: linear-gradient( -45deg, rgba(0,0,0,.7) 25%, rgba(43,43,43,.7) 25%, rgba(43,43,43,.7) 50%, rgba(0,0,0,.7) 50%, rgba(0,0,0,.7) 75%, rgba(43,43,43,.7) 75%, rgba(43,43,43,.7) );
    background-size: 40px 40px;
    width: 100%;
    text-align: left;
    height: 70px;
    z-index: 100;
}
header img {
    width: 290px;
    margin: 18px 30px;
}
nav.pc {
    position: absolute;
    right: 16px;
    top: 19px;
}
nav.pc ul {
    display: inline-flex;
}
nav.pc ul li> a {
    color: #fff;
    padding: 9px;
    padding-bottom: 0px;
    margin-right: 10px;
    font-size: 19px;
    letter-spacing: 1px;
    border-bottom: dotted 1px;
    font-weight: bold;
}
nav.pc ul li> a:hover {
    color: #ffffff;
    transition-duration: .4s;
    text-shadow: 0px 0px 5px #000000, 0px 0px 2px #ffffff, 0px 0px 0px #ffffff, 0px 0px 27px #ffffff;
}
div#main {
    background-color: #ffffff;
    background-image: url(../image/section_bg1.jpg)!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
footer {
  background-image: linear-gradient( -45deg, #000000 25%, #2b2b2b 25%, #2b2b2b 50%, #000000 50%, #000000 75%, #2b2b2b 75%, #2b2b2b );
  background-size: 40px 40px;
    text-align: center;
    width: 100%;
}
footer img {
    margin: 15px 73px;
    width: 150px;
    vertical-align: middle;
}
a >.top {
    position: fixed;
    right: 51px;
    bottom: 32px;
    background-color: #ff5ca4;
    padding: 23px 27px;
    border-radius: 14px;
    opacity: .7;
    letter-spacing: 2px;
    font-size: 26px;
    color: #ffffff;
}
div#snsbtn {
    position: absolute;
    top: 107px;
    right: 30px;
}
.box {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-image: url('../image/main.png');
  background-color: #fff;
  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;
  padding: 30px;
  box-sizing: border-box;
}
img.etc_1.pc {
    position: absolute;
    top: 82px;
    z-index: 1;
    width: 283px;
}
img.etc_2.pc {
    position: absolute;
    top: 203px;
    margin-left: 202px;
}
.introduction_wrap>div {
    display: inline-flex;
    margin-bottom: 35px;
}
.lead {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 110px;
    width: 640px;
}
.cardimg img {
    width: 94%;
}
.profile {
    background-color: #f1b964;
    border-radius: 10px;
    padding: 90px 18px;
    width: 440px;
    margin-right: 34px;
}
.name {
    color: #ffffff;
    font-size: 30px;
    margin-right: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.sns_btn {
    text-align: center;
}
.sns_btn a{
    margin: 5px;
}
.name>span {
    font-size: 22px;
}
.timeline_pc {
    border: solid 10px #1da1f2;
    border-radius: 10px;
}
.twitter-wrap{
    width: 45%;
    margin: 0 auto;
}
@media (max-width: 700px) {
  .twitter-wrap{
        width: 83%;
    overflow: hidden;

  }
  .twitter-wrap iframe{
    /* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
    width: calc(100vw - 20px)!important;
  }
}

.theme_comment {
    background-color: #ffffff;
    padding: 2px 15px;
}
.theme_comment>p {
    font-size: 18px;
    line-height: 25px;
}
.profile_main {
    display: inline-flex;
}
h4 {
    font-size: 20px;
    border-bottom: solid #f1b964;
}
iframe.map {
    margin: 0px 97px;
}
.date_1,.date_2,.date_3,.overview_content,.autograph_content,.lead p,.autograph_content>p{
    padding: 30px 30px;
    text-shadow    :
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff,
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff,
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff;
}
.bg_1 {
  background-size: 30px 30px;
  margin: 0 auto;
  background-color: #e8e5e4;
  background-image: radial-gradient(#dbd7d5 15%, transparent 20%),
                    radial-gradient(#dbd7d5 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
    margin-right: -100%;
    margin-left: 256px;
}
.bg_3 {
  background-size: 30px 30px;
  margin: 0 auto;
  background-color: #f1b6bd;
  background-image: radial-gradient(#e9909a 15%, transparent 20%),
                    radial-gradient(#e9909a 15%, transparent 20%);
  background-position: 0 0, 15px 15px;
    margin-left: -100%;
}
.date_2 {
    margin: 0px 256px;
    margin-right: 0px;
}
.date_3 {
    margin-left: 1238px;
}
ul.more li {
    margin: 7px;
    font-size: 19px;
}
.overview_content {
    padding-top: 0;
}
.autograph_date {
    background-color: #f26987;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 11px;
    font-size: 25px;
    border-radius: 39px;
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
}
.autograph_content {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0;
    align-items: flex-start;
}
.autograph_content>p {
    padding: 0;
}
.acd-check{
    display: none;
}
.acd-label {
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 13px;
    margin: auto;
    width: 272px;
    margin-top: -15px;
    cursor: pointer;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .3s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
   height: auto;
   opacity: 1;
   padding: 30px;
   visibility: visible;
   margin: 50px;
   background-color: #ffffff;
}
label.acd-label>span {
    border-bottom: solid 1px;
}
.acd-content>p {
    font-size: 15px;
}
p.title {
    border-bottom: 3px dotted #9a9a9a;
    font-weight: bold;
    font-size: 18px;
}
.section_wrap {
    width: 980px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 110px;
}
img.goods {
    width: 100%;
    max-width: 461px;
}
.goods {
    text-align: center;
    position: relative;
    width: 80%;
    max-width: 461px;
    margin: 0 auto ;
}
div#venue {
background-size: 30px 30px;
background-color: #ffd07e;
background-image: radial-gradient(#ffe699 15%, transparent 20%),radial-gradient(#ffe699 15%, transparent 20%);
background-position: 0 0, 15px 15px;
}
div#venue2 {
    background-size: 30px 30px;
    margin: 0 auto;
    background-color: #fbd97e;
    background-image: radial-gradient(#fce5a7 15%, transparent 20%),radial-gradient(#fce5a7 15%, transparent 20%);
    background-position: 0 0, 15px 15px;
}
div#venue2>.venue_wrap{
    padding-top: 100px;
}
div#order {
  background-size: 30px 30px;
  margin: 0 auto;
  /*background-image: linear-gradient( -45deg, #d0f1ca 25%, #e3f6da 25%, #e3f6da 50%, #d0f1ca 50%, #d0f1ca 75%, #e3f6da 75%, #e3f6da );*/
  background-size: 40px 40px;
  background-position: 0 0, 15px 15px;
  padding-bottom:55px;
}
img.charafine {
    margin: 0 auto;
    max-width: 100%;
}
.charafine_left{
    float: none;
}
.charafine_link{
    text-align: center;
    font-size: 20px;
    padding: 8px;
    background-color: #ffa243;
    color: #ffffff;
    border-radius: 0 0 15px 15px;
}

.charafine_link a{
    display: block;
    color: #fff;
}

.charafine_link:hover{
    background-color: #ffb05f;
}

li.slick-slide img {
    width: 91%;
    margin: auto;
}
.slick-boxbg {
    background-color: rgba(0,0,0,0);
    padding: 45px 0px;
    margin-top: 40px;
}
ul.slick-box.slick-initialized.slick-slider.slick-dotted {
    width: 1180px;
    margin: auto;
}
ul.slick-dots {
    bottom: -35px!important;
    left: 0px!important;
}
.slick-dots li button:before {
    font-size: 32px!important;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-list.draggable {
    margin-right: 40px;
}
.slick-slide {
  transition: .3s ease;
  transform: scale(.85);
}
.slick-current {
  transform: scale(1);
}
.thumbnail {
  width: 980px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.thumbnail img {
    width: 17%;
    margin: 9px 12px;
}
div#introduction {
}
div#overview {
}
div#event {
}
div#autograph {
}
img.midashi {
    margin-bottom: 40px;
}
.venue_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: -70px;
}
.order_wrap {
    padding-top: 100px;
    margin-bottom: -110px;
    width: 100%;
}
.charafine_text, .order_text {
    width: 980px;
    margin: auto;
    margin-bottom: 35px;
}
.order_text {
    background-color: #ffffff;
}
.order_midashi {
    width: 980px;
    margin: auto;
}
h2 {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
    padding: 6px 0px;
}
h2+p,.autograph_info>p {
    padding: 0px 60px;
    padding-bottom: 30px;
    font-size: 15px;
}
h1 {
    text-align: center;
    font-size: 30px;
    padding: 8px;
    border-bottom: dotted 3px #ffffff;
    background-color: #ffa243;
    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
}
.charafine_text {
    background-color: #ffd99f;
    border-radius: 15px;
}
.charafine_text>p {
    padding: 20px 65px;
    padding-top: 4px;
    line-height: 31px;
    font-size: 18px;
    letter-spacing: 1px;
}
.content {
    display: inline-flex;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal {
    margin: 0;
}
.modal_box {
    text-align: center;
    width: 105%;
}
.modal_box img {
    width: 95%;
    padding: 2px;
}
div#modal03 .modal__content,div#modal04 .modal__content {
    text-align: left;
}
h3 {
    border-left: solid 8px #c6a5fb;
    padding-left: 8px;
    border-bottom: dotted 2px #9c9c9c;
    padding-bottom: 2px;
}
.content_flex img {
    width: 86%;
    display: block;
}
a.js-modal-close {
    background-color: #ff940f;
    color: #ffffff;
    padding: 0px 14px;
}
img.title {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.zyanken {
    border: dashed;
    margin-top: 90px;
    padding: 38px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #ffffff;
}
.zyanken>.order_text {
    width: 100%;
    background-color: #e1ecff;
}
.zyanken>.order_text>h2+p {
    margin-bottom: -5px;
}
.zyanken>.autograph_date{
    background-color: #96b3ff;
    margin-bottom: 32px;
}
.zyanken_title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 33px;
    font-weight: bold;
    border-bottom: solid;
}
.zyanken_content {
    margin-bottom: 50px;
}
p.txt {
    text-align: right;
    font-size: 15px;
}
.lb-details {
    display: none;
}
.autograph_info {
    border: solid #ff2959;
    margin: 15px 30px;
    margin-bottom: 75px;
    background-color: #ffffff;
}
h5 {
    text-align: center;
    background-color: #ff2959;
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
    padding: 6px 0px;
    margin: 0;
}
h5+p {
    margin-bottom: 0;
}
.autograph_infotext {
    text-align: center;
    padding: 40px 60px;
    font-size: 27px;
    font-weight: bold;
    line-height: 38px;
    color: #ff2959;
    padding-bottom: 10px;
}

@media screen and (max-width:1100px){
    .charafine_left{
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 536px;
}
  p {
    font-size: 16px;
}
  header {
    text-align: center;
    height: 127px;
  }
  header img {
    width: 330px;
}
nav.pc {
    position: relative;
    right: 0;
    top: -14px;
    text-align: center;
}
nav.pc ul {
    margin-left: -30px;
}
nav.pc ul li> a {
    font-size: 17px;
}
div#snsbtn {
    position: absolute;
    top: 139px;
}
a >.top {
    right: 35px;
    bottom: 22px;
}
.name>span {
    font-size: 16px;
}
.cardimg img {
    width: 100%;
}
.profile {
    width: 400px;
    margin-right: 20px;
}
.name {
    font-size: 28px;
}
.lead {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 31px;
    margin-top: 40px;
}
.lead>p {
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
img.midashi {
    width: 100%;
}
iframe.map {
    margin: 0px 67px;
    height: 375px;
}
.date_1, .date_2, .date_3 {
    display: inline-flex;
    padding: 15px 30px;
}
.date_2 {
    margin: 0px 80px;
    margin-right: 0px;
}
.bg_1 {
    margin-left: 80px;
}
.date_3 {
  margin-left: 710px;
}
.section_wrap {
    margin-top: 40px;
    max-width: 98%;
    margin-bottom: 50px;
}
img.charafine {
    margin: 0;
    width: 100%;
}
.thumbnail {
    width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.thumbnail img {
    width: 23%;
    margin: 6px 3px;
}
ul.slick-box.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
}
.profile {
    margin-right: 10px;
}
.charafine_text, .order_text {
    width: 630px;
}
.charafine_text>p {
    padding: 29px;
    padding-top: 5px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0px;
}
.order_wrap {
    width: 100%;
    padding-top: 50px;
    margin-bottom: -100px;
}
.order_midashi {
    width: 98%;
    margin: auto;
}
img.charafine {
}
.charafine_text {
    margin-bottom: 60px;
}
.venue_wrap {
    padding-top: 50px;
    margin-bottom: -40px;
}
img.midashi {
    margin-bottom: 30px;
}
.slick-boxbg {
    padding: 50px 0px;
    padding-top: 15px;
}
.autograph_date {
    font-size: 20px;
}
img.etc_1.pc {
    position: absolute;
    top: 148px;
    width: 215px;
    z-index: 1;
}
img.etc_2.pc{
    position: absolute;
    top: 249px;
    width: 120px;
    margin-left: 159px;
}
}
@media screen and (max-width:700px){


div#main {
    background-position: center top;
    background-size: 170%;
}
  .box {
    background-image: url('../image/main_sp.png');
  }
div#snsbtn {
    position: absolute;
    top: 107px;
    right: 10px;
}
header {
    position:absolute;
    text-align: center;
    height: 82px;
}
a >.top {
    padding: 10px 10px;
    right: 16px;
    bottom: 9px;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.66);
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 2px dotted #969696;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1.7em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 1000;
    background: #ff5ca4;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
p {
    line-height: 25px;
}
.section_wrap {
    width: 100%;
}
.introduction_wrap>div {
    display: block;
}
.lead {
    width: 100%;
}
.lead>p {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0px 0px;
    line-height: 30px;
}
.cardimg img {
    width: 45%;
}
.cardimg {
    text-align: center;
}
.name {
    text-align: center;
    margin-bottom: 12px;
}
.sns_btn {
    text-align: center;
}
.introduction_wrap>div+div {
    display: block;
    padding-bottom: 15px;
}

.profile {
    width: 80%;
    padding: 20px 20px;
    margin: auto;
    margin-bottom: 30px;
}
iframe.twitter-timeline-rendered {
margin:0 auto;/*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
}
img.midashi.sp {
    margin-left: 50px;
}
.overview_ontent {
    margin: 0px 45px;
}
.bg_1 {
    margin-right: 0;
    margin-left: 0;
}
.date_1, .date_2, .date_3 {
    padding: 15px 45px;
}
.date_2 {
    margin: 0;
}
.bg_3 {
    margin-left: 0;
}
.date_3 {
    margin-left: 0;
}
.autograph_date {
    padding: 11px 0px;
    width: 85%;
    text-align: center;
    margin: 17px 8%;
    font-size: 20px;
}
.autograph_content>p {
    margin: 0px 45px;
    line-height: 30px;
    height: 100%;
}
.autograph_content {
    display: block;
    margin-top: -17px;
    text-align: center;
    margin-bottom: 0px;
}
img.autograph_img {
    margin-top: 10px;
}
.venue_wrap.section_wrap>img.midashi.sp,
.order_midashi>img.midashi.sp {
    margin-left: 0;
}
iframe.map {
    width: 100%;
    margin: 0px;
}
.order_midashi {
    width: 100%;
}
img.charafine {
    margin-top: -5px;
}
.charafine_text,.order_text {
    width: 84%;
}
.charafine_text, .order_text {
    width: 84%;
}
img.charafine.sp {
    width: 100%;
    margin: 0;
    margin-top: -30px;
}
.slick-boxbg {
    padding: 45px 0px;
}
li.slick-slide img {
    width: 90%;
}
.thumbnail {
    width: 84%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.thumbnail img {
    width: 21%;
    margin: 5px 9px;
}
footer img {
    margin: 15px 23px;
}
  .contents > div {
    display: none;
  }
  .contents > div.show {
    display: block;
    animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
  }
  @-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
  }
  .modal_box.sp {
    width: 100%;
}
  ul.tab {
    padding: 0;
    display: inline-flex;
}
.modal_box img {
    width: 97%;
}
.show {
    text-align: left;
    background-color: #ffffff;
    margin-bottom: 23px;
    padding: 14px;
    padding-bottom: 3px;
    line-height: 23px;
}
a.works_link {
    background-color: #bd3cff;
    color: #ffffff;
    padding: 4% 18%;
    line-height: 60px;
}
h3 {
    margin-top: 37px;
}

div#introduction,div#overview,div#event,div#autograph {
    background-size: contain;
}
.date_1, .date_2, .date_3, .overview_content, .autograph_content, .lead p {
    padding: 30px 50px;
}
.date_1, .date_2, .date_3 {
    padding: 15px 50px;
}
.autograph_content>p {
    margin: 0px 0px;
    text-align: left;
}
.zyanken {
    margin-left: 50px;
    margin-right: 50px;
    padding:40px;
}
div#event {
    background-position: left 3% bottom -169px;
}
p.txt {
    text-align: center;
}
.zyanken>.order_text {
    margin: 0;
}
div#overview,div#event {
    padding-top: 50px;
    margin-bottom: -30px;
}
div#autograph {
    padding-top: 50px;
}
.autograph_wrap.section_wrap {
    margin-bottom: 70px;
}
div#order {
    padding-bottom: 0px;
}
.overview_content {
    padding-top: 0;
}
.autograph_info {
    margin-left: 50px;
    margin-right: 50px;
}
.autograph_info>p {
    padding: 40px;
    padding-top: 10px;
}
}
@media screen and (max-width:670px){
  .thumbnail img {
    width: 35%;
    margin: 4px 6px;
}
.overview_content {
    padding-left: 53px;
}
.zyanken>.autograph_date {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.zyanken_title {
    font-size: 19px;
}
.zyanken {
    margin-top: 50px;
}

h1 {
    font-size: 25px;
}
}

.spna_text{
    font-size: 16px;
}
@media screen and (max-width:400px){
    p {
        line-height: 30px;
        font-size: 14px;
    }

  header img {
    width: 248px;
    margin-left: -38px;
}
header {
    text-align: center;
    height: 72px;
}
.spna_text{
    font-size: 14px;
}
.introduction_wrap>div {
    display: block;
}
.cardimg img {
    width: 68%;
    margin: 0px 15%;
}
.date_1, .date_2, .date_3 {
    display: block;
    padding: 15px 25px;
}
.autograph_date {
    font-size: 16px;
    line-height: 29px;
}
.thumbnail img {
    width: 47%;
    margin: 3px 3px;
}
footer img {
    margin: 7px 18px;
    width: 78px;
}
a >.top {
    right: 12px;
}
.overview_content {
    padding-left: 25px;
    padding-right: 25px;
}
h1 {
    font-size: 20px;
}
h2+p {
    padding: 20px 20px;
    margin-top: -20px;
    font-size: 14px;
}
.zyanken {
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.zyanken_title {
    margin-bottom: 19px;
}
.zyanken_content {
    margin-bottom: 18px;
}
.section_wrap {
    margin-top: 0px;
}
.zyanken>.order_text {
    width: 100%;
    background-color: #e1ecff;
    margin-bottom: 8px;
}
.lead>p {
    padding-left: 30px;
    padding-right: 30px;
}
.autograph_content>p {
    margin: 0;
}
img.autograph_img {
    margin: auto;
}
p.txt {
    text-align: center;
    margin: 0px 35px;
    font-size: 12px;
}
div#venue2>.venue_wrap {
    padding-top: 58px;
}
.theme_comment>p {
    font-size: 14px;
    line-height: 24px;
}
h3 {
    margin-top: 25px;
    font-size: 16px;
}
ul.more li p {
    line-height: 16px;
}
.acd-content>p {
    font-size: 14px;
}
.charafine_text>p {
    line-height: 30px;
    font-size: 14px;
}
.charafine_text {
    margin-bottom: -41px;
}
iframe.map {
    height: 250px;
}
div#overview,div#event {
    padding-top: 60px;
    margin-bottom: -30px;
}
div#autograph {
    margin-bottom: 0px;
}
div#introduction,div#overview,div#event,div#autograph {
    background-size: contain;
}
div#overview {
    background-position: top;
}
div#event {
    background-position: left 3% top 112%;
}
h4 {
    font-size: 15px;
}
.modal_box.sp {
    margin: -10px 0px;
}
.name {
    font-size: 23px;
}
div#snsbtn {
    top: 100px;
}
img.autograph_img {
    width: 60%;
    margin: 0px 52px!important;
}
img.midashi.sp {
    margin-left: 20px;
}
.zyanken_title {
    font-size: 17px;
}
.autograph_info {
    margin-left: 30px;
    margin-right: 30px;
}
.autograph_info>p {
    padding: 20px;
    margin-top: -15px;
}
.autograph_infotext {
    padding: 20px 18px;
    font-size: 23px;
    line-height: 31px;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 30px;
    visibility: visible;
    margin: 30px;
    background-color: #ffffff;
}
}
.lb-nav a.lb-prev {
    background: url("../lightbox/prev.png") left 48% no-repeat!important;
}
.lb-nav a.lb-next {
    background: url("../lightbox/next.png") right 48% no-repeat!important;
}


.goods_hanbaitenpo{
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    padding: 2px 0;
    margin: 10px 0px;
    color: #383838;
    border: solid 2px #f72c7e;
}
.goods_hanbaitenpo p{
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
    text-shadow:
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff,
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff,
     2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
     2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
     2px  0px 1px #ffffff,
     0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
     0px -2px 1px #ffffff;
}

.goods_hanbaitenpo_ttl{
    color: #ff1e66;
    font-size: 22px;
}
.goods_hanbaitenpo_ttl1{
    color: #ff1e66;
    font-size: 26px;
}
.goods_hanbaitenpo_ttl2{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 20px;
    text-shadow: none;
    /*color: #ff1e66;
    border: solid 1px #ff1e66;*/
}
.tuhan_btn{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20%;
    max-width: 112px;
}
.tuhan_btn img{
    width: 100%;
}

@media screen and (max-width:670px){

.goods_hanbaitenpo_ttl{
    font-size: 17px;
}
.goods_hanbaitenpo_ttl1{
    font-size: 24px;
}
.goods_hanbaitenpo p{
    font-size: 15px;
}
}


.autograph_info {
    border: solid #fc2255;
    margin: 15px 30px;
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 20px;
}
.omiyage {
    margin: 20px;
}
p.omiyage_p {
    float: left;
    width: 45%;
    margin: 50px 0px 0;
    text-align: center;
}
img.omiyage_img {
    float: right;
    width: 54%;
    max-width: 610px;
}
.omiyage_ttl{
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff1e66;
    border-radius: 20px;
    padding: 7px 15px 5px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}


@media screen and (max-width:900px){

.autograph_info {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
p.omiyage_p {
    float: none;
    width: 100%;
    margin: 0;
}
img.omiyage_img {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.omiyage_ttl{
    margin: 10px 0;
}

}
