@charset "UTF-8";

@import url("common.css");
@import url("nav.css");
@import url("botton.css");

.flex{
  justify-content: center;
}
.pg-pc{
  display: none;
}


/* = SP ================================================ */

@media (min-width:320px) {

  /* header
  -------------------------- */
  header{
    position:relative;
    top: 62px;
    margin-bottom:90px;
  }
  @media (min-width:600px){
    header{
      margin-bottom:110px;
    }
  }

  /* contents
  -------------------------- */
  .contents{
    position: relative;
  }
  .table-ttl{
    padding: 5% 0;
    background: #94cbe6;
  }
  h1{
    color: #fff;
    font-size: calc(4.5rem + 30 * (100vw - 375px)/393);
    letter-spacing: 0.12em;
    text-shadow: #14171a 2px 0px 0px, #14171a -2px 0px 0px,
    #14171a 0px -2px 0px, #14171a 0px 2px 0px,
    #14171a 2px 2px 0px, #14171a -2px 2px 0px,
    #14171a 2px -2px 0px, #14171a -2px -2px 0px,
    #14171a 1px 2px 0px, #14171a -1px 2px 0px,
    #14171a 1px -2px 0px, #14171a -1px -2px 0px,
    #14171a 2px 1px 0px, #14171a -2px 1px 0px,
    #14171a 2px -1px 0px, #14171a -2px -1px 0px,
    #14171a 1px 1px 0px, #14171a -1px 1px 0px,
    #14171a 1px -1px 0px, #14171a -1px -1px 0px;
  }
  .table{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0.75em;
  }
  @media (min-width:600px){
    .table{
      margin: 0 calc(50% - 50vw) 2.75em;
    }
  }
  .t-bg{
    position: relative;
    padding: 0;
  }
  .t-bg::before{
    content: '';
    position: absolute;
    left:0%;
    top: 0%;
    z-index: -5;
    width:100%;
    height:1500px;
    background:#94cbe6;
  }
  .t-bg::after{
    content: '';
    position: absolute;
    left:0%;
    top: 50%;
    transform: skewY(-26deg);
    transform-origin: center;
    z-index: -1;
    width:100%;
    height:100%;
    background:#94cbe6;
  }
  .i-bg{
    position: relative;
    padding: 1.5em 0 0.75em;
  }
  .i-bg:nth-of-type(3)::before{
    content: '';
    position: absolute;
    left:0%;
    top: -1%;
    z-index: -1;
    width:100%;
    height:600px;
    background:#e0d179;
  }
  .i-bg::after{
    content: '';
    position: absolute;
    left:0%;
    top: 1%;
    transform: skewY(-26deg);
    transform-origin: center;
    z-index: -1;
    width:100%;
    height:100%;
    background:#e0d179;
  }
  .i-bg:nth-of-type(3)::after{
    top: 10%;
  }
  .i-bg:nth-of-type(4)::after{
    background: #958c87;
    top: 1.1%;
  }
  .i-bg:nth-of-type(5)::after{
    background: #868e27;
  }
  .i-bg:nth-of-type(6)::after{
    background: #b58c4b;
    top: 0;
  }
  .item{
    position: relative;
    width:100%;
    height:auto;
  }
  .item-inner{
    flex:1;
    padding:3em 2em 2em;
    background: #fff;
  }
  @media (min-width:600px){
    .i-bg {
        padding: 1.5em 0 2.75em;
    }
    .item-inner{
      padding: 4.5em 3.75em 3.5em;
    }
  }
  .i-ttl-img{
    width: 75%;
    margin-bottom: 1.5em;
  }
  @media (min-width:600px){
    .i-ttl-img{
      width: 60%;
      margin-bottom: 2.5em;
    }
  }
  .supported h3, .followus h3{
    position:relative;
    display: inline-block;
    font-size: calc(3.3rem + 7 * (100vw - 375px)/393);
    color: #e0d179;
    margin-bottom:0.25em;
    letter-spacing: 0.1em;
  }
  .supported h3, .followus h3{
    text-shadow: #14171a 1px 1px 0px, #14171a -1px 1px 0px,
    #14171a 1px -1px 0px, #14171a -1px -1px 0px;
  }
  .desc{
    font-size: calc(2.1rem + 4 * (100vw - 375px)/393);
    line-height: 1.4;
    border-bottom: 2px solid #14171a;
    padding-bottom:1em;
    margin-bottom: 1.2em;
  }
  @media (min-width:600px){
    .desc{
      font-size: 2.6rem;
      line-height: 1.35;
      padding-bottom:1.15em;
      margin-bottom: 1.25em;
    }
  }
  .i-funletter-img{
    border: 4px solid #e0d179;
    margin-bottom: 2em;
    position: relative;
  }
  .i-crosstalk-img{
    border: 4px solid #868e27;
    margin-bottom: 2em;
  }
  @media (min-width:600px){
    .i-funletter-img{
      border: 5px solid #e0d179;
      margin-bottom: 2.5em;
    }
    .i-crosstalk-img{
      border: 5px solid #868e27;
      margin-bottom: 2.5em;
    }
  }
  .contents-desc{
    font-size: calc(1.6rem + 2 * (100vw - 375px)/393);
    line-height: 1.6;
    margin-bottom: 1.4em;
  }
  @media (min-width:600px){
    .a-sp{
      display: none;
    }
    .a-pc{
      display: block;
    }
  }
  .youtube{
    width: 100%;
    margin-bottom: 1.5em;
  }
  .youtube a{
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #14171a;
    background: #fff;
    padding: 1em 1.25em;
  }
  .youtube-flex{
    justify-content: space-between;
  }
  @media (min-width:600px){
    .youtube a{
      font-size: 1.6rem;
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2em;
    }
  }
  .yt-img{
    width: 10%;
    margin: auto 0;
  }
  .youtube a img{
    width: auto;
    height: 18px;
  }
  @media (min-width:600px){
    .yt-img{
      width: 12%;
    }
    .youtube a img{
      height: 22px;
    }
  }
  .yt-tx{
    width: 88%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  /* program
  -------------------------- */
  .profile-container{
    margin-bottom: 2.5em;
  }
  .profile-container:last-child{
    margin-bottom: 0.25em;
  }
  .program, .profile{
    text-align: left;
  }
  .program{
    border-left: solid 6px #838c28;
    background: #e8e8e8;
    margin-bottom: 2em;
    padding: 1.25em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  .profile-container:nth-of-type(2) .program{
    border-left: solid 6px #e0d179;
  }
  .program-2{
    border-left: solid 6px #958c87;
  }
  .program-3{
    border-left: solid 6px #e0d179;
  }
  .pg-ttl{
    width: 77%;
  }
  time{
    font-size: 2.2rem;
    color: #004da0;
  }
  .goods-brand{
    font-size: 1.8rem;
    color: #004da0;
    margin: 0.25em 0 -0.1em 0;
  }
  h2{
    font-size: 2.35rem;
    letter-spacing: 0.03em;
    line-height: 1.325;
    margin-top: 0.275em;
  }
  .pg-icon-container{
    width: 18%;
    max-width: 50px;
    border-left: solid 2px #fff;
    padding: 0 0 0 1em;
  }
  @media (min-width:600px){
    .pg-icon-container {
    max-width: 58px;
    padding: 0 0 0 1.25em;
    }
  }
  .pg-yt{
    border-bottom: solid 2px #fff;
    padding-bottom: 1em;
  }
  .pg-yt a{
    width: 100%;
    margin: auto;
  }
  @media (min-width:600px){
    .pg-yt a:hover{
      opacity: .6;
      transition: .5s;
    }
  }
  .pg-icon{
    margin-top: 1em;
    text-align: center;
  }
  .pg-icon img{
    width: 100%;
    padding-bottom: 0.5em;
    margin: auto;
  }
  .pg-icon p{
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .no-pg-icon-container{
    display: flex;
    align-items: center;
    height: 8em;
  }
  .no-pg-icon-container .pg-yt{
    border-bottom: none;
    padding-bottom: 0;
  }
  @media (min-width:600px){
    .program{
      border-left: solid 6px #838c28;
      background: #e8e8e8;
      margin-bottom: 3em;
      padding: 2em;
    }
    .program-2{
      border-left: solid 6px #958c87;
    }
    .program-3{
      border-left: solid 6px #e0d179;
    }
    time{
      font-size: 2.5rem;
    }
    .goods-brand{
      font-size: 2.0rem;
      margin: 0.25em 0 0.25em 0;
    }
    h2{
      font-size: 2.7rem;
      line-height: 1.2;
      margin-top: 0.3em;
    }
    .no-pg-icon-container{
      height: 6em;
    }
  }

  /* profile
  -------------------------- */
  .p-box{
    border-top:2px solid #14171a;
    margin-bottom: 2em;
  }
  .profile{
    flex:1;
  }
  .name{
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #fff;
    background: #004da0;
    padding:0.5em 0.8em;
    margin-bottom: 0.7em;
  }
  .name span{
    font-size: 1.1rem;
    position: relative;
    top: -2px;
  }
  .name-pc{
    display: none;
  }
  .p-desc{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: justify;
    font-weight: normal;
  }
  .comingsoon{
    font-size: 1.8rem;
    text-align: center;
    line-height: 3em;
  }
  @media (min-width:588px){
    .comingsoon{
      line-height: 7em;
    }
  }
  .face{
    width: 200px;
    margin-left: 2.5em;
  }
  .flex-r{
    flex-direction: row-reverse;
  }
  .flex-r .face{
    margin-left: 0;
    margin-right: 2.5em;
  }
  .flex-r .profile{
    text-align: right;
  }
  .kakeru{
    margin: 2rem auto;
    width: 15%;
    max-width: 50px;
  }
  @media (max-width:587px){
    .profile-container .flex{
      flex-direction: column;
    }
    .profile{
      margin-bottom:1.5em;
    }
    .face,.flex-r .face{
      margin: 0 auto;
    }
  }

  /* check
  -------------------------- */
  .check{
    position: relative;
    background: #868e27;
    padding:2.75em 2.75em 2.5em;
    margin-top: 3.5em;
    justify-content: space-between;
  }
  .profile-container:nth-of-type(2) .check{
    background: #e0d179;
  }
  .check::before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #868e27;
  }
  .profile-container:nth-of-type(2) .check::before{
    border-bottom: 15px solid #e0d179;
  }
  .check-2{
    background: #958c87;
  }
  .check-2::before{
    border-bottom: 15px solid #958c87;
  }
  .c-t{
    position: absolute;
    color: #fff;
    font-size:3.0rem;
    letter-spacing: 0.1em;
    top: -2%;
    right: -5%;
    text-shadow:
    #14171a 2px 0px 0px, #14171a -2px 0px 0px,
    #14171a 0px -2px 0px, #14171a 0px 2px 0px,
    #14171a 2px 2px 0px, #14171a -2px 2px 0px,
    #14171a 2px -2px 0px, #14171a -2px -2px 0px,
    #14171a 1px 2px 0px, #14171a -1px 2px 0px,
    #14171a 1px -2px 0px, #14171a -1px -2px 0px,
    #14171a 2px 1px 0px, #14171a -2px 1px 0px,
    #14171a 2px -1px 0px, #14171a -2px -1px 0px,
    #14171a 1px 1px 0px, #14171a -1px 1px 0px,
    #14171a 1px -1px 0px, #14171a -1px -1px 0px;
    transform: rotate(12deg);
  }
  .c-img{
    width:100%;
    margin-bottom:2em;
  }
  .c-desc{
    font-size: 1.5rem;
    line-height: 1.65;
    text-align: justify;
  }
  @media (min-width:600px){
    .profile-container{
      margin-bottom: 5em;
    }
    .profile-container:last-child{
      margin-bottom: 0em;
    }
    .brand-container{
      margin-bottom: 0em;
    }
    .brand-container:last-child{
      margin-bottom: -3.25em;
    }
    .contents-desc{
      margin-bottom: 2em;
    }
    .c-t{
      font-size:3.4rem;
    }
  }

  /* brand
  -------------------------- */
  .item-img{
    border: 4px solid #e0d179;
    margin-bottom: 1.5em;
  }
  .profile-container:nth-of-type(3) .item-img{
    border: 4px solid #868e27;
  }
  .profile-container:nth-of-type(4) .item-img,
  .profile-container:nth-of-type(5) .item-img,
  .profile-container:nth-of-type(6) .item-img,
  .profile-container:nth-of-type(7) .item-img
  {
    border: 4px solid #958c87;
  }
  .brand-desc{
    font-size: 1.5rem;
    line-height: 1.65;
    text-align: justify;
    margin-bottom: 1.5em;
  }


  /* follow us
  -------------------------- */
  .followus{
    margin:36px 0;
    padding:0 6%;
  }
  .followus h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.7em;
  }

  /* supported
  -------------------------- */
  .followus, .supported{
    margin: 40px 0;
    padding:0 6%;
  }
  .supported h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.7em;
  }
  .mag{
    margin-bottom: 3%;
    height:100%;
    display: inline-flex;
  }
  .mag li:not(:last-child){
    margin-right:3%;
  }
  .mag li img{
    object-fit: cover;
    width:100%;
    height:100%;
  }
  .sponsored{
    margin: 3% 0 12%;
  }
  .s-logo-c{
    max-width: 170px;
    width: 43%;
    height:auto;
    margin:0 auto 10%;
  }
  .f-logo-sub{
    justify-content: space-between;
    width: 39%;
    margin: auto;
  }
  .f-logo-sub li{
    width: 44%;
  }
  .f-logo-sub-fb{
    padding-top: 3px;
  }
  .s-logo-sub li{
    width: calc(22vw - 52 * (100vw - 375px)/393);
    margin-top: auto;
    margin-bottom: auto;
  }
  .s-logo-sub li:nth-of-type(2){
    border-left: solid 1px #757778;
    padding-left: 5%;
    width: calc(20vw - 35 * (100vw - 375px)/393);
  }
  .s-logo-sub li:not(:last-child){
    margin-right:5%;
  }
  .mag li:active,.sponsored a:active{
    opacity: .6;
  }
  .s-logo-sub li a img{
    margin: auto;
  }
  @media (min-width:600px){
    .followus, .supported{
      margin:50px 0;
    }
    .followus h3, .supported h3{
      font-size: 3.4rem;
      margin-bottom: 0.25em;
    }
    .f-logo-sub{
      width: 30%;
    }
    .s-logo-sub{
      margin: auto;
    }
    }

  } /* = SP ============================================== */


  /* = PC ================================================ */

  @media (min-width:769px) {
    .fb{
      width: 280px;
      margin-left: 35px;
    }

    /* contents
    -------------------------- */
    .item-inner{
      padding: 6em 5em 5em;
    }
    .i-ttl-img{
      width: 55%;
      margin-bottom: 0.85em;
    }
    .item-inner h3{
      font-size: 4.4rem;
    }
    .desc{
      font-size:3.0rem;
      padding-bottom: 1em;
      margin-bottom: 1.4em;
    }
    .table{
      width: 100%;
      margin: 0;
      padding: 1.75%;
      background-color: #fff;
      margin-bottom: 4.75em;
    }
    .i-bg{
      padding-bottom: 4.75em;
    }
    .contents-desc{
      font-size: 2.0rem;
      line-height: 1.7;
      margin-bottom: 2.25em;
    }
    .i-bg:nth-of-type(3)::before{
      top: -0.5%;
      height: 1500px;
    }
    .youtube{
      margin-bottom: 6%;
    }
    .youtube a{
      font-size: 2.2rem;
      background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 77, 160, 1) 50%);
      background-position: 0 0;
      background-size: auto 200%;
      transition: .3s;
      padding: 1em 4em;
      width: 100%;
    }
    .youtube a:hover {
      background-position: 0 100%;
      color: #fff;
    }
    .youtube a img{
      width: auto;
      height: 22px;
    }
    .yt-img{
      width: 12%;
    }
    .yt-tx{
      width: 88%;
    }
    .youtube p{
      font-size: 2.0rem;
    }

    /* program
    -------------------------- */
    .profile-container{
      margin-bottom: 6em;
    }
    .profile-container:last-child{
      margin-bottom: 0em;
    }
    .brand-container{
      margin-bottom: 4.5em;
    }
    .brand-container:last-child{
      margin-bottom: 0em;
    }
    time{
      font-size: 2.8rem;
    }
    .goods-brand{
      font-size: 2.4rem;
      margin: 0.25em 0 -0.1em 0;
    }
    h2{
      font-size: 3.2rem;
    }
    .progrram{
      border-left: solid 7px #838c28;
    }
    .no-pg-icon-container{
      height: 8em;
    }
    /* profile
    -------------------------- */
    .p-box{
      max-width: 676px;
      margin: 0 auto 2.25em;
    }
    .name-pc{
      display: block;
    }
    .name{
      display: inline-block;
      font-size: 1.9rem;
      line-height: 1.4;
      color: #fff;
      background: #004da0;
      padding:0.5em 0.8em;
      margin-bottom: 0.7em;
    }
    .name span{
      font-size: 1.2rem;
    }
    .name-sp{
      display: none;
    }
    .p-desc{
      font-size: 1.5rem;
    }
    .comingsoon{
      font-size: 1.5rem;
    }
    .kakeru{
      margin: 2rem auto;
      width: 7%;
    }

    /* check
    -------------------------- */
    .c-t{
      font-size: 4rem;
    }
    .c-img{
      width:46%;
      margin-bottom:0;
      height: calc(165px + 183 * (100vw - 769px)/631);
      max-height:245px;
    }
    .c-desc{
      width:49.5%;
    }
    .c-img img{
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }

    /* brand
    -------------------------- */
    .brand-flex{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 1.5em;
    }
    .flex-reverse{
      flex-direction: row-reverse;
    }
    .item-img{
      width: 48.5%;
      height: calc(194px + 154 * (100vw - 769px)/631);
      max-height: 284px;
    }
    .item-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }
    .item-text{
      width: 48.5%;
    }
    .brand-desc{

    }


    /* followus
    -------------------------- */
    .f-logo-sub{
      width: 17%;
    }

    /* supported
    -------------------------- */
    .supported{
      padding:0 6%;
    }
    .mag li:hover,.sponsored a:hover{
      opacity: .6;
      transition: .5s;
    }
    .sponsored{
      margin: 30px 0;
    }
    .s-logo-c{
      margin-bottom: 57px;
    }
    .s-logo-sub li{
      width: calc(22vw - 63 * (100vw - 375px)/393);
    }
    .s-logo-sub li:nth-of-type(2){
      width: calc(22vw - 68 * (100vw - 375px)/393);
    }
    .s-logo-sub li:not(:last-child){
      margin-right: 40px;
    }
    .s-logo-sub li:nth-of-type(2){
      padding-left: 40px;
    }
    .followus, .supported{
      margin: 60px 0;
    }
  }
  @media (min-width:1100px) {
    header{
      margin-bottom: 120px;
    }
    h1{
      font-size: 9rem;
    }
    .table-ttl{
      padding: 4% 0;
    }
    .s-logo-sub li img{
      width: 85%;
    }
    .i-bg:nth-of-type(1) {
      padding-top: 5.75em;
    }
    .i-bg:nth-of-type(1)::before{
      display: none;
    }
    .i-bg:nth-of-type(3)::after {
      top: 20%;
    }
    .i-ttl-img {
      width: 50%;
    }
    .program {
      border-left: solid 7px #838c28;
      margin-bottom: 3em;
      padding: 2em;
    }
    .program-2{
      border-left: solid 7px #958c87;
    }
    .program-3{
      border-left: solid 7px #e0d179;
    }
    .pg-ttl{
      width: 70%;
    }
    .pg-icon-container{
      width: 26%;
      max-width: 140px;
      border-left: solid 2px #fff;
      padding: 0 0 0 1.5em;
      margin-top: auto;
      margin-bottom: auto;
      display: flex;
      flex-direction: row;
      height: 6.75em;
    }
    .pg-yt{
      width: 50%;
      border-bottom: none;
      padding-bottom: 0;
      border-right: solid 2px #fff;
      padding-right: 1.5em;
      margin: auto;
    }
    .pg-pc{
      display: block;
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 0.5em;
      text-align: center;
    }
    .pg-icon{
      width: 50%;
      margin-top: 0;
      margin: auto;
      padding-left: 1.5em;
    }
    .pg-icon p{
      font-size: 1.3rem;
    }
    .no-pg-icon{
      width: 88%;
      padding-left: 0em;
    }
    .no-pg-icon-container{
      display: block;
      width: 10%;
      max-width: 70px;
      height: 8em;
      display: flex;
      align-items: center;
    }
    .no-pg-ttl{
      width: 85%;
    }
    .no-pg-yt{
      border-right: none;
      width: 100%;
      padding-right: 0em;
    }
    .no-pg-yt a img{
      width: 90%;
    }
    .check {
      padding-top: 4.5em;
    }
    .comingsoon{
      font-size: 2.0rem;
      line-height: 6em;
    }

  } /* = PC ============================================== */
