/*whitesun css*/
#whitesun img {
	width: 100%;
	height: auto;
}
#whitesun .show_pc {
	display: none !important;
}
#whitesun .show_sp {
	display: block !important;
}
#whitesun p {
margin: 0;
}

/*ttl-area*/
#whitesun .ttl-area {
width: 100%;
margin: 0 auto;
}
#whitesun .lead-area {
width: 100%;
background: #0056A7;
background: linear-gradient(90deg,rgba(0, 86, 167, 1) 0%, rgba(0, 117, 191, 1) 15%, rgba(0, 145, 213, 1) 40%, rgba(0, 145, 213, 1) 60%, rgba(0, 117, 191, 1) 85%, rgba(0, 86, 167, 1) 100%);
}
#whitesun .lead-area .lead-area-inner {
width: 84%;
margin: 0 auto;
padding: 45px 0 55px;
}
#whitesun .lead-area .lead-area-ttl {
margin-bottom: 18px;
}
#whitesun .lead-area .lead-area-body {
margin-bottom: 22px;
}
#whitesun .lead-area .lead-area-cap {
font-size: 11px;
font-family: "YakuHanMP", "Noto Serif JP", serif;
color: #FFF;
letter-spacing: -0.04em;
}

/*outline-area*/
#whitesun .outline-area {
width: 100%;
background-color: #FFF;
margin: 0 auto;
padding: 45px 34.5px;
}
#whitesun .outline-area .outline-inner {
margin: 0 auto;
}
#whitesun .outline-area p {
margin: 0 auto;
}
#whitesun .outline-area .products-wrapper {
margin-bottom: 35px;
}
#whitesun .outline-area .products-img {
margin-bottom: 0;
}
#whitesun .outline-area .products-txt p.products-cap {
font-size: 11px;
line-height: 1.3;
color: #0C63B5;
text-align: right;
font-family: "YakuHanMP", "Noto Serif JP", serif;
}
#whitesun .outline-area .component-wrapper {
border: 1px solid #0079C3;
padding: 15px;
}
#whitesun .outline-area .component-inner {
position: relative;
}
#whitesun .outline-area .component-inner::before {
content: "";
width: 44px;
height: 0;
border-top: 1px solid #0079C3;
top: 0;
left: -22px;
position: absolute;
transform: rotate(-45deg);
}
#whitesun .outline-area .component-inner::after {
content: "";
width: 44px;
height: 0;
border-top: 1px solid #0079C3;
bottom: -5px;
right: -22px;
position: absolute;
transform: rotate(-45deg);
}
#whitesun .outline-area .component-pkg {
width: 55.5%;
margin: 0 0 10px auto;
}
#whitesun .outline-area .component-eyecatch {
width: 39.4%;
position: absolute;
top: 25%;
left: 23%;
transform: translate(-50%,-50%);
}
#whitesun .outline-area .component-body {
position: relative;
width: 100%;
border-top: 1px solid #0079C3;
padding-top: 20px;
margin-top: 10px;
}
#whitesun .outline-area .component-body p {
font-size: 12px;
line-height: 1.33;
color: #0079C3;
margin-bottom: 4px;
}
#whitesun .outline-area .component-body p strong {
font-weight: bold;
}
#whitesun .outline-area .component-body p span {
display: inline-block;
}
#whitesun .outline-area .component-body p.component-cap {
font-size: 11px;
line-height: 1.3;
font-family: "YakuHanMP", "Noto Serif JP", serif;
padding-left: 1em;
text-indent: -1em;
margin-top: 1em;
}

/*concept-area*/
#whitesun .concept-area {
width: 100%;
background-color: #FFF;
margin: 0 auto;
padding: 45px 0;
background: #0079C3;
background: linear-gradient(90deg,rgba(0, 86, 167, 1) 0%, rgba(0, 117, 191, 1) 15%, rgba(0, 145, 213, 1) 40%, rgba(0, 145, 213, 1) 60%, rgba(0, 117, 191, 1) 85%, rgba(0, 86, 167, 1) 100%);
}

/*cooking-area*/
#whitesun .cooking-area {
width: 100%;
background: url("../../whitesun/images/bg_sp.jpg") top center repeat-y;
background-size: 100% auto;
padding: 50px 0;
}
#whitesun .cooking-area .cooking-inner {
padding: 0 47.5px;
}
#whitesun .cooking-area .cooking-inner h2 {
margin-top: 0;
margin-bottom: 25px;
}
#whitesun .cooking-area .cooking-inner p.cooking-body {
margin-top: 22px;
}

/*profile*/
#whitesun .profile-inner {
width: calc(100% - 95px);
margin: 65px auto;
position: relative;
}
#whitesun .profile-inner .profile-img {
width: 35.35%;
position: absolute;
top: 0;
right: 0;
}
#whitesun .profile-inner .profile-person .name {
width: 60.7%;
margin: 0 auto 0 0;
}
#whitesun .profile-inner .profile-person .career {
width: 100%;
margin: 12px 0 12px;
padding-bottom: 10px;
border-bottom: 1px solid #0079C3;
}
#whitesun .profile-inner .profile-products p {
font-size: 10px;
line-height: 1.5;
color: #0079C3;
}
#whitesun .profile-inner .profile-products p strong {
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
}

/*pc*/
@media only screen and (min-width: 769px) {
	#whitesun .show_pc {
		display: block !important;
	}
	#whitesun .show_sp {
		display: none !important;
	}
	
/*ttl-area*/
#whitesun .lead-area {
width: 100%;
}
#whitesun .lead-area .lead-area-inner {
width: 87.85%;
max-width: 1000px;
margin: 0 auto;
padding: 60px 0;
}
#whitesun .lead-area .lead-area-cap {
font-size: 16px;
color: #FFF;
text-align: center;
letter-spacing: 0.05em;
}

/*outline-area*/
#whitesun .outline-area {
padding: 115px 0 180px;
}
#whitesun .outline-area .outline-inner {
width: 87.85%;
max-width: 1200px;
margin: 0 auto;
}
#whitesun .outline-area h2 {
width: 100%;
margin: 0 auto 30px;
}
#whitesun .outline-area p {
margin: 0 auto;
}
#whitesun .outline-area .products-wrapper {
display: flex;
align-items: center;
max-width:1000px;
margin: 0 auto 15px;
}
#whitesun .outline-area .products-img {
width: 49%;
margin: 0;
order: 2;
}
#whitesun .outline-area .products-txt {
width:51%;
margin: 0;
order: 1;
}
#whitesun .outline-area .products-txt p.products-cap {
font-size: 16px;
line-height: 1.3;
color: #0C63B5;
text-align: right;
font-family: "YakuHanMP", "Noto Serif JP", serif;
}
#whitesun .outline-area .component-wrapper {
padding: 15px 15px;
}
#whitesun .outline-area .component-inner {
position: relative;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
#whitesun .outline-area .component-inner::before {
content: "";
width: 44px;
height: 0;
top: 0;
left: -22px;
}
#whitesun .outline-area .component-inner::after {
content: "";
width: 44px;
height: 0;
bottom: 0;
right: -22px;
}
#whitesun .outline-area .component-pkg {
width: 21%;
margin: 0 2.5% 0 10px;
}
#whitesun .outline-area .component-eyecatch {
width: 18.5%;
position: static;
order: 3;
transform: translate(0,0);
margin-right: 15px;
}
#whitesun .outline-area .component-body {
position: relative;
width: 58%;
border-top: none;
border-left: 1px solid #0079C3;
padding: 0 0 0 4%;
margin: 0;
display: flex;
flex-wrap: wrap;
flex-flow: column;	
align-content: center;
justify-content: center;
}
#whitesun .outline-area .component-body p {
font-size: 16px;
line-height: 1.5;
color: #0079C3;
margin: 0;
text-align: left;
}
#whitesun .outline-area .component-body p strong {
font-weight: bold;
display: inline-block;
margin-bottom: 12px;
}
#whitesun .outline-area .component-body p.component-cap {
font-size: 13px;
line-height: 1.3;
}

/*concept-area*/
#whitesun .concept-area {
width: 100%;
background-color: #FFF;
margin: 0 auto;
padding: 130px 0 75px;
background: #0079C3;
background: linear-gradient(90deg,rgba(0, 86, 167, 1) 0%, rgba(0, 117, 191, 1) 15%, rgba(0, 145, 213, 1) 40%, rgba(0, 145, 213, 1) 60%, rgba(0, 117, 191, 1) 85%, rgba(0, 86, 167, 1) 100%);
}
#whitesun .concept-area .concept-inner {
width: 87.85%;
max-width: 1000px;
margin: 0 auto;
}

/*cooking-area*/
#whitesun .cooking-area {
width: 100%;
background: url("../../whitesun/images/bg_pc.jpg") top center repeat-y;
background-size: 100% auto;
padding: 150px 0;
}
#whitesun .cooking-area .cooking-inner {
width: 87.85%;
max-width: 1000px;
margin: 0 auto;
}
#whitesun .cooking-area .cooking-inner .cooking-img {
max-width: 850px;
margin: 0 auto;
}
#whitesun .cooking-area .cooking-inner h2 {
margin-top: 0;
margin-bottom: 60px;
}
#whitesun .cooking-area .cooking-inner p.cooking-body {
margin-top: 50px;
}

/*profile*/
#whitesun .profile-inner {
width: 87.85%;
max-width: 1040px;
margin: 150px auto 0;
padding: 0;
position: relative;
}
#whitesun .profile-inner .profile-img {
width: 32.2%;
position: absolute;
top: 0;
right: 0;
}
#whitesun .profile-inner .profile-person .name {
width: 64.4%;
margin: 0 auto 0 0;
}
#whitesun .profile-inner .profile-person .career {
width: 64.4%;
margin: 0 auto 22px 0;
padding-bottom: 0;
border-bottom: none;
}
#whitesun .profile-inner .profile-products {
width: 64.4%;
margin: 0 auto 0 0;
border-left: 4px solid #0079C3;
padding-left: 20px;
}
#whitesun .profile-inner .profile-products p {
font-size: 16px;
line-height: 1.5;
color: #0079C3;
}
#whitesun .profile-inner .profile-products p strong {
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
display: inline-block;
}
}
