@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 18px;
  /*font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
	
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media (max-width:1400px) {
  * {
    font-size: calc(18/1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 3.5vw;
  }
}
/* :root {
	--main-color: #24428E;
	--sub-color: #192360;
	--sub-sub-color: #3757A8;
	--light-color: #FFFFFF;
	--news-line: #648BEC;
	--news-link: #FFEC89;
} */
/* :root {
  --main-color: #b1e5f0;
  --sub-color: #08b0d8;
  --btn-color: #0a6bb0;
  --sub-sub-color: #3757A8;
  --shatle-color: #83b5da;
  --light-color: #FFFFFF;
  --text-color: #333333;
  --news-line: #648BEC;
  --news-link: #FFEC89;
  --bg-color: #ffe500;
} */
:root {
  --main-color: #1e91cf;
  --sub-color: #00C2CB;
  --btn-color: #0D3B66;
  --sub-sub-color: #3757A8;
  --shatle-color: #00C2CB;
  --light-color: #FFFFFF;
  --text-color: #333333;
  --news-line: #648BEC;
  --news-link: #FFEC89;
  --bg-color: #99E5D5;
  --bg-color_sub: #D42C20;
}
img{
  max-width: 100%;
}
.is_pc{
  display:block !important;
}
.is_sp{
  display:none !important;
}
@media (max-width:767px) {
  .is_pc{
    display:none !important;
  }
  .is_sp{
    display:block !important;
  }
}
*{
  line-height: 1.6em;
}
body {
  width: 100%;
  margin: 0;
  /* background-color: var(--main-color); */
  background: linear-gradient(180deg, var(--main-color) 0%, var(--main-color) 96%, var(--shatle-color) 96%, var(--shatle-color) 100%);
  overscroll-behavior: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border:none;
}
a{
  color: var(--light-color);
  text-decoration: none;
  transition: all .3s ease-in-out;
}
ul li{list-style-type: none;}


.mds,
.mds *{
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  letter-spacing: 0.13em;
  -webkit-font-smoothing: auto;
}
.mds_b,
.mds_b *{
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  letter-spacing: 0.13em;
  -webkit-font-smoothing: auto;
}
.min,
.min *{
  font-family: "Noto Serif JP","游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  letter-spacing: 0.1em;
}

/*************************** loading *********/



/*************************** nav *********/
header{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1290px;
  height: 140px;
  margin: 0 auto;
}
header ul{
  display: flex;
  justify-content: flex-end;
}
header ul li{
  width: 220px;
  height: 46px;
  /* border: 1px solid var(--light-color); */
}
header ul li:not(:first-child){
  margin-left: 10px;
}
header ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* background: rgba(25, 35, 96, 0.5); */
  background: var(--btn-color);
  transition: all 0.3s;
}
@media(any-hover: hover) {
  header ul li a:hover{
    background: #D42C20;
  }
}
@media (max-width:1400px) {
  /*
	header{
		width: calc(1290/1400 * 100vw);
		height: calc(140/1400 * 100vw)
	}
	header ul li{
		width: calc(220/1400 * 100vw);
		height: calc(46/1400 * 100vw);
	}
	header ul li:not(:first-child){
		margin-left: calc(10/1400 * 100vw);
	}
	header ul li img{
		width: auto;
		height: calc(14/1400 * 100vw);
	}
	*/
  header{
    width: calc(1290/1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  header{
    align-items: flex-start;
    width: 100%;
    height: 22vw;
    padding: 3vw;
  }
  header h1{
    width: 30vw;
  }
  header ul li{
    width: 28vw;
    height: 8vw;
  }
  header ul li:not(:first-child){
    margin-left: 5px;
  }
  header ul li img{
    width: auto;
    height: 2.7vw;
  }
}

/*************************** slogan *********/
#slogan{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/** BGオブジェクト **/
#slogan .objbox1,
#slogan .objbox2,
#slogan .objbox3,
#slogan .objbox4{
  position: absolute;
}
#slogan .objbox1 span,
#slogan .objbox2 span,
#slogan .objbox3 span,
#slogan .objbox4 span{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  /* top: 0;
	left: 0; */
  mix-blend-mode: soft-light;
  /* opacity: 0; */
}
#slogan .objbox1 span,
#slogan .objbox2 span,
#slogan .objbox3 span,
#slogan .objbox4 span{
  z-index: 1;
}
#slogan .objbox1 span.obj2,
#slogan .objbox2 span.obj2,
#slogan .objbox3 span.obj2{
  z-index: 2;
}
#slogan .objbox1 span.obj3,
#slogan .objbox2 span.obj3,
#slogan .objbox3 span.obj3{
  z-index: 3;
  mix-blend-mode:normal;
}

