@charset "utf-8";
*, *::before, *::after {
    box-sizing: border-box;
}
.oem2023 article a:hover{
	opacity: 0.5;
}
.oem2023 article a:active,.oem2023 article a:focus,.oem2023 img:focus,.oem2023 div:focus{
	outline: none;
}

.oem2023 h1{
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 25px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #959595;
	letter-spacing: 4px;
	background: none;
	line-height: 1;
}
.oem2023 h1 a, .oem2023 h1 a:visited{
	color: #959595;
}
.oem2023 article nav{
	width: 100%;
	margin-bottom: 100px;
	border-bottom: 1px solid #d8d8d8;
}
.oem2023 article nav ul{
	margin: 0 auto;
}
.oem2023 article nav li{
	display: inline-block;
	padding-bottom: 15px;
	margin: 0 20px;
	position: relative;
	line-height: 1;
	border-bottom: 3px solid #fff;
}
.oem2023 article nav li.current{
	border-bottom: 3px solid #d8d8d8;	
}
.oem2023 article nav li::after {
	position: absolute;
	content:"";
	bottom: -3px;
	left: 0;
	width:100%;
	height:3px;
	display:block;
	background-color:#d8d8d8;
	transition:opacity 0.3s;
	opacity:0;
}
.oem2023 article nav li:hover::after {
	opacity:1.0;
}
.oem2023 article nav li a,.oem2023 article nav li a:visited{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	color: #959595;
	text-decoration: none;
}

/*コンテンツ*/

article{
	margin-top: -27px;
	margin-bottom: 150px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 18px;
	color: #626262;
}
section{
	width:90%;
	max-width: 1162px;
	margin: 0 auto 150px;
	text-align: left;
}
section h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 32px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
section .more{
	width: 100%;
	text-align: center;
}

section .more .button {
    appearance: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e60033;
    color: #fff;
    padding: 1.04348rem 4.34783rem;
    height: 3rem;
    text-align: center;
    font-weight: bold;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.3913rem;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(251, 185, 213, 0.5); /* Subtle shadow */
    transition: all 0.3s ease-out; /* Smooth transition for all properties */
}

section .more .button:hover {
    background-color: #fbb9d5; /* Lighter pink on hover */
    box-shadow: 0 6px 12px rgba(251, 185, 213, 0.6); /* Enhanced shadow on hover */
    top: -2px; /* Slight lift effect */
}


/*スライダー*/
.oem-sec00{
	width: 100%;
	max-width: inherit;
	margin-bottom: 50px;
}
.oem-sec00 .for-sp{
	display: none;
}
.oem-sec00 .slick-list{
	width: 100%;
}
/*sec-01*/
.oem-sec01{
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec01 h2{
	font-weight: normal;
}
.oem-sec01 p{
	font-size: 1rem;
}

/*見積もり*/
.oem-sec02{
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec02 .form-link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.oem-sec02 .form-link div{
	width: 32%;
}
.oem-sec02 .form-link div img{
	width: 100%;
	margin-bottom: 10px;
}
.oem-sec02 .form-link a{
	font-weight: bold;
	text-decoration: underline;
}
.oem-sec02 .form-link .more{
	width: 100%;
}
.oem-sec02 .more .button {
	font-size: 1rem;
	text-decoration: none;
}
/*実績*/
.oem-sec03{
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec03 .works-list {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.oem-sec03 .works-list div{
	width: 32%;
	margin-bottom: 20px;
}
.oem-sec03 .works-list img{
	width: 100%;
}
/*LABO*/
.oem-sec04{
	width: 100%;
	max-width: 100%;
	padding: 50px 0;
	background: #f5f5f5;
}
.oem-sec04 h2,.oem-sec04 h3,.oem-sec04 p,.oem-sec04 .labo-slider,.oem-sec04 .more{
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
}
.oem-sec04 h2 span{
	padding-right: 0.5rem;
	font-family: 'Passion One', cursive;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 3px;
}
.oem-sec04 h3{
	margin-bottom: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}
.oem-sec04 p{
	display: block;
	margin-bottom: 50px;
}
.oem-sec04 .labo-slider{
	margin-bottom: 50px;
}
/*流れ*/
.oem-sec05{
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec05 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	text-align: center;
}
.oem-sec05 ul li{
	width: 32%;
}
.oem-sec05 ul li img{
	width: 55%;
	margin: 0 auto 20px;
}
.oem-sec05 ul li p{
	text-align: center;
}
/*メディアリリース*/
.oem-sec06{
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec06 ul{
	margin-bottom: 85px;
}
.oem-sec06 li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 18px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.oem-sec06 li span{
	width: 10%;
	vertical-align: top;
}
.oem-sec06 li p{
	width: 80%;
}
.oem-sec06 li .icon {
	width: 10%;
	text-align: right;
}
.oem-sec06 li .icon a{
	display: inline-block;
	width: 50px;
	padding: 5px 0;
	margin-left: 5px;
	font-size: 12px;
	color: #959595;
	line-height: 1;
	text-align: center;
	border: 1px solid #959595;
}
.oem-sec06 li .icon a:hover{
	background: #eee;
}

@media print, (max-width: 1280px) {
.oem-sec06 li .cate-name{
	margin-left: 20px;
}
.oem-sec06 li p{
	width: 58%;
	margin-left: 20px;
}	
.oem-sec06 li .icon {
	width: 13%;
}
}
/*FAQ*/
.oem-sec07{
	margin-top:100px;
	margin: 0 auto;
	margin-bottom:100px;
}
.oem-sec07 dl {
	width: 100%;
	margin-bottom: 100px;
}
.oem-sec07 dl dt{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.oem-sec07 dl dd{
	padding: 15px 0 18px 2rem;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.oem-sec07 dl dd a{
	text-decoration: underline;
}
.oem-sec07 dl span{
	display: inline-block;
	padding-right: 1rem;
}

/*フォーム*/
.form-header{
	width: 100%;
	height: 50vh;
    margin-bottom: 30px;
	background-size: cover;
	background-position: center center;
}
.oem-form-a .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-a-pc.jpg); }
.oem-form-b .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-b-pc.jpg); }
.oem-form-c .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-c-pc.jpg); }
.form-wrap{
	text-align: center;
}
.form-wrap h2{
	margin: 0 0 30px;
	text-align: center;
}
.form-wrap img{
	max-width: 100%;
	margin: 20px auto 70px;
}
.form-wrap p.hissu{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	font-size: 14px;
	text-align: right;
}
.oem2023 .form-oem{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 100px;
	font-size: 16px;
	text-align: left;
	box-sizing:border-box;
}
.oem2023 .form-oem dt{
	clear: left;
	float: left;
	width: 25%;
	padding-bottom: 10px;
}
.oem2023 .form-oem dt span{
	display: inline-block;
	padding: 0 1rem 0 0.5rem;
}
.oem2023 .form-oem dt p{
	display: block;
	font-size: 12px;
}
.oem2023 .form-oem dd{
	padding: 0 0 30px 25%;
}
.oem2023 .form-oem dd input[type="text"],.oem2023 .form-oem dd textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #b5b5b5;
}
.oem2023 .form-oem dd.zip input[type="text"]	,.oem2023 .form-oem dd.tel input[type="text"]	{
	width: auto;
}
group + group {
  margin-top: 20px;
}
.inline-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 3px;
  overflow: hidden;
}
.left .inline-radio {
	justify-content: left;
}
.inline-radio div {
  width: calc(33.3333% - 10px);
  margin-bottom: 15px;
  text-align: center;
  background:  #eee;
  position: relative;
}
.left .inline-radio div{
	margin-right: 15px;
}
.left .inline-radio div:nth-child(3n){
	margin-right: 0;
}
.oem2023 .form-oem dd.size .inline-radio div { }
.oem2023 .form-oem dd.num .inline-radio div { width: 18%; }
.oem2023 .form-oem dd.design .inline-radio div { width: 48%; }
.inline-radio input {
  width: 100%;
  height: 50px;
  opacity: 0;
}
.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  color: #626262;
  width: 100%;
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.inline-radio div:last-child label {
  border-right: 0;
}
.inline-radio input:checked + label {
  background: #cc195e;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1100px) {
	.oem-sec04 .slick-track{
		height: 30vh;
	}
}
@media screen and (max-width: 768px) {

/*メニュー*/
.oem2023 .drawer-hamburger{
	width: 69px;
}
.remodal{ width: 100%; }
.oem2023 article nav li{
	margin: 0 10px;
}

/*メディアリリース*/
.oem-sec06 ul{
	margin-bottom: 85px;
}
.oem-sec06 li{
	padding: 50px 0 35px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.oem-sec06 li span{
	display: inline-block;
	width: 10%;
	vertical-align: top;
}
.oem-sec06 li .cate-name{
	width: 50%;
	max-width: 170px;
	padding: 5px 0;
	margin-left: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background:#959595;
}
.oem-sec06 li p{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}
.oem-sec06 li .icon {
	width: 100%;
	text-align: right;
}

}

@media screen and (max-width: 720px) {
.for-pc{ display: none; }
.for-sp{ display: block; }
.oem2023 a:active,.oem2023 a:focus,.oem2023 img:focus,.oem2023 div:focus{
	outline: none;
}
.oem2023 h1{
	width: 100%;
	font-size: 24px;
	letter-spacing: 2px;
}
/*メニュー*/
.oem2023 article nav {
	margin-bottom: 20px;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.oem2023 nav::-webkit-scrollbar {
	display:none;
}
.oem2023 article nav ul{
	display: flex;
}
.oem2023 article nav ul li{
        display: flex;
        flex-grow: 1;
        min-width: 70px;
        padding: 16px 12px;
        margin: 0;
        border-bottom: none;
        box-sizing: content-box;
}
.oem2023 article nav ul li.nav-01{min-width: 80px;}
.oem2023 article nav ul li.nav-02{min-width: 80px;}
.oem2023 article nav ul li.nav-03{min-width: 130px;}
.oem2023 article nav ul li.nav-04{min-width: 80px;}
.oem2023 article nav ul li.nav-05{min-width: 110px;}


.oem2023 article nav ul li a{	
	font-size: 16px;
}


/*コンテンツ*/

article{
	margin-top: -5px;
	margin-bottom: 150px;
}
section{
	width:90%;
	max-width: 1162px;
	margin: 0 auto 100px;
	text-align: left;
}
section h2{
	margin-bottom: 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	color: #666;
	text-align: left;
}
/*スライダー*/
.oem-sec00{
	margin-top: 20px;
	margin-bottom: 0;
}

.oem-sec00 .for-sp{
	display: inherit;
}

.oem-sec00 .for-pc{
	display: none;
}
.oem-sec00 .slick-slide img{
	width: 100%;
	height: auto;
}
.oem-sec00 .slick-track{
	height: auto;
}
/*sec-01*/
.oem-sec01{
	padding-right: 0;
}
.oem-sec01 h2{
	font-weight: normal;
}
.oem-sec01 p{
}
/*見積もり*/
.oem-sec02 .form-link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.oem-sec02 .form-link div{
	width: 100%;
	margin-bottom: 20px;
}
.oem-sec02 .form-link div img{
	width: 100%;
	margin-bottom: 0;
}
.oem-sec02 .form-link a{
	font-weight: bold;
}
/*実績*/
.oem-sec03 .works-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.oem-sec03 .works-list div{
	width: 48%;
	margin-bottom: 20px;
}
.oem-sec03 .works-list img{
	width: 100%;
}
/*LABO*/
.oem-sec04{
	width: 100%;
	max-width: 100%;
	padding: 50px 0;
	background: #f5f5f5;
}

.oem-sec04 h2,.oem-sec04 h3,.oem-sec04 p,.oem-sec04 .labo-slider,.oem-sec04 .more{
	width: 90%;
	max-width: 1152px;
	margin: 0 auto;
}
.oem-sec04 h2 span{
	font-size: 30px;
}
.oem-sec04 h3{
	margin-bottom: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'小塚ゴシック Pro','Kozuka Gothic Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}
.oem-sec04 p{
	display: block;
	margin-bottom: 50px;
}
.oem-sec04 .slick-track{
	height: 28vh;
}
.oem-sec04 .slick-slide img{
	width: auto;
	height: 100%;
}
/*流れ*/
.oem-sec05 ul li{
	width: 100%;
	padding: 10px 5%;
}
/*メディアリリース*/
.oem-sec06 ul{
	margin-bottom: 50px;
}
.oem-sec06 li{
	padding: 20px 0 18px;
}
.oem-sec06 li span{
	width: 100%;
}
.oem-sec06 li p{
	width: 100%;
	margin-bottom: 0;
}
.oem-sec06 li .icon {
	width: 100%;
}
/*FAQ*/
.oem-sec07 dl {
	margin-bottom: 50px;
}
.oem-sec07 dl dd{
	padding-left: 0;
}
/*フォーム*/
.form-header{
	margin-bottom: 15px;
}
.oem-form-a .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-a-sp.jpg); }
.oem-form-b .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-b-sp.jpg); }
.oem-form-c .form-header{ background-image: url(https://www.blooming.co.jp/img/oem2023/form-c-sp.jpg); }
.oem2023 .form-oem dt{
	float: none;
	width: 100%;
	padding-bottom: 10px;
}
.oem2023 .form-oem dd{
	padding: 0 0 20px;
}
.inline-radio div,.oem2023 .form-oem dd.num .inline-radio div{
	width: 48%;
}
.oem2023 .form-oem dd.zip input[type="text"], .oem2023 .form-oem dd.tel input[type="text"] {
	width: 29%;
}
.left .inline-radio {
	justify-content: space-between;
}
.left .inline-radio div{
	margin-right: 0;
}
}

