.inner-block.large.l-flex {
    display: flex;
}

header img {
    width: 100%;
}


.header-nav {
    display: none;
}

.pagetop {
  background: #353e7f;
}

@media only screen and (max-width: 640px) {
    .breadcrumb {
        margin-top: -63px !important;
    }

    .inner-block {
        padding: 9px 15px 3px;
    }

    .fs-c-breadcrumb {
        margin-top: 25% !important;
        margin-left: 4% !important;
    }

}

@media screen and (min-width: 768px) {
    .wapper-sogoodtee {
        padding: 0 32%;
    }
}




section.visual {
    padding-top: 0%;
}

@media screen and (min-width: 768px) {
    section.visual {
      padding: 0 15%;
  }
}



section.main-txt {
    font-size: 0.8rem;
    text-align: left;
    padding: 0 10%;
    letter-spacing: 0.02px;
    margin: 8% 0 5%;
}

section.main-txt .-strong {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 3%;
}







.wapper-sogoodtee h2 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #ea8945;
    letter-spacing: 0.02px;
}

.tee .list p {
    font-size: 0.9rem;
    letter-spacing: 0.02px;
}

.tee .list p.-plus {
  font-weight: bold;
  color: #b6b6b6;
  margin-bottom: 5%;
  font-size: 0.7rem;
}

.tee .list p span {
    font-size: 0.9rem;
    margin-left: 10px;
}

ul.tee-list {
    margin-bottom: 0%;
    margin-top: 5%;
}





.wapper-sogoodtee h3 {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 2%;
    letter-spacing: 0.5px;
}

.kwWrap {
    background-color: #E3E3E3;
    padding: 4% 3% 2%;
    border-radius: 10px;
    margin-bottom: 10%;
}



.kwWrap li {
    float: left;
    background-color: #FFF;
    padding: 1% 3%;
    margin-right: 2%;
    margin-bottom: 2%;
    max-width: 50%;
    font-size: 0.7rem;
    border-radius: 5px;
}



section.tee.-rec {
  padding: 4% 7% 0%;
}

.tee .list.-rec {
    margin-bottom: 10%;
}

h2.-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  text-align: left;
  font-weight: bold;
  color: #2b334d;
  width: 90%;
  display: block;
  margin: 0 auto 3%;

}


.tee .list.-rec h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #363b60;
    letter-spacing: 0.02px;
    line-height: 1.75;
}


.tee .list.-rec p {
    letter-spacing: 0.02px;
    font-size: 0.6rem;
    color: #989898;
}

ul.tee-list.-rec {
    margin-bottom: 0%;
    margin-top: 0%;
}


.tee-list.-rec li p:first-of-type {
    text-transform: unset;
    overflow-x: scroll;
    -ms-overflow-style: none;
    text-transform: capitalize;
}

.tee-list.-rec li p:first-of-type::-webkit-scrollbar{
    display: none;
}

.tee-list.-rec li:nth-child(-n+12) {
    margin-bottom: 8%;
}

.tee-list li:not(:nth-child(3n)) {
  margin-right: 3%;
}





.tee-list li p:first-of-type {
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
}

.tee-list.-set li p:first-of-type {
    text-transform: unset;
    overflow-x: scroll;
    -ms-overflow-style: none;
}

.tee-list.-set li p:first-of-type::-webkit-scrollbar{
    display: none;
}

.tee-list li p {
    text-align: center;
    font-weight: 500;
    font-size: 8px;
    white-space: nowrap;
    letter-spacing: 0.8px;
}

.tee-list li img {
    margin-bottom: 4%;
}


.set-tit .c-title01 {
    margin-top: 20%;
}

.set-tit .c-title01::before, .set-tit .c-title01::after {
    display: none;
}

.wapper-sogoodtee h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4%;
}




section.styling {
  margin-top: 5%;
}






section.trivia.special {
    padding: 0 5%;
    margin-bottom: 10%;
}



section.trivia.special div {
    margin-bottom: 2%;
}







section.-insta {
  margin-bottom: 10%;
  padding: 0 5%;
  margin-top: 17%;
}

section.-insta h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 5%;
  color: #363b60;
}


section.-insta .-img {
  display: block;
  margin: 0 auto 5%;
}


section.-insta .btn {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 1.75;
  background-color: #363b60;
  color: #FFF;
  padding: 3% 5%;
  display: block;
  margin: 0 auto 5%;
  width: 90%;
}

























/*-----tempStyleWrap-----*/

.tempStyleWrap {
    margin-bottom: 10%;
  }
  
  .tempTxt {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  
  
  /*-----tab-area-----*/
  
  .tab-area {
    display: flex;/* flexで横並び */
    cursor: pointer;/* カーソルポインターに */
    background-color: #FBFBFB;
    border-radius: 50px;
    margin-bottom: 10%;
  }
  .tab {
    width: calc(100%/3);/* calc関数を使用し、均等に3分割する */
    padding: 5px;
    text-align: center;/* 文字を中央に。 */
    font-size: 14px;
    font-weight: bold;
    color: #B4B4B4;
    border-radius: 50px;
  }
  
  
  .tab.active {
    position: relative;
  }
  
  .tab.active::after {
    position: absolute;
    bottom: -50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    padding: 8px 0%;
  }
  
  
  
  .tab.active.-red {
    background-color: #C90B0B;
    color: #fff;
  }
  
  .tab.active.-red::after {
    border-left: 3px solid #C90B0B;
  }
  
  
  
  .tab.active.-green {
    background-color: #58B489;
    color: #fff;
  }
  
  .tab.active.-green::after {
    border-left: 3px solid #58B489;
  }
  
  .tab.active.-blue {
    background-color: #3E86AE;
    color: #fff;
  }
  
  .tab.active.-blue::after {
    border-left: 3px solid #3E86AE;
  }
  
  
  .panel {
    display: none;
    text-align: center;
  }
  .panel.active {
    display: block;
  }
  .point {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.75;
    margin-bottom: 5%;
    color: #878A8E;
  }
  
  
  
  
  
  /*-----item-wapper-----*/
  
  .item-wapper {
    width: 38%;
    display: block;
  }
  
  .styling-box01 {
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
  }
  
  .styling-box01 .img-box {
    margin-right: 5%;
    width: 62%;
  }
  
  .styling-box01 .item-wapper a {
    background-color: #E3E3E3;
    border-radius: 5px;
    padding: 6% 5%;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 12%;
    width: 100%;
    font-size: 11px;
    letter-spacing: -0.5px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 40%);
  }
  
  .styling-box01 .item-wapper a span {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  
  .styling-box01 .item-wapper img {
    width: 46%;
    position: absolute;
    top: -5%;
    display: block;
    left: -10%;
  }
  
  .styling-box02 .img-box {
    margin-left: 5%;
    width: 62%;
  }
  
  .styling-box02 .item-wapper a {
    background-color: #ccc;
    border-radius: 10px;
    padding: 6% 5%;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 12%;
    width: 100%;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  
  .styling-box02 .item-wapper a span {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  
  .styling-box02 .item-wapper img {
    width: 43%;
    position: absolute;
    top: -33%;
    display: block;
    right: -14%;
  }
  
  @media only screen and (min-width: 641px) {
  
    .styling-box01 .item-wapper a {
      padding: 10% 5%;
    }
  
    .styling-box01 .item-wapper a {
      font-size: 14px;
      margin-bottom: 12%;
    }
  
    .styling-box02 .item-wapper a {
      font-size: 14px;
      margin-bottom: 20%;
    }
  
    .styling-box02 .item-wapper a {
      padding: 10% 5%;
    }
  
  }
  