/** 左下 **/
/* #slogan .objbox1{
	top: 0;
	left: -324px;
	width: 773px;
	height: 1376px;
} */
/*#slogan .objbox1{
  top: 160px;
  left: -280px;
  width: 900px;
  height: 900px;
}*/
#slogan .objbox1{
  top: 0;
  left: 0;
  z-index: 1;
  width: 1800px;
  height: 500px;
  mix-blend-mode: screen;
}
#slogan .objbox1 span{
  background: url("../img/slogan-bg-left-03.svg") no-repeat center center;
}
#slogan .objbox1 span.obj2{
  background: url("../img/slogan-bg-left-02.svg") no-repeat center center;
}
/* #slogan .objbox1 span.obj3{
	background: url("../img/slogan-bg-left-01.svg") no-repeat center center;
} */
/*#slogan .objbox1 span.obj3{
  background: url("../img/slogan-bg-left.svg") no-repeat center center;
}*/
#slogan .objbox1 span.obj3{
  background: url("../img/left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/** 中央 **/
#slogan .objbox2{
  top: -110px;
  left: calc(50% - 320px);
  width: 746px;
  height: 786px;
}
#slogan .objbox2 span{
  background: url("../img/slogan-bg-center-03.svg") no-repeat center center;
}
#slogan .objbox2 span.obj2{
  background: url("../img/slogan-bg-center-02.svg") no-repeat center center;
}
#slogan .objbox2 span.obj3{
  background: url("../img/slogan-bg-center-01.svg") no-repeat center center;
}
/** 右上 **/
/* #slogan .objbox3{
	top: -238px;
	right: -480px;
	width: 793px;
	height: 730px;
} */
/*#slogan .objbox3{
  top: 540px;
  right: -100px;
  width: 450px;
  height: 450px;
}*/
#slogan .objbox3{
  top: 560px;
  right: 0;
  z-index: 50;
  width: 2000px;
  height: 800px;
  mix-blend-mode: screen;
}
#slogan .objbox3 span{
  background: url("../img/slogan-bg-right-03.svg") no-repeat center center;
}
#slogan .objbox3 span.obj2{
  background: url("../img/slogan-bg-right-02.svg") no-repeat center center;
}
/* #slogan .objbox3 span.obj3{
	background: url("../img/slogan-bg-right-01.svg") no-repeat center center;
} */
#slogan .objbox3 span.obj3{
  background: url("../img/right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/** 右下 **/
#slogan .objbox4{
  right: -246px;
  bottom: -100px;
  width: 673px;
  height: 504px;
}
#slogan .objbox4 span{
  background: url("../img/slogan-bg-foot-01.svg") no-repeat center center;
}
@media (max-width:1400px) {
  /** 左下 **/
  /* #slogan .objbox1{
		top: 0;
		left: calc(-324/1400 * 100vw);
		width: calc(773/1400 * 100vw);
		height: calc(1376/1400 * 100vw);
	} */
  /* #slogan .objbox1{
    top: -320px;
    left: calc(-205/1400 * 100vw);
    width: calc(750/1400 * 100vw);
    height: calc(1900/1400 * 100vw);
  }*/

  #slogan .objbox1{
    top: calc(-420/1400 * 100vw);
    left: calc(0/1400 * 100vw);
    width: calc(1200/1400 * 100vw);
    height: calc(1200/1400 * 100vw);
  }

  /** 中央 **/
  #slogan .objbox2{
    top: calc(-110/1400 * 100vw);
    left: calc(50% - (320/1400 * 100vw));
    width: calc(746/1400 * 100vw);
    height: calc(786/1400 * 100vw);
  }
  /** 右上 **/
  /* #slogan .objbox3{
		top: calc(-238/1400 * 100vw);
		right: calc(-480/1400 * 100vw);
		width: calc(793/1400 * 100vw);
		height: calc(730/1400 * 100vw);
	} */
  /*#slogan .objbox3{
    top: calc(545/1400 * 100vw);
    right: calc(-110/1400 * 100vw);
    width: calc(450/1400 * 100vw);
    height: calc(450/1400 * 100vw);
  }*/

  #slogan .objbox3{
    top: calc(510/1400 * 100vw);
    right: calc(0/1400 * 100vw);
    width: calc(1200/1400 * 100vw);
    height: calc(1200/1400 * 100vw);
    mix-blend-mode: screen;
  }
  /** 右下 **/
  #slogan .objbox4{
    right: calc(-246/1400 * 100vw);
    bottom: calc(-100/1400 * 100vw);
    width: calc(673/1400 * 100vw);
    height: calc(504/1400 * 100vw);
  }
  #slogan .objbox1 span,
  #slogan .objbox1 span.obj2,
  #slogan .objbox1 span.obj3,
  #slogan .objbox2 span,
  #slogan .objbox2 span.obj2,
  #slogan .objbox2 span.obj3,
  #slogan .objbox3 span,
  #slogan .objbox3 span.obj2,
  #slogan .objbox3 span.obj3,
  #slogan .objbox4 span{
    /* background-size: cover; */
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  /** BGオブジェクト **/
  /*#slogan .objbox1{
    top: -135px;
    left: calc(-165 / 1400* 100vw);
    width: calc(900 / 1400* 100vw);
    height: calc(1900 / 1400* 100vw);
  }*/
  #slogan .objbox1{
    top: calc(-245 / 1400* 100vw);
    left: calc(0 / 1400* 100vw);
    z-index: 0;
    width: calc(1800 / 1400* 100vw);
    height: calc(900 / 1400* 100vw);
  }
  /*#slogan .objbox3{
    top: calc(2355 / 1400* 100vw);
    right: calc(-200 / 1400* 100vw);
    width: calc(800 / 1400* 100vw);
    height: calc(600 / 1400* 100vw);
  }*/
  #slogan .objbox3{
    top: calc(2075 / 1400* 100vw);
    right: calc(0 / 1400* 100vw);
    z-index: 0;
    width: calc(1800 / 1400* 100vw);
    height: calc(900 / 1400* 100vw);
  }
  #slogan .objbox2,
  #slogan .objbox4{
    /*display: none;*/
  }
}

/** コンテンツ **/
#slogan .conts{
  height: 1400px;
}
#slogan .conts .kv{
  position: relative;
  z-index: 100;
  width: 1350px;
  height: 700px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: var(--light-color);
  opacity: 0;
}
#slogan .conts .kv img{
  width: 100%;
  height: auto;
}

