@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* 更新履歴：2021/08/16 1300 */
/* CSS Document */
#gw_custom_area{
  background: #FFFFFF;
  overflow-x: hidden;
}
/* select-guard */
#gw_custom_area img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  -webkit-touch-callout: none;
  -ms-user-select:none;
  user-select:none;
}

#gw_custom_area img{
  width: 100%;
}

/* copy-guard */
.gw_copyguard_img{
  pointer-events: none;
}

/* default-font-setting */
#gw_container{
  font-family: 'Noto Serif JP', serif;
}
/* !default-font-setting */

/* 共通部分 */
.gw_container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .gw_container{
    width: 640px;
  }
}
@media (min-width: 980px) {
  .gw_container{
    width: 980px;
  }
}

.gw_pc_only {
  display: none !important;
}
.gw_sp_only {
  display: block !important;
}
.gw_pc_only_inline{
  display: none !important;
}
.gw_sp_only_inline{
  display: inline !important;
}
@media (min-width:980px) {
  .gw_pc_only {
    display: block !important;
  }
  .gw_sp_only {
    display: none !important;
  }
  .gw_pc_only_inline{
    display: inline !important;
  }
  .gw_sp_only_inline{
    display: none !important;
  }
}

#gw_custom_area > *{
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: none;
}
#gw_custom_area > h1{
  padding: 0;
  margin: 0 auto;
}
#gw_container h1{
  margin-bottom: 10vw;
}
#gw_custom_area h1,
#gw_custom_area h2,
#gw_custom_area h3,
#gw_custom_area h4{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#gw_container a{
  color: #000000;
}
#gw_container ul{
  list-style: none;
}
#gw_container a:hover {
  opacity: 0.5;
}
.gw_notpointer{
  pointer-events: none;
}

/* breadcrumb-setting */
.gw_breadcrumb{
  overflow: hidden;
  margin-top: 0;
  width: 100%;
  height: 50px;
  font-size: 12px;
}
.gw_breadcrumb li{
  float: left;
  padding-left: 20px;
  background: url(https://7net-img.omni7.jp/co/common/images/bg-icon-arrow-03.png) 7px center no-repeat;
}
.gw_breadcrumb li:first-child {
  padding-left: 0;
  background: none;
}
.gw_breadcrumb li a:hover{
  text-decoration: underline;
  color: #D43500;
}
.gw_breadcrumb li a{
  text-decoration: none;
  color: #000000;
}
/* !breadcrumb-setting */
/* !共通部分 */
/* gw top setting */
.gw_i0_top img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 0;
}

#gw_headers li{
  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;
  font-family: 'Sawarabi Mincho', sans-serif;
}
#gw_headers li a{
  display: block;
  padding: 1em 2em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  width: 80%;
  height: 1em;
  font-weight: 500;
  text-decoration: none;
  color:#000000;
  text-align: center;
  margin: 10px 10px;
}
#gw_headers li a::after,
#gw_headers li a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #EF8BB5;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}
#gw_headers li a::after{
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
#gw_headers li a::before{
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}
#gw_headers li a:hover::after,
#gw_headers li a:hover::before{
  -webkit-transform: translate(0);
  transform: translate(0);
}
.gw_button_sankaku{
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #EF8BB5;
  height: 1.5em;
  width: 1.5em;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media (min-width:980px) {
  .gw_top_pcback{
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E07BAB));
    background:linear-gradient(180deg, #FFFFFF 0%, #E07BAB 100%);
  }
  .gw_top_kikan{
    padding-top: 10px;
    padding-bottom: 15px;
  }
  #gw_headers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #gw_headers li a{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 0px;
    margin: 0;
    width: 100%;
    text-decoration: none;
  }
  #gw_headers li{
    width: 220px;
  }
  .gw_button_sankaku{
    height: 25px;
    width: 25px;
  }
  #gw_headers li a::after{
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  #gw_headers li a::before{
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  .gw_button_sankaku{
    top: 53%;
    right: -5px;
  }
}
/* !gw top setting */
/* gw_good_ticket */
#gw_custom_area #gw_good_ticket_title{
  background-color: #C32984;
  border-radius: 0px 52px 52px 0px;
  display: inline-block;
  padding: 0.3em 1em;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
}
@media (max-width:979px){
  #gw_good_ticket > :not(h2){
    margin-left: 5px;
    margin-right: 5px;
  }
}
#gw_good_ticket_itemname{
  text-align: center;
  font-family: 'Shippori Mincho','しっぽり明朝',serif;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width:980px) {
  #gw_good_ticket_itemname{
    text-align: left;
    padding-bottom: 25px;
  }
}

