@charset "utf-8";

/* CSS Document */

section {
    padding-top: 2%;
    padding-bottom: 2%;
}

section .catch-h3 {
    font-size: 2.4vmin;
    font-weight: 400;
    line-height: 1.4em;
    margin-right: 1.3%;
    margin-left: 1.3%;
    margin-bottom: 2%;
    text-align: center;
    opacity: 0.5;
}

.bg-dot_05 {
    background-image: url(../images/video_dot_05.png);
}

.fresh-bz {
    background-image: url(../images-top/top_pic_06@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.fresh-bz:hover {
    opacity: 0.6;
	transition: all  0.2s ease;
}

.find {
    background-image: url(../images-top/top_pic_04@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.quality .catch {
    font-size: 3.2vmin;
    font-weight: 500;
    line-height: 1.4em;
    opacity: 1.0;
    color: rgba(68,79,88,0.70);
}

section.quality h4 {
    font-size: 2.3vmin;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    color: rgba(68,79,88,0.70);
    margin-top: 1%;
}

.flexbox-lsi {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.flexbox-lsi .view img {
    display: block;
    position: relative;
}

.flexbox-lsi .view-first .top-mask {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    background-image: url(../images-top/aplbox_back_pic1.png);
    background-color: rgba(0,0,0,0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexbox-lsi .view .info {
    color: #fff;
    font-size: 1.3vmin;
    line-height: 1.4em;
    font-weight: 200;
    text-decoration: none;
    padding: 1% 2% 1%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgba(52,93,157,0.60);
    background-image: url(../images/video_dot_03.png);
}

.flexbox-lsi .view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexbox-lsi .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-image: url(../images-top/aplbox_back_pic2.png);
}

.flexbox-lsi .view-first .view-title {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flexbox-lsi .view-first .view-text {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.flexbox-lsi .view-first:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.flexbox-lsi .view-first .info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flexbox-lsi .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.flexbox-lsi .view-first:hover .view-title,
.flexbox-lsi .view-first:hover .view-text,
.flexbox-lsi .view-first:hover .info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.flexbox-lsi .view-first:hover .view-text {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.flexbox-lsi .view-first:hover .info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.flexbox-lsi .view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.flexbox-lsi .view .mask,
.flexbox-lsi .view .content {
    width: 100%;
    height: 120px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.flexbox-lsi .view-first:hover .top-mask {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display: none;
}

.flexbox-special .item {
    margin-bottom: 20px;
    background-color: rgba(255,255,255,1.00);
    box-sizing: border-box;
}

.flexbox-special .Item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0.7rem;
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
}

.flexbox-rohm {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5%;
}

.flexbox-rohm .title-left {
    width: 48%;
}

.flexbox-rohm .title-left .left-pic {
    text-align: center;
    padding-top: 17%;
    background-image: url(../images-top/top_pic_01@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.flexbox-rohm .title-center {
    background-color: rgba(68,79,88,0.13);
    width: 1px;
}

.flexbox-rohm .title-right {
    width: 48%;
}

.flexbox-rohm .title-right .right-pic {
    text-align: center;
    padding-top: 17%;
    background-image: url(../images-top/top_pic_02@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.flexbox-lapis-product,
.flexbox-rohm-product {
    display: flex;
    justify-content: space-between;
}

.flexbox-lapis-product .product-left,
.flexbox-rohm-product .product-left {
    width: 48%;
    padding-top: 2.5%;
}

.flexbox-lapis-product .product-center,
.flexbox-rohm-product .product-center {
    background-color: rgba(68,79,88,0.13);
    width: 1px;
    padding-top: 2.5%;
}

.flexbox-lapis-product .product-right,
.flexbox-rohm-product .product-right {
    width: 48%;
    padding-top: 2.5%;
}

.flexbox-lapis-product .item,
.flexbox-rohm-product .item {
    color: rgba(68,79,88,0.75);
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 1.3rem 10% 0.7rem 8%;
    border-bottom: 1.3px solid rgba(68,79,88,0.13);
    display: block;
    position: relative;
}

.flexbox-lapis-product .item-title,
.flexbox-rohm-product .item-title {
    color: rgba(68,79,88,0.75);
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 1.3rem 10% 0.7rem 4%;
    border-bottom: 1.3px solid rgba(68,79,88,0.13);
    display: block;
    position: relative;
    font-weight: 500;
}

.flexbox-lapis-product .item:after,
.flexbox-lapis-product .item-title:after,
.flexbox-rohm-product .item:after,
.flexbox-rohm-product .item-title:after {
    font: 1.8rem FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -10px;
    color: rgba(68,79,88,0.30)!important;
}

.flexbox-lapis-product .item:hover,
.flexbox-lapis-product .item-title:hover,
.flexbox-rohm-product .item:hover,
.flexbox-rohm-product .item-title:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.02);
    color: rgba(68,79,88,1.00);
	transition: all  0.2s ease;
}

.flexbox-movie .item,
.flexbox-solution .item,
.flexbox-foundry .item,
.flexbox-company .item,
.flexbox-lsi .item {
    border: 1px solid rgba(68,79,88,0.04);
}

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item,
.flexbox-special .item {
    border: 1px solid rgba(68,79,88,0.13);
}

.flexbox-news .item:nth-child(n+11){
    display: none!important;
}

.flexbox-solution {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.flexbox-solution .item {
    margin-bottom: 20px;
    background-image: url(../images/video_dot_05.png);
}

.flexbox-solution .item:hover {
    opacity: 0.6;
	transition: all  0.2s ease;
}

.flexbox-solution .Item-text {
    margin-top: -2px;
    padding-top: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.7rem;
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    background-color: rgba(255,255,255,1.00);
}

.flexbox-solution .Item-product-name {
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    text-align: center;
    padding: 7px 3%;
}

.flexbox-foundry {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.flexbox-foundry .item {
    margin-bottom: 20px;
    background-image: url(../images/video_dot_05.png);
}

.flexbox-foundry .item:hover {
    opacity: 0.6;
	transition: all  0.2s ease;
}

.flexbox-foundry .Item-text {
    margin-top: -2px;
    padding-top: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.7rem;
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    background-color: rgba(255,255,255,1.00);
}

.flexbox-foundry .Item-product-name {
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    text-align: center;
    padding: 7px 3%;
}

.flexbox-company {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.flexbox-company .item {
    margin-bottom: 20px;
    background-image: url(../images/video_dot_05.png);
}

.flexbox-company .item:hover {
    opacity: 0.6;
	transition: all  0.2s ease;
}

.flexbox-company .Item-text {
    margin-top: -2px;
    padding-top: 0.7rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.7rem;
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    background-color: rgba(255,255,255,1.00);
}

.flexbox-company .Item-product-name {
    color: rgba(68,79,88,1.00);
    box-sizing: border-box;
    text-align: center;
    padding: 7px 3%;
}

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

.w1190px-flex-box {
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

.flexbox-lsi {
    margin-top: 3%;
}

.flexbox-lsi .item {
    width: 17%;
    margin-bottom: 18px;
    margin-right: 3.75%;
    box-sizing: border-box;
}
	
.flexbox-lsi .item:nth-child(5n) {
    margin-right: 0px;
}

.flexbox-lsi .item-blank {
    display: none;
}

.flexbox-lsi .view-first .top-mask {
    height: 4.2vw;
}

.flexbox-special .item {
    width: 17%;
    margin-left: 1.875%;
    margin-right: 1.875%;
}
	
.flexbox-special .item:nth-child(1),
.flexbox-special .item:nth-child(6)	{
    margin-left: 0%;
}
	
.flexbox-special .item:nth-child(5),
.flexbox-special .item:nth-child(10)	{
    margin-right: 0%;
}
	
.flexbox-special .item-blank {
    display: none;
}

.flexbox-movie {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flexbox-solution .item {
    width: 22%;
}

.flexbox-solution .item-blank {
    display: none;
}

.flexbox-company .item {
    width: 17%;
}

.flexbox-movie .item,
.flexbox-movie .item-blank {
    width: 22%;
    margin-bottom: 18px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

.w1190px-flex-box {
    padding-left: 2%;
    padding-right: 2%;
}

.flexbox-lsi .item {
    width: 22%;
    margin-bottom: 18px;
    margin-right: 4%;
    box-sizing: border-box;
}

.flexbox-lsi .item:nth-child(4n) {
    margin-right: 0px;
}

.flexbox-lsi .view-first .top-mask {
    height: 4.2vw;
}

.flexbox-special .item {
    width: 17%;
    margin-left: 1.875%;
    margin-right: 1.875%;
}
	
.flexbox-special .item:nth-child(1),
.flexbox-special .item:nth-child(6)	{
    margin-left: 0%;
}
	
.flexbox-special .item:nth-child(5),
.flexbox-special .item:nth-child(10)	{
    margin-right: 0%;
}

.flexbox-solution .item,
.flexbox-solution .item-blank {
    width: 27%;
}

.flexbox-company .item {
    width: 20%;
}

.flexbox-movie {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flexbox-movie .item,
.flexbox-movie .item-blank {
    width: 22%;
    margin-bottom: 18px;
}

.flexbox-movie .view-first .top-mask {
    height: 4.2vw;
}
}

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

.w1190px-flex-box {
    padding-left: 2%;
    padding-right: 2%;
}

.flexbox-lsi .item {
    width: 30%;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-right: 5%;
    box-sizing: border-box;
}

.flexbox-lsi .item:nth-child(3n) {
    margin-right: 0px;
}

.flexbox-lsi .item-blank {
    display: none;
}

.flexbox-lsi .view-first .top-mask {
    height: 4.2vw;
}

.flexbox-special .item {
    width: 22%;
    margin-left: 2%;
    margin-right: 2%;
}
	
.flexbox-special .item:nth-child(9),
.flexbox-special .item:nth-child(10)	{
    display: none;
}
	
.flexbox-special .item:nth-child(1),
.flexbox-special .item:nth-child(5)	{
    margin-left: 0%;
}
	
.flexbox-special .item:nth-child(4),
.flexbox-special .item:nth-child(8)	{
    margin-right: 0%;
}

.flexbox-solution .item,
.flexbox-solution .item-blank {
    width: 27%;
}

.flexbox-company .item {
    width: 27%;
}

.flexbox-movie {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.flexbox-movie .item,
.flexbox-movie .item-blank {
    width: 40%;
    margin-top: 9px;
    margin-bottom: 9px;
}

.flexbox-movie .view-first .top-mask {
    height: 4.2vw;
}
}

@media only screen and (min-width: 768px) {
	
section .section-title a:hover {
    opacity: 0.6!important;
    transition: all  0.2s ease;
}
	
.flexbox-quality:hover,
.flexbox-special .item:hover {
    opacity: 0.6;
    transition: all 0.2s ease;
}
	
section .catch {
    font-size: 4vmin;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    opacity: 0.3;
    margin: 1% 5% 1.5%;
}
	
section .section-title {
    text-align: center;
    margin: 1% 5% 1.5%;
}
	
section .section-title a {
    font-size: 4vmin;
    font-weight: 400;
    line-height: 1.4em;
    opacity: 0.3;
}
	
section.find .section-title {
    font-size: 3.6vmin;
    font-weight: 400;
    line-height: 1.4em;
    opacity: 1.0;
    color: rgba(255,255,255,1.00);
}
	
.tab-title h2 {
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.2em;
    margin: 1.1vw 1vw 0.7vw;
    letter-spacing: 0.7rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .tab-title h2 {
 margin: 1.6vw 1vw 0.6vw 1vw;
}

/* IE Edge用に調整ここまで */

.flexbox-lsi .view-first .top-mask .view-catch {
    color: #fff;
    font-size: 1.9vmin;
    line-height: 1.2em;
    font-weight: 100;
    margin-top: 0.1%;
    letter-spacing: 2px;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-lsi .view-first .top-mask .view-catch {
 margin-top: 4%;
}

/* IE Edge用に調整ここまで */
	
.flexbox-lsi .view .view-title {
    color: #fff;
    font-size: 1.8vmin;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding: 4% 1% 4%;
    background-color: rgba(0,0,0,0.60);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-lsi .view .view-title {
 padding: 5.5% 1% 3%;
}

/* IE Edge用に調整ここまで */
	
.flexbox-lsi .view .view-text {
    color: #fff;
    font-size: 1.4vmin;
    line-height: 1.4em;
    font-weight: 200;
    text-align: center;
    position: relative;
    padding-top: 0.8vw;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
}

.flexbox-quality {
    display: flex;
    justify-content: center;
    align-content: center;
}

.flexbox-quality .Item-text {
    width: 135%;
    padding-top: 2%;
    padding-right: 5%;
    box-sizing: border-box;
}

.flexbox-special {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    box-sizing: border-box;
}
	
.flexbox-special .Item-text .item-title {
    font-size: 1.9vmin;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-special .Item-text .item-title {
 font-size: 2vmin;
}

/* IE Edge用に調整ここまで */
	
.flexbox-special .Item-text .item-title-sub {
    font-size: 1.5vmin;
    line-height: 1.2em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 0.3rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-special .Item-text .item-title-sub {
 font-size: 1.6vmin;
}

/* IE Edge用に調整ここまで */

.flexbox-solution .Item-text .item-title {
    font-size: 2.2vmin;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-solution .Item-text .item-title {
 font-size: 2.2vmin;
}

/* IE Edge用に調整ここまで */
	
.flexbox-solution .Item-text .item-title-sub {
    font-size: 1.8vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.3rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-solution .Item-text .item-title-sub {
 font-size: 1.8vmin;
}

/* IE Edge用に調整ここまで */	
	
.flexbox-solution .Item-product-name {
    font-size: 1.5vmin;
    line-height: 1.8rem;
}

.flexbox-foundry .item {
    width: 24%;
}

.flexbox-foundry .Item-text .item-title {
    font-size: 2.2vmin;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-foundry .Item-text .item-title {
 font-size: 2.2vmin;
}

/* IE Edge用に調整ここまで */
	
.flexbox-foundry .Item-text .item-title-sub {
    font-size: 1.8vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.3rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-foundry .Item-text .item-title-sub {
 font-size: 1.8vmin;
}

/* IE Edge用に調整ここまで */	
	
.flexbox-foundry .Item-product-name {
    font-size: 1.5vmin;
    line-height: 1.8rem;
}

.flexbox-company .Item-text .item-title {
    font-size: 1.6vmin;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-company .Item-text .item-title {
 font-size: 2vmin;
}

/* IE Edge用に調整ここまで */
	
.flexbox-company .Item-text .item-title-sub {
    font-size: 1.8vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.3rem;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-company .Item-text .item-title-sub {
 font-size: 1.8vmin;
}

/* IE Edge用に調整ここまで */	
	
.flexbox-company .Item-product-name {
    font-size: 1.5vmin;
    line-height: 1.8rem;
}

.flexbox-fresh-bz .Item-text {
    padding-top: 6%;
    padding-left: 58%;
    padding-bottom: 6%;
    box-sizing: border-box;
    color: rgba(255,255,255,1.00)!important;
    font-weight: 100!important;
    text-align: center;
}

.flexbox-fresh-bz .catch {
    color: rgba(255,255,255,1.00)!important;
    font-size: 160%;
    opacity: 1.0!important;
}

.flexbox-fresh-bz .Item-text h4 {
    font-weight: 200!important;
    font-size: 120%;
}

.more-btn,
.lapis-more-btn,
.rohm-more-btn,
.movie-more-btn {
    color: rgba(68,79,88,1.00)!important;
    font-size: 2.4vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 40rem;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IE Edge用に調整 */
_:-ms-lang(x), .more-btn, .lapis-more-btn, .rohm-more-btn, .movie-more-btn {
 margin-top: 2%;
 margin-bottom: 1.5%;
 padding-top: 16px;
 padding-bottom: 7px;
}

/* IE Edge用に調整ここまで */
	
.more-btn:after,
.news-more-btn:after {
    content: '\f105';
    font-family: FontAwesome;
    top: 25%;
    right: 10px;
    position: absolute;
}

/* IE Edge用に調整 */
_:-ms-lang(x), .more-btn:after {
 top: 22%;
 right: 4%;
}

/* IE Edge用に調整ここまで */
	
.more-btn:hover,
.lapis-more-btn:hover,
.rohm-more-btn:hover,
.news-more-btn:hover,
.movie-more-btn:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.06);
    transition: all 0.2s ease;
}

.news-more-btn-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin-top: 4%;
    margin-bottom: 1.5%;
}

.news-more-btn {
    color: rgba(68,79,88,1.00)!important;
    font-size: 1.8vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 30px 12px 15px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IE Edge用に調整 */
_:-ms-lang(x), .news-more-btn {
 padding: 15px 30px 10px 15px;
}

/* IE Edge用に調整ここまで */
	
	
	
	
.flexbox-rohm .title-left {
    font-size: 3vmin;
    line-height: 1.2em;
    font-weight: 400;
}

.flexbox-rohm .title-right {
    font-size: 2.5vmin;
    line-height: 1.2em;
    font-weight: 400;
}

.flexbox-movie .view img {
    display: block;
    position: relative;
}

.flexbox-movie .view .playbacktime {
    color: #fff;
    font-size: 2.2vmin;
    line-height: 1.4em;
    font-weight: 200;
    text-decoration: none;
    padding: 1% 2% 1%;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgba(0,0,0,0.50);
    border-radius: 20px;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-movie .view .playbacktime {
 padding: 2.6% 2% 0.8%;
}

/* IE Edge用に調整ここまで */
	
.flexbox-movie .view-first img {
    transition: all 0.2s linear;
}

.flexbox-movie .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-image: url(../images/video_dot_02.png);
    background-color: rgba(0,0,0,0.40);
}

.flexbox-movie .view-first .view-text {
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s linear;
}

.flexbox-movie .view-first:hover img {
    transform: scale(1.3, 1.3);
}

.flexbox-lsi .view-first .playbacktime {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.flexbox-movie .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.flexbox-movie .view-first:hover .view-text,
.flexbox-movie .view-first:hover .playbacktime {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
}

.flexbox-movie .view-first:hover .view-text {
    transition-delay: 0.1s;
}

.flexbox-movie .view-first:hover .playbacktime {
    transition-delay: 0.2s;
}

.flexbox-movie .view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.flexbox-movie .view .mask,
.flexbox-movie .view .content {
    width: 100%;
    height: 120px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.flexbox-movie .view-first .top-mask .view-catch {
    color: #fff;
    font-size: 1.9vmin;
    line-height: 1.2em;
    font-weight: 100;
    margin-top: 0.1%;
    letter-spacing: 2px;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-movie .view-first .top-mask .view-catch {
 margin-top: 4%;
}

/* IE Edge用に調整ここまで */
	
.flexbox-movie .view .view-text {
    color: #fff;
    font-size: 90%;
    line-height: 1.4em;
    font-weight: 300;
    position: relative;
    padding-top: 10%;
    padding-right: 8%;
    padding-left: 8%;
    text-align: left;
}
}

@media only screen and (max-width: 767px) {
section .catch,
section .section-title {
    font-size: 7vmin;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    opacity: 0.3;
    margin: 1% 5% 1.5%;
}
	
section.online_order .section-title {
    font-size: 6vmin;
    font-weight: 400;
    line-height: 1.4em;
    opacity: 0.2;
}

section.find .section-title {
    font-size: 6vmin;
    font-weight: 400;
    line-height: 1.4em;
    opacity: 1.0;
    color: rgba(255,255,255,1.00);
}
	
section.lsi {
    padding-top: 0;
    padding-bottom: 0;
}

.tab-title h2 {
    font-size: 5vmin;
    font-weight: 400;
    line-height: 1.2em;
    margin: 3.5vw 1vw 3.5vw 1vw;
    letter-spacing: 0.2rem;
}

/* IE Edge用に調整 */
_:-ms-lang(x), .tab-title h2 {
 margin: 4.5vw 1vw 2.5vw 1vw;
}

/* IE Edge用に調整ここまで */
	
.more-btn,
.rohm-more-btn,
.movie-more-btn {
    color: rgba(68,79,88,1.00)!important;
    font-size: 5vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 50%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgba(232,238,243,1.00);
    background-image: url(../images/video_dot_03.png);
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    box-sizing: border-box;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .more-btn, .rohm-more-btn, .movie-more-btn {
 margin-top: 4%;
 margin-bottom: 4%;
 padding-top: 16px;
 padding-bottom: 7px;
}

/* IE Edge用に調整ここまで */
	
.more-btn:after,
.news-more-btn:after {
    content: '\f105';
    font-family: FontAwesome;
    top: 21%;
    right: 4%;
    position: absolute;
}

.more-btn:hover,
.rohm-more-btn:hover,
.news-more-btn:hover,
.movie-more-btn {
    cursor: pointer
}

.more-btn:active,
.rohm-more-btn:active,
.news-more-btn:active,
.movie-more-btn:active {
    background-color: rgba(139,148,155,1.00);
    background-image: url(../images/video_dot_03.png);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.news-more-btn-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    margin-top: 6%;
    margin-bottom: 10%;
}

.news-more-btn {
    color: rgba(68,79,88,1.00)!important;
    font-size: 5vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    width: 80%;
    margin: 2% auto 2%;
    padding: 12px 30px 12px 15px;
    background-image: url(../images/video_dot_05.png);
    border-radius: 3px;
    display: block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .news-more-btn {
 padding: 20px 30px 13px 15px;
}

/* IE Edge用に調整ここまで */
	
.accordion-menu {
    width: 100%;
}

.accordion-menu li.open .dropdownlink {
    color: #345D9D;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-menu .dropdownlink {
    font-size: 5.5vmin;
    line-height: 1.4rem;
    cursor: pointer;
    padding: 5% 15px 5% 6%;
    border-bottom: 1px solid rgba(68,79,88,0.13);
    color: #444F58;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .accordion-menu .dropdownlink {
 padding: 6% 15px 4.8% 6%;
}

/* IE Edge用に調整ここまで */
	
.accordion-menu .dropdownlink-text {
    display: flex;
    align-items: center;
    width: 90%;
    box-sizing: border-box;
}

.accordion-menu .dropdownlink-text .fa {
    font-size: 170%;
    padding-right: 8%;
}

.dropdownlink .fa-chevron-down {
    right: 5%;
    left: auto;
}

.submenuItems {
    display: none;
}

.submenuItems li {
    border-bottom: 0.01rem solid rgba(68,79,88,0.20);
}

.submenuItems a {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: block;
}

.submenuItems .Item-flex,
.submenuItems .Item-flex-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.7vw solid rgba(255,255,255,1.00);
    background-color: rgba(52,93,157,0.13);
    background-image: url(../images/video_dot_05.png);
    color: rgba(68,79,88,1.00);
}

.submenuItems .Item-flex img {
    width: 30%;
    border-right: 0.8vw solid rgba(255,255,255,1.00);
    background-color: rgba(255,255,255,1.00);
}

.submenuItems .Item-flex .Item-text {
    font-size: 4.4vmin;
    line-height: 1.1em;
    width: 56%;
    display: block;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .submenuItems .Item-flex .Item-text {
 margin-top: 2%;
}

/* IE Edge用に調整ここまで */
	
.submenuItems .Item-flex-end .Item-text-all {
    font-size: 4.4vmin;
    line-height: 1.1em;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.submenuItems .Item-flex-end .Item-text-all p {
    margin-top: 7.5%;
    margin-bottom: 7.5%;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .submenuItems .Item-flex-end .Item-text-all p {
 margin-top: 8.2%;
 margin-bottom: 6.8%;
}

/* IE Edge用に調整ここまで */
	
.submenuItems .Item-flex .Item-text .fontsize-70p,
.submenuItems .Item-flex-end .Item-text .fontsize-70p {
    line-height: 1.2em;
    margin-top: 2%;
    font-weight: 200;
}

.submenuItems .Item-flex i,
.submenuItems .Item-flex-end i	{
    font-size: 6vmin;
    display: block;
    padding-right: 2%;
}

section.special .catch {
    font-size: 8vmin;
    font-weight: 400;
    line-height: 1.4em;
    margin: 1.3% 1.3% 8%;
    text-align: center;
    opacity: 0.2;
}

.flexbox-special {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.flexbox-special .Item-text .item-title {
    font-size: 4vmin;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
}

.flexbox-special .Item-text .item-title-sub {
    font-size: 2.6vmin;
    line-height: 1.2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0.3rem;
}

.flexbox-special {
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between!important;
}

.flexbox-special .item {
    width: 44.5%;
}
	
.flexbox-special .item:nth-child(n+5) {
    display: none;
}

.flexbox-rohm .title-left {
    font-size: 7vmin;
    line-height: 1.2em;
    font-weight: 400;
    padding: 2rem 4% 1rem;
}

.flexbox-rohm .title-right {
    font-size: 4vmin;
    line-height: 1.3em;
    font-weight: 400;
    padding: 1.5rem 4% 1rem 4%;
}

.flexbox-company .item {
    width: 46%;
}

.flexbox-company .Item-text .item-title {
    font-size: 4vmin;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
}

.flexbox-company .Item-product-name {
    font-size: 3vmin;
    line-height: 1.4em;
    font-weight: 300;
}

.flexbox-movie {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.flexbox-movie .item {
    border: 1px solid rgba(68,79,88,0.13);
}

.flexbox-movie .item,
.flexbox-movie .item-blank {
    width: 40%;
    margin-top: 9px;
    margin-bottom: 9px;
}

.flexbox-movie .item:hover {
    cursor: pointer;
}

.flexbox-movie .view .view-text {
    font-size: 3vmin;
    line-height: 1.4em;
    font-weight: 300;
    padding: 2.5% 5% 2%;
    text-align: center;
}

.flexbox-movie .view {
    position: relative;
}

.flexbox-movie .view .playbacktime {
    color: #fff;
    font-size: 3.5vmin;
    line-height: 1.4em;
    font-weight: 200;
    text-decoration: none;
    padding: 5px 5% 5px;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgba(0,0,0,0.50);
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 0rem;
    width: 50%;
    box-sizing: border-box;
    margin-top: 28%;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), .flexbox-movie .view .playbacktime {
 padding: 2.6% 2% 0.8%;
}
/* IE Edge用に調整ここまで */
	
}

/* :::::: button :::::: */
	
section.news #normalList_pc,
section.news #textList_pc,
section.news #normalList_mobile,
section.news #textList_mobile {
    display: none;
}

section.news .tabBtn {
    display: table;
    width: 100%;
    margin: 0 0 1.5%;
    padding: 0;
    text-align: right;
    background-image: url(../images/video_dot_03.png);
    box-sizing: border-box;
}

section.news .tabBtn li {
    display: inline-block;
    width: 50px;
    background-color: rgba(52,93,157,0.30);
    text-align: center;
    vertical-align: middle;
}

section.news .tabBtn li label {
    display: block;
    cursor: pointer;
    height: 18px;
    padding: 9px 0;
    color: #fff;
    transition: background-color .15s;
}

section.news .tabBtn li label::before {
    content: "";
    display: inline-block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url(../images-top/top_pic_03.svg);
}

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item {
    box-sizing: border-box;
}

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

section.news .tabBtn li {
    width: 47px;
}

section.news .tabBtn li label {
    height: 22px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 1px;
}

section.news .tabBtn li label::before {
    width: 54px;
    height: 25px;
}

section.news .tabBtn li label[for="normalList_mobile"]::before {
    background-position: -26px 0!important;
    background-size: 180% auto!important;
}

section.news .tabBtn li label[for="textList_mobile"]::before {
    background-position: -64px 0!important;
    background-size: 180% auto!important;
}
}

section.news .tabBtn li label[for="normalList_pc"]::before {
    background-position: -30px 0;
}

section.news .tabBtn li label[for="normalList_mobile"]::before {
    background-position: -45px 0;
    background-size: 400% auto;
}

section.news .tabBtn li label[for="textList_pc"]::before {
    background-position: -60px 0;
}

section.news .tabBtn li label[for="textList_mobile"]::before {
    background-position: -92px 0;
    background-size: 400% auto;
}

section.news .tabBtn li label:hover {
    background-color: rgba(52,93,157,0.50);
}

/* :::::: contents :::::: */

	
	
/* :::::: normalList :::::: */		
						
#normalList_pc:checked ~ .flexbox-news,
#normalList_mobile:checked ~ .flexbox-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item {
    width: 17%;
    list-style: none;
    background: #fff;
    display: block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

#normalList_pc:checked ~ .flexbox-news .item a:hover,
#normalList_mobile:checked ~ .flexbox-news .item a:hover {
    opacity: 0.6;
    color: rgba(68,79,88,1.00)!important;
    display: block;
    transition: all 0.2s ease;
}

#normalList_pc:checked ~ .flexbox-news .date,
#normalList_mobile:checked ~ .flexbox-news .date {
    font-size: 80%;
    background-image: url(../images/video_dot_03.png);
    padding: 7px 4px 4.5px 15px;
    background-color: rgba(52,93,157,0.30);
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.2rem;
}

/* IE Edge用に調整 */
_:-ms-lang(x), #normalList_pc:checked ~ .flexbox-news .date {
 padding: 7px 5px 1.5px 15px;
}
 _:-ms-lang(x), #normalList_mobile:checked ~ .flexbox-news .date {
 padding: 7px 5px 1.5px 15px;
}

/* IE Edge用に調整ここまで */					
						
#normalList_pc:checked ~ .flexbox-news .year::after,
#normalList_pc:checked ~ .flexbox-news .month::after,
#textList_pc:checked ~ .flexbox-news .month::after,
#normalList_mobile:checked ~ .flexbox-news .year::after,
#normalList_mobile:checked ~ .flexbox-news .month::after,
#textList_mobile:checked ~ .flexbox-news .month::after {
    content: "/";
    margin-left: 1%;
    margin-right: 1.5%;
}

#normalList_pc:checked ~ .flexbox-news .category,
#normalList_mobile:checked ~ .flexbox-news .category {
    font-size: 70%;
    background-image: url(../images/video_dot_05.png);
    padding: 4px 5px 3px 15px;
    background-color: rgba(159,160,160,1.00);
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.2rem;
    line-height: 1.2em;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #normalList_pc:checked ~ .flexbox-news .category {
 padding: 3.5px 5px 1.5px 15px;

}
 _:-ms-lang(x), #normalList_mobile:checked ~ .flexbox-news .category {
 padding: 3.5px 5px 1.5px 15px;

}

/* IE Edge用に調整ここまで */		
	
#normalList_pc:checked ~ .flexbox-news .tag:before,
#normalList_mobile:checked ~ .flexbox-news .tag:before {
    font-family: FontAwesome;
    font-size: 140%;
    content: "\f02b";
    padding-right: 5px;
    display: inline-block;
    padding-top: 1px;
}

#normalList_pc:checked ~ .flexbox-news .item .products .tag:before,
#normalList_mobile:checked ~ .flexbox-news .item .products .tag:before {
    color: rgba(192,179,169,1.00);
}

#normalList_pc:checked ~ .flexbox-news .item .release .tag:before,
#normalList_mobile:checked ~ .flexbox-news .item .release .tag:before {
    color: rgba(248,199,129,1.00);
}

#normalList_pc:checked ~ .flexbox-news .item .topic .tag:before,
#normalList_mobile:checked ~ .flexbox-news .item .topic .tag:before {
    color: rgba(196,225,159,1.00);
}

#normalList_pc:checked ~ .flexbox-news .item .event .tag:before,
#normalList_mobile:checked ~ .flexbox-news .item .event .tag:before {
    color: rgba(215,149,188,1.00);
}

#normalList_pc:checked ~ .flexbox-news .item .information .tag:before,
#normalList_mobile:checked ~ .flexbox-news .item .information .tag:before {
    color: rgba(187,164,139,1.00);
}

#normalList_pc:checked ~ .flexbox-news .title,
#normalList_mobile:checked ~ .flexbox-news .title {
    font-size: 86%;
    line-height: 1.3em;
    text-align: center;
    padding-top: 5%;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 5%;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #normalList_pc:checked ~ .flexbox-news .title {
 padding-top: 7%;
 padding-left: 6px;
 padding-right: 6px;
 padding-bottom: 3%;
}
 _:-ms-lang(x), #normalList_mobile:checked ~ .flexbox-news .title {
 padding-top: 7%;
 padding-left: 6px;
 padding-right: 6px;
 padding-bottom: 3%;
}

/* IE Edge用に調整ここまで */	
	
#normalList_pc:checked ~ .flexbox-news .title-add,
#normalList_mobile:checked ~ .flexbox-news .title-add {
    font-size: 70%;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 10px;
}

#normalList_pc:checked ~ .flexbox-news .title,
#normalList_mobile:checked ~ .flexbox-news .title {
    color: rgba(68,79,88,1.00)!important;
}

#normalList_pc:checked ~ .flexbox-news .item a .title:after,
#normalList_mobile:checked ~ .flexbox-news .item a .title:after {
    font-family: FontAwesome;
    font-size: 80%;
    content: "\f101";
    padding-left: 5%;
}

/* :::::: text :::::: */
						
#textList_pc:checked ~ .flexbox-news,
#textList_mobile:checked ~ .flexbox-news {
    display: flex;
    flex-direction: column;
    background-color: white;
}

#textList_pc:checked ~ .flexbox-news .item,
#textList_mobile:checked ~ .flexbox-news .item {
    list-style: none;
    border-bottom: 1.3px dotted rgba(68,79,88,0.33);
}

#textList_pc:checked ~ .flexbox-news .item:last-child,
#textList_mobile:checked ~ .flexbox-news .item:last-child {
    list-style: none;
    border-bottom: none;
}

#textList_pc:checked ~ .flexbox-news .item,
#textList_mobile:checked ~ .flexbox-news .item {
    color: rgba(68,79,88,1.00);
    display: block;
}

#textList_pc:checked ~ .flexbox-news .item dl,
#textList_mobile:checked ~ .flexbox-news .item dl {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 7%;
}

#textList_pc:checked ~ .flexbox-news .item .category {
    font-size: 1.5vmin;
    line-height: 1.5rem;
    margin-right: 5%;
    padding-left: 1.2%;
    padding-right: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#textList_mobile:checked ~ .flexbox-news .item .category {
    display: none;
}

#textList_pc:checked ~ .flexbox-news .item .products .category,
#textList_mobile:checked ~ .flexbox-news .item .products .category {
    background-color: rgba(224,218,213,0.75);
}

#textList_pc:checked ~ .flexbox-news .item .release .category,
#textList_mobile:checked ~ .flexbox-news .item .release .category {
    background-color: rgba(252,227,191,0.75);
}

#textList_pc:checked ~ .flexbox-news .item .topic .category,
#textList_mobile:checked ~ .flexbox-news .item .topic .category {
    background-color: rgba(223,239,202,0.75);
}

#textList_pc:checked ~ .flexbox-news .item .event .category,
#textList_mobile:checked ~ .flexbox-news .item .event .category {
    background-color: rgba(236,204,223,0.75);
}

#textList_pc:checked ~ .flexbox-news .item .information .category,
#textList_mobile:checked ~ .flexbox-news .item .information .category {
    background-color: rgba(220,208,195,0.75);
}

#textList_pc:checked ~ .flexbox-news .item .date,
#textList_mobile:checked ~ .flexbox-news .item .date {
    margin-right: 5%;
    padding-left: 2%;
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
}

#textList_pc:checked ~ .flexbox-news .item .year,
#textList_mobile:checked ~ .flexbox-news .item .year {
    font-size: 80%;
    line-height: 1.4rem;
    margin-bottom: 3px;
    display: block;
}

#textList_pc:checked ~ .flexbox-news .title {
    font-size: 1.6vmin;
    line-height: 1.8rem;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

#textList_mobile:checked ~ .flexbox-news .title {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

#textList_pc:checked ~ .flexbox-news .title-add,
#textList_mobile:checked ~ .flexbox-news .title-add {
    font-size: 65%;
    line-height: 1.4em;
    text-align: left;
    display: flex;
    align-items: center;
}

#textList_pc:checked ~ .flexbox-news .pic,
#textList_mobile:checked ~ .flexbox-news .pic {
    display: none;
}

#textList_pc:checked ~ .flexbox-news .item a:hover,
#textList_mobile:checked ~ .flexbox-news .item a:hover {
    background-image: url(../images/video_dot_05.png);
    background-color: rgba(13,87,167,0.02);
    color: rgba(68,79,88,1.00);
    display: block;
}

