<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  margin: 0;
  padding: 0;
  border: 0;
}

.l-outer {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  /* Root */
}
.l-outer h1, .l-outer h2, .l-outer h3, .l-outer h4, .l-outer ul, .l-outer ol, .l-outer dl, .l-outer li, .l-outer dt, .l-outer dd, .l-outer p, .l-outer div, .l-outer span, .l-outer img, .l-outer a, .l-outer table, .l-outer tr, .l-outer th, .l-outer td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 100%;
  vertical-align: baseline;
}
.l-outer article, .l-outer header, .l-outer footer, .l-outer main, .l-outer aside, .l-outer figure, .l-outer figcaption, .l-outer nav, .l-outer section {
  display: block;
}
.l-outer ol, .l-outer ul {
  list-style: none;
  list-style-type: none;
}
.l-outer *, .l-outer *::before, .l-outer *::after {
  box-sizing: border-box;
  color: #5d3002;
  font-weight: bold;
  line-height: 1;
}
.l-outer a, .l-outer area, .l-outer button, .l-outer [role=button], .l-outer input:not([type=range]), .l-outer label, .l-outer select, .l-outer summary, .l-outer textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.l-outer table {
  border-collapse: collapse;
}
.l-outer a {
  text-decoration: none;
}
.l-outer a:link {
  text-decoration: none;
}
.l-outer figure {
  margin: 0;
}
.l-outer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-outer video {
  vertical-align: bottom;
}
.l-outer a {
  color: inherit;
}


/* start */

/* Twitter */

#tw {
  width: 75%;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  #tw {
    width: 50%;
    margin: 2rem auto;
  }
  
}

.l-header{
  background: #ffeacc url(./images/bg-header.jpg) no-repeat center center/cover;
  height: min(100vw, 640px);
  padding: 32px 0;
  position: relative;
}


.l-outer .p-header__in{
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 75%;
}

.p-header-title__logo{
  text-align: right;
}

.l-outer .p-header-title__img{
  width: 96px;
}