#slogan .conts h2{
  margin: 160px 0;
  text-align: center;
}
#slogan .conts h2 > span {
  position: relative;
  z-index: 60;
  display: inline-block;
  color: var(--text-color);
  font-weight: bold;
  font-size: 24px;
  line-height: 360%;
}
#slogan .conts h2 > span span.over {
  position: absolute;
  top: -70%;
  left: 0;
  z-index: 40;
  display: block;
  width: 100%;
  height: 300%;
  background: var(--main-color);
  transform: rotate(45deg);
}
#slogan .conts h2 > span span.over:before {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgba(36,66,142,0) 0%, var(--main-color) 100%);
  content: "";
}
@media (max-width:1400px) {
  #slogan .conts{
    height: calc(1400/1400 * 100vw);
  }
  #slogan .conts .kv{
    width: calc(1290/1400 * 100vw);
    /* height: calc(700/1400 * 100vw); */
  }
  #slogan .conts h2{
    margin: calc(160/1400 * 100vw) 0;
  }
  #slogan .conts h2 > span {
    font-size: calc(24/1400 * 100vw);
  }
  #slogan .conts h2 > span span.over:before {
    left: calc(-200/1400 * 100vw);
    width: calc(200/1400 * 100vw);
  }
}
@media (max-width:768px) {
  #slogan .conts{
    height: 220vw;
  }
  #slogan .conts .kv{
    width: 92vw;
    height: auto;
  }
  #slogan .conts .kv img{
    height: auto;
  }
  #slogan .conts h2{
    /* margin: 14vw 0 12vw; */
    margin: 14vw 0 0;
  }
  #slogan .conts h2 > span {
    font-size: 3.4vw;
  }
  #slogan .conts h2 > span span.over:before {
    left: -20vw;
    width: 20vw;
  }
}

/*************************** contents common *********/
main .contents{
  z-index: 2;
  width: 100%;
  /*
	min-width: 1000px;
	padding-top: 120px;
	position: relative;
    overflow: hidden;
	*/
  color: var(--text-color);
}
main .contents .inr{
  width: 1200px;
  margin: 0 auto;
}
main .contents h3{
  font-weight: bold;
  font-size: 33px;
  line-height: 100%;
  text-align: center;
}
main .contents h3.twititle span{
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
@media (max-width:1400px) {
  main .contents .inr{
    width: calc(1200/1400 * 100vw);
  }
  main .contents h3{
    font-size: calc(33/1400 * 100vw);
  }
  main .contents h3.twititle span{
    margin-top: calc(20/1400 * 100vw);
    font-size: calc(22/1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  main .contents .inr{
    width: 100%;
  }
  main .contents .inr{
    width: 96vw;
  }
  main .contents h3{
    font-size: 4.5vw;
  }
  main .contents h3.twititle span{
    margin-top: 3vw;
    font-size: 3vw;
  }
}


/*************************** contents *********/

/**************** news *********/
#news{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0;
  color: var(--text-color);
  background: var(--sub-color);
}
#news h3{
  position: absolute;
  top: -0.5em;
}
#news ul{
  width: 1000px;
}
#news ul li{
  display: grid;
  grid-template-columns: 100px 520px 270px;
  justify-content: space-between;
  padding: 20px 0;
  font-weight: 500;
  border-bottom: 1px dashed var(--light-color);
}
#news ul li .date{
  font-weight: bold;
  font-size: calc(18 / 1400* 100vw);
}
#news ul li:last-child{
  border-bottom: none;
}
#news ul li *{
  line-height: 140%;
}
/* #news ul li p span{
	font-size: 14px;
} */
#news ul li .link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: auto;
  color: var(--light-color);
  font-weight: bold;
  font-size: 15px;
  background: var(--btn-color);
  border-radius: 30px;
}
#news ul li .disable{
  opacity: 0.3;
  pointer-events:none;
}
@media(any-hover: hover) {
  #news ul li .link:hover{
    color: var(--text-color);
    background: var(--light-color);
  }
  #news ul li .link:hover::after{
    border-color: transparent transparent transparent var(--text-color);
  }
}
#news ul li .link::after{
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent var(--light-color);
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
}
@media (max-width:1400px) {
  #news{
    padding: calc(130/1400 * 100vw) 0;
  }
  #news ul{
    width: calc(1000/1400 * 100vw);
  }
  #news ul li{
    grid-template-columns: calc(100/1400 * 100vw) calc(520/1400 * 100vw) calc(270/1400 * 100vw);
    padding: calc(20/1400 * 100vw) 0;
  }
  /* #news ul li p span{
		font-size: calc(14/1400 * 100vw);
	} */
  #news ul li .link{
    height: calc(30/1400 * 100vw);
    font-size: calc(15/1400 * 100vw);
    border-radius: calc(30/1400 * 100vw);
  }
  #news ul li .link::after{
    top: calc(50% - (5/1400 * 100vw));
    right: calc(10/1400 * 100vw);
    border-width: calc(5/1400 * 100vw) 0 calc(5/1400 * 100vw) calc(8/1400 * 100vw);
  }
  #news ul li .date{
    font-weight: bold;
    font-size: calc(20 / 1400* 100vw);
  }
}
@media screen and (max-width: 768px) {
  #news{
    padding: 13vw 0;
  }
  #news ul{
    width: 84%;
  }
  #news ul li{
    grid-template-rows: auto auto auto;
    grid-template-columns:auto;
    padding: 20px 0;
  }
  #news ul li p{
    margin-top: 1vw;
  }
  /* #news ul li p span{
		font-size: 2.7vw;
	} */
  #news ul li .link{
    width: 84vw;
    height: 7vw;
    margin-top: 3vw;
    font-size: 2.9vw;
    border-radius: 5vw;
  }
  #news ul li .link::after{
    top: calc(50% - 1vw);
    right: 3vw;
    border-width: 1vw 0 1vw 1.3vw;
  }
  #news ul li .date{
    font-weight: bold;
    font-size: 3.5vw;
  }
}
/**************** news END *********/



