#company .inner span,
.archiveContainer h3,
.archiveContainer h3.archiveTitle,
li.archive_list .singleDate, li.archive_list .archiveDate {
    font-family: 'Noto Sans JP';
}

/* allWp */

.allWp section#primary {
    padding: 0;
}
.allWp .entry-content {
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.allWp .entry-content main{
    padding: 0 0 7rem;
}


#kvService {
    background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2021/01/bg_line.png") no-repeat scroll center / cover;
    color: #fff;
}
#kvService > dl {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 5rem 0 3rem;
}
#kvService > dl dt {
    padding: 0 2rem 0 0;
    line-height: 1.8;
}
#kvService h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.6;
    padding: 0 0 1rem;
}
#kvService > dl dd{
    width: 33vw;
}
#ancList {
    text-align: center;
    padding: 0 0 5rem;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    display: flex;
}
#ancList a {
    background: #fff;
    display: inline-block;
    width: 30%;
    height: 200px;
    box-sizing: border-box;
    padding: 30px 20px 20px;
    text-decoration: none;
    color: #0c2d78;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 8px;
    letter-spacing: 2px;
    margin: 0 1.5%;
    position: relative;
}
#ancList a::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #0c2d78;
    border-right: 3px solid #0c2d78;
    position: absolute;
    right: 0;
    transform: rotate(135deg);
    bottom: 30px;
    margin: 0 auto;
    left: 0;
}
#ancList a img {
    padding: 0 0 1.3rem;
    width: 55px;
}
#ancList a span{
    display: block;
    color: #0c2d78;
}

#yt {
    padding: 4rem 0;
    text-align: center;
    background: #f0f6ff;
}
#yt h2 {
    padding: 0 0 2.5rem;
}
#yt h2 span{
    display: inherit;
    font-size: 75%;
}
#yt .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}
#yt #block {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
#yt #block iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#start h2 {
    padding: 0 0 2rem;
}
#start h2 + p {
    text-align: center;
    padding: 0 0 3rem;
    line-height: 1.5;
}

dl.titService {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto 4rem;
    text-align: right;
    position: relative;
}
dl.titService dt {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52%;
    text-align: left;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
dl.titService dt h2 {
    text-align: left;
    font-size: 2.6rem;
    color: #0c2d78;
    padding: 0 0 2rem;
}
dl.titService dd {
    display: inline-block;
    width: 52%;
    max-width: 960px;
    border-radius: 4px;
    overflow: hidden;
}


.pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.pointList li {
    width: 30%;
    background: #f0f6ff;
    border-radius: 8px;
    padding: 2rem 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 1.5%;
}
.pointList li .point {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #0c2d78;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    top: -0.8rem;
    letter-spacing: 1px;
}
.pointList li .ico{
    text-align: center;
    background: #fff;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    display: flex;
    box-sizing: border-box;
    padding: 50px;
    flex-wrap: wrap;
    margin: 2rem auto;
}
.pointList li .tit {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: 6px;
    color: #0c2d78;
    padding: 0 0 1.6rem;
}
.pointList li .txt{
    text-align: left;
    line-height: 1.5;
}

#fitService {
    background: #f0f6ff;
}
#fitService .pointList li {
    background: #fff;
}
#fitService .pointList li .ico {
    background: #f0f6ff;
}

.listStart {
    justify-content: center;
}
.listStart li {
    width: 32%;
    background: #fff;
    border-radius: 4px;
    padding: 1.9rem 1.5rem;
    box-sizing: border-box;
    margin: 0 0 2%;
}
.listStart li:nth-child(2) {
    margin: 0 2% 2%;
}
.listStart li:nth-child(4), .listStart li:nth-child(5){
    margin: 0 1%;
}
.listStart li .ico {
    line-height: 0;
    width: 60px;
    margin: 0 auto;
    padding: 0 0 1.25rem;
}
.listStart li h3 {
    color: #0c2d78;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 0 0 1rem;
}
.listStart li h3 .ico{
    border-radius: 50px;
    color: #0c2d78;
    font-size: 0.8rem;
    border: 1px solid;
    padding: 5px 10px 6px 12px;
    margin: 0 0 8px;
    line-height: 1;
    display: inline-block;
    width: 110px;
}
.listStart li h3 i{
    color: #0c2d78;
    margin: 0 -0.8rem;
}
.listStart li p:not(.ico) {
    line-height: 1.6;
}
.listStart li:nth-child(5) h3{
    padding: 0 0 1.6rem;
}
.listStart li:nth-child(5) h3 .ico{
    margin: 0 0 1.6rem;
}