#gw_good_ticket_item_buttons{
  padding-top: 35px;
}
.gw_good_ticket_item_button{
  background-color: #FFFFFF;
  border: 3px solid #EF8BB5;
  -webkit-box-shadow: 2px 2px 4px #7E7E7ECC;
  box-shadow: 2px 2px 4px #7E7E7ECC;
  margin-bottom: 10px;
}
.gw_good_ticket_item_button span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.gw_good_ticket_item_button a{
  font-family: 'Noto Sans JP', serif;
}
.gw_good_ticket_item_button a{
  border: none;
  color: #EF8BB5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
}
.gw_good_ticket_item_button:hover{
  background-color: #EF8BB5;
}
.gw_good_ticket_item_button:hover a{
  color: #FFFFFF;
}
.gw_good_ticket_item_button:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.gw_good_ticket_item_button svg{
  position: absolute;
  width: 1.1em;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.gw_good_ticket_item_button svg *{
  stroke-width: 5;
}
.gw_good_ticket_item_button:hover svg {
  opacity: 1;
  right: -2rem;
}
@media (min-width:980px) {
  #gw_good_ticket_item_buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 40px;
  }
  #gw_good_ticket_item_buttons li{
    width: 375px;
  }
  .gw_good_ticket_item_button:hover svg {
    right: -2.5rem;
  }
}
/* gw_summary */

#gw_custom_area h2#gw_summary_title{
  margin-top: 20px;
}
@media (min-width:980px) {
  .gw_youtube_bg{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gw_youtube{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.gw_youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0px;
}
.gw_youtube_bottom_deco{
  margin-top: -1px;
}
#gw_summary h3{
  font-family: 'Noto Sans JP';
  font-weight: 400;
  margin-bottom: 10px;
}
#gw_summary .gw_textarea{
  font-family: 'Shippori Mincho','しっぽり明朝', serif;
}
@media (max-width:639px) {
  .gw_summary_cast_smalltxt{
    display:inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    width: calc(13em * 0.8);
    white-space: nowrap;
    font-size: 10px;
  }
  
}

#gw_summary_story_c1 .gw_textarea p:not(:first-child){
  padding-top: 1em;
  font-weight: 500;
}

@media (max-width:979px) {
  #gw_summary > :not(h2){
    margin-left: 5px;
    margin-right: 5px;
  }
}

#gw_summary_story,
#gw_summary_cast,
#gw_summary_staff{
  margin-bottom: 30px;
}

#gw_summary_cast .gw_textarea,
#gw_summary_staff .gw_textarea{
  font-weight: 400;
}
@media (min-width:980px) {
  #gw_summary_story{
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url("https://7net-img.omni7.jp/cm/0001/sc_image/inc/pc/special/210730hiraite/turu.png");
  }
  #gw_summary_story,
  #gw_summary_cast{
    margin-bottom: 70px;
  }
  #gw_summary_staff{
    margin-bottom: 100px;
  }
}
/* !gw_summary */
/* gw_review */
.gw_review_text{
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Shippori Mincho","しっぽり明朝";
  font-weight: 500;
}
.gw_review_text p{
  padding-top: 1em;
}
#gw_review footer{
  padding-top: 1.5em;
  padding-bottom: 30px;
  margin-right: 5px;
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (min-width:980px) {
  .gw_review_text{
    padding-top: 10px;
  }
  #gw_review footer{
    padding-bottom: 60px;
  }
}
/* !gw_review */
/* gw_ticket */
.gw_ticket_background{
  background-color: #FDEAF3;
}
#gw_ticket_content{
  border: 2px solid #C32984;
  border-radius: 9px;
  background-color: #FFFFFF;
}