/**************** tv *********/
#tv{
  position: relative;
  z-index: 3;
  margin-top: -1em;
}
#tv ul{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 30px auto 0;
}
#tv ul li{
  width: 490px;
  height: 90px;
}
#tv ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--light-color);
  background-color: var(--btn-color);
  border-radius: 90px;
  transition: all 0.3s;
}
#tv ul li a span{
  position: relative;
}
#tv ul li a span:before,
#tv ul li a span:after {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border-color: var(--light-color);
  border-style: solid;
  transition: all 0.3s;
  content: "";
}
#tv ul li a span:before {
  top: calc(50% - 10px);
  right: -35px;
  border-width: 1px;
}
#tv ul li a span:after {
  top: calc(50% - 6px);
  right: -39px;
  border-width: 0 1px 1px 0;
}
@media(any-hover: hover) {
  #tv ul li a:hover{
    color: var(--light-color);
    background-color: #D42C20;
  }
  #tv ul li a:hover span:before,
  #tv ul li a:hover span:after {
    border-color: var(--light-color);
  }
}
@media (max-width:1400px) {
  #tv ul{
    width: calc(1000/1400 * 100vw);
    margin: calc(30/1400 * 100vw) auto 0;
  }
  #tv ul li{
    width: calc(490/1400 * 100vw);
    height: calc(90/1400 * 100vw);
  }
  #tv ul li a{
    border-radius: calc(90/1400 * 100vw);
  }
  #tv ul li a span:before,
  #tv ul li a span:after {
    width: calc(20/1400 * 100vw);
    height: calc(16/1400 * 100vw);
  }
  #tv ul li a span:before {
    top: calc(50% - (10/1400 * 100vw));
    right: calc(-35/1400 * 100vw);
  }
  #tv ul li a span:after {
    top: calc(50% - (6/1400 * 100vw));
    right: calc(-39/1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #tv {
    margin-top: -0.9em;
  }
  #tv ul{
    display: block;
    width: 100%;
    margin: 5vw auto 0;
  }
  #tv ul li{
    width: 84%;
    height: 14vw;
    margin: 0 auto;
  }
  #tv ul li:first-child{
    margin-bottom: 2vw;
  }
  #tv ul li a{
    border-radius: 14vw;
  }
  #tv ul li a span{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #tv ul li a span:before,
  #tv ul li a span:after {
    width: 3.3vw;
    height: 3vw;
  }
  #tv ul li a span:before {
    top: calc(50% - 2vw);
    right: 7vw;
  }
  #tv ul li a span:after {
    top: calc(50% - 1.1vw);
    right: 6.1vw;
  }
}
/**************** tv END *********/



/**************** wear *********/
#wear{
  position: relative;
  padding: 1px;
  background: var(--main-color);
}
#wear > ul{
  max-width: 1200px;
  margin: 200px auto;
}
#wear > ul > li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 200px;
}
#wear > ul > li:nth-child(even){
  flex-direction:row-reverse
}
#wear .txtbox{
  width: 400px;
  font-weight: 500;
}
#wear .txtbox h3{
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 33px;
  text-align: left;
}
#wear .txtbox a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin-top: 40px;
  color: var(--light-color);
  font-weight: bold;
  font-size: 15px;
  background: var(--btn-color);
  border-radius: 60px;
  transition: all 0.3s;
}
@media(any-hover: hover) {
  #wear .txtbox a:hover{
    background: #D42C20;
  }
}
#wear .imgbox{
  position: relative;
  width: 700px;
  height: 500px;
  /* background: #000000; */
  background: #28b5ad;
}
#wear > ul > li:nth-child(even) .imgbox{
  background: #53A5BE;
}
#wear .imgbox span{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
}
#wear .imgbox .bg1{
  z-index: -1;
  background: var(--bg-color_sub);
}
#wear .imgbox .bg2{
  z-index: -2;
  background: var(--bg-color);
}