#textList_pc:checked ~ .flexbox-news .item .title:after,
#textList_mobile:checked ~ .flexbox-news .item .title:after {
    font-size: 140%;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -10px;
    color: rgba(68,79,88,0.30)!important;
}

#textList_pc:checked ~ .flexbox-news .item a .title:after,
#textList_mobile:checked ~ .flexbox-news .item a .title:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 140%;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -10px;
    color: rgba(68,79,88,0.30)!important;
}

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

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item {
    width: 22%;
    list-style: none;
    background: #fff;
    display: block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

#normalList_pc:checked ~ .flexbox-news .item:nth-last-child(1),
#normalList_pc:checked ~ .flexbox-news .item:nth-last-child(2),
#normalList_mobile:checked ~ .flexbox-news .item:nth-last-child(1),
#normalList_mobile:checked ~ .flexbox-news .item:nth-last-child(2) {
    display: none;
}
}

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

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item {
    width: 44%;
    list-style: none;
    background: #fff;
    display: block;
    margin: 3%;
}

#normalList_pc:checked ~ .flexbox-news .item:nth-last-child(1),
#normalList_pc:checked ~ .flexbox-news .item:nth-last-child(2),
#normalList_mobile:checked ~ .flexbox-news .item:nth-last-child(1),
#normalList_mobile:checked ~ .flexbox-news .item:nth-last-child(2) {
    display: none;
}
}