#gw_custom_area #gw_ticket_title h2{
  font-family: "Shippori Mincho","しっぽり明朝";
  color: #C32984;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: 800;
  text-shadow: 1px 1px 1px #0000006C;
}
#gw_ticket_c1{
  font-family: 'Noto Sans JP', sans-serif;
}
.gw_ticket_content_attention{
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
}
.gw_ticket_content_attention_text{
  padding-top: 1em;
  padding-bottom: 1em;
}
#gw_ticket_text li{
  padding-left:1em;
  text-indent:-1em;
}
@media (min-width:980px) {
  #gw_ticket_text li{
    padding-bottom: 1em;
  }
  .gw_ticket_text_reference{
    padding-bottom: 1em;
  }
}
.gw_ticket_text_reference{
  padding-top: 1em;
}

#gw_ticket_content{
  padding: 13px 15px;
  font-weight: 400;
}

.gw_content_button{
  margin-top: 20px;
  padding-bottom: 30px;
}

#gw_ticket_content a{
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.gw_content_button p{
  display: block;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin:0 0;
  transform-origin:0 0;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  width: calc(35em * 0.85);
}
.gw_content_button p:first-child{
  font-weight: 700;
}
@media (min-width:980px) {
  .gw_ticket_text_reference{
    padding-top: 0;
  }
  #gw_ticket_content{
    padding-left: 27px;
    padding-top: 42px;
    padding-bottom: 30px;
  }
}
/* !gw_ticket */
/* footer-setteig */

#gw_footer_title{
  background-color: #D6569B;
  margin-top: 10px;
}
#gw_custom_area #gw_footer_title h2{
  font-family: "Shippori Mincho","しっぽり明朝";
  text-align: center;
  color: #FFFFFF;
  line-height: 1.68;
}
#gw_footer_c1{
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 10px 40px;
  font-family: 'Noto Sans JP', sans-serif;
}
#gw_footer_c1 a{
  text-decoration: none;
  color: #000000;
}
#gw_footer_c1 a:hover{
  opacity: 0.6;
  color: #D43500;
}
#gw_footer_c1 li a img{
  border: 1px solid #707070;
}
#gw_footer_c1 > *{
  width: calc(50% - 20px);
}
.gw_copyright{
  color: #FFFFFF;
  background-color: #F589B6;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width:980px) {
  #gw_footer_title{
    margin-top: 30px;
  }
  #gw_footer_c1{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #gw_footer_c1 > *{
    width: 200px;
  }
}
/* !footer-setteig */