.p-mamesuke-title{
  bottom: -60px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-mamesuke-title__in::before{
  background: url(./images/pict-speech-balloon-tail.png) no-repeat center center/contain;
content: "";
display: inline-block;
height: 14px;
width: 28px;
position: absolute;
left: 55%;
top: -14px;
}

.l-outer .p-mamesuke-title__in{
  background-color: #fff;
  border-radius: 20px / 12px;
  margin-top: -20px;
  padding: 20px;
  position: relative;
}

.l-outer .p-mamesuke-title__title{
  color: #1d5c2f;
  font-size: 18px;
  text-align: center;
}

.p-mamesuke-title__title--horizontal{
  color: currentColor;
}

.l-outer .p-mamesuke-title__overview{
  margin-top: 8px;
  text-align: center;
}

.l-main{
  background-color: #ffeacc;
}

.l-outer .p-main__in{
  padding: 72px 16px 32px;
}

.p-content{
  background-color: #fff;
  border-radius: 16px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
}

.l-outer .p-content + .p-content{
  margin-top: 16px;
}

.l-outer .p-content__title{
  color: #1d5c2f;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: auto;
  max-width: max-content;
}

.p-content__title::after,
.p-content__title::before{
  background: url(./images/icon-content-title.png) no-repeat center center/cover;
  content: "";
  display: inline-block;
  height: 18px;
  vertical-align: -2px;
  width: 18px;
}

.p-content__title::after{
  margin-left: 4px;
}

.p-content__title::before{
  margin-right: 4px;
}

.l-outer .p-content__title + *{
  margin-top: 24px;
}

.p-content &gt; p,
.p-content-in &gt; p{
  line-height: 1.5;
}

.p-content &gt; p + *{
  margin-top: 16px;
}

.l-outer .p-content__sec-title{
  font-weight: bold;
  padding: 8px;
  text-align: center;
  line-height: 1.5;
}

.l-outer .p-content__sec-small{
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
}

.l-outer .p-content__sec-small--db{
  display: block;
}

.l-outer .p-content__sec-title--ylw{
  background-color: #e5e5b2;
}

.l-outer .p-content__sec-title--pnk{
  background-color: #eecbcb;
}

.l-outer .p-content__sec-title--ble{
  background-color: #c4e7f4;
}

.l-outer .p-mamesuke-profile__in{
  display: grid;
  grid-gap: 12px 4px;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: .5fr .5fr auto .5fr auto .5fr auto;*/
  grid-template-rows: repeat(7, auto);
  margin-top: 12px;
}

.l-outer .p-mamesuke-profile__in &gt; img{
  width: 100%;
}

.p-mamesuke-profile__in &gt; *:nth-child(1){
  grid-column: 1/3;
  grid-row: 1/3;
}

.p-mamesuke-profile__in &gt; *:nth-child(2){
  grid-column: 1/3;
  grid-row: 3/4;
}

.p-mamesuke-profile__in &gt; *:nth-child(3){
  grid-column: 1/2;
  grid-row: 4/5;
}

.p-mamesuke-profile__in &gt; *:nth-child(4){
  grid-column: 2/3;
  grid-row: 4/6;
}

.p-mamesuke-profile__in &gt; *:nth-child(5){
  grid-column: 1/3;
  grid-row: 5/6;
}

.p-mamesuke-profile__in &gt; *:nth-child(6){
  grid-column: 1/3;
  grid-row: 6/7;
}

.p-mamesuke-profile__in &gt; *:nth-child(7){
  grid-column: 1/3;
  grid-row: 7/8;
}

.l-outer .p-mamesuke-profile__promotion{
  margin-top: 16px;
}

.l-outer .p-mamesuke-profile__promotion-logo{
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: -16px;
  max-width: 48px;
}

.l-outer .p-mamesuke-profile__youtube{
  color: #225a30;
  display: block;
  margin: 16px auto auto;
  max-width: max-content;
  text-align: center;
}

.l-outer .p-mamesuke-profile__youtube p{
  color: currentColor;
}

.l-outer .p-mamesuke-profile__youtube-logo{
  vertical-align: middle;
  width: 32px;
}

.p-calendar-content{
  border-bottom: 2px dashed currentColor;
  padding-bottom: 8px;
}

.p-calendar-content + .p-calendar-content{
  padding-top: 8px;
}

.p-calendar__sec-img{
  width: 100%;
}

.l-outer .p-calendar-dl{
  border: 1px solid currentColor;
  margin-top: 8px;
}

.l-outer .p-calendar-dl dt{
  background-color: #e5e5b2;
  padding: 4px 8px;
  text-align: center;
}
.l-outer .p-calendar-dl dd{
  padding: 12px;
  text-align: center;
}


.p-former-mamesuke__item{
  text-align: center;
}

.p-former-mamesuke__item:nth-of-type(n+2){
  margin-top: 20px;
}

.p-sns-twitter-tl{
  max-height: 520px;
  overflow-y: scroll;
}

.l-outer .p-official-sns{
  margin-top: 48px;
}

.p-official-sns li:nth-of-type(n+2){
  margin-top: 48px;
}

.l-outer .p-official-sns__link{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
  text-align: center;
}

.l-outer .p-official-sns__logo{
  max-width: 288px;
}

.l-outer .p-official-sns__overview{
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
}

.l-outer .p-official-sns__overview span{
  display: inline-block;
}

.l-outer .p-sns-saiseir{
  margin-top: 40px;
  position: relative;
}

.p-sns-saiseir::before{
  content: "";
display: block;
padding-top: calc(100% / (16 / 9));
}

.p-sns-saiseir iframe{
  height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.p-former-mamesuke__link{
  text-align: center;
}

.p-former-mamesuke__img{
  width: 100%;
}

.l-outer .p-former-mamesuke__img--border{
  border: 1px solid #e5e5b2;
}


@media  (min-width: 391px){
  .l-outer{
    font-size: 16px;
  }
  .l-header{
    background-image: url(./images/bg-header-md.jpg);
    height: max(440px, 55vw);
    padding: 20px 0;
  }
  .l-outer .p-header-title__img{
    width: 25%;
  }
  .l-main{
    background: #ffeacc url(./images/bg-arabesque.png) repeat center center/169px 254px;
  }
  .l-outer .p-main__in{
    padding: 72px 20px 56px;
  }
  .p-content{
    padding: 24px 40px;
  }
  .l-outer .p-content__title{
    font-size: 133.3333%;
  }
  .l-outer .p-mamesuke-title__in{
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
  .l-outer .p-content__sec-title{
    padding: 12px 8px;
  }
  
  .l-outer .p-content__sec-small{
    font-size: 87.5%;
  }  

  .l-outer .p-calendar-dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .l-outer .p-calendar-dl dt:nth-of-type(n+2),
  .l-outer .p-calendar-dl dd:nth-of-type(n+2){
    border-top: 1px solid currentColor;
  }
  .l-outer .p-calendar-dl dt {
    padding: 12px 8px;
    width: 25%;
  }
  .l-outer .p-calendar-dl dd {
    padding: 12px 16px;
    text-align: left;
    width: 75%;
  }
  .l-outer .p-official-sns__logo{
     max-width: 160px;
   }
  .p-former-mamesuke__list{
    display: flex;
    justify-content: space-between;
  }
  .p-former-mamesuke__list &gt; * {
    flex: 0 1 49%;
   }
   .p-former-mamesuke__item:nth-of-type(n+2){
     margin-top: auto;
   }
} 


@media  (min-width: 769px){
  .l-outer{
    font-size: min(32px, 2.5vw);
  }
  .l-outer *, .l-outer ::before, .l-outer ::after {
    font-weight: normal;
  }
  .l-outer h1, .l-outer h2, .l-outer h3, .l-outer h4, .l-outer ul, .l-outer ol, .l-outer dl, .l-outer li, .l-outer dt, .l-outer dd, .l-outer p, .l-outer div, .l-outer span, .l-outer img, .l-outer a, .l-outer table, .l-outer tr, .l-outer th, .l-outer td{
    font-weight: normal;
  }
  .l-header {
    background-image: none;
    background-position: 40% 66%;
    background-size: auto;
    height: 735px;
    padding: 20px 0;
  }
  .l-outer .p-header__in{
    background: url(./images/bg-header-lg.png) no-repeat 20% 60%/62.5%;
    height: 735px;
    max-width: 768px;
  }
  .l-outer .p-header__speech-balloon{
    background: url(./images/bg-speech-balloon.png) no-repeat center center/contain;
    margin-left: auto;
    padding: 32px 28px 32px 48px;
    width: max-content;
  }
  .l-outer .p-header-title__img{
    padding: 0 24px;
    width: 152px;
  }
  .l-outer .p-mamesuke-title{
    display: flex;
    margin-top: 16px;
    padding: 0;
    position: static;
  }
  .l-outer .p-mamesuke-title__in{
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    text-align: left;
    writing-mode: vertical-rl;
    width: auto;
  }
  .l-outer .p-mamesuke-title__in::before{
    content: none;
  }
  .l-outer .p-mamesuke-title__title{
    font-size: 133.3333%;
    margin-left: 8px;
    text-align: left;
  }
  .p-mamesuke-title__title--horizontal{
    writing-mode: horizontal-tb;
  }
  .l-outer .p-mamesuke-title__overview{
    font-size: 88.8888%;
    margin-top: 0;
    text-align: left;
  }
  .l-outer .p-main__in{
    padding: 0 40px 56px;
  }
  .p-content{
    padding: 32px 80px 48px;
  }
  .l-outer .p-content__title + *{
    margin-top: 48px;
  }
  .l-outer .p-mamesuke-profile__promotion-logo {
    margin-bottom: 28px;
  }
  .p-content{
    padding: 24px 40px 40px;
  }
  .p-content__title::after, .p-content__title::before {
    height: 28px;
    width: 28px;
  }
  .l-outer .p-content__title{
    font-size: 155.5555%;
  }
  .l-outer .p-mamesuke-profile__in{
    grid-gap: 8px;
  }
  .l-outer .p-mamesuke-profile__promotion{
    margin-top: 24px;
  }
  .l-outer .p-mamesuke-profile__youtube{
    margin-top: 40px;
  }
  .p-mamesuke-profile__youtube p{
    font-weight: bold;
  }
  .l-outer .p-mamesuke-profile__youtube-logo{
    width: 60px;
  }

  .l-outer .p-mamesuke-profile__in{
    align-items: center;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    margin-top: 12px;
  }
  
  .l-outer .p-mamesuke-profile__in &gt; img{
    width: 100%;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(1){
    grid-column: 1/2;
    grid-row: 1/2;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(2){
    grid-column: 2/3;
    grid-row: 1/2;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(3){
    grid-column: 1/2;
    grid-row: 2/3;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(4){
    grid-column: 2/3;
    grid-row: 2/3;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(5){
    grid-column: 1/2;
    grid-row: 3/4;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(6){
    grid-column: 2/3;
    grid-row: 3/4;
  }
  
  .p-mamesuke-profile__in &gt; *:nth-child(7){
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .l-outer .p-mamesuke-profile__promotion-logo{
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 0;
    max-width: 140px;
  }
  .l-outer .p-mamesuke-profile__youtube{
    margin-top: 32px;
  }
  .p-calendar__sec{
    display: flex;
    justify-content: space-between;
  }
  .p-calendar__sec &gt; * {
    flex: 0 1 49%;
   }
   .p-calendar-content{
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-calendar-content + .p-calendar-content{
    padding-top: 0;
  }
  .l-outer .p-calendar-dl {
    border-width: 2px;
  }
  .l-outer .p-calendar-dl dt:nth-of-type(n+2),
  .l-outer .p-calendar-dl dd:nth-of-type(n+2){
    border-width: 2px;
  }
  .l-outer .p-calendar-dl dt {
    padding: 24px 8px;
    width: 20%;
  }
  .l-outer .p-calendar-dl dd {
    padding: 24px 32px;
    width: 80%;
  }

  .p-sns__sec{
    display: flex;
    justify-content: space-between;
  }
  .p-sns__sec &gt; *:nth-child(1) {
    flex: 0 1 60%;
   }
  .p-sns__sec &gt; *:nth-child(2) {
    flex: 0 1 38%;
   }
   .p-sns-twitter-tl{
    max-height: 1176px;
  }
  .l-outer .p-official-sns{
    margin-top: 0;
  }
}

/* 211119霑ｽ蜉� */

.l-outer .p-mamesuke-quiz{
  display: block;
  margin-top: 16px;
  text-align: center;
}

.l-outer .p-mamesuke-quiz__banner{
  width: 100%;
}
</pre></body></html>