#wear .bnr{
  position: relative;
  display: flex;
  align-items: center;
  height: 360px;
  background: var(--light-color);
  background: url(../img/bnr-img.jpg) no-repeat right 20% top / contain,#fdfdfd;
}
#wear .bnr a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#wear .bnr_out{
  padding: 80px 0;
  background: #fff;
}
#wear .bnr span.txt{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 80px;
  margin-left: calc(50% - 595px);
  color: var(--light-color);
  font-size: 26px;
  line-height: 100%;
  background: var(--btn-color);
  border-radius: 80px;
  transition: all 0.3s;
}
#wear .bnr span.txt span{
  display: block;
  margin-top: -20px;
  font-size: 12px;
  line-height: 100%;
}
@media(any-hover: hover) {
  #wear .bnr:hover span.txt{
    background: #D42C20;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover{
    background: #D42C20;
  }
}
/** modaal setting **/
.player .modaal-container{
  background: #FFFFFF;
}
.player .modaal-container h3{
  margin-bottom: 30px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 33px;
  text-align: center;
}
.player .modaal-container ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.player .modaal-container ul li{
  width: 48%;
  margin-bottom: 30px;
}
.player .modaal-container ul li .imgbox{
  width: 100%;
  height: 300px;
  background: #EEEEEE;
}
/** modaal setting END **/
@media (max-width:1400px) {
  #wear > ul{
    max-width: calc(1200/1400 * 100vw);
    margin: calc(200/1400 * 100vw) auto;
  }
  #wear > ul > li{
    margin-bottom: calc(200/1400 * 100vw);
  }
  #wear .txtbox{
    width: calc(400/1400 * 100vw);
  }
  #wear .txtbox h3{
    margin-bottom: calc(40/1400 * 100vw);
    font-size: calc(33/1400 * 100vw);
  }
  #wear .txtbox a{
    width: calc(200/1400 * 100vw);
    height: calc(60/1400 * 100vw);
    margin-top: calc(40/1400 * 100vw);
    font-size: calc(15/1400 * 100vw);
    border-radius: calc(60/1400 * 100vw);
  }
  #wear .imgbox{
    width: calc(700/1400 * 100vw);
    height: calc(500/1400 * 100vw);
  }
  #wear .bnr{
    height: calc(360/1400 * 100vw);
  }
  #wear .bnr span.txt{
    width: calc(380/1400 * 100vw);
    height: calc(80/1400 * 100vw);
    margin-left: calc(50% - (640/1400 * 100vw));
    font-size: calc(26/1400 * 100vw);
    border-radius: calc(80/1400 * 100vw);
  }
  #wear .bnr span.txt span{
    margin-top: calc(-20/1400 * 100vw);
    font-size: calc(12/1400 * 100vw);
  }
  /** modaal setting **/
  .player .modaal-container h3{
    margin-bottom: calc(30/1400 * 100vw);
    font-size: calc(33/1400 * 100vw);
  }
  .player .modaal-container ul li{
    margin-bottom: calc(30/1400 * 100vw);
  }
  .player .modaal-container ul li .imgbox{
    height: calc(300/1400 * 100vw);
  }
  /** modaal setting END **/
}
@media screen and (max-width: 768px) {
  #wear > ul{
    max-width: 84%;
    margin: 20vw auto;
  }
  #wear > ul > li{
    display: block;
    margin-bottom: 26vw;
  }
  #wear .txtbox{
    width: 100%;
  }
  #wear .txtbox h3{
    margin-bottom: 5vw;
    font-size: 4.5vw;
    text-align: center;
  }
  #wear .txtbox a{
    width: 40%;
    height: 9vw;
    margin: 5vw auto 0;
    font-size: 2.7vw;
    border-radius: 10vw;
  }
  #wear .imgbox{
    width: 90%;
    height: 54vw;
    margin: 9vw auto 0;
  }
  #wear .bnr{
    align-items: flex-end;
    /*height: 57vw;*/
    height: 95vw;
    background: url(../img/kv-sp.jpg) no-repeat center top / contain,#FFFFFF;
  }
  #wear .sp_bnr{
    padding-top: 5vw;
    background: #fff;
  }
  #wear .bnr._bottom{
    align-items: flex-end;
    height: 25vw;
    background: #fff;

  }
  #wear .bnr span.txt{
    width: 50vw;

    width: 80vw;
    height: 10vw;
    height: 12vw;
    margin-top: 3vw;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    color: var(--light-color);
    font-weight: bold;
    font-size: 3.9vw;
    letter-spacing: 1px;
    background: var(--btn-color);
    border-radius: 10vw;
  }
  #wear .bnr span.txt span{
    margin-top: -2vw;
    font-size: 2.7vw;
  }
  #wear .bnr._bottom span.txt{
    width: 50vw;

    width: 80vw;
    height: 10vw;
    height: 15vw;
    margin-top: 5vw;
    margin-right: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    color: var(--light-color);
    font-weight: bold;
    font-size: 3.9vw;
    letter-spacing: 1px;
    background: var(--btn-color);
    border-radius: 10vw;
  }
  #wear .bnr._bottom span.txt span{
    margin-top: -2vw;
    font-size: 2.7vw;
  }
  /** modaal setting **/
  .player .modaal-content-container{
    padding: 5vw;
  }
  .player .modaal-container h3{
    margin-bottom: 5vw;
    font-size: 3.9vw;
  }
  .player .modaal-container ul{
    width: 100%;
  }
  .player .modaal-container ul li{
    margin-bottom: 5vw;
  }
  .player .modaal-container ul li .imgbox{
    height: 30vw;
  }
  /** modaal setting END **/
}
/**************** wear END *********/




/**************** uniform *********/
#uniform.contents{
  position: relative;
  overflow: visible;
}
#uniform.contents::before{
  position: absolute;
  top: calc(83vw + 590px);
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - (83vw + 590px));
  background: var(--shatle-color);
  content: "";
}

#uniform.contents .shatle{
  position: absolute;
  top: 470px;
  width: 100%;
  height: calc(100% - 470px);
}
/* TOP */
#uniform.contents .shatle .obj1{
  position: relative;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 23vw;
  overflow: hidden;
}
#uniform.contents .shatle .obj1 span{
  display: block;
  width: 46vw;
  height: 46vw;
  margin-top: 23vw;
  background-color: var(--shatle-color);
  border-radius: 50% 50% 0 0;
  transform-origin: bottom center;
}
/* LINE */
#uniform.contents .shatle .obj2{
  z-index: -1;
  display: block;
  width: 46vw;
  height: 120px;
  margin: 5px 0;
  background: var(--shatle-color);
  transform: translate(calc(50vw - 50%));
}
/* BOTTOM */
#uniform.contents .obj3{
  z-index: -1;
  display: block;
  width: 100%;
  height: 60vw;
  background: var(--shatle-color);
  clip-path: polygon(0% 100%, 27% 0%, 73% 0%, 100% 100%);
}



#uniform.contents .inr{
  position: relative;
  z-index: 1;
  width: 1300px;
  padding-top: 160px;
  padding-bottom: 1px;
}
#uniform.contents .inr ul.pt1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 200px;
}
#uniform.contents .inr ul.pt1 li{
  width: 314px;
  text-align: center;
}
#uniform.contents .inr ul.pt1 li span{
  font-weight: 500;
}
/* #uniform.contents .inr ul.pt1 li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)){
	width: 235px;
	margin-top: 80px;
	margin-right: 100px;
} */
#uniform.contents .inr ul.pt1 li{
  width: 235px;
  margin-top: 80px;
  margin-right: 100px;
}
#uniform.contents .inr ul.pt1 li:nth-child(4){
  margin-right: 0;
}
#uniform.contents .inr ul.pt1 li:last-child{
  margin-right: 0 !important;
}
#uniform.contents .inr ul.pt1 li img{
  position: relative;
  transform: translate(20px, 20px);
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.4));
  filter: drop-shadow(10px 10px 3px rgba(0,0,0,0.4));
  transition: all .99s ease-out .5s;
  /*cursor: pointer;*/
}
#uniform.contents .inr ul.pt1.active li img{
  transform: translate(0px, 0px);
  filter: drop-shadow(30px 30px 10px rgba(0,0,0,0.3));
}
#uniform.contents .inr ul.pt1 li:nth-of-type(2){
  /* margin: 0 100px; */
}
#uniform.contents .inr ul.pt1 li span{
  display: inline-block;
  margin-bottom: 20px;
}
#uniform.contents .inr ul.pt1 li img:nth-of-type(2){
  margin-top: 30px;
}
@media (max-width:1400px) {
  #uniform.contents::before{
    top: calc(83vw + (590/1400 * 100vw));
    height: calc(100% - (83vw + (590/1400 * 100vw)));
  }
  #uniform.contents .shatle{
    top: calc(470/1400 * 100vw);
    height: calc(100% - (470/1400 * 100vw));
  }
  /* LINE */
  #uniform.contents .shatle .obj2{
    height: calc(120/1400 * 100vw);
    margin: calc(5/1400 * 100vw) 0;
  }
	
	
  #uniform.contents .inr{
    width: calc(1300/1400 * 100vw);
    padding-top: calc(160/1400 * 100vw);
  }
  #uniform.contents .inr ul.pt1{
    margin-top: calc(60/1400 * 100vw);
    margin-bottom: calc(200/1400 * 100vw);
  }
  /* #uniform.contents .inr ul.pt1 li{
		width: calc(314/1400 * 100vw);
	} */
  /* #uniform.contents .inr ul.pt1 li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)){
		width: calc(235/1400 * 100vw);
		margin-top: calc(80/1400 * 100vw);
		margin-right: calc(100/1400 * 100vw);
	} */
  #uniform.contents .inr ul.pt1 li{
    width: calc(235/1400 * 100vw);
    margin-top: calc(80/1400 * 100vw);
    margin-right: calc(100/1400 * 100vw);
  }
  #uniform.contents .inr ul.pt1 li img{
    transform: translate(calc(20/1400 * 100vw), calc(20/1400 * 100vw));
    filter: drop-shadow(0px 0px calc(10/1400 * 100vw) rgba(0,0,0,0.4));
    filter: drop-shadow(calc(10/1400 * 100vw) calc(10/1400 * 100vw) calc(3/1400 * 100vw) rgba(0,0,0,0.4));
  }
  #uniform.contents .inr ul.pt1.active li img{
    filter: drop-shadow(calc(30/1400 * 100vw) calc(30/1400 * 100vw) calc(10/1400 * 100vw) rgba(0,0,0,0.3));
  }
  /* #uniform.contents .inr ul.pt1 li:nth-of-type(2){
		margin: 0 calc(100/1400 * 100vw);
	} */
  #uniform.contents .inr ul.pt1 li span{
    margin-bottom: calc(20/1400 * 100vw);
  }
  #uniform.contents .inr ul.pt1 li img:nth-of-type(2){
    margin-top: calc(30/1400 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #uniform.contents::before{
    top: calc(83vw + 100vw);
    height: calc(100% - (83vw + 100vw));
  }
  #uniform.contents .shatle{
    top: 60vw;
    height: calc(100% - 60vw);
  }
  /* TOP */
  #uniform.contents .shatle .obj1{
    height: 23vw;
  }
  #uniform.contents .shatle .obj1 span{
    width: 46vw;
    height: 46vw;
    margin-top: 23vw;
  }
  /* LINE */
  #uniform.contents .shatle .obj2{
    width: 46vw;
    height: 14vw;
    margin: 5px 0;/* change *//* change *//* change */
  }
  /* BOTTOM */
  #uniform.contents .obj3{
    height: 85vw;
  }


	
	
  #uniform.contents .inr{
    width: 94%;
    padding-top: 20vw;
  }
  #uniform.contents .inr ul.pt1{
    justify-content: space-between;
    width: 90%;
    margin: 10vw auto 20vw;
    overflow: visible;
  }
  #uniform.contents .inr ul.pt1 li{
    width: 44%;
    overflow: visible;
  }
  #uniform.contents .inr ul.pt1 li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)){
    width: 44%;
    margin-top: 6vw;
    margin-right: 0;
  }
	
  #uniform.contents .inr ul.pt1 li img{
    transform: translate(4vw, 4vw);
    filter: drop-shadow(1vw 1vw 0.5vw rgba(0,0,0,0.8));
  }
  #uniform.contents .inr ul.pt1.active li img{
    transform: translateZ(0);
    filter: drop-shadow(3vw 3vw 3vw rgba(0,0,0,0.6));
  }
	
  /* #uniform.contents .inr ul.pt1 li:nth-of-type(1){
		margin: 0 28% 6vw;
	} */
  #uniform.contents .inr ul.pt1 li:nth-of-type(2){
    /* margin: 0; */
    margin-top: 6vw;
    margin-right: 0;
  }
  #uniform.contents .inr ul.pt1 li span{
    margin-bottom: 2vw;
  }
  #uniform.contents .inr ul.pt1 li img:nth-of-type(2){
    margin-top: 0;
  }
}



