@charset "UTF-8"; /*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
a,
abbr[title] {
   text-decoration: none;
}
progress,
sub,
sup {
   vertical-align: baseline;
}
*,
img {
   margin: 0;
   padding: 0;
}
button,
hr {
   overflow: visible;
}
*,
hr,
img {
   padding: 0;
}
.button,
.omitate__app__txt,
.talkShow .talkShow__pop {
   text-align: center;
}
*,
:after,
:before {
   background-repeat: no-repeat;
   box-sizing: inherit;
}
:after,
:before {
   text-decoration: inherit;
   vertical-align: inherit;
}
audio:not([controls]) {
   display: none;
   height: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
   display: block;
}
summary {
   display: list-item;
}
[hidden],
template {
   display: none;
}
abbr[title] {
   border-bottom: 1px dotted;
}
a {
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
   color: #B3B3B3;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
a:active,
a:hover {
   outline-width: 0;
}
code,
kbd,
pre,
samp {
   font-family: monospace,monospace;
}
b,
strong {
   font-weight: bolder;
}
dfn {
   font-style: italic;
}
mark {
   background-color: #ff0;
   color: #000;
}
sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
}
sub {
   bottom: -.25em;
}
sup {
   top: -.5em;
}
input {
   border-radius: 0;
}
[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
   cursor: pointer;
}
[aria-disabled],
[disabled] {
   cursor: default;
}
[type=number] {
   width: auto;
}
[type=search] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
   -webkit-appearance: none;
}
textarea {
   overflow: auto;
   resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
   font: inherit;
}
optgroup {
   font-weight: 700;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
   border-style: 0;
   padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
   outline: ButtonText dotted 1px;
}
[type=reset],
[type=submit],
button,
html [type=button] {
   -webkit-appearance: button;
}
button,
select {
   text-transform: none;
}
button,
input,
select,
textarea {
   background-color: transparent;
   border-style: none;
   color: inherit;
}
select {
   -moz-appearance: none;
   -webkit-appearance: none;
}
select::-ms-expand {
   display: none;
}
select::-ms-value {
   color: currentColor;
}
legend {
   border: 0;
   color: inherit;
   display: table;
   max-width: 100%;
   white-space: normal;
}
::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}
svg:not(:root) {
   overflow: hidden;
}
audio,
canvas,
progress,
video {
   display: inline-block;
}
@media screen {
   [hidden~=screen] {
       display: inherit;
   }
   [hidden~=screen]:not(:active):not(:focus):not(:target) {
       position: absolute!important;
       clip: rect(0 0 0 0)!important;
   }
}
[aria-busy=true] {
   cursor: progress;
}
::-moz-selection {
   text-shadow: none;
   color: #fff;
   background: #000;
}
::selection {
   text-shadow: none;
   color: #fff;
   background: #000;
}
html {
   box-sizing: border-box;
   -webkit-text-size-adjust: 100%;
   overflow-x: hidden;
   overflow-y: scroll;
   line-height: 1.8;
   font-family: '游ゴシック',YuGothic,Meiryo,'メイリオ','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
   font-size: 62.5%;
   letter-spacing: 0.0625em;
   word-break: break-all;
}
.block__takePart,
.button {
   -webkit-box-sizing: border-box;
}
body {
   font-size: 1rem;
}
dd,
dt,
h1,
h2,
h3,
li,
p,
td,
th {
   color: #000;
   font-weight: 400;
}
h1 {
   font-size: 3rem;
}
h2 {
   font-size: 2.4rem;
}
h3 {
   font-size: 2rem;
}
button,
dd,
dt,
label,
li,
p,
td,
th {
   line-height: 2.1;
   font-size: 1.5rem;
   font-weight: 400;
}
li {
   list-style: none;
}
img {
   border-style: none;
   display: block;
   width: 100%;
}
small {
   font-size: 1.2rem;
}
hr {
   height: 0;
   border: 0;
   border-top: 1px solid #ccc;
}
.block__annotation,
.block__caption {
   padding-left: 1em;
   font-size: 1.4rem;
   text-indent: -1em;
}
.overlay {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1;
   display: none;
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0.5;
}
.banner a:hover,
.footer__hobonichi a:hover,
.footer__sns__item a:hover,
.other__img a:hover {
   opacity: 0.6;
}
.block__img {
   margin-bottom: 8px!important;
}
.block__annotation {
   margin-bottom: 0!important;
}
.block__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   margin-bottom: 10px;
}
.block__info__list,
.footer__block {
   display: -webkit-box;
   display: -ms-flexbox;
}
.block__title {
   width: 60px;
   font-weight: 700;
}
.block__item {
   width: 100%;
}
.block__info {
   margin: 40px 0;
}
.block__info__list {
   display: flex;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   margin-bottom: 10px;
}
.button,
.sp {
   display: block;
}
.block__info__title {
   width: 60px;
   font-weight: 700;
}
.block__info__item {
   width: 100%;
}
.block__takePart {
   box-sizing: border-box;
   width: 100%;
   padding: 24px;
   border: 2px dotted #ccc;
}
@media screen and (min-width:640px) {
   .block__takePart {
       max-width: 510px;
       padding: 40px;
   }
}
.block__takePart__item span {
   display: block;
   margin-left: -8px;
}
.block__takePart__annotation {
   margin-bottom: 0!important;
   padding-left: 1em;
   text-indent: -1em;
   color: #F33;
}
.button {
   box-sizing: border-box;
   max-width: 652px;
   width: 100%;
   padding: 16px 0;
   color: #000;
   font-weight: 700;
   background: #fff;
   border: 2px solid #000;
   border-radius: 40px;
   cursor: pointer;
}
.button:hover {
   color: #fff;
   background: #000;
}
.pc {
   display: none;
}
@media screen and (min-width:640px) {
   .block__imgBlock {
       position: relative;
       margin-bottom: 40px;
   }
   .block__imgBlock__caption {
       position: absolute;
       bottom: 24px;
       left: 24px;
       margin-bottom: 0!important;
   }
   .button {
       max-width: 500px;
       width: 100%;
       margin-right: auto;
       margin-left: auto;
       font-size: 1.8rem;
   }
   .sp {
       display: none!important;
   }
   .pc {
       display: block;
   }
}
section {
   margin-bottom: 72px;
}
section .inner {
   padding: 0 5%;
}
section .inner h2,
section .inner p {
   margin-bottom: 40px;
}
.header {
   margin-bottom: 72px;
}
.header__hobonichi {
   max-width: 280px;
   width: 100%;
   height: auto;
   margin: 30px auto 60px;
}
.header__logo {
   max-width: 645px;
   width: 100%;
   height: auto;
   margin: 0 auto 40px;
   padding: 0 5%;
}
.header__schedule {
   background: #78b4b4;
   padding: 40px 5%;
}
.live {
   margin-top: -72px;
   background: #e8dfd3;
}
.live .inner {
   padding: 72px 5%;
}
.live .inner h2 {
   max-width: 607px;
   width: 100%;
   max-height: 140px;
   height: auto;
   margin-bottom: 24px;
}
.live__block p:last-child {
   margin-bottom: 0;
}
.live__icon {
   max-width: 100px;
   width: 100%;
   height: auto;
   margin-bottom: 24px!important;
}
.intro__inner {
   padding: 0 5%;
}
.event .inner,
.info .inner {
   padding: 72px 5%;
}
.info {
   background: #FFF0BE;
}
.info .inner h2 {
   max-width: 629px;
   width: 100%;
   max-height: 102px;
   height: auto;
}
.collabo .inner h2 {
   max-width: 633px;
   width: 100%;
   max-height: 112px;
   height: auto;
}
.block__img iframe {
   width: 100%;
   height: 200px;
}
.banner a {
   display: block;
}
.event {
   background: #FAFAFA;
}
.event .inner h2 {
   max-width: 634px;
   width: 100%;
   max-height: 44px;
   height: auto;
}
.mina .inner h2 img,
.shimura .inner h2 img {
   width: auto;
   max-height: 30px;
   height: auto;
}
.event .inner p,
.shimura {
   margin-bottom: 0;
}
.omitate__app__button,
.omitate__app__txt {
   margin-bottom: 20px!important;
}
.shimura .inner {
   padding-bottom: 0!important;
}
.mina .inner {
   padding-top: 0!important;
}
.omitate {
   background: #FFC8C8;
}
.omitate .inner {
   padding: 72px 5%;
}
.omitate .inner h2 {
   max-width: 633px;
   width: 100%;
   max-height: 108px;
   height: auto;
}
.omitate__app__annotation,
.talkShow .inner .block__img {
   margin-bottom: 0!important;
}
.omitate__app__annotation {
   font-weight: 700;
   text-align: center;
}
.talkShow .inner h2 {
   max-width: 607px;
   width: 100%;
   max-height: 140px;
   height: auto;
}
.talkShow .talkShow__pop {
   z-index: 2;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   max-width: 320px;
   width: 100%;
   height: auto;
   margin: 0 auto;
   background: #fff;
}
.talkShow .talkShow__pop__img {
   max-width: 150px;
   width: 100%;
   max-height: 150px;
   height: auto;
   margin: 16px auto 8px!important;
}
.talkShow .talkShow__pop__name {
   margin-bottom: 8px!important;
}
.talkShow .talkShow__pop__txt {
   margin-bottom: 0!important;
   padding: 0 24px;
   text-align: left;
}
.talkShow .talkShow__pop__close {
   max-width: 50px;
   width: 100%;
   max-height: 50px;
   height: auto;
   margin: 20px auto!important;
   cursor: pointer;
}
.tobichi {
   background: #78B4B4;
}
.tobichi .inner {
   padding: 72px 5%;
}
.tobichi .inner h2 {
   max-width: 557px;
   width: 100%;
   max-height: 47px;
   height: auto;
}
.footer__hobonichi,
.footer__sns {
   width: 100%;
   margin-bottom: 15px;
}
.tobichi .inner p {
   color: #fff;
}
.tobichi .inner p a {
   color: grey;
}
.tobichi__item__txt {
   margin-bottom: 0!important;
}
.other__img a {
   display: block;
}
.footer__inner {
   padding: 0 5%;
}
.footer__block {
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 60px;
   flex-wrap: wrap;
}
.footer__sns__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.footer__hobonichi {
   width: 45%;
}

.footer__hobonichi a,
.footer__sns__item a {
   display: block;
}
.footer__sns__item {
   margin-right: 24px;
}
.footer__sns__item:last-child {
   margin-right: 0;
}
.footer__copyright {
   margin-bottom: 40px;
   text-align: center;
}
hr {
   margin: 72px 0;
}
@media screen and (min-width:640px) {
   .mina .inner h2 img,
   .shimura .inner h2 img {
       max-height: 40px;
   }
   section {
       margin-bottom: 80px;
   }
   section .inner {
       max-width: 1248px;
       width: 100%;
       margin: 0 auto;
       padding: 0 24px;
   }
   .header {
       margin-bottom: 0;
   }
   .header__logo {
       max-width: 1167px;
   }
   .header__visual {
       background: url("../../assets/images/main_visual_pc.jpg") center center repeat-x;
       background-size: cover;
       width: 100%;
       height: 860px;
   }
   .introInfo__list {
       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;
   }
   .collabo__block,
   .live .inner {
       display: -webkit-box;
       display: -ms-flexbox;
   }
   .block__img iframe {
      height: 315px;
   }
   .collabo__movie .block__img iframe {
      height: 675px;
   }
   .introInfo__item {
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
       width: 50%;
       padding: 72px 5%;
   }
   .introInfo__item--intro {
       width: 600px;
       margin: 0 auto;
       background: #fff;
   }
   .introInfo__item--info {
       background: #FFF0BE;
   }
   .introInfo__item--info h2 {
       max-width: 486px;
       width: 100%;
       height: auto;
       margin-bottom: 20px;
   }
   .live {
       margin: -80px 0 80px;
   }
   .live .inner {
       display: flex;
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: reverse;
       -ms-flex-direction: row-reverse;
       flex-direction: row-reverse;
       padding: 80px 24px;
   }
   .live__block {
       width: 49%;
   }
   .live__icon {
       max-width: 149px;
   }
   .live__txt {
       margin-bottom: 0!important;
   }
   .collabo .inner {
       padding-bottom: 0!important;
   }
   .collabo .inner h2 {
       margin-right: auto;
       margin-left: auto;
   }
   .collabo__block {
       display: flex;
       -webkit-box-pack: start;
       -ms-flex-pack: start;
       justify-content: flex-start;
   }
   .mina__block,
   .shimura__block {
       display: -webkit-box;
       display: -ms-flexbox;
       -webkit-box-pack: justify;
   }
   .collabo__block__txt {
       width: 425px;
       margin: 0 auto;
   }
   .collabo__block__txt p:last-child {
       margin-bottom: 0;
   }
   .collabo__block__logo {
       margin-right: 72px;
   }
   .banner__img,
   .event .inner {
       max-width: 800px;
       width: 100%;
       margin: 0 auto;
   }
   .banner .inner {
       padding: 0!important;
   }
   .banner__img {
       height: auto;
   }
   .banner__img a:hover {
       opacity: 0.6;
   }
   .mina__block__item,
   .shimura__block__item {
       margin-bottom: 0!important;
       width: 49%;
   }
   .event .inner h2,
   .omitate .inner h2 {
       margin-right: auto;
       margin-left: auto;
   }
   .shimura__block {
       display: flex;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }
   .mina__block {
       display: flex;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }
   .omitate__block,
   .talkShow__block {
       display: -webkit-box;
       display: -ms-flexbox;
       -webkit-box-pack: justify;
   }
   .omitate .inner {
       padding: 72px 5%;
   }
   .omitate__block {
       display: flex;
       -ms-flex-pack: justify;
       justify-content: space-between;
       margin-bottom: 40px;
   }
   .talkShow,
   .talkShow__block__item--left p:last-child {
       margin-bottom: 0;
   }
   .omitate__block__item {
       width: 49%;
   }
   .talkShow .inner {
       padding-bottom: 0!important;
   }
   .talkShow__block {
       display: flex;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }
   .kimono__block,
   .tobichi__list {
       display: -webkit-box;
       display: -ms-flexbox;
   }
   .talkShow__block__item {
       margin-top: 40px;
   }
   .talkShow__block__item--left {
       width: 50%;
   }
   .talkShow__block__item .button {
       margin-left: 0;
   }
   .talkShow .talkShow__pop {
       max-width: 600px;
       height: auto;
       padding: 40px;
   }
   .talkShow .talkShow__pop__img {
       max-width: 250px;
       max-height: 100%;
       margin: 0 auto 8px!important;
   }
   .talkShow .talkShow__pop__name {
       margin-bottom: 32px!important;
       font-size: 2.4rem;
       font-weight: 700;
   }
   .talkShow .talkShow__pop__txt {
       margin-bottom: 0!important;
       padding: 0 24px;
       text-align: left;
   }
   .talkShow .talkShow__pop__close {
       margin: 40px auto 0!important;
   }
   .kimono .inner {
       padding-top: 0!important;
   }
   .kimono .inner h2 {
       max-width: 500px;
   }
   .kimono__block {
       display: flex;
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }
   .kimono__block__item {
       width: 49%;
   }
   .tobichi .inner h2 {
       margin: 0 auto 72px;
   }
   .tobichi .inner p {
       color: #000;
   }
   .tobichi .inner p.block__caption {
       color: #fff;
   }
   .tobichi .inner p.block__imgBlock__caption {
       color: #000;
   }
   .tobichi__list {
       display: flex;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }
   .tobichi__item {
       width: 48%;
   }
   .tobichi__item:first-child {
       margin-bottom: 40px;
   }
   .tobichi__item p:last-child {
       margin-bottom: 0;
   }
   .other__list {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: end;
       -ms-flex-align: end;
       align-items: flex-end;
   }
   .other__item {
       width: 49%;
   }
   .footer {
       padding: 0 5%;
   }
   .footer__sns {
      width: 45%;
   }
   .footer__hobonichi {
      width: 200px;
   }
   .footer__inner {
       max-width: 640px;
       margin: 0 auto;
       padding: 0;
   }
   .footer__sns__item {
       margin-right: 40px;
   }
}