/* :::::: fade change ::::::*/

#normalList_pc:checked ~ .flexbox-news .item,
#normalList_mobile:checked ~ .flexbox-news .item {
    -webkit-animation: fadeIn1 0.5s;
    animation: fadeIn1 0.5s;
}

#textList_pc:checked ~ .flexbox-news .item,
#textList_mobile:checked ~ .flexbox-news .item {
    -webkit-animation: fadeIn3 0.5s;
    animation: fadeIn3 0.5s;
}
 @-webkit-keyframes fadeIn1 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn2 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn3 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @keyframes fadeIn1 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @keyframes fadeIn2 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}
 @keyframes fadeIn3 {
0% {
opacity: 0;
}
30% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/* :::::: mechanism ::::::*/
#normalList_pc:checked ~ .tabBtn li [for="normalList_pc"],
#textList_pc:checked ~ .tabBtn li [for="textList_pc"],
#normalList_mobile:checked ~ .tabBtn li [for="normalList_mobile"],
#textList_mobile:checked ~ .tabBtn li [for="textList_mobile"] {
    background-color: rgba(52,93,157,0.80);
}

section.online_order .adbox {
    margin-top: 10px;
    width: 96%;
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 2%;
    box-sizing: border-box;
}

section.online_order .adbox .container {
    height: auto;
    background-color: #FFFFFF;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    padding-right: 0.3%;
    padding-left: 0.3%;
    border-right: 1px dashed rgba(68,79,88,0.13);
    box-sizing: border-box;
}