/* さまざまな業界の企業様にご活用いただいております。 */
.listPerformance li {
    width: 32%;
    background: #fff;
    box-sizing: border-box;
    padding: 1.9rem 1.5rem;
    position: relative;
    border-radius: 4px;
}
.listPerformance li div {
    position: static;
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
}
.listPerformance li div .ico {
    display: block;
    padding: 0.5rem 0 1rem;
    margin: 0 auto;
}
.listPerformance li div h3 {
    font-size: 1.25rem;
    padding: 0 0 1rem;
    letter-spacing: 3px;
}
.listPerformance li div h3 + p {
    font-size: 2.8rem;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0 0 1.3rem;
}


#plan{
    line-height: 1.5;
    text-align: left;
}
.home #planList dt {
    text-align: left;
    padding: 0 0 1.15rem;
}
.home #planList dd {
    width: 100%;
    margin: 0 0 5%;
    display: inline-block;
    border-radius: 8px;
    background: rgba(12,45,120,0.05);
}
.home #planList dd:last-of-type {
    margin: 0;
}
.home #planList dd ul li:nth-child(2n + 1) {
    background: transparent;
}
.home #planList dd ul {
    padding: 4.5% 5% 5%;
}
.home #planList dd ul li {
    text-align: left;
    padding: 0 0 1.5rem;
}
.home #planList dd ul li:last-child {
    text-align: left;
    padding: 0 ;
}


#introduction, #exercise {
    background: #f0f6ff;
}
#introduction .inner {
    letter-spacing: 1px;
    width: 900px;
}
#introduction h2 {
    padding: 0 0 2rem;
}
#introduction h2 + p {
    text-align: center;
    padding: 0 0 3rem;
    line-height: 1.5;
}

#introduction dl {
    border: 2px solid #0c2d78;
    border-radius: 8px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0 0 60px;
    background: #fff;
}
#introduction dl:last-of-type {
    margin: 0 0 15px;
}
#introduction dl:last-of-type::after {
  display:none;
}
#introduction dl::after {
    position: absolute;
    bottom: -82px;
    left: 50%;
    margin: 0 0 0 -36px;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    border: 36px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 24px solid #0c2d78;
}
#introduction dl dt {
    width: 20%;
    color: #0c2d78;
    font-size: 17px;
    font-weight: bold;
}
#introduction dl dd {
    border-left: 1px solid #0c2d78;
    padding: 0 0 0 40px;
    line-height: 1.5;
    width: 80%;
    box-sizing: border-box;
    font-size: 0.9rem;
}
#introduction .indent{
    font-size: 0.85rem;
    line-height: 1.3;
    text-indent: -1em;
    display: inherit;
    padding: 0 0 0 1em;
}


#faq .inner, #exercise .inner {
    letter-spacing: 1px;
    width: 900px;
}
#faq .inner dl{
    padding: 2.5rem 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}
#faq .inner dl dt{
    font-size: 1.25rem;
    position: relative;
    padding: 0 0 1.25rem 1.8rem;
}
#faq .inner dl dt span{
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 1.7rem;
    color: #0c2d78;
}

#faq .inner dl dd {
    padding: 0 0 0 1.8rem;
    position: relative;
}
#faq .inner dl dd span{
    position: absolute;
    left: 4px;
    top: -2px;
    color: #999;
    font-size: 1.1rem;
}
#faq .inner dl dd p{
    padding: 0 0 0.75rem;
}
#faq .inner dl dd a:hover{
    text-decoration: none;
}
#faq .inner dl:first-of-type{
    margin-top: -0.75rem;
}

