@charset "UTF-8";

/*/////////// スマートフォン ////////////*/

.smartphone .l-content-leadArea._intro {
	background: radial-gradient(80% 80% at center bottom, #fff, #b3ddc0);
}
.smartphone .l-content-leadArea._yellow {
  position: relative;
}
.smartphone .l-content-leadArea._yellow .layer{
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 1500px;
  background-color: #fff;
  border-radius: 50%/* 40% 50% 40%/30% 50% 50% 50%*/;
  opacity: 0.5;
}

/*/////////// 携帯電話からスマホへの移り変わり ////////////*/
.smartphone .m-media__media._history{
position: relative;
}
.smartphone .m-media__media._history p{
position: absolute;
}
.smartphone .m-media__media._history p.jef01{
top:10%;
left: -200px;
}
.smartphone .m-media__media._history p.jef02{
bottom:-30px;
margin-left: -200px;
}
@media screen and (max-width:1200px) {
.smartphone .m-media__media._history p.jef01{
display: none;
}
.smartphone .m-media__media._history p.jef02{
width:32%;
margin-left: 0;
bottom:-35px;
}
}
/* スマートフォン画像 製品リンク */
.btnBox ._pc {
    display: block !important;
}
.btnBox ._sp {
    display: none !important;
}

@media screen and (max-width:1060px) {
    .btnBox ._pc {
        display: none !important;
    }
    .btnBox ._sp {
        display: block !important;
    }
}

._map-position{
position: relative;
z-index: 1;
}
._map-position ._wave{
position: absolute;
top: 30px;
margin-left: -150px;
z-index: -1;
}
._map-position a{/* bt共通 */
position: relative;
}
._map-position .bt01{
position: absolute;
top: 390px;
right: -120px;
}
._map-position .bt01 a .jef{
position: absolute;
width: 80px;
top: 30px;
margin-left: -10px;
}
._map-position .bt02{
position: absolute;
top: 550px;
right: -110px;
}
._map-position .bt02 a .jef{
position: absolute;
width: 80px;
top: -20px;
margin-left: 10px;
}
._map-position .bt03{
position: absolute;
top: 625px;
right: -40px;
}
._map-position .bt03 a .jef{
position: absolute;
width: 70px;
top: 10px;
margin-left: -15px;
}
._map-position .bt04{
position: absolute;
top: 525px;
left: 80px;
}
._map-position .bt04 a .jef{
position: absolute;
width: 70px;
top: 0;
right: 0;
}
._map-position .bt05{
position: absolute;
top: 640px;
left: -20px;
}
._map-position .bt05 a .jef{
position: absolute;
width: 70px;
top: -10px;
right: 10px;
}
._map-position .jef01 {
position: absolute;
bottom: 130px;
left: -80px;
}
._map-position a img._over {
	position: absolute;
	max-width: none;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
._map-position a:hover img._over {
	opacity: 0;
}