section.online_order .adbox .container .bnrbox {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(52,93,157,0.20);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

section.online_order .adbox .container .bnrbox .link {
    width: 42.6%;
    font-size: 12px;
    line-height: 1.4em;
    background-image: url(../images/video_dot_05.png);
    margin-top: 5%;
    margin-left: 5%;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 14px;
    display: block;
    float: left;
}

/* IE Edge用に調整 */
_:-ms-lang(x), section.online_order .adbox .container .bnrbox .link {
 padding-top: 6px;
 padding-bottom: 3px;
}

/* IE Edge用に調整ここまで */
	
section.online_order .adbox .container .bnrbox a:hover.link {
    color: rgba(68,79,88,1.00);
    transition: all 0.2s ease;
    background-color: rgba(52,93,157,0.13);
}

section.online_order .adbox .container .shop-logo {
    float: left;
    margin-left: 4%;
}

section.online_order .adbox .container .shop-logo img:hover {
    opacity: 0.6!important;
    transition: all 0.2s ease;   
}

section.online_order .adbox .container .chip-one-stop {
    width: 34%;
    padding-top: 2%;
}

section.online_order .adbox .container .zaiko {
    width: 34%;
    padding-top: 2%;
}

section.online_order .adbox .container .switch {
    width: 28%;
    padding-top: 2%;
}

section.online_order .adbox .container .zaiko .logo-adjust-zaiko {
    margin-bottom: 6px;
}

section.online_order .adbox .container .rs {
    width: 15%;
}

.flexbox-find {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.flexbox-find li {
    list-style: none;
    box-sizing: border-box;
    margin-left: 2%;
    margin-right: 2%;
}

.flexbox-find .item {
    color: rgba(255,255,255,1.00);
    margin-top: 6%;
    margin-bottom: 6%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.flexbox-find .item .fa {
	text-align: center;
	display: block;
}

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

.flexbox-find .item {
	width: 19vmin;
	border: 4px solid rgba(255,255,255,0.75);
	border-radius: 10px;
}

.flexbox-find .item:hover {
	background-color: rgba(255,255,255,0.65);
	color: rgba(52,93,157,1.00);
	transition: all  0.2s ease;
}

.flexbox-find .item .fa {
	font-size: 8vmin;
	margin-top: 14%;
	margin-bottom: 18%;
}

.flexbox-find .item p {
    font-size: 2vmin;
    margin-bottom: 3%;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.2em;
    text-align: center;
}
}

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

.flexbox-find .item .fa {
    font-size: 16vmin;
    margin-top: 12%;
    margin-bottom: 14%;
}

.flexbox-find .item {
    width: 34vmin;
    border: 4px solid rgba(255,255,255,0.75);
    border-radius: 10px;
}

.flexbox-find .item p {
    font-size: 3.6vmin;
    margin-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.2em;
    text-align: center;
}
}

#wide-wrapper {
    position: relative;
}