/* ライブコマース活用の11つのポイント */
#exercise .inner .lead{
    line-height: 1.6;
    padding: 0 0 10px;
    margin: -20px 0 0;
}
#exercise .inner .lead p{
    padding: 0 0 10px;
}
#exercise .inner dl{
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}
#exercise .inner dl dt {
    font-size: 1.25rem;
    position: relative;
    cursor: pointer;
}
#exercise .inner dl dt h3{
    text-align: left;
    margin: 0;
    font-weight: normal;
    color: #030818;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    padding: 0 45px 0 0;
}
#exercise .inner dl dt h3 span.ico{
    background: #0c2d78;
    color: #fff;
    text-align: center;
    height: 58px;
    width: 58px;
    box-sizing: border-box;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 14px 0 0 1.5px;
    line-height: 1.2;
}
#exercise .inner dl dt h3 span.ico i{
    font-size: 10px;
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: 0.5px;
}
#exercise .inner dl dd {
    display:none;
    position: relative;
    padding:1.25rem 0 0;
}
#exercise .inner dl dd p{
    padding: 0 0 10px;
}
#exercise .inner dl dt .switch {
    right: 30px;
    top: 50%;
}
#exercise .inner dl dt .switch  {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#exercise .inner dl dt .switch::before, #exercise .inner dl dt .switch::after {
    content: '';
    display: block;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translate(-50%,-50%);
}
#exercise .inner dl dt .switch::after {
    width: 20px;
    height: 1px;
    top: 0px;
    left: 6px;
}

#exercise .inner dl dt .switch::before {
    width: 1px;
    height: 20px;
    top: 0px;
    left: 6px;
}
#exercise .inner dl dt.open .switch {
    transform: translateY(-45%) rotate(45deg);
}
#exercise .inner dl dt.open .switch::after {
    top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0;
}
#exercise .inner dl dt.open .switch::before {
    top: -12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


#company .inner {
    letter-spacing: 1.5px;
}


@media screen and (max-width: 960px){

  .allWp .entry-content main {
    padding: 0 0 4rem;
  }

  #kvService {
      background: #0c2d78 url("https://tagsapi.com/wp-content/uploads/2021/01/bg_sp.png") no-repeat scroll center / cover;
      padding: 30px 0 0;
  }
  #kvService > dl {
    display: block;
    padding: 3.5rem 0;
  }
  #kvService > dl dt {
    padding: 0 0 2.5rem;
    text-align: center;
  }
  #kvService > dl dt h1{
    text-align: left;
    font-size: 3.6rem;
  }
  #kvService > dl dd {
    width: 90%;
    margin: 0 auto;
  }
  
  #ancList {
    justify-content: space-between;
  }
  #ancList a {
    width: 32%;
    height: 200px;
    padding: 4% 1.5%;
    margin: 0;
  }
  #ancList a img {
    padding: 0 0 1rem;
  }
  
  section {
    padding: 4rem 0;
  }
  
  dl.titService dt {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    padding: 0 0 2rem;
  }
  dl.titService dd {
    width: 100%;
  }
  .pointList li .ico {
    width: 20vw;
    height: 20vw;
    padding: 5vw;
  }
  .pointList li .ico img{
    max-height: 100%;
  }
  
  dl.titService dt {
    background: transparent;
  }
  
  .listStart {
    display: flex;
    justify-content: space-evenly;
    margin: 0 -2%;
  }
  .listStart li {
    width: 48%;
    margin: 0 0 1.5%;
  }
  .listStart li:nth-child(2),
  .listStart li:nth-child(4){
    margin: 0 0 1.5%;
  }
  .listStart li:nth-child(5) {
    margin: 0;
  }
  
  #listPolicy li h3 {
    padding: 0 0 2.25rem;
  }
  
  .listPerformance {
    margin: 0 -2%;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
  }
  .listPerformance li {
    width: 48%;
    margin-bottom: 2%;
  }
  .listPerformance li:last-child {
    margin-bottom: 0;
  }
  
  .home #planList dd ul li {
    text-align: left;
    padding: 0 0 1rem 1em;
    text-indent: -1em;
  }
  .home #planList dd ul li:last-child{
    padding: 0 0 0.5rem 1em;
  }
  #faq .inner dl:first-of-type {
    margin-top: -3rem;
  }
  
  #introduction dl dt {
    width: 25%;
  }
  #introduction dl dd {
    padding: 0 0 0 30px;
    width: 75%;
  }

}