/*** swiper settings ***/
.visual{
  margin-top: 50px;
  margin-bottom: 200px;
}
.box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.swiper{
  position: relative;
  left: calc(0% - 0px);
  flex: 1;
  margin-top: 0px;
  padding-bottom:60px;
  overflow: hidden;
}
.swiper-slide {
  width: 17.4%;
  height: auto;
  margin-right: 2%;
}
.swiper-slide.yoko {
  width: 23%;
}
.swiper-slide:last-child {
  margin-right: 0%;
}
.swiper-slide span{
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.swiper-slide .img{
  overflow: hidden;
}
.swiper-slide img{
  cursor: pointer;
  transition: all .3s;
}
.swiper-slide:hover img{
  transform: scale(1.1);
  transform-origin: center ;
  opacity: 0.8;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom:0px;
  display: block;
  width: 90px;
  height: 30px;
  margin-top: 0;
  background: var(--btn-color);
  border-radius: 30px;
  cursor: pointer;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  position: absolute;
  top: 50%;
  left: 25px;
  width: 40px;
  height: 1px;
  background: var(--light-color);
  content: "";
}
.swiper-button-next:before,
.swiper-button-prev:before{
  position: absolute;
  top: calc(50% - 3px);
  left: 25px;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--light-color);
  border-right: solid 1px var(--light-color);
  transform: rotate(-135deg);
  content: "";
}
.swiper-button-next:before{
  right: 25px;
  left: auto;
  transform: rotate(45deg);
}
.swiper-button-prev{
  right: 100px;
  left: auto;
}
.swiper-button-next{
  right: 0px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 150px;
  width: 100%;
  height: 50px;
}
.swiper-pagination {
  display: none;
}
@media (max-width:1400px) {
  .visual{
    margin-top: calc(50/1400 * 100vw);
    margin-bottom: calc(200/1400 * 100vw);
  }
  .swiper{
    padding-bottom:calc(60/1400 * 100vw);
  }
  .swiper-slide span{
    margin-bottom: calc(20/1400 * 100vw);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: calc(90/1400 * 100vw);
    height: calc(30/1400 * 100vw);
    border-radius: calc(30/1400 * 100vw);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after{
    left: calc(25/1400 * 100vw);
    width: calc(40/1400 * 100vw);
  }
  .swiper-button-next:before,
  .swiper-button-prev:before{
    top: calc(50% - (3/1400 * 100vw));
    left: calc(25/1400 * 100vw);
    width: calc(6/1400 * 100vw);
    height: calc(6/1400 * 100vw);
  }
  .swiper-button-next:before{
    right: calc(25/1400 * 100vw);
    left: auto;
  }
  .swiper-button-prev{
    right: calc(100/1400 * 100vw);
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: calc(10/1400 * 100vw);
    left: calc(150/1400 * 100vw);
    height: calc(50/1400 * 100vw);
  }
}
@media (max-width:768px) {
  .visual{
    margin-top: 10vw;
    margin-bottom: 20vw;
  }
  .swiper{
    padding-bottom:calc(60/1400 * 100vw);
    padding-bottom: 0;
  }
  .swiper-slide span{
    margin-bottom: 2vw;
  }
  .swiper-slide {
    width: 40%;
    height: auto;
    margin-right: 2%;
  }
  .swiper-slide.yoko {
    width: 52%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  /*
	.swiper-button-next,
	.swiper-button-prev {
		width: calc(90/1400 * 100vw);
		height: calc(30/1400 * 100vw);
		border-radius: calc(30/1400 * 100vw);
	}
	.swiper-button-next:after,
	.swiper-button-prev:after{
		left: calc(25/1400 * 100vw);
		width: calc(40/1400 * 100vw);
	}
	.swiper-button-next:before,
	.swiper-button-prev:before{
		width: calc(6/1400 * 100vw);
		height: calc(6/1400 * 100vw);
		left: calc(25/1400 * 100vw);
		top: calc(50% - (3/1400 * 100vw));
	}
	.swiper-button-next:before{
		left: auto;
		right: calc(25/1400 * 100vw);
	}
	.swiper-button-prev{
		right: calc(100/1400 * 100vw);
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: calc(10/1400 * 100vw);
		left: calc(150/1400 * 100vw);
		height: calc(50/1400 * 100vw);
	}
	*/
}
/*** swiper settings END ***/

/**************** uniform END *********/






/*************************** FOOTER *********/
footer{
  position: relative;
  z-index: 10;
  height: 50px;
  /* background: var(--sub-color); */
}
footer p{
  color: var(--text-color);
  font-weight: bold;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width:1400px) {
  footer{
    min-width: 100%;
    height: calc(50/1400 * 100vw);
  }
  footer p{
    font-size: calc(12/1400 * 100vw);
    line-height: calc(50/1400 * 100vw);
  }
}
@media screen and (max-width:767px) {
  footer{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
  }
  footer p{
    font-size: 2.5vw;
  }
}


/** Twitter暫定処理 **/
.campbnr{
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 150px;
}
.campbnr a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 80px;
  margin: 50px auto 0;
  color: var(--sub-color);
  font-size: 26px;
  line-height: 100%;
  background: var(--light-color);
  border-radius: 80px;
  transition: all 0.3s;
}
.campbnr a span {
  display: block;
  width: 100%;
  margin-top: -20px;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width:1400px) {
  .campbnr{
    width: calc(1100/1400 * 100vw);
    padding: calc(50/1400 * 100vw) 0 calc(150/1400 * 100vw);
  }
  .campbnr a {
    width: calc(600/1400 * 100vw);
    height: calc(80/1400 * 100vw);
    margin: calc(50/1400 * 100vw) auto 0;
    font-size: calc(26/1400 * 100vw);
    border-radius: calc(80/1400 * 100vw);
  }
  .campbnr a span {
    margin-top: calc(-20/1400 * 100vw);
    font-size: calc(12/1400 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .campbnr{
    width: 100%;
    padding: 5vw 0 10vw;
  }
  .campbnr a {
    width: 80vw;
    height: 12vw;
    margin: 5vw auto 0;
    font-weight: bold;
    font-size: 3.9vw;
    border-radius: 80vw;
  }
  .campbnr a span {
    margin-top: calc(-20/1400 * 100vw);
    font-size: calc(12/1400 * 100vw);
  }
}










/* section-campaign
-------------------------------------------------------------------------- */
.section-campaign a{
  color: var(--text-color);
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section-campaign {
  padding: 20px 0 100px;
}
.section-campaign__img {
  max-width: 1080px;
  margin: 0 auto;
}
.section-campaign__img a {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.section-campaign__img a img {
  transition: 0.3s ease;
}
.section-campaign__img a.is-on {
  opacity: 1;
}
.section-campaign__img a.is-on img {
  transform: scale(1.06);
}
.section-campaign__title span {
  display: block;
  width: 657px;
  margin: 0 auto;
  margin-top: 65px;
}
.section-campaign .list-campaign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 40px;
}
.section-campaign .list-campaign__item {
  position: relative;
  /*background: var(--light-color);*/
  width: calc((1080px - 20px * 3) / 4);
  width: calc((1080px - 20px * 3) / 3);/** add **/
  /*height: 300px;
	height: 200px;/** add **/
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-campaign .list-campaign__item:nth-of-type(3n) {/** add **/
  margin-right: 0;
}
.section-campaign .list-campaign__image {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;/** add **/
}
.section-campaign .list-campaign__image img {
  position: relative;
  z-index: 9;
  display: block;
  max-width: initial;
  max-width: 100%;
}
.section-campaign .list-campaign__image:before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  z-index: 99;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-color: #ddd #aaa #666 #aaa;
  border-style: dotted;
  border-width: 0.2em 0.18em 0.16em 0.17em;
  border-radius: 50%;
  animation: roll 1.2s linear infinite;
  content: "";
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-campaign .list-campaign__box {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding: 24px 30px;
  color: var(--text-color);
  /*position: absolute;*/
  background: rgba(156, 35, 44, 0.7);
  background: var(--main-color);
  border-radius: 10px;
  opacity: 0;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);/** add **//** add **//** add **//** add **/
}
.section-campaign .list-campaign__item:nth-of-type(even) .list-campaign__box {
  background: var(--sub-sub-color);/** add **/
}
.section-campaign .list-campaign__box.is-open {
  opacity: 1;
}
.section-campaign .list-campaign__box.is-open a {
  pointer-events: auto;
}
.section-campaign .list-campaign__date {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.section-campaign .list-campaign__text {
  margin-top: 20px;
  font-size: 18px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;/** add **//** add **/
}
.section-campaign .list-campaign__name {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .section-campaign a{
    font-size: calc(16/1200 * 100vw);
  }
  .section-campaign {
    padding: calc(20/1200 * 100vw) 0 calc(100/1200 * 100vw);
  }
  .section-campaign__img {
    max-width: calc(1080/1200 * 100vw);
  }
  .section-campaign__title span {
    width: calc(657/1200 * 100vw);
    margin-top: calc(65/1200 * 100vw);
  }
  .section-campaign .list-campaign {
    max-width: calc(1080/1200 * 100vw);
    margin-top: calc(40/1200 * 100vw);
  }
  .section-campaign .list-campaign__item {
    width: calc(((1080/1200 * 100vw) - (20/1200 * 100vw) * 3) / 4);
    width: calc(((1080/1200 * 100vw) - (20/1200 * 100vw) * 3) / 3);
    margin-right: calc(20/1200 * 100vw);
    margin-bottom: calc(20/1200 * 100vw);
  }
  .section-campaign .list-campaign__box {
    padding: calc(30/1200 * 100vw);
    padding: calc(24/1200 * 100vw) calc(30/1200 * 100vw);
    border-radius: calc(10/1200 * 100vw);
  }
  .section-campaign .list-campaign__date {
    font-size: calc(13/1200 * 100vw);
  }
  .section-campaign .list-campaign__text {
    margin-top: calc(20/1200 * 100vw);
    font-size: calc(15/1200 * 100vw);
  }
  .section-campaign .list-campaign__name {
    margin-top: calc(20/1200 * 100vw);
    font-size: calc(14/1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .section-campaign {
    padding: 0;
  }
  .section-campaign__img {
    width: 91.73333vw;
    max-width: 100%;
  }
  .section-campaign__title span {
    width: 74.13333vw;
    margin-top: 12.66667vw;
  }
  .section-campaign .list-campaign {
    justify-content: space-between;
    max-width: 100%;
    margin-top: 10vw;
    padding: 0 0vw;
    -ms-flex-pack: justify;
  }
  .section-campaign .list-campaign__item {
    width: 45.26667vw;
    /*height: 51.86667vw;*/
    height: 50vw;
    margin-right: 0;
    margin-bottom: 2.66667vw;
  }
  .section-campaign .list-campaign__item:nth-of-type(even) .list-campaign__box {
    background: var(--main-color);/** add **/
  }
  .section-campaign .list-campaign__item:nth-of-type(1) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(4) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(5) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(8) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(9) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(12) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(13) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(16) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(17) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(20) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(21) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(24) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(25) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(28) .list-campaign__box,
  .section-campaign .list-campaign__item:nth-of-type(29) .list-campaign__box {
    background: var(--sub-sub-color);/** add **/
  }
  .section-campaign .list-campaign__box {
    padding: 4vw;
  }
  .section-campaign .list-campaign__date {
    font-size: 2.13333vw;
  }
  .section-campaign .list-campaign__text {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
  .section-campaign .list-campaign__name {
    margin-top: 2.66667vw;
    font-size: 2.4vw;
  }

  .section-campaign a{
    font-size: 3vw;
  }
}

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

  h3 img{
    width: 65%;
  }

  #tv h3 img{
    width: 52%;
  }

  #wear h3 img{
    width: 60%;
  }

  #uniform h3 .uniform_title{
    width: 85%;
  }

  #uniform h3 .visual_title{
    width: 55%;
  }
}