#wide-wrapper .slider-pro-top-btn {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-between;
}

#wide-wrapper .slider-pro-top-btn li {
    position: absolute;
    top: 3%;
}

#wide-wrapper .slider-pro-top-btn .item {
    color: #fff;
    font-size: 140%;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(49,57,64,0.50);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#wide-wrapper .slider-pro-top-btn .item:hover {
    transition: all  0.2s ease;   
    background-image: url(../images/video_dot_03.png);
    background-color: rgba(83,107,198,0.65);
}

#wide-wrapper .slider-pro-top-btn .item:hover:before {
    color: #fff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#wide-wrapper .slider-pro-top-btn .item:before {
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    padding-top: 0;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#wide-wrapper .slider-pro-top-btn .btn-1 .item:before {
    content: "\f1c1";
}

#wide-wrapper .slider-pro-top-btn .btn-2 .item:before {
    content: "\f02d";
}

#wide-wrapper .slider-pro-top-btn .btn-3 .item:before {
    content: "\f0e6";
}

#wide-wrapper .slider-pro-top-btn .btn-4 .item:before {
    content: "\f003";
}

#wide-wrapper .slider-pro-top-btn p {
    color: rgba(210,210,210,1.00);
    padding-top: 4px;
    font-size: 10px;
}

.drawer--left .logo-area .mobile-top-btn p {
    padding-top: 4px;
    font-size: 10px;
}

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

#wide-wrapper .slider-pro-top-btn .btn-4 {
    position: absolute;
    right: 4%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-3 {
    position: absolute;
    right: 9.5%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-2 {
    position: absolute;
    right: 15%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-1 {
    position: absolute;
    right: 20%;
    z-index: 1;
}
}

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

#wide-wrapper .slider-pro-top-btn .btn-4 {
    position: absolute;
    right: 4%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-3 {
    position: absolute;
    right: 14%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-2 {
    position: absolute;
    right: 24%;
    z-index: 1;
}

#wide-wrapper .slider-pro-top-btn .btn-1 {
    position: absolute;
    right: 32%;
    z-index: 1;
}
}

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

.drawer--left .logo-area {
    display: flex;
    justify-content: space-between;
}

.drawer--left .logo-area .mobile-top-btn {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-between;
    margin-top: 12px;
    margin-right: 4px;
}

.drawer--left .logo-area .mobile-top-btn li {
    width: 50px;
}
}