@media only screen and (max-width: 767px) {

  body.allWp #content {
    padding: 0;
  }
  .allWp .entry-content main {
    padding: 0 0 2rem;
    font-size: 0.875rem;
  }
  #kvService {
    padding: 55px 0 0;
}
  #kvService > dl {
    padding: 2.5rem 0 2rem;
  }
  #kvService > dl dt {
    padding: 0 0 2rem;
  }
  #kvService > dl dt h1 {
    font-size: 8vw;
    line-height: 1.5;
    padding: 0;
  }
  
  #ancList a {
    padding: 3.5% 1.5% 8.5%;
    font-size: 3vw;
    height: auto;
  }
  #ancList a img {
    padding: 0 0 0.5rem;
    width: 38%;
  }
  #ancList a::after {
    width: 8px;
    height: 8px;
    bottom: 11%;
  }
  
  #ancList {
    padding: 0 0 3rem;
  }
  
  section {
    padding: 2.5rem 0 3rem;
  }
  
  #yt {
    padding: 3rem 0;
  }
  #yt h2 {
    padding: 0 0 2rem;
  }
  
  dl.titService dt {
    line-height: 1.5;
  }
  dl.titService dt h2 {
    font-size: 7vw;
    padding: 0 0 5%;
    font-weight: 800;
    letter-spacing: 1.5px;
  }
  .pointList {
    display: block;
  }
  .pointList li {
    width: 100%;
    margin: 0 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 10% 5vw 5%;
  }
  .pointList li:last-child {
    width: 100%;
    margin: 0;
  }
  .pointList li .point {
    font-size: 1.25rem;
    top: -0.7rem;
  }
  .pointList li .ico {
    width: 25vw;
    height: 25vw;
    padding: 6.5vw;
    margin: 0 4vw 0 0;
  }
  .pointList li .ico + div,
  .pointList li .ico + .txt{
    width: 50vw;
  }
  .pointList li .tit {
    font-size: 1.1rem;
    padding: 0 0 0.5rem;
    text-align: left;
  }
  .pointList li .txt {
    line-height: 1.4;
  }
  
  .listStart {
    margin: 0;
  }
  .listStart li, .listStart li:nth-child(2), .listStart li:nth-child(4) {
    width: 100%;
    margin: 0 0 5vw;
  }
  
  #listPolicy li h3 {
    padding: 0 0 1.75rem;
    font-size: 4.3vw;
  }
  
  #exercise .inner dl dt h3 {
    flex-wrap: wrap;
  }
  #exercise .inner dl dt h3 {
    font-size: 1rem;
    padding: 0 30px 0 0;
    line-height: 1.4;
  }
  #exercise .inner dl dt h3 span.ico {
    height: 52px;
    width: 52px;
    margin: 0 8px 0 0;
  }
  #exercise .inner dl dt h3 span.ico + span{
    width: calc(100% - 60px);
  }
  #exercise .inner dl dt .switch {
    right: 18px;
  }
  #exercise .inner dl dt .switch::before {
    height: 15px;
  }
  #exercise .inner dl dt .switch::after {
    width: 15px;
  }
  #exercise .inner dl dd {
    font-size: 0.9rem;
  }

}

/* TAGsSTUDIO */

.allWp.studio .entry-content main {
    padding: 0;
}
#serviceSolution, #servicePlan{
    background: #f0f6ff;
}
#serviceRecommend {
    background: #0c2d78 url(https://tagsapi.com/wp-content/uploads/2021/01/bg_line.png) no-repeat scroll center / cover;}

.studio #kvService > dl {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.studio #kvService > dl dt {
    padding: 0;
    line-height: 1.8;
    position: absolute;
    top: 8vw;
    left: 7vw;
}
.studio #kvService > dl dt span,
.studio #kvService > dl dt i{
    display: block;
    color: #fff;
}
.studio #kvService h1 {
    font-size: 4.8rem;
    letter-spacing: 5px;
    line-height: 1.5;
}
.studio #kvService > dl dt h1 span {
    font-size: 1.9rem;
    letter-spacing: 5px;
}
.studio #kvService > dl dt h1 i {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 15px 0 0 1px;
}
.studio #kvService > dl dd {
    width: 100%;
}

