@charset "utf-8";
#mainPanel {
 width: 100%;
 height: 49.17vw;
 /*	max-height:590px;*/
 position: relative;
 overflow: hidden;
 box-sizing: border-box;
}
.layer0 {
 width: 100%;
 height: 100%;
 background-color: red;
 background-image: url(https://www.otsuka.co.jp/orc/img/top/main-bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: left top;
}
.layer1 {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.bottoleWrap {
 width: 25%;
 height: 85%;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -21.3%;
 margin-left: -6.2%;
}
/*.bottole {
	width:56.5%;
	height:99%;
  background-image: url('../img/top/bottole.png');
  background-size: 2400%, 100%;
  background-position: left;
  background-repeat:no-repeat;
}*/
.bottole img {
 width: 100%;
 height: 41.8vw;
 opacity: 0;
 position: absolute;
}
.cmbn {
 position: absolute;
 right: 0;
 bottom: -1px;
 background-color: #fff;
 z-index: 5;
 width: 335px;
 height: 90px;
}
.cmbn img:hover {
opacity: 0.5;
}
.cmbn img {
/*
width: 335px;
 height: 90px;
 max-width:670px;*/
width:100%;
	height: auto;
}
#sp-cmWrap {
 display: none;
}
/*2020.06re*/
.ticker {
 padding-bottom: 4em;
}
.t-content1, .t-content3 {
 width: 81.66%;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.t-content1 li {
 width: 48.97%;
}
.t-content3 li {
  width: 31.93%;
}
.t-content1 a, .t-content1 a span.new, .t-content3 a {
 line-height: 2;
 overflow: hidden;
 width: 100%;
 height: 0;
 display: block;
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% auto;
 position: relative;
}
.t-content1 a:link, .t-content1 a:visited {
 padding-top: 69.16%;
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc1-img1.jpg");
}
.t-content1 li:nth-child(2) a:link, .t-content1 li:nth-child(2) a:visited {
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc1-img2.jpg");
}

.t-content2 {
 padding: 3em 0;
}
.t-content2 p {

}
.t-content2 img {
 width: 100%;
}
.t-content1 a span.new {
 background-image: url("https://www.otsuka.co.jp/orc/img/top/new.png");
 width: 54px;
 padding-top: 54px;
 height: 0;
 position: absolute;
 right: 1%;
 top: 1%;
 display: block;
}
.t-content3 {
 padding-bottom: 6em;
}
.t-content3 a:link, .t-content3 a:visited {
 padding-top: 47.92%;
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc3-img1.jpg");
}
.t-content3 li:nth-child(2) a:link, .t-content3 li:nth-child(2) a:visited {
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc3-img2.jpg");
}
.t-content3 li:nth-child(3) a:link, .t-content3 li:nth-child(3) a:visited {
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc3-img3.jpg");
}
.t-content1 a:hover, .t-content2 a:hover, .t-content3 a:hover {
 opacity: 0.5;
}
.sp-zero-bn {
display: none;
}
.crossfade {
	position: relative;
	width: 335px;
 height: 90px;
}
.crossfade li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
 .cmbn {
  display: none;
 }
 #mainPanel {
  height: 100vw;
 }
 .layer0 {
  background-image: url(https://www.otsuka.co.jp/orc/img/top/main-bg-sp.jpg);
 }
 .bottoleWrap {
  width: 50%;
  height: 85%;
  margin-top: -42.0%;
  margin-left: -13.4%;
 }
 .bottole img {
  height: 83.6vw;
 }
 #sp-cmWrap {
  display: block;
  padding: 8.66vw 0 13.3vw;
 }
 #sp-cmWrap h2 {
  color: #F00;
  text-align: center;
  font-size: 4.26vw;
  font-weight: 900;
  margin-bottom: 0.8em;
 }
 #sp-cmWrap p {
  width: 85%;
  margin: 0 auto;
  background-image: url(https://www.otsuka.co.jp/orc/img/top/cmsp1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 51.86vw;
 }
 #sp-cmWrap p.new {
  background-image: url(https://www.otsuka.co.jp/orc/img/top/cmsp1.jpg);
 }
 #sp-cmWrap p a {
  display: block;
  background-color: #F00;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 4.26vw;
  font-weight: 900;
  padding: 1em 0;
 }
 .ticker {
  border-bottom: none;
  padding-bottom: 2em;
  border-bottom: solid #ff0000 3vw;
  margin-bottom: 8vw;
 }
 .t-content1, .t-content3 {
  width: 85.33%;
  display: block;
 }
 .t-content1 li, .t-content3 li {
  width: 100%;
  margin-bottom: 2.6em;
 }
 .t-content2 {
 padding:0 0 2.6em;
 }

.t-content1 a:link, .t-content1 a:visited {
  background-image: url("https://www.otsuka.co.jp/orc/img/top/tc1-img1_sp.jpg");
  padding-top: 72.96%;
  }
 .t-content1 li:nth-child(2) a:link, .t-content1 li:nth-child(2) a:visited {
 background-image: url("https://www.otsuka.co.jp/orc/img/top/tc1-img2_sp.jpg");
 }
 .t-content3 {
 padding-bottom: 2.6em;
 }
 .t-content3 a:link, .t-content3 a:visited {
   padding-top: 31.25%;
 }
 .sp-zero-bn {
 display: block;
 background-image: url("https://www.otsuka.co.jp/orc/img/top/mainp_bn_sp_bg.jpg");
 background-repeat: no-repeat;
 background-size: 100% auto;
 padding: 3.73vw 0 6.6vw;
 margin: 5vw 0;
 }
 .sp-zero-bn img {
 width: 100%;
 }
.crossfade {
	position: relative;
	width: 100%;
	height: auto;
	}
	.crossfade ul {
		padding-top: 26.66vw;
		overflow: hidden;
		height: 0;
	}
.crossfade li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}
