#breadcrumbs{
  position: relative;
  z-index: 2;
}

.breadcrumbs span,
.breadcrumbs a{
  color: #fff;
}

#cm{
  color: #35384B;
}

#oo-header{
    position: relative;
    min-width: 1200px;
    height: 421px;
    background: url(images/visual_pc.jpg?v=1) no-repeat center center;
    background-size: cover;
}

#visual{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68%;
}

#visual h1{
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#visual h1 b{
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  vertical-align: middle;
}

#visual #visual-onair{
  background-color: #DD9101;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding: 10px 23px;
}

#visual #visual-onair .min{
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: bold;
}

#visual #visual-onair b{
  font-size:2.6rem;
  vertical-align: -2px;
  font-weight: bold;
}

#onair{
  text-align: center;
  padding: 50px 0;
}

#onair #movie{
  width: 100%;
  max-width: 964px;
  aspect-ratio: 16 / 9;
  margin: 15px auto 40px;
}

#onair #movie iframe{
  width: 100%;
  height: 100%;
}

#onair .f1{
  margin-bottom: 10px;
}

#onair .f2{
  font-size: 1.8rem;
}

#onair .f3{
  font-size: 2rem;
  font-weight: bold;
}

#onair .f4{
  font-size: 2rem;
  font-weight: bold;
}

#onair .f5{
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#onair .f6{
  font-size: 1.2rem;
}

#suits{
  background-color: #D3CCC1;
  padding: 90px 0;
}

#suits h2{
  text-align: center;
}

#suits h2 .icon{
  display: block;
}

#suits h2 .text{
  display: block;
  font-size: 3.2rem;
  color: #35384B;
  font-weight: 500;
}

#suits .layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 921px;
  margin: auto;
}

#suits .layout .box{
  width: 412px;
  padding: 40px 24px ;
}

#suits .layout .box h3{
  font-size: 2.3rem;
  font-weight: 500;
  padding-left: 20px;
  border-left: 1px solid #35384B;
  line-height: 37px;
  margin-bottom: 15px;
}

#suits .layout .box.near{
  padding-top: 0;
}

#suits .layout .box.near h3{
  text-align: center;
  font-size: 1.8rem;
  border: none;
  line-height: 1;
}

#suits .layout .box ul{
  width: 100%;
}

#suits .layout .box .link{
  text-align: center;
  padding-top: 40px;
}

#suits .layout .box .link a{
  display: inline-block;
  background-color: #35384B;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 18px 38px;
  text-decoration: none;
  transition: opacity .2s ease;
}

#suits .layout .box .link a:hover{
  opacity: 0.8;
}

#suits .slick-arrow{
  border: 1px solid #35384B;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: none;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slick-prev::after{
  width: 15px;
  height: 15px;
  margin-top: -9px;
  margin-left: -6px;
  border-color: #35384B;
}
.slider .slick-next::after{
  width: 15px;
  height: 15px;
  margin-top: -9px;
  margin-right: -6px;
  border-color: #35384B;
}
#suits .slick-prev{
  left: -24px;
}
#suits .slick-next{
  right: -24px;
}

#suits .annotation{
  font-size: 1.5rem;
  text-align: center;
}

#suits .layout .box.near{
  padding: 40px 0;
  text-align: center;
}

#suits .fab-layout{
  display: flex;
  justify-content: space-between;
}

#suits .fab-layout .box{
  width: 117px;
  padding: 0;
}

#suits .fab-layout .image{
}

#suits .fab-layout .tit{
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

#suits .fab-layout .mincho{
  font-size: 2rem;
  font-weight: bold;
}


#shop{
  padding: 90px 0;
}

#shop h2{
  text-align: center;
  margin-bottom: 35px;
}

#shop h2 .icon{
  display: block;
}

#shop h2 .text{
  display: block;
  font-size: 3.2rem;
  color: #35384B;
  font-weight: 500;
}

#shop .layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 716px;
  margin: auto;
  margin-bottom: 30px;
}

#shop .layout .box{
  width: 323px;
  text-decoration: none;
  text-align: center;
  color: #35384B;
}

#shop .layout .box h3{
  font-size: 1.6rem;
  font-weight: 500;
}

#shop .more{
  text-align: center;
}

#shop .more p span{
  display: inline-block;
  border-bottom: 1px solid #35384B;
  color: #35384B;
  margin-bottom: 20px;
  
}

#shop .more a{
  width: 240px;
  padding-right: 45px;
}

#shop .white-btn {
  border-color: #fff;
  color: #fff;
  background-color: #35384B;
}

#shop .white-btn:after {
  border-color: #fff;
}

#shop .white-btn:hover {
  color: #35384B;
  background-color: #fff;
  border: 1px solid #35384B;
}
#shop .white-btn:hover:after {
  border-color: #35384B;
}

#fair {
  max-width: 1108px;
  margin: auto;
}

#fair .now{
  text-align: center;
}

#fair h2.titlebar-bg{
  margin-top: 0;
}

#fair ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fair li{
	display: block;
	width: 532px;
}

#fair li:nth-child(2n){
}

#fair li a{
	position: relative;
	display: block;
	line-height: 0;
}

#fair a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}


#fair a:hover::after{
	border-width: 4px;
}


@media screen and (max-width: 767px) {

#breadcrumbs{
  display: none;
}

#oo-header{
  position: relative;
  min-width: 0;
  height: auto;
  background: none;
}

#visual{
  height: auto;
}

#visual .text{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  align-items:center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 1;
}
#visual h1{
}

#visual h1{
  font-size: 7vw;
}

#visual h1 b{
  font-size: 9vw;
  vertical-align: unset;
}

#visual #visual-onair{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 23%;
  background: none;
  padding: 0;
  z-index: 10;
}

#onair h2 img{
  width: 175px;
}

#onair .f1{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#onair p{
  display: block !important;
}
#onair .f3.pc{
  display: none !important;
}

#onair .f2{
  font-size: 1.5rem;
}

#onair .f3{
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
}

#onair .f4{
  font-size: 1.5rem;
}

#onair .f5{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#onair .f6{
  font-size: 1.2rem;
}

#suits{
  padding: 45px 0;
}

#suits h2{
  margin-bottom: 5px;
}

#suits h2 .icon img{
  width: 37px;
}

#suits h2 .text{
  font-size: 2.6rem;
}

#suits .layout .box{
  width: 100%;
  padding: 20px 30px;
}

#suits .layout .box.near{
  margin-top: 25px;
}

#suits .fab-layout .tit{
  font-size: 1.1rem;
}

#suits .fab-layout .mincho{
  font-size: 1.6rem;
}

#suits .fab-layout .box{
  width: 33.333%;
  padding: 20px 5px;
}

#suits .annotation{
  font-size: 1.3rem;
  text-align: left;
  padding: 0 15px;
}

#shop{
  padding: 45px 0;
}

#shop h2{
  margin-bottom: 5px;
}

#shop h2 .icon img{
  width: 37px;
}

#shop h2 .text{
  font-size: 2.6rem;
}

#shop .layout{
  margin-bottom: 0;
}

#shop .layout .box{
  width: 100%;
  padding: 20px 46px;
}

#shop .layout .box h3{
  font-size: 1.5rem;
  text-align: center;
}

#fair li{
  margin-bottom: 14px;
}

}
