@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+JP:wght@200..900&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
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,
sup,
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;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body {
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.akb-ishou {
  font-family: "Noto Serif JP", serif;
  background-image: url(/tokyo/akb48/ishouten/img/plaid-pattern.jpg);
  padding: 0 25px;
  /*****共通****/
  /************/
}
@media screen and (max-width: 767px) {
  .akb-ishou {
    padding: 0 5%;
  }
}
.akb-ishou .akb-ishou-wrap {
  background-image: url(/tokyo/akb48/ishouten/img/background.jpg);
  background-repeat: repeat;
}
.akb-ishou h1, .akb-ishou h2, .akb-ishou h3, .akb-ishou h4, .akb-ishou h5, .akb-ishou h6,
.akb-ishou .h1, .akb-ishou .h2, .akb-ishou .h3, .akb-ishou .h4, .akb-ishou .h5, .akb-ishou .h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}
.akb-ishou p {
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .akb-ishou p {
    font-size: 1.4rem !important;
  }
}
.akb-ishou ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .akb-ishou ul li {
    font-size: 1.4rem;
  }
}
.akb-ishou ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .akb-ishou ul.indent li {
    font-size: 1.4rem;
  }
}
.akb-ishou ul.indent.attention li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .akb-ishou ul.indent.attention li {
    font-size: 1.2rem;
  }
}
.akb-ishou ul.indent.fs-up li {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .akb-ishou ul.indent.fs-up li {
    font-size: 1.4rem;
  }
}
.akb-ishou a {
  color: #193984;
}
.akb-ishou .inner {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .akb-ishou .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.akb-ishou .orange {
  color: #EF851D;
}
.akb-ishou .red {
  color: #FF0000;
}
.akb-ishou .heading-ttl {
  color: #313C55;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .heading-ttl {
    font-size: 3.4rem;
    margin-bottom: 70px;
  }
}
.akb-ishou .heading-ttl::before {
  content: "";
  display: block;
  width: 378px;
  height: 56px;
  background: url(/tokyo/akb48/ishouten/img/ttl_heading01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .akb-ishou .heading-ttl::before {
    width: 90%;
    height: auto;
    aspect-ratio: 286/47;
    background: url(/tokyo/akb48/ishouten/img/ttl_heading01_sp.png) no-repeat;
    background-size: cover;
    top: -58px;
  }
}
.akb-ishou .heading-ttl::after {
  content: "";
  display: block;
  width: 378px;
  height: 17px;
  background: url(/tokyo/akb48/ishouten/img/ttl_heading02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .akb-ishou .heading-ttl::after {
    width: 90%;
    height: auto;
    aspect-ratio: 286/20;
    background: url(/tokyo/akb48/ishouten/img/ttl_heading02_sp.png) no-repeat;
    background-size: cover;
    bottom: -30px;
  }
}
.akb-ishou .heading-ttl span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .akb-ishou .heading-ttl span {
    font-size: 1.8rem;
  }
}
.akb-ishou .middle-ttl {
  color: #313C55;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .middle-ttl {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.akb-ishou .middle-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(/tokyo/akb48/ishouten/img/line03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .middle-ttl::after {
    height: auto;
    aspect-ratio: 322/18;
    background: url(/tokyo/akb48/ishouten/img/line03_sp.png) no-repeat;
    background-size: cover;
    bottom: -10px;
  }
}
.akb-ishou .small-ttl {
  color: #313C55;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .small-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.8em;
  }
}
.akb-ishou .small-ttl span {
  padding-bottom: 8px;
  border-bottom: 1px solid #313C55;
}
@media screen and (max-width: 767px) {
  .akb-ishou .small-ttl span {
    padding-bottom: 6px;
  }
}
.akb-ishou .simple-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .simple-ttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.akb-ishou .link-btn {
  width: 262px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .link-btn {
    width: 96%;
    margin: 25px auto 0;
  }
}
.akb-ishou .link-btn a {
  display: block;
  color: #fff;
  background: #313C55;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #313C55;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .link-btn a {
    font-size: 1.4rem;
  }
}
.akb-ishou .link-btn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/tokyo/akb48/ishouten/img/icon_link.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.akb-ishou .link-btn a:hover {
  color: #313C55;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .akb-ishou .link-btn a:hover {
    color: #fff;
    background: #313C55;
  }
}
.akb-ishou .link-btn a:hover::after {
  background: url(/tokyo/akb48/ishouten/img/icon_link_h.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .akb-ishou .link-btn a:hover::after {
    background: url(/tokyo/akb48/ishouten/img/icon_link.png) no-repeat;
    background-size: contain;
  }
}
.akb-ishou .section-block {
  padding: 13px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block {
    padding: 8px;
  }
}
.akb-ishou .section-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 98px;
  background: url(/tokyo/akb48/ishouten/img/box-pattern01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block::before {
    background: url(/tokyo/akb48/ishouten/img/box-pattern01_sp.png) no-repeat;
    background-size: 100% 30px;
    height: 30px;
  }
}
.akb-ishou .section-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 98px;
  background: url(/tokyo/akb48/ishouten/img/box-pattern02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block::after {
    background: url(/tokyo/akb48/ishouten/img/box-pattern02_sp.png) no-repeat;
    background-size: 100% 30px;
    height: 30px;
  }
}
.akb-ishou .section-block .section-wrap {
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #313C55;
  padding: 78px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block .section-wrap {
    padding: 35px 5%;
  }
}
.akb-ishou .section-block .section-wrap::after {
  content: "";
  display: block;
  width: 1020px;
  height: calc(100% - 196px);
  background: url(/tokyo/akb48/ishouten/img/box-pattern03.png) repeat-y;
  background-size: 100% 100%;
  position: absolute;
  top: 98px;
  left: 0;
  /*height: calc(100% - 166px); // 98×2 - 13×2 - 4
  background: url(/tokyo/akb48/ishouten/img/box-pattern03.png) repeat-y;
  background-size: 100%;
  position: absolute;
  top: 83px; //98 - 13 - 2
  left: -15px;*/
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block .section-wrap::after {
    /*width: calc(100% + 20px);
    height: calc(100% - 40px); //本当は40だが計算でしっくりきた
    background: url(/tokyo/akb48/ishouten/img/box-pattern03_sp.png) repeat-y;
    //aspect-ratio: 320 / 10;
    background-size: 100% 100%;
    top: 20px; //本当は20
    left: -10px;*/
    /*width: calc(100% + 20px);
    height: calc(100% - 40px); 
    background: url(/tokyo/akb48/ishouten/img/box-pattern03_sp.png) repeat-y;
    background-size: 100% 100%; // 縦方向は自然に繰り返す
    top: 20px;
    bottom: 20px;
    left: -10px;
    right: -10px;*/
    width: 100%;
    height: calc(100% - 60px);
    background: url(/tokyo/akb48/ishouten/img/box-pattern03_sp.png) repeat-y;
    background-size: 100% 100%;
    top: 30px;
    left: 0;
  }
}
.akb-ishou .section-block .section-wrap .name {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block .section-wrap .name {
    font-size: 1.8rem !important;
    margin-bottom: 13px;
  }
}
.akb-ishou .section-block .section-wrap .name .post {
  font-size: 2rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .section-block .section-wrap .name .post {
    display: block;
    font-size: 1.6rem;
    margin-right: 0;
  }
}
.akb-ishou .section-block .section-wrap .name .kana {
  font-size: 1.4rem;
}
.akb-ishou .mv {
  padding: 48px 0 120px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .mv {
    padding: 32px 0 55px;
  }
}
.akb-ishou .mv .event-ttl {
  width: 504px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .mv .event-ttl {
    width: 80%;
  }
}
.akb-ishou .mv .date {
  margin-top: 30px;
  color: #313C55;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .akb-ishou .mv .date {
    margin-top: 20px;
    font-size: 1.7rem !important;
  }
}
.akb-ishou .mv .intro {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .mv .intro {
    margin-top: 30px;
  }
}
.akb-ishou .mv .intro p {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .akb-ishou .mv .intro p {
    font-size: 1.6rem !important;
  }
}
.akb-ishou .highlights {
  padding: 215px 0 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights {
    padding: 115px 0 40px;
  }
}
.akb-ishou .highlights::before {
  content: "";
  display: block;
  width: 800px;
  height: 21px;
  background: url(/tokyo/akb48/ishouten/img/line.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights::before {
    width: 90%;
    height: auto;
    aspect-ratio: 322/19;
    background: url(/tokyo/akb48/ishouten/img/line_sp.png) no-repeat;
    background-size: contain;
  }
}
.akb-ishou .highlights .comment {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights .comment {
    margin-bottom: 140px;
  }
}
.akb-ishou .highlights .comment .section-block .member-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akb-ishou .highlights .comment .section-block .member-comment .member-pic {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights .comment .section-block .member-comment .member-pic {
    width: 60%;
    margin: 0 auto 25px;
  }
}
.akb-ishou .highlights .comment .section-block .member-comment .comment-txt {
  width: 558px;
}
.akb-ishou .highlights .benefits .benefits-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akb-ishou .highlights .benefits .benefits-contents .benefits-image {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights .benefits .benefits-contents .benefits-image {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.akb-ishou .highlights .benefits .benefits-contents .benefits-txt {
  width: 486px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .highlights .benefits .benefits-contents .benefits-txt {
    width: 100%;
  }
}
.akb-ishou .goods {
  color: #fff;
  padding: 205px 0 120px;
  background: #313C55;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods {
    padding: 145px 0 80px;
  }
}
.akb-ishou .goods .heading-ttl {
  color: #CBAF7A;
  position: relative;
}
.akb-ishou .goods .heading-ttl::before {
  background: url(/tokyo/akb48/ishouten/img/ttl_heading03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .heading-ttl::before {
    background: url(/tokyo/akb48/ishouten/img/ttl_heading03_sp.png) no-repeat;
    background-size: cover;
  }
}
.akb-ishou .goods .heading-ttl::after {
  background: url(/tokyo/akb48/ishouten/img/ttl_heading04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .heading-ttl::after {
    background: url(/tokyo/akb48/ishouten/img/ttl_heading04_sp.png) no-repeat;
    background-size: cover;
  }
}
.akb-ishou .goods .goods-head {
  color: #CBAF7A;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin: 65px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .goods-head {
    font-size: 2.4rem;
    margin: 45px 0 25px;
  }
}
.akb-ishou .goods .goods-head::before {
  content: "";
  display: block;
  width: 352px;
  height: 33px;
  background: url(/tokyo/akb48/ishouten/img/ttl_top.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .goods-head::before {
    width: 96%;
    height: auto;
    aspect-ratio: 244/23;
    background: url(/tokyo/akb48/ishouten/img/ttl_top_sp.png) no-repeat;
    background-size: cover;
    top: -45px;
  }
}
.akb-ishou .goods .attention-txt {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .attention-txt {
    font-size: 1.2rem !important;
  }
}
.akb-ishou .goods .section-block::before {
  background: url(/tokyo/akb48/ishouten/img/box-pattern04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block::before {
    background: url(/tokyo/akb48/ishouten/img/box-pattern04_sp.png) no-repeat;
    background-size: 100% 30px;
    height: 30px;
  }
}
.akb-ishou .goods .section-block::after {
  background: url(/tokyo/akb48/ishouten/img/box-pattern05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block::after {
    background: url(/tokyo/akb48/ishouten/img/box-pattern05_sp.png) no-repeat;
    background-size: 100% 30px;
    height: 30px;
  }
}
.akb-ishou .goods .section-block .section-wrap {
  background: #2A3348;
  border: 2px solid #CBAF7A;
}
.akb-ishou .goods .section-block .section-wrap::after {
  background: url(/tokyo/akb48/ishouten/img/box-pattern06.png) repeat-y;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap::after {
    background: url(/tokyo/akb48/ishouten/img/box-pattern06_sp.png) repeat-y;
    background-size: 100% 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents {
  margin-top: 90px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents {
    margin-top: 60px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(/tokyo/akb48/ishouten/img/line02.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl::after {
    height: auto;
    aspect-ratio: 274/13;
    background: url(/tokyo/akb48/ishouten/img/line02_sp.png) no-repeat;
    background-size: cover;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl .period {
  color: #313C55;
  font-size: 1.8rem;
  background: #fff;
  padding: 3px 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-ttl .period {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info {
  font-size: 1.8rem;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info span {
    display: block;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info a {
  color: #fff;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-info a:hover {
    text-decoration: underline;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 {
    flex-direction: column-reverse;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-image {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-image {
    width: 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-about-txt {
  width: 434px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-about-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-about-txt .goods-list li {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-col02 .goods-about-txt .goods-list li {
    font-size: 1.6rem;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .goods-image-col01 {
  width: 600px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .goods-image-col01 {
    width: 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .picture-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 31px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .picture-list {
    gap: 15px 0;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .picture-list li {
  width: 257px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .picture-list li {
    width: 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap {
    margin-bottom: 15px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap .costume-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap .costume-list {
    width: 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap .costume-list li {
  font-size: 1.8rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .costume-list-wrap .costume-list li {
    font-size: 1.6rem;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .costume-price {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .costume-price {
    font-size: 1.6rem !important;
    text-align: left;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .costume-image {
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .costume-image {
    margin: 15px 0;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image {
    gap: 14px 0;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image li {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image li {
    width: 100%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image li:nth-of-type(5) {
  padding-right: 103px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .dolls-image li:nth-of-type(5) {
    width: 76%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .indent.color li {
  color: #FDC3C3;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .indent.costume-info li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .indent.costume-info li {
    text-align: left;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info {
  margin-top: 45px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info {
    margin-top: 40px;
    padding: 30px 7%;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .en {
  font-size: 1.4rem;
  font-family: "Courgette", cursive;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .en {
    font-size: 1.2rem;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .name {
  margin-bottom: 0;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .works {
  font-size: 1.4rem !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .works {
    font-size: 1.2rem !important;
    margin-bottom: 15px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-pic {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-pic {
    width: 86%;
    margin: 0 auto 15px;
  }
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-txt {
  width: 500px;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-txt .link-btn {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-txt .link-btn a {
  font-size: 1.4rem;
  border: 1px solid #fff;
  background: transparent;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-txt .link-btn a:hover {
  color: #fff;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents .artist-info .artist-wrap .artist-txt .link-btn a:hover::after {
  background: url(/tokyo/akb48/ishouten/img/icon_link.png) no-repeat;
  background-size: contain;
}
.akb-ishou .goods .section-block .section-wrap .goods-contents:nth-of-type(n + 2) {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .section-block .section-wrap .goods-contents:nth-of-type(n + 2) {
    padding-top: 0;
  }
}
.akb-ishou .goods .soon {
  margin-top: 90px;
  color: #FDC3C3;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .akb-ishou .goods .soon {
    margin-top: 30px;
    font-size: 1.8rem !important;
  }
}
.akb-ishou .about {
  padding: 200px 0 140px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about {
    padding: 140px 0 80px;
  }
}
.akb-ishou .about .section-block-about {
  margin-bottom: 45px;
}
.akb-ishou .about .section-block-about:first-of-type {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .section-block-about:first-of-type {
    margin-top: 95px;
  }
}
.akb-ishou .about .section-block-about .fs-up {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .section-block-about .fs-up {
    font-size: 1.6rem !important;
  }
}
.akb-ishou .about .section-block-about .section-small {
  margin-bottom: 35px;
}
.akb-ishou .about .section-block-about .list-head {
  font-weight: 600;
  margin-bottom: 5px;
}
.akb-ishou .about .section-block-about .info-box {
  margin: 20px 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .section-block-about .info-box {
    padding: 20px 5%;
  }
}
.akb-ishou .about .special {
  margin: 120px 0 130px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .special {
    margin: 100px 0 70px;
  }
}
.akb-ishou .about .special .special-head {
  color: #313C55;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin: 65px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .special .special-head {
    font-size: 2.4rem;
    margin: 45px 0 25px;
  }
}
.akb-ishou .about .special .special-head::before {
  content: "";
  display: block;
  width: 352px;
  height: 33px;
  background: url(/tokyo/akb48/ishouten/img/ttl_top02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .special .special-head::before {
    width: 96%;
    height: auto;
    aspect-ratio: 244/23;
    background: url(/tokyo/akb48/ishouten/img/ttl_top02_sp.png) no-repeat;
    background-size: cover;
    top: -45px;
  }
}
.akb-ishou .about .special .section-block-about:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .akb-ishou .about .special .section-block-about:first-of-type {
    margin-top: 40px;
  }
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

/******************************/
.Pagetop {
  background: rgb(10, 41, 90);
  right: 10px !important;
  z-index: 999999999 !important;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */