@charset "UTF-8";

/* 変数 */
:root{
  --c1:#2bc;
  --c2:#fff;
  --c3:#000;
  --c4:#333;
  --c5:#999;
  --c6:#20b0c0;
  --c7:#ff6;
  --c8:#666;
  --gentei:#f70;
  --shokai:#c00;
  --n_shokai:#00d;
  --senkou:#09f;
  --osusume:#2bc;
  --sokunou:#6c0;
  --newgoods:#fd0;
}

/* 変数 */
:root{
  --f1:3rem;
  --f2:2.44rem;
  --f3:1.95rem;
  --f4:1.56rem;
  --f5:1.25rem;
  --f55:1.1rem;
  --f6:1rem;
  --f65:0.9rem;
  --f7:0.8rem;
  --f75:0.75rem;
  --f8:0.7rem;
  --f10:5rem;
}

/* =========================================================
Faundation
========================================================= */
/* 1rem = 10pxにするための設定。フォントサイズの単位はremを使用する。 */
html {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/* 基本のフォントを16px、NotoSans */
body {
  background: var(--c3);
  color: var(--c2);
  font-family: 'Noto Sans Japanese', sans-serif;
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #09f;
  cursor: pointer;
}

p{
  font-size: var(--f6);
  color:var(--c2);
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* 画像下の空白を消すため */
img {
  vertical-align: bottom;
}

section{
  width: 100%;
  margin: 200px 0 0;
  box-sizing: border-box;
}
section>.divIn{
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 500px) {
  section{
    margin: 150px 0 0;
  }
}

/* 共通 */
.tgs2020__sectionTitle_h1only{
  background: var(--c1);
  padding: 30px 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px;
}
.tgs2020__sectionTitle_h1only>h1{
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f2);
  color:var(--c3);
  text-align: center;
}
.tgs2020__sectionTitle_h1only>h1>span{
  font-size: 70%;
  vertical-align: 10%;
}
.tgs2020__sectionTitle{
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px;
}
.tgs2020__sectionTitle>h1{
  background: var(--c1);
  padding: 30px 20px;
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f2);
  color:var(--c3);
  text-align: center;
  box-sizing: border-box;
}
.tgs2020__sectionTitle>h1>span{
  font-size: 70%;
  vertical-align: 10%;
}
.tgs2020__sectionTitle>h2{
  background: var(--c7);
  padding: 25px 10px;
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f4);
  color:var(--c2);
  text-align: center;
  box-sizing: border-box;
}
.tgs2020__sectionTitle>h2>img.pc{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.tgs2020__sectionTitle>h2>img.pad{
  display: none;
}
.tgs2020__sectionTitle>h2>img.sp{
  display: none;
}
@media (max-width: 768px) {
  .tgs2020__sectionTitle_h1only>h1,
  .tgs2020__sectionTitle>h1{
    font-size: var(--f3);
  }
  .tgs2020__sectionTitle>h2{
    font-size: var(--f5);
  }
  .tgs2020__sectionTitle>h2>img.pc{
    display: none;
  }
  .tgs2020__sectionTitle>h2>img.pad{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: block;
  }
  .tgs2020__sectionTitle>h2>img.sp{
    display: none;
  }
}
@media (max-width: 500px) {
  .tgs2020__sectionTitle_h1only>h1,
  .tgs2020__sectionTitle>h1{
    font-size: var(--f4);
  }
  .tgs2020__sectionTitle>h2{
    font-size: var(--f55);
  }
  .tgs2020__sectionTitle>h2>img.pc{
    display: none;
  }
  .tgs2020__sectionTitle>h2>img.pad{
    display: none;
  }
  .tgs2020__sectionTitle>h2>img.sp{
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    display: block;
  }
}
.tgs2020__hanbai--info{
  margin: 0;
  text-align: center;
  font-size: var(--f5);
  font-weight: bold;
}
.tgs2020__hanbai--info>span{
  color:var(--c1);
}
.tgs2020__hanbai--info>.att{
  font-weight: bold;
  margin: 1rem auto;
  padding: .5rem 0;
  border-top: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  font-size: var(--f5);
}
.tgs2020__hanbai--info>.att>span{
  color:var(--c1);
}
@media (max-width: 768px) {
  .tgs2020__hanbai--info{
    text-align: left;
    font-size: var(--f6);
  }
  .tgs2020__hanbai--info>.att{
    margin: 1rem 0;
    font-size: var(--f6);
  }
}
.sp-d-b{
  display: none;
}
.sp-d-b768{
  display: none;
}
.sp-d-b1000{
  display: none;
}
.pc-d-b1000-1200{
  display: none;
}
@media (max-width: 1199px) {
  .pc-d-b1000-1200{
    display: block;
  }
}
@media (max-width: 1000px) {
  .pc-d-b1000-1200{
    display: none;
  }
  .pc-d-b1000{
    display: none;
  }
  .sp-d-b1000{
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-d-b768{
    display: none;
  }
  .sp-d-b768{
    display: block;
  }
}
@media (max-width: 500px) {
  .pc-d-b{
    display: none;
  }
  .sp-d-b{
    display: block;
  }
}


/* ヘッダーメニュー */
header{
  background: var(--c1);
  color:var(--c2);
  margin: 0;
  position: fixed;
  top:0;
  width: 100%;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 50;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
header.active{
  background: rgba(0,0,0,0.8);
}
header.return{
  background: var(--c1);
}
.tgs2020__menu--flex{
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__menu--flex>div{
  position: relative;
  margin-right: 20px;
}
.tgs2020__menu--flex>div:last-of-type{
  margin-right: 0;
  margin-left:auto;
}
.tgs2020__menu--flex img{
  width:auto;
  vertical-align: middle;
}
.tgs2020__menu--flex>.logoTgs{
  width: 123px;
  position: relative;
}
.tgs2020__menu--flex>.logoTgs img{
  height: 50px;
  margin: 0;
}
.tgs2020__menu--flex>.logoBooth{
  width: 162px;
  position: relative;
}
.tgs2020__menu--flex>.logoBooth img{
  height: 30px;
  margin: 10px 0;
}
.tgs2020__menu--flex>.logoCospa{
  width: 136px;
  position: relative;
}
.tgs2020__menu--flex>.logoCospa img{
  height: 32px;
  margin: 9px 0;
}
.tgs2020__menu--flex>.logoTgs img.white,
.tgs2020__menu--flex>.logoBooth img.white,
.tgs2020__menu--flex>.logoCospa img.white{
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.tgs2020__menu--flex>.logoTgs img.white.active,
.tgs2020__menu--flex>.logoBooth img.white.active,
.tgs2020__menu--flex>.logoCospa img.white.active{
  opacity: 1;
}
.tgs2020__menu--flex>.pageMenu{
  width: -webkit-calc(100% - 325px);
  width: calc(100% - 325px);
}
.tgs2020__menu--flex>.pageMenu.r1{
  width: -webkit-calc(100% - 299px);
  width: calc(100% - 299px);
}
.tgs2020__menu--flex>.pageMenu.sp{
  display: none;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents{
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  max-width: 1000px;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li{
  width:13.5%;
  border-right: 1px solid var(--c2);
  box-sizing: border-box;
  padding: 0 5px;
  display: table;
  height: 50px;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li:nth-of-type(2){
  width:16.5%;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li:first-of-type,
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li:nth-of-type(3){
  width:14.75%;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li:last-of-type{
  border-right: none;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li>a{
  width: 100%;
  height: 50px;
  display: table-cell;
  color:var(--c3);
  vertical-align: middle;
  line-height: 1.3;
  font-size: var(--f7);
  text-align: center;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li>a.active{
  color:var(--c2);
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li>a:hover{
  background: rgba(255,255,255,0.7);
}
.tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li>a.active:hover{
  background: rgba(34,187,204,0.7);
}
.pageMenu__spMenuBottun{
  display: none;
}
.pageMenu__spMenuBack{
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: var(--c1);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
@media (min-width: 1200px) {
  .tgs2020__menu--flex>.pageMenu.list .pageMenu__contents>li>a{
    font-size: var(--f6);
  }
}
@media (max-width: 850px) {
  header{
    height: 50px;
    padding: 5px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  header.open{
    height: 100vh !important;
    transform: scaleY(1) !important;
  }
  .tgs2020__menu--flex>div{
    margin-right: 10px;
  }
  .tgs2020__menu--flex>.logoTgs{
    width: 100px;
  }
  .tgs2020__menu--flex>.logoTgs img{
    height: 40px;
    margin: 0;
  }
  .tgs2020__menu--flex>.logoBooth img{
    height: 30px;
    margin: 5px 0;
  }
  .tgs2020__menu--flex>.logoCospa img{
    height: 32px;
    margin: 4px 0;
  }
  .tgs2020__menu--flex>.pageMenu.sp{
    display: block;
    width: -webkit-calc(100% - 282px);
    width: calc(100% - 282px);
    margin-right: 0;
  }
  .tgs2020__menu--flex>.pageMenu.sp.r1{
    display: block;
    width: -webkit-calc(100% - 256px);
    width: calc(100% - 256px);
    margin-right: 0;
  }
  .pageMenu__spMenuBottun{
      display:-webkit-box;
      display:-ms-flexbox;
    display:flex;
      -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageMenu__spMenuBottun>.txt{
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    position: relative;
  }
  .pageMenu__spMenuBottun>.txt>p{
    font-size: var(--f5);
    color: var(--c2);
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
  }
  .pageMenu__spMenuBottun>.icon{
    display: block;
    height: 30px;
    width: 30px;
    margin: 5px 10px;
    position: relative;
    background: rgba(34,187,204,0.1);
  }
  .pageMenu__spMenuBottun>.icon.black{
    background: rgba(0,0,0,0.1);
  }
  .pageMenu__spMenuBottun>.icon>span{
    width: 100%;
    height: 4px;
    background: var(--c2);
    display: block;
    position: absolute;
    top:0;
    left: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .pageMenu__spMenuBottun>.icon>span:nth-of-type(2){
    top:13px
  }
  .pageMenu__spMenuBottun>.icon>span:last-of-type{
    top:26px;
  }
  .pageMenu__spMenuBottun>.icon.open>span:first-of-type{
    transform: rotate(45deg);
    width: 100%;
    top:13px;
  }
  .pageMenu__spMenuBottun>.icon.open>span:nth-of-type(2){
    opacity: 0;
  }
  .pageMenu__spMenuBottun>.icon.open>span:last-of-type{
    transform: rotate(-45deg);
    width: 100%;
    top: 13px;
  }
  .pageMenu__spMenuBack.open{
    display: block;
    opacity: .9;
  }
  .tgs2020__menu--flex>.pageMenu.list{
    display: none;
  }
  .tgs2020__menu--flex>.pageMenu.list.open{
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li{
    width:100%;
    border-right: none;
    border-bottom: 1px solid var(--c2);
    box-sizing: border-box;
    padding: 20px 5px;
    display: table;
    height: -webkit-calc(100% / 7);
    height: calc(100% / 7);
  }
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li:first-of-type,
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li:nth-of-type(2),
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li:nth-of-type(3){
    width:100%;
  }
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li:last-of-type{
    border-bottom: none;
  }
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li>a{
    width: 100%;
    height: auto;
    display: table-cell;
    color:var(--c3);
    vertical-align: middle;
    line-height: 1.4;
    font-size: var(--f6);
    text-align: center;
  }
  .tgs2020__menu--flex>.pageMenu.list.open .pageMenu__contents>li>a:hover{
    background: rgba(255,255,255,0.7);
  }
}
@media (max-width: 500px) {
  header{
    height: 50px;
    padding: 10px 5px;
  }
  .tgs2020__menu--flex>.logoTgs{
    width: 74px;
  }
  .tgs2020__menu--flex>.logoTgs img{
    height: 30px;
    margin: 0;
  }
  .tgs2020__menu--flex>.logoBooth{
    width: 108px;
  }
  .tgs2020__menu--flex>.logoBooth img{
    height: 20px;
    margin: 5px 0;
  }
  .tgs2020__menu--flex>.logoCospa{
    width: 94px;
  }
  .tgs2020__menu--flex>.logoCospa img{
    height: 22px;
    margin: 4px 0;
  }
  .tgs2020__menu--flex>.pageMenu.sp{
    width: -webkit-calc(100% - 202px);
    width: calc(100% - 202px);
  }
  .tgs2020__menu--flex>.pageMenu.sp.r1{
    width: -webkit-calc(100% - 188px);
    width: calc(100% - 188px);
  }
  .pageMenu__spMenuBottun>.txt{
    width: -webkit-calc(100% - 46px);
    width: calc(100% - 46px);
  }
  .pageMenu__spMenuBottun>.txt>p{
    font-size: var(--f6);
  }
  .pageMenu__spMenuBottun>.icon{
    height: 25px;
    width: 25px;
    margin: 2px 10px;
  }
  .pageMenu__spMenuBottun>.icon>span{
    height: 3px;
  }
  .pageMenu__spMenuBottun>.icon>span:nth-of-type(2){
    top:11px
  }
  .pageMenu__spMenuBottun>.icon>span:last-of-type{
    top:22px;
  }
  .pageMenu__spMenuBottun>.icon.open>span:first-of-type{
    top:11px;
  }
  .pageMenu__spMenuBottun>.icon.open>span:last-of-type{
    top: 11px;
  }
}


/* トップへ戻るボタン */
#page_top{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: table;
  overflow: hidden;
  position: fixed;
  right:15px;
  bottom:15px;
  z-index: 49;
  box-sizing: border-box;
}
#page_top>a{
  display: table-cell;
  background: var(--c1);
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px;
  box-sizing: border-box;
}
#page_top>a:hover{
  background: var(--c4);
}
#page_top>a>img{
  width: 100%;
  height: auto;
}
@media (max-width: 500px) {
  #page_top{
    width: 60px;
    height: 60px;
  }
}

/* トップイメージ */
.tgs2020__top{
  margin: 0;
  width: 100%;
}
.tgs2020__top--image{
  margin: 70px 0 0;
  width: 100%;
}
.tgs2020__top--image img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.tgs2020__top--catch{
  width: 100%;
  border-top:10px solid var(--c1);
  padding: 20px 20px 0;
  box-sizing:border-box;
  font-size: var(--f4);
  font-weight: bold;
  color:var(--c2);
  text-align:center;
}
.tgs2020__top--catch a{
  color:var(--c1);
}
.tgs2020__top--catch a:hover{
  background: var(--c4);
}
@media (max-width: 768px) {
  .tgs2020__top--image{
    margin: 50px 0 0;
  }
  .tgs2020__top--catch{
    font-size: var(--f5);
  }
}
@media (max-width: 500px) {
  .tgs2020__top--image{
    margin: 50px 0 0;
  }
  .tgs2020__top--catch{
    font-size: var(--f6);
    text-align: left;
  }
}


/* 新着情報 */
.tgs2020__news{
  margin: 150px 0;
}
.tgs2020__news>h1{
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f2);
  color: var(--c1);
  text-align: center;
  margin: 0;
  border-top: 1px solid var(--c1);
  padding: 5px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tgs2020__news>h1{
    font-size: var(--f3);
  }
}
@media (max-width: 500px) {
  .tgs2020__news{
    margin: 100px 0;
  }
  .tgs2020__news>h1{
    font-size: var(--f4);
  }
}


/* 新着情報スライダー */
.slider{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  padding: 10px 0;
}
.slick-next{
 right: 25px;
 z-index: 5;
}
.slick-prev{
  left: 25px;
  z-index: 5;
}
.slick-dots li.slick-active button:before{
  color:var(--c1);
}
.slick-dots li button:before{
  color:var(--c2);
}
.slick-slide img {
  height: 200px;
  max-height: 500px;
  min-height: 200px;
  min-width: 100%;
}
.slick-slide{
  margin: 0 10px;
  box-sizing: border-box;
  border:1px solid var(--c1);
    -webkit-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.slick__innerTxt{
  height: 200px;
  max-height: 500px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  min-width: 200px;
}
.slick__innerTxt img{
  opacity: 0.6;
  object-fit: cover;
}
.slick__innerTxt p{
  width: 100%;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  font-size: var(--f4);
  color:var(--c2);
  text-align: center;
  margin: 0;
}
.slick__innerTxt p>span{
  font-size: 80%;
}
@media (max-width: 768px) {
  .slick-slide img,
  .slick__innerTxt {
    height: 150px;
    max-height: 500px;
    min-height: 150px;
  }
}
@media (max-width: 500px) {
  .slick-slide img,
  .slick__innerTxt {
    height: 120px;
    max-height: 500px;
    min-height: 120px;
  }
  .slick__innerTxt{
    min-width: 40vw;
  }
  .slick__innerTxt p{
    font-size: var(--f6);
  }
  .slick-next{
   right: 15px;
   z-index: 5;
  }
  .slick-prev{
    left: 15px;
    z-index: 5;
  }
}
.is--new{
  background: var(--c1);
}
.is--active{
  background: var(--c1);
}

@media (min-width: 501px){
  .slick-list{
    margin: 0 auto;
    /* max-width: 1000px; */
  }
}
.news__click{
  cursor: pointer;
}
.news__click:hover{
  background: var(--c1);
}


/* 新着情報のモーダル */
.tgs2020__modal{
  margin: 0;
}
.tgs2020__modal--back{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 101;
}
.tgs2020__modal--contents li{
  width: 90vw;
  margin: 0 auto;
  max-width: 500px;
  max-height:80vh;
  padding: 20px;
  border:2px solid var(--c1);
  box-sizing: border-box;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 105;
  background: var(--c3);
  overflow-y: scroll;
}
.tgs2020__modal--contents li>div:first-of-type{
  position: absolute;
  top:7px;
  right: 7px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.js-modal-close.icon{
  margin: 0;
  width: 30px;
  height: 30px;
  background: var(--c1);
  padding: 3px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
}
.js-modal-close.icon>span{
  width: 100%;
  height: 4px;
  background: var(--c3);
  display: block;
  position: absolute;
  top:0;
  left: 0;
}
.js-modal-close.icon>span:first-of-type{
  transform: rotate(45deg);
  width: 86.66%;
  top:13px;
  left:2px;
}
.js-modal-close.icon>span:last-of-type{
  transform: rotate(-45deg);
  width: 86.66%;
  top: 13px;
  left:2px;
}
.tgs2020__modal--contents>li>h1{
  font-size: var(--f4);
  font-weight: bold;
  color:var(--c1);
  margin: 0;
}
.tgs2020__modal--contents>li>h2{
  margin:1.5rem 0 0.5rem;
  font-size: var(--f6);
}
.tgs2020__modal--contents>li>h2>span{
  background: var(--c1);
  color:var(--c3);
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.tgs2020__modal--contents>li>p{
  line-height: 1.7;
  margin: 0;
  font-size: var(--f65);
}
.tgs2020__modal--contents>li>p a{
  color:var(--c2);
  text-decoration: underline;
}
.tgs2020__modal--contents>li>p a:hover{
  text-decoration: none;
  background: var(--c1);
}
@media (max-width: 500px) {
  .tgs2020__modal--contents>li>h1{
    font-size: var(--f5);
  }
  .tgs2020__modal--contents>li>h2{
    font-size: var(--f65);
  }
  .tgs2020__modal--contents>li>p{
    font-size: var(--f7);
  }
}


/* タイトルリスト */
.tgs2020__titleList{
  width: 100%;
  margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__titleList>li{
  margin: 0 20px 20px 0;
  width: -webkit-calc((100% - 80px) / 5);
  width: calc((100% - 80px) / 5);
  border: 1px solid var(--c1);
  background: var(--c2);
  padding: 0;
  box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}
.tgs2020__titleList>li:nth-of-type(5n){
  margin: 0 0 20px;
}
@media (max-width: 1000px) {
  .tgs2020__titleList>li{
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
  .tgs2020__titleList>li:nth-of-type(5n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__titleList>li:nth-of-type(4n){
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .tgs2020__titleList>li{
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
  .tgs2020__titleList>li:nth-of-type(4n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__titleList>li:nth-of-type(3n){
    margin: 0 0 20px;
  }
}
@media (max-width: 540px) {
  .tgs2020__titleList>li{
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .tgs2020__titleList>li:nth-of-type(3n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__titleList>li:nth-of-type(2n){
    margin: 0 0 20px;
  }
}
.tgs2020__titleList>li>.logo{
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.tgs2020__titleList>li>.logo>img{
  width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}
.tgs2020__titleList>li>.logo.coming>img{
  top:57%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .tgs2020__titleList>li>.logo.coming.sp>img{
    top:50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 500px) {
  .tgs2020__titleList>li>.logo.coming.pad>img{
    top:50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.tgs2020__titleList>li>.jump{
  width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top:1px solid var(--c1);
  box-sizing: border-box;
  background: var(--c1);
}
.tgs2020__titleList a{
  height: 30px;
  line-height: 30px;
  background: var(--c1);
  text-align: center;
  font-size: var(--f7);
  color:var(--c2);
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
.tgs2020__titleList a:hover{
  background: var(--c4);
}
.tgs2020__titleList>li>.link1>a{
  width: 100%;
}
.tgs2020__titleList>li>.link2>a,
.tgs2020__titleList>li>.link3>a,
.tgs2020__titleList>li>.link4>a{
  border-right: 1px solid var(--c2);
}
.tgs2020__titleList>li>.link2>a:last-of-type,
.tgs2020__titleList>li>.link3>a:last-of-type,
.tgs2020__titleList>li>.link4>a:last-of-type{
  border-right: none;
}
.tgs2020__titleList>li>.link2>a{
  width: 50%;
}
/* .tgs2020__titleList>li>.link3>a.other{
  width: 30%;
}
.tgs2020__titleList>li>.link3>a.osusume{
  width: 40%;
}
.tgs2020__titleList>li>.link3>a.cell{
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
} */
.tgs2020__titleList>li>.link3>a{
  width: 30%;
}
.tgs2020__titleList>li>.link3>a:last-of-type{
  width: 40%;
}
.tgs2020__titleList>li>.link4>a{
  width: 23.5%;
}
.tgs2020__titleList>li>.link4>a:last-of-type{
  width: 29.5%;
}
.tgs2020__titleList--cap{
  width: 100%;
  font-size: var(--f65);
  margin: 0;
}
.tgs2020__titleList--cap>span{
  font-size: 90%;
  padding: 0 5px;
  background: var(--c1);
  color:var(--c2);
  margin-right: 3px;
}
@media (max-width: 600px) {
  .tgs2020__titleList a{
    font-size: var(--f8);
  }
}
@media (max-width: 500px) {
  .tgs2020__titleList--cap{
    font-size: var(--f7);
  }
}


/* 商品内作品タイトルボタン */
.tgs2020__goodsTitleList{
  width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__goodsTitleList>li{
  margin: 0 10px 10px 0;
  width: -webkit-calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  padding: 0;
  background: var(--c3);
  border:1px solid var(--c1);
  border-radius: 5px;
  /* height: 60px; */
  display: table;
  box-sizing: border-box;
  overflow: hidden;
}
.tgs2020__goodsTitleList>li:nth-of-type(4n){
  margin: 0 0 10px;
}
.tgs2020__goodsTitleList>li>a{
  width: 100%;
  height: 70px;
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: middle;
  color:var(--c2);
  font-size: var(--f65);
}
.tgs2020__goodsTitleList>li:hover{
  background: var(--c1);
}
.tgs2020__goodsTitleList>li>a>span{
  position: absolute;
  top:0;
  right: -5px;
  background: var(--c1);
  font-size: 80%;
  padding: 1px 7px 1px 4px;
  border-radius: 0 0 0 3px;
  font-weight: bold;
  color:var(--c3);
}
.tgs2020__goodsTitleList>li>a:hover>span{
  background: var(--c3);
  color:var(--c1);
}
@media (max-width: 1000px) {
  .tgs2020__goodsTitleList>li{
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
  }
  .tgs2020__goodsTitleList>li:nth-of-type(4n){
    margin: 0 10px 10px 0;
  }
  .tgs2020__goodsTitleList>li:nth-of-type(3n){
    margin: 0 0 10px;
  }
  .tgs2020__goodsTitleList>li>a{
    height: 70px;
  }
}
@media (max-width: 768px) {
  .tgs2020__goodsTitleList>li{
    width: -webkit-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
  .tgs2020__goodsTitleList>li:nth-of-type(3n){
    margin: 0 10px 10px 0;
  }
  .tgs2020__goodsTitleList>li:nth-of-type(2n){
    margin: 0 0 10px;
  }
  .tgs2020__goodsTitleList>li>a{
    height: 60px;
  }
}
@media (max-width: 500px) {
  .tgs2020__goodsTitleList>li{
    width: 100%;
    margin: 0 0 10px;
  }
  .tgs2020__goodsTitleList>li:nth-of-type(3n){
    margin: 0 0 10px;
  }
}


/* 商品内共通　作品ヘッダー */
.tgs2020__goodsSpace{
  margin: 70px 0;
  padding: 30px 0;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.title{
  width: 100%;
  margin: 0 0 30px;
  border: 2px solid var(--c1);
  padding: 10px;
  box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__goodsSpace>.title>div{
  box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}
.tgs2020__goodsSpace>.title>.logo{
  width: 100px;
  height: 100px;
  position: relative;
  background: var(--c2);
  margin-right: 10px;
  padding: 0 0 auto;
}
.tgs2020__goodsSpace>.title>.logo>img{
  width: 100%;
  height: auto;
  position: absolute;
  top:0;
  left: 0;
}
.tgs2020__goodsSpace>.title>.txt{
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
}
.tgs2020__goodsSpace>.title>.txt>h2{
  margin: auto 0;
  line-height: 1.2;
  font-weight: bold;
  color:var(--c2);
  font-size: var(--f4);
}
.tgs2020__goodsSpace>.title>.txt>.copy{
  margin: 10px 0 0;
  padding: 7px 0 0;
  box-sizing: border-box;
  border-top:1px solid var(--c1);
  font-size: var(--f8);
  text-align: right;
}
@media (max-width: 500px) {
  .tgs2020__goodsSpace{
    margin: 50px 0;
  }
  .tgs2020__goodsSpace>.title>.logo{
    width: 80px;
    height: 80px;
  }
  .tgs2020__goodsSpace>.title>.txt{
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .tgs2020__goodsSpace>.title>.txt>h2{
    font-size: var(--f55);
  }
  .tgs2020__goodsSpace>.title>.txt>.copy{
    text-align: left;
  }
}


/* 商品内共通 商品ボックス */
.tgs2020__goodsSpace>.goods{
  width: 100%;
  margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__goodsSpace>.goods>li{
  margin: 0 20px 20px 0;
  width: -webkit-calc((100% - 80px) / 5);
  width: calc((100% - 80px) / 5);
  background: var(--c2);
  padding: 0;
  box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.tgs2020__goodsSpace>.goods>li:nth-of-type(5n){
  margin: 0 0 20px;
}
@media (max-width: 1000px) {
  .tgs2020__goodsSpace>.goods>li{
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(5n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(4n){
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .tgs2020__goodsSpace>.goods>li{
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(4n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(3n){
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  .tgs2020__goodsSpace>.goods>li{
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(3n){
    margin: 0 20px 20px 0;
  }
  .tgs2020__goodsSpace>.goods>li:nth-of-type(2n){
    margin: 0 0 20px;
  }
}
.tgs2020__goodsSpace>.goods>li>.type{
  color:var(--c2);
  padding: 2px 5px;
  font-size: var(--f65);
  box-sizing: border-box;
  z-index: 5;
}
.tgs2020__goodsSpace>.goods>li>.gentei{
  background: var(--gentei);
}
.tgs2020__goodsSpace>.goods>li>.gentei.small{
  background: rgba(255,120,0,0.2);
  font-size: 80%;
  color:var(--c8);
}
.tgs2020__goodsSpace>.goods>li>.shokai{
  background: var(--shokai);
}
.tgs2020__goodsSpace>.goods>li>.shokai.small{
  background: rgba(204,0,0,0.15);
  font-size: 80%;
  color:var(--c8);
}
.tgs2020__goodsSpace>.goods>li>.n_shokai{
  background: var(--n_shokai);
}
.tgs2020__goodsSpace>.goods>li>.n_shokai.small{
  background: rgba(0,0,221,0.15);
  font-size: 80%;
  color:var(--c8);
}
.tgs2020__goodsSpace>.goods>li>.senkou{
  background: var(--senkou);
}
.tgs2020__goodsSpace>.goods>li>.newgoods{
  background: var(--newgoods);
  color:var(--c3);
}
.tgs2020__goodsSpace>.goods>li>.sokunou{
  background: var(--sokunou);
}
.tgs2020__goodsSpace>.goods>li>.sokunou.small{
  background: rgba(102,204,0,0.2);
  font-size: 80%;
  color:var(--c8);
}
.tgs2020__goodsSpace>.goods>li>.osusume{
  background: var(--osusume);
}
@media (max-width: 1070px) {
  .tgs2020__goodsSpace>.goods>li>.gentei.small,
  .tgs2020__goodsSpace>.goods>li>.shokai.small{
    font-size: 74%;
  }
}
@media (max-width: 1000px) {
  .tgs2020__goodsSpace>.goods>li>.gentei.small,
  .tgs2020__goodsSpace>.goods>li>.shokai.small{
    font-size: 80%;
  }
}
.tgs2020__goodsSpace>.goods>li>.item{
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin: 5px 0 10px;
}
.tgs2020__goodsSpace>.goods>li>.item:hover{
  transform: scale(1.1);
  opacity: 0.7;
  transition-duration: 0.3s;
}
.tgs2020__goodsSpace>.goods>li>.goodsTitle{
  margin: auto 0;
  color:var(--c4);
  font-size: var(--f65);
  padding: 0 10px;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.goods>li>.goodsTitle--att{
  margin: 5px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  color:var(--c8);
  font-size: var(--f7);
  line-height: 1.2;
}
.tgs2020__goodsSpace>.goods>li>.price{
  margin: 5px 0 10px;
  font-weight: bold;
  color:var(--c1);
  font-size: var(--f65);
  padding: 0 10px;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.goods>li>.send{
  border-top: 1px dashed var(--c5);
  padding: 25px 10px 10px;
  box-sizing: border-box;
  font-size: var(--f65);
  color:var(--c4);
  position: relative;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.goods>li>.send::before{
  content:'出荷日';
  margin: 0;
  width: 100%;
  font-size: var(--f7);
  color:var(--c1);
  position: absolute;
  top: 8px;
  left: 10px;
}
.tgs2020__goodsSpace>.goods>li>.sendR1{
  padding: 25px 10px 10px;
  box-sizing: border-box;
  font-size: var(--f65);
  color:var(--c2);
  position: relative;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.goods>li>.sendR1::before{
  content:'出荷日';
  margin: 0;
  width: 100%;
  font-size: var(--f7);
  color:var(--c2);
  position: absolute;
  top: 8px;
  left: 10px;
  font-weight: bold;
}
.tgs2020__goodsSpace>.goods>li>.sendR1.senkou{
  background:var(--senkou);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.newgoods{
  background:var(--newgoods);
  color:var(--c4);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.newgoods::before{
  color:var(--c4);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.osusume{
  background:var(--osusume);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.sokunou{
  background:var(--sokunou);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.gentei{
  background:var(--gentei);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.shokai{
  background:var(--shokai);
}
.tgs2020__goodsSpace>.goods>li>.sendR1.n_shokai{
  background:var(--n_shokai);
}
.tgs2020__goodsSpace>.goods>li>.release{
  border-top: 1px dashed var(--c5);
  padding: 25px 10px 10px;
  box-sizing: border-box;
  font-size: var(--f65);
  color:var(--c4);
  position: relative;
  box-sizing: border-box;
}
.tgs2020__goodsSpace>.goods>li>.release::before{
  content:'発売日';
  margin: 0;
  width: 100%;
  font-size: var(--f7);
  color:var(--c1);
  position: absolute;
  top: 8px;
  left: 10px;
}
@media (max-width: 500px) {
  .tgs2020__goodsSpace>.goods>li>.type,
  .tgs2020__goodsSpace>.goods>li>.goodsTitle,
  .tgs2020__goodsSpace>.goods>li>.price,
  .tgs2020__goodsSpace>.goods>li>.send,
  .tgs2020__goodsSpace>.goods>li>.release{
    font-size: var(--f7);
  }
  .tgs2020__goodsSpace>.goods>li>.goodsTitle--att{
    font-size: var(--f75);
  }
}


/* 商品内共通 ジャンプボタン */
.tgs2020__goodsSpace>.jump{
  width: 100%;
  margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__goodsSpace>.jump>a{
  border-radius: 5px;
  margin-right: 10px;
  background: #f08;
  vertical-align: middle;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: var(--f65);
  color:var(--c2);
  margin-bottom: 10px;
}
.tgs2020__goodsSpace>.jump>a:last-of-type{
  margin-right: 0;
}
.tgs2020__goodsSpace>.jump>a:hover{
  background: var(--c1);
}
@media (max-width: 500px) {
  .tgs2020__goodsSpace>.jump>a{
    font-size: var(--f7);
    padding: 5px 10px;
  }
}


/* 先行商品の注意表記 */
.attentionBox{
  margin: 20px 0 0;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.attentionBox>div{
  margin: 0;
  border: 2px solid var(--c1);
  padding: 20px;
  box-sizing: border-box;
}
.attentionBox.bordernone>div{
  margin: 0;
  border: none;
  padding: 0;
  box-sizing: border-box;
}
.attentionBox>div>h2{
  margin: 2rem 0 0;
  padding: 5px;
  line-height: 1.4;
  font-size: var(--f5);
  font-weight: bold;
  background: var(--c1);
  color:var(--c3);
  text-align: center;
}
.attentionBox>div>h2:first-of-type{
  margin: 0;
}
.attentionBox>div>h3{
  font-weight: bold;
  font-size: var(--f6);
  color:var(--c7);
  margin: 20px 0 2px;
  line-height: 1.6;
}
.attentionBox>div>h3>span{
  /* padding-bottom: 2px; */
  border-bottom: 1px solid var(--c7);
  box-sizing: border-box;
}
.attentionBox>div>p{
  margin: 1rem 0 0;
}
.attentionBox hr{
  margin: 1rem 0;
  border-top: 1px dotted var(--c1);
}
.attentionBox>div>p.att_strong{
  font-weight: bold;
  color:var(--c7);
}
.attentionBox>div>p.att_strong>span{
  font-weight: normal;
  color:var(--c2);
}
.attentionBox>div>p.small{
  font-size: 80%;
}
.attentionBox>div>.shukka_att p{
  color:#f05;
  margin: 1rem 0 0;
}
.attentionBox>div>.shukka_att p.white{
  color:var(--c2);
}
@media (max-width: 500px) {
  .attentionBox>div{
    padding: 15px;
  }
  .attentionBox>div>h2{
    font-size: var(--f6);
  }
  .attentionBox>div>h3{
    margin: 15px 0 2px;
  }
  .attentionBox>div>h3,
  .attentionBox>div>p{
    font-size: var(--f65);
  }
}


/* ブランド紹介 */
.tgs2020__bland{
  margin: 200px 0 -40px;
}
.tgs2020__bland h2{
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f3);
  color: var(--c1);
  text-align: center;
  margin: 0 0 30px;
  padding: 5px 0;
  border: 1px solid var(--c1);
  box-sizing: border-box;
}
.tgs2020__bland--shuunenFlex{
  width: 100%;
  margin: 0 0 50px;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__bland--shuunenFlex>div{
  width:-webkit-calc((100% - 20px) / 2);
  width:calc((100% - 20px) / 2);
  margin: 0 20px 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}
.tgs2020__bland--shuunenFlex>div:last-of-type{
  margin: 0;
}
.tgs2020__bland--shuunenFlex>div>p>a>img{
  width: 100%;
  height: auto;
}
.tgs2020__bland--flex{
  width: 100%;
  margin: 0;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020__bland--flex>div{
  width:-webkit-calc((100% - 40px) / 2);
  width:calc((100% - 40px) / 2);
  margin: 0 40px 40px 0;
  box-sizing: border-box;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}
.tgs2020__bland--flex>div:nth-of-type(2n){
  margin: 0 0 40px;
}
.tgs2020__bland--flex>div>p,
.tgs2020__bland--shuunenFlex>div>p{
  font-size: var(--f65);
}
.tgs2020__bland--flex>div>.blandlogo{
  width: 100%;
  background: var(--c2);
  margin: 0 0 20px;
  text-align: center;
}
.tgs2020__bland--flex>div>.blandlogo>img{
  width: 100%;
}
.tgs2020__bland--flex>div>.txt{
  width: 100%;
  margin: 0 0 auto;
}
.tgs2020__bland--flex>div>.link,
.tgs2020__bland--shuunenFlex>div>p.link{
  width: 100%;
  margin: 20px 0 0;
  display: table;
  border:1px solid var(--c1);
  border-radius: 15px;
  overflow: hidden;
}
.tgs2020__bland--flex>div>.link>a,
.tgs2020__bland--shuunenFlex>div>p.link>a{
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: border-box;
  display: table-cell;
  color:var(--c1);
}
.tgs2020__bland--flex>div>.link:hover,
.tgs2020__bland--shuunenFlex>div>p.link:hover{
  background: var(--c2);
}
@media (max-width: 768px) {
  .tgs2020__bland h2{
    font-size: var(--f4);
  }
}
@media (max-width: 500px) {
  .tgs2020__bland h2{
    font-size: var(--f5);
  }
  .tgs2020__bland--shuunenFlex>div{
    width:100%;
    margin: 0 0 20px;
    display: block;
  }
  .tgs2020__bland--shuunenFlex>div:last-of-type{
    margin: 0;
  }
  .tgs2020__bland--flex>div{
    width:100%;
    margin: 0 0 40px;
    display: block;
  }
  .tgs2020__bland--flex>div>.blandlogo>img{
    width: 100%;
    margin: 0;
  }
  .tgs2020__bland--flex>div>.txt{
    margin: 0 0 20px;
  }
}


/* SNSについて */
.tgs2020__snsFlex{
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.tgs2020__snsFlex>li{
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 10px;
  -webkit-transition: .1s;
  transition: .1s;
}
.tgs2020__snsFlex>li.twitter{
  background: #1DA1F2;
}
.tgs2020__snsFlex>li.facebook{
  background: #3B5998;
}
.tgs2020__snsFlex>li.line{
  background: #00C300;
}
.tgs2020__snsFlex>li:hover{
  transform: scale(1.2);
  border-radius: none;
}
.tgs2020__snsFlex>li>a{
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tgs2020__snsFlex>li>a>svg{
  margin: 0;
  padding: 0;
  width: 60%;
  height: 60%;
}
.tgs2020__snsFlex>li>a>svg>path{
  fill:var(--c2);
}


/* footer */
footer{
  margin: 100px 0 0;
  background: var(--c1);
  text-align: center;
  padding: 10px 0;
  font-size: var(--f7);
  color:var(--c3);
}
@media (max-width: 500px) {
  footer{
    margin: 70px 0 0;
    font-size: var(--f8);
  }
}


/* スマホ時のページ内メニュー追加 */
.tgs2020_pageInMenu>h1{
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  font-size: var(--f3);
  color: var(--c1);
  text-align: center;
  margin: 0 0 10px;
  border-top: 1px solid var(--c1);
  border-bottom: 1px solid var(--c1);
  padding: 5px 0;
  box-sizing: border-box;
}
.tgs2020_pageInMenuList{
  width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgs2020_pageInMenuList>li{
  margin: 0 10px 10px 0;
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  padding: 0;
  background: var(--c3);
  border:1px solid var(--c1);
  border-radius: 5px;
  /* height: 60px; */
  display: table;
  box-sizing: border-box;
  overflow: hidden;
}
.tgs2020_pageInMenuList>li:nth-of-type(2n){
  margin: 0 0 10px;
}
.tgs2020_pageInMenuList>li>a{
  width: 100%;
  height: 60px;
  display: table-cell;
  text-align: center;
  position: relative;
  vertical-align: middle;
  color:var(--c2);
  font-size: var(--f65);
}
.tgs2020_pageInMenuList>li:hover{
  background: var(--c1);
}
.tgs2020_pageInMenuList>li>a>span{
  position: absolute;
  top:0;
  right: -5px;
  background: var(--c1);
  font-size: 80%;
  padding: 1px 7px 1px 4px;
  border-radius: 0 0 0 3px;
  font-weight: bold;
  color:var(--c3);
}
.tgs2020_pageInMenuList>li>a:hover>span{
  background: var(--c3);
  color:var(--c1);
}
@media (min-width: 769px) {
  .tgs2020_pageInMenu{
    display: none;
  }
}
@media (max-width: 500px) {
  .tgs2020_pageInMenu>h1{
    font-size: var(--f4);
  }
  .tgs2020_pageInMenuList>li{
    width: 100%;
    margin: 0 0 10px;
  }
}