.studio h2 .shoulder {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    color: inherit;
    padding: 0 18px 0 19px;
    letter-spacing: 3px;
    margin: 0 0 10px;
}
.studio h2 .shoulder::before, .studio h2 .shoulder::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #0c2d78;
    position: absolute;
    top: 0;
}
.studio h2 .shoulder::before {
    left: 0;
    transform: rotate(-15deg);
}
.studio h2 .shoulder::after {
    right: 0;
    transform: rotate(15deg);
}
.studio h2, .studio h2 .line {
    color: #0c2d78;
    font-size: 2.6rem;
    font-weight: 800;
}
.studio .pointList li .ico {
    margin: 2rem auto 1.25rem;
}
.studio .pointList li .tit {
    font-size: 1.25rem;
    padding: 0 0 1rem;
    line-height: 1.4;
    min-height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:4px;
}
.studio .text {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    width: 90%;
    padding: 3.5rem 0 0;
    margin: 0 auto;
}

.studio .text p:not(:last-child){
    padding:0 0 1.2rem;
}

#serviceSolution .pointList li {
    background: #fff;
}
#serviceSolution .pointList li .ico {
    background: #f0f6ff;
}
#serviceSolution .pointList li:nth-child(-n + 3) {
    margin-bottom: 3%;
}

.studio #serviceRecommend h2{
    color: #fff;
}
.studio #serviceRecommend .recommendList {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    display: block;
}
.studio #serviceRecommend .recommendList li{
    position: relative;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem 1.5rem 1.5rem 3.9rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 2rem;
}
.studio #serviceRecommend .recommendList li:last-child{
    margin: 0;
}
.studio #serviceRecommend .recommendList li .ckd{
    line-height: 0;
    position: absolute;
    left: 1.25rem;
    top: 1.45rem;
}
.studio #serviceRecommend .recommendList li .ckd img{
    width: 28px;
}

#planList{
    text-align: center;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
#planList dd {
    width: 400px;
    background: #fff;
    margin: 0 2% 4%;
    display: inline-block;
    border-radius: 8px;
}
#planList dd h3 {
    font-weight: 800;
    padding: 1.8rem 0;
    position: relative;
    font-size: 1.75rem;
    margin: 0 0 1.4rem;
}
#planList dd h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #0c2d78;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#planList dd .praice {
    font-weight: bold;
    line-height: 1.5;
    font-size: 2rem;
    padding: 0 0 1.8rem;
}
#planList dd ul {
    display: block;
}
#planList dd ul li{
    text-align: left;
    padding: 1.25rem;
}
#planList dd ul li:nth-child(2n + 1){
    background: #f8f8f8;
}
#planList dd.plemium .praice {
    font-size: 1.25rem;
    letter-spacing: 2px;
    padding-top: 0.5rem;
}
#planList dd.plemium .ask{
    padding: 0 0 2.8rem;
}
#servicePlan .btn{
    padding: 2rem 0 0;
    width: 460px;
}
#servicePlan .btn a{
    background: #0c2d78;
    color: #fff;
    border-color: #0c2d78;
    font-size: 1.25rem;
    padding: 24px 0 25px;
}
#servicePlan .btn a:hover{
    color: #0c2d78;
    background: transparent;
}
@media screen and (max-width: 1400px){
  .studio #kvService h1 {
      font-size: 4rem;
  }
  .studio #kvService > dl dt h1 span {
    font-size: 1.8vw;
  }
  .studio #kvService > dl dt h1 i {
    font-size: 1.2vw;
    padding: 10px 0 0 1px;
  }
}
@media screen and (max-width: 1300px){
  header > nav ul li a {
    margin: 0 0.6vw;
    font-size: 1vw;
  }
  .menuOpen header > nav ul li a {
    font-size: 0.9rem;
    font-family: 'Noto Sans JP';
    line-height: 43px;
  }
}
@media screen and (max-width: 1200px){
  .studio #kvService h1 {
      font-size: 5vw;
  }
}

@media screen and (max-width: 960px){
  .studio #kvService > dl dt {
    top: 8vw;
    left: 5vw;
    width: 90%;
    position: relative;
  }
  .studio #kvService h1 {
    font-size: 8.2vw;
    letter-spacing: 5px;
    text-align: left;
    display: block;
  }
  .studio #kvService > dl dt h1 span {
    font-size: 3vw;
    letter-spacing: 5px;
  }
  .studio #kvService > dl dt h1 i {
    font-size: 2.2vw;
    padding: 5px 0 0;
  }
  .studio #kvService > dl dd img{
    max-width: 130%;
    margin: -5% 0 0 -30%;
  }
  
  .studio h2{
    margin: 0 5%;
  }
  #planList dd {
    width: 100%;
    margin: 0 0 8%;
  }
  #servicePlan .btn {
    padding: 0;
  }
}

@media screen and (max-width: 767px){

  .studio #kvService > dl dt h1 span {
    letter-spacing: 3.5px;
  }
  .studio #kvService h1 {
    letter-spacing: 3px;
    font-size: 8vw;
    line-height: 1.6;
  }
  .studio #kvService > dl dd img {
    max-width: 130%;
    margin: -3.5% 0 0 -30%;
  }
  .studio .entry-content h2 {
    padding: 0 0 8%;
  }
  .studio h2, .studio h2 .line {
    font-size: 6vw;
    letter-spacing: 1px;
  }
  .studio h2 .shoulder {
    font-size: 3.6vw;
    padding: 0 10px 0 12px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    line-height: 1.2;
  }
  .studio h2 .shoulder::before, .studio h2 .shoulder::after {
    width: 1px;
  }
  .studio .pointList li{
    padding: 5%;
    margin: 0 0 5%;
  }
  .studio .pointList li .ico {
    margin: 0 4vw 0 0;
  }
  .studio .pointList li .tit {
    font-size: 4.3vw;
    padding: 0 0 5%;
    line-height: 1.4;
    min-height: 0;
    display: block;
    letter-spacing: 2px;
  }
  .studio .text {
    padding: 3% 0 0;
    text-align: left;
  }
  
  .studio #serviceRecommend {
    background: #0c2d78 url(https://tagsapi.com/wp-content/uploads/2021/01/bg_sp.png) no-repeat scroll center / cover;
  }
  .studio #serviceRecommend .recommendList li {
    border-radius: 8px;
    padding: 4% 4% 4% 11%;
    font-size: 4vw;
    margin: 0 0 5%;
    line-height: 1.3;
  }
  .studio #serviceRecommend .recommendList li .ckd {
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
  }
  .studio #serviceRecommend .recommendList li .ckd img {
    width: 18px;
  }
  
  #planList dd h3 {
    padding: 8%;
    font-size: 5.5vw;
    margin: 0 0 4%;
    line-height: 1;
  }
  #planList dd .praice {
    line-height: 1.5;
    font-size: 7vw;
    padding: 0 0 7%;
  }
  #planList dd ul li {
    padding: 5%;
  }
  #planList dd.plemium .ask {
    padding: 0 0 10%;
  }
  #planList dd.plemium .praice {
    font-size: 4.5vw;
    letter-spacing: 2px;
    padding-top: 0.5rem;
  }
  
  #servicePlan .btn {
    width: 90%;
    padding: 3% 0;
  }
  #servicePlan .btn a {
    font-size: 1rem;
    padding: 20px 0;
  }
}


#kv > dl dt {
    padding: 0 0.5rem 0 0;
    min-width: 530px;
    white-space: nowrap;
}
.btnList.btn {
    box-sizing: border-box;
    padding: 0 7% 0 0;
}
.btnList.btn a {
    width: 42%;
    padding: 18px 0;
}

#plan #planList {
    text-align: center;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    padding: 2.5rem;
    box-sizing: border-box;
    border-radius: 8px;
    border: 3px solid #0c2d78;
}
#plan h2 {
    padding: 0 0 3rem;
}
#plan .praice{
    font-weight: 800;
    font-size: 2rem;
    padding: 0 0 3rem;
}
#plan .praice span{
    font-size: 4.5rem;
}
#plan ul{
    text-align: center;
    letter-spacing: 2px;
}
#plan ul li{
    padding: 0 0 1.25rem;
}
#plan ul li:last-child{
    padding: 0 0 0.5rem;
}

#listNews {
    overflow-y: scroll;
    height: 500px;
    margin: 0 0 3rem;
}

#listNews > a {
    margin: 0 0 2rem;
    height: auto;
}


@media screen and (min-width: 768px){

  #listNews > a {
    margin: 0 1rem 2rem ;
  }

}
@media screen and (max-width: 960px){
  #kv > dl dt {
      padding: 0 0 4rem;
      width: 100%;
      min-width: 100%;
  }
  .btnList.btn {
    box-sizing: border-box;
    padding: 0;
  }
  
  #plan #planList {
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  #kv{
    overflow: hidden;
  }
  #kv > dl {
    padding: 5.5rem 0 3.5rem;
  }
  #kv > dl dt {
      padding: 0 0 3rem;
      min-width: 100%;
  }
  #kv h1.titMain {
    font-size: 5.7vw;
    letter-spacing: 3px;
  }
  .btnList.btn {
    padding: 0;
  }
  .btnList.btn a {
    width: 46%;
    font-size: 13px;
    padding: 15px 0;
  }
  #kv .leadKv {
    font-size: 3.8vw;
  }
  
  h2 {
    padding: 0 0 2rem;
    font-size: 4.4vw;
    letter-spacing: 0.5px;
  }
  #start h2{
    font-size: 5.8vw;
  }
  #start h2 + p {
    text-align: left;
    padding: 0 0 2rem;
  }
  h3 {
    font-size: 4.5vw;
  }
  
  #plan, #exercise{
    padding: 6rem 0 3rem;
    margin-top: -3rem;
  }
  #plan #planList {
    width: 100%;
    padding: 1.5rem;
  }
  #plan h2 {
    padding: 0 0 2rem;
  }
  #plan .praice {
    font-size: 1.5rem;
    padding: 0 0 1.8rem;
  }
  #plan .praice span {
    font-size: 3rem;
  }
  #plan ul li {
    padding: 0 0 1rem;
    font-size: 0.9rem;
  }
  
  #listNews {
    margin: 0 0 2rem;
  }
  #listNews > a {
    margin: 0 0 1rem;
  }
  
  .listPerformance {
    margin: 0;
    display: block;
    text-align: center;
    justify-content: space-evenly;
  }
  .listPerformance li {
    width: 100%;
    margin-bottom: 5vw;
  }
  .listPerformance li div h3 + p {
    font-size: 2.4rem;
  }
  
  .home #planList dd ul {
    padding: 5%;
  }
  .home #planList dd ul li {
    padding: 0 0 2% 1em;
  }
  .home #planList dd ul li:last-child {
    padding: 0 0 0 1em;
  }
  
  #introduction dl {
    padding: 5%;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 0 0 45px;
  }
  #introduction dl::after {
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin: 0 0 0 -30px;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    border: 30px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 20px solid #0c2d78;
  }
  #introduction dl dt {
    width: 100%;
    padding: 0 0 5%;
  }
  #introduction dl dd {
    padding: 0;
    width: 100%;
    border: none;
    line-height: 1.4;
  }
  #introduction .indent {
    font-size: 0.75rem;
  }
  
  #faq .inner dl {
    padding: 2rem 0;
  }
  #faq .inner dl:first-of-type {
    margin-top: -2.25rem;
  }
  #faq .inner dl dt {
    font-size: 1rem;
    padding: 0 0 0.6rem 1.5rem;
    font-weight: 600;
    line-height: 1.4;
  }
  #faq .inner dl dt span {
    font-size: 1.25rem;
    top: -5px;
  }
  #faq .inner dl dd {
    padding: 0 0 0 1.6rem;
    position: relative;
    font-size: 0.9rem;
  }
  #faq .inner dl dd a{
    word-break: break-all;
  }
}