/* anchor_link headMenu setting */
#gw_good_ticket,
#gw_summary,
#gw_review,
#gw_ticket,
#gw_footer{
  padding-top: 50px;
  margin-top: -50px;
}
/* !/* anchor_link headMenu setting */
/* font-size setting */
#gw_headers li a{
  font-size: 20px;
}
#gw_custom_area h2#gw_good_ticket_title{
  font-size: 21px;
}
#gw_good_ticket_itemname :nth-of-type(1){
  font-size: 21px;
}
#gw_good_ticket_itemname :nth-of-type(2){
  font-size: 16px;
}
.gw_good_ticket_item_button a{
  font-size: 20px;
}
#gw_summary h3{
  font-size: 30px;
}
#gw_summary_story .gw_textarea{
  font-size: 10px;
}
#gw_summary_story_c1 .gw_textarea p:first-child{
  font-size: 15px;
}
#gw_summary_cast .gw_textarea,
#gw_summary_staff .gw_textarea{
  font-size: 14px;
}
#gw_summary_staff_c1 .gw_textarea footer{
  font-size: 10px;
}
.gw_review_text{
  font-size: 10px;
}
#gw_review footer{
  font-size: 9px;
}
#gw_custom_area #gw_ticket_title h2{
  font-size: 25px;
}
#gw_ticket_content{
  font-size: 10px;
}
.gw_content_button p{
  font-size: 10px;
}
#gw_custom_area #gw_footer_title h2{
  font-size: 25px;
}
#gw_footer_c1{
  font-size: 12px;
}
.gw_copyright{
  font-size: 10px;
}
@media (min-width: 320px) {
  #gw_custom_area h2#gw_good_ticket_title {
    font-size: calc(1.3125rem + ((1vw - 3.2px) * 2.4242));
  }
  #gw_good_ticket_itemname :nth-of-type(1) {
    font-size: calc(1.3125rem + ((1vw - 3.2px) * 2.8788));
  }
  #gw_good_ticket_itemname :nth-of-type(2) {
    font-size: calc(1rem + ((1vw - 3.2px) * 1.8182));
  }
  .gw_good_ticket_item_button a {
    font-size: calc(1.25rem + ((1vw - 3.2px) * 1.3636));
  }
  #gw_summary h3 {
    font-size: calc(1.875rem + ((1vw - 3.2px) * 2.2727));
  }
  #gw_summary_story .gw_textarea {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 1.5152));
  }
  #gw_summary_story_c1 .gw_textarea p:first-child {
    font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.2727));
  }
  #gw_summary_cast .gw_textarea {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.4242));
  }
  #gw_summary_staff .gw_textarea {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 2.2727));
  }
  #gw_summary_staff_c1 .gw_textarea footer {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 1.9697));
  }
  .gw_review_text {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.1212));
  }
  #gw_review footer {
    font-size: calc(0.5625rem + ((1vw - 3.2px) * 2.2727));
  }
  #gw_custom_area #gw_ticket_title h2 {
    font-size: calc(1.5625rem + ((1vw - 3.2px) * 5.9091));
  }
  #gw_ticket_content {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 0.7576));
  }
  .gw_content_button p {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 2.2727));
  }
  #gw_custom_area #gw_footer_title h2 {
    font-size: calc(1.5625rem + ((1vw - 3.2px) * 0.7576));
  }
  #gw_footer_c1 {
    font-size: calc(0.75rem + ((1vw - 3.2px) * 0.7576));
  }
  .gw_copyright {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 1.0606));
  }
}
@media (min-width:640px) {
  #gw_custom_area h2#gw_good_ticket_title{
    font-size: 28px;
  }
  #gw_good_ticket_itemname :nth-of-type(1){
    font-size: 30px;
  }
  #gw_good_ticket_itemname :nth-of-type(2){
    font-size: 22px;
  }
  .gw_good_ticket_item_button a{
    font-size: 24px;
  }
  #gw_summary h3{
    font-size: 37px;
  }
  #gw_summary_story .gw_textarea{
    font-size: 14px;
  }
  #gw_summary_story_c1 .gw_textarea p:first-child{
    font-size: 22px;
  }
  #gw_summary_cast .gw_textarea{
    font-size: 21px;
  }
  #gw_summary_staff .gw_textarea{
    font-size: 21px;
  }
  #gw_summary_staff_c1 .gw_textarea footer{
    font-size: 16px;
  }
  .gw_review_text{
    font-size: 16px;
  }
  #gw_review footer{
    font-size: 16px;
  }
  #gw_custom_area #gw_ticket_title h2{
    font-size: 43px;
  }
  .gw_ticket_content_attention{
    font-size: 12px;
  }
  #gw_ticket_content{
    font-size: 12px;
  }
  .gw_content_button p{
    font-size: 17px;
  }
  #gw_custom_area #gw_footer_title h2{
    font-size: 27px;
  }
  #gw_footer_c1{
    font-size: 14px;
  }
  .gw_copyright{
    font-size: 13px;
  }
}
@media (min-width: 980px) {
  #gw_custom_area h2#gw_good_ticket_title{
    font-size: 37px;
  }
  #gw_good_ticket_itemname :nth-of-type(1){
    font-size: 40px;
  }
  #gw_good_ticket_itemname :nth-of-type(2){
    font-size: 28px;
  }
  .gw_good_ticket_item_button a{
    font-size: 29px;
  }
  #gw_summary h3{
    font-size: 45px;
  }
  #gw_summary_story .gw_textarea{
    font-size: 20px;
  }
  #gw_summary_story_c1 .gw_textarea p:first-child{
    font-size: 30px;
  }
  #gw_summary_cast .gw_textarea{
    font-size: 30px;
  }
  #gw_summary_staff .gw_textarea{
    font-size: 29px;
  }
  #gw_summary_staff_c1 .gw_textarea footer{
    font-size: 23px;
  }
  .gw_review_text{
    font-size: 24px;
  }
  #gw_review footer{
    font-size: 24px;
  }
  #gw_custom_area #gw_ticket_title h2{
    font-size: 64px;
  }
  .gw_ticket_content_attention{
    font-size: 20px;
  }
  #gw_ticket_content{
    font-size: 15px;
  }
  .gw_content_button p{
    font-size: 25px;
  }
  #gw_custom_area #gw_footer_title h2{
    font-size: 30px;
  }
  #gw_footer_c1{
    font-size: 17px;
  }
  .gw_copyright{
    font-size: 17px;
  }
}