
/* CSS Document */
/*共通*/
#carseat.mb60 {
  margin-bottom: 60px;
}
#carseat .btn {
  border: 0;
  background: none;
  display: block;
  padding: 0;
}
#carseat ul+p {
  margin-top: 0;
}
#main {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #484848;
  /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
}
#main p{
  margin-bottom: 0;
}

#main a {
  color: inherit;
}
#main img {
  width: 100%;
}
#main .inner {
  width: 89.583%;
  margin: auto;
  position: relative;
}
#main section {
  position: relative;
}
#main .flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#main .txt {
  font-size: 15px;
  line-height: 1.8;
  color: #444444;
}
#main .note {
  font-size: 11px;
  line-height: 1.5;
  color: #444444;
}
#main .btn_list li:not(:last-child) {
  margin: 0 0 5.814%;
}
#main .cont_border {
  position: relative;
}
#main .cont_border::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 17.442%;
  height: 1px;
  background: #ccc;
}

#main .intro_dl dd .tit{
  margin: 0;
}
#main .intro_dl dd .txt{
  font-size: 12.5px;
  text-align: center;
  margin-top: 0.72em;
  padding-top:1em;
  line-height: 1;
  position: relative;
  display: inline-block;
}
#main .intro_dl dd .txt span{
  display: inline-block;
  font-size: 10px;
  margin-top: 1em;
}
#main .intro_dl dd .txt::before{
  content:"";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width:1.2em;
  height:0.12em;
  background: #c5d5da;
}



/*js 効果
------------------------------*/
#main .fadein {
  opacity: 0;
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main .fadein.active {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*mainvisual
-------------------*/
#mainvisual {
  position: relative;
}
@media screen and (max-width: 374px) {
  #mainvisual {
  margin-top: 48px;
}
} 
#mainvisual #mainImage img {
  width: 100%;
  vertical-align: bottom;
}
#mainvisual .txt_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#mainvisual .tit {
  width: 37.24%;
}
#mainvisual .txt {
  width: 25.521%;
  position: absolute;
  left: 7.943%;
  top: 23.853%;
}
#mainvisual .scroll_btn {
  width:10.678%;
  position: absolute;
  bottom: 4.592%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*read
-------------------*/
#read {
  padding: 6.85% 0 0;
  background: #F9F5F3;
}
#read .img_area {
  position: relative;
  margin-bottom: 11.459%;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#main #read .img_area img:first-child {
  position: relative;
  top: 0;
  right: 0;
  width: 40.756%;
}
#main #read .img_area img:nth-child(2) {
  position: relative;
  margin-top: 4.557%;
  width:54.947%;
}
#read .txt_area .tit {
  text-align: center;
　line-height: 2.5;
}
#main #read .txt_area .tit img {
  width: 81.117%;
}
#read .txt_area .txt {
  margin-top: calc(9.766% - 0.5em);
  padding-bottom: calc(11.719% - 0.5em);
}

/*pickup
-------------------*/
#pickup {
  background: #fff;
  text-align: center;
  padding: 10.808% 0 9.114%;
}
#pickup .tit {
  width:43.605%;
  margin:0 auto 30px;
}
#pickup .slider {
  margin: 0 auto;
}
#pickup .slide_cont .img_box {
  position: relative;
  z-index: 0;
}
#pickup .slide_cont .img_box .img01 {
  margin: 0 auto;
}
#main #pickup .slide_cont .img_box .img01 img {
  width: 61.047%;
  margin: auto;
}
#pickup .slide_cont .img_box .icon_list {
  width:12%;
  position: absolute;
  top: 15.778%;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#pickup .slide_cont .img_box .icon_list {
  left: 7%;
}
#pickup .slide_cont .img_box .icon_list li {
  margin-bottom: 23.333%;
}
#pickup .slide_cont .img_box .icon_list li.typ2{
  width: 80%;
}
#pickup .slide_cont .txt_box {
  position: relative;
  z-index: 1;
}
#pickup .slide_cont .txt_box .logo {
  margin:-1.0175% auto 10.755%;
  text-align: center;
  z-index: 1;
}
#main #pickup .slide_cont .txt_box .logo img {
  /* width: 77.0697%; */
  width: auto;
  height: 60px;
  margin: auto;
}

#pickup .slide_cont .txt_box .copy {
  font-size: 17.5px;
  line-height: 1.5;
  color: #666666;
  font-weight: bold;
}
#pickup .slide_cont .txt_box .txt {
  line-height: 1.5;
  margin: calc(3.925% - 0.5em) 0 calc(17.587% - 0.25em);
  text-align: left;
  color: #666666;
}

#pickup .slide_cont .txt_box .txt {
  margin: calc(4% - 0.5em) 0 0;
}

#pickup .slide_cont .txt_box .note {
  margin: 0.3em 0 calc(11.046% - 0.25em);
  text-align: left;
  font-size: 12.5px;
}

#main #pickup .slide_cont .btn img {
  width: 47.82%;
  margin: auto;
}
#pickup .all_btn {
  margin-top: 13.082%;
}
#pickup .all_btn img {
  width: 100%;
}


/*chair_img
-------------------*/

.img_cont {
	overflow: hidden;
	padding: 113.542% 0 18.62%
	
}
.img_cont figure {
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
}
.img_cont figure img {
	min-height: 100%;
	height:auto;
		min-width: 100%;
	width:auto;
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.img_cont .tit {
	position: relative;
	text-align: right;
}
#main .img_cont .tit img{
	width:60.902%;
  margin-right:1.163% ;
}

/*choose
-------------------*/
#choose {
  padding: 16.406% 0 14.323%;
}
#choose .inner > .tit {
  text-align: center;
  margin: 0 0 5.96%;
}
#main #choose .inner > .tit img {
  width: 81.541%;
}
#choose .subtit {
  text-align: center;
  padding: 0 0 14.535%;
  margin: 0 0 14.39%;
}
#main #choose .subtit img {
  width: 74.128%;
}
#choose .intro_dl{
  width:73.402%;
  margin:0 auto 5.0873%;
}
#choose .intro_dl dt{
  width:20.595%;
}
#choose .intro_dl dd{
  width:73.466%;
  margin-top: 1.387%;
}
#choose .intro_dl dd .txt{
  margin-left: -4.851%;
  margin-bottom: 0;
}
#choose .choose_intro_box{
  margin: 0 0 10.175%;
}
#choose .choose_intro_box .balloon{
  width:84.012%;
  margin: auto;
}
#choose .choose_intro_box .img01{
  width:78.0524%;
  margin: -2.0349% auto 2.326%;
}
#choose .choose_intro_box .logo_img{
  width:64.099%;
  margin: auto ;
}
#choose .choose_intro_box .txt{
  margin: calc(7.413% - 0.5em) auto;
  text-align: left;
}
#choose .choose_intro_list{
  margin-bottom: 6.832%;
}
#choose .choose_intro_list li{
  width:23.111%;
}
#choose .choose_intro_box .btn{
  width:47.82%;
  margin: auto;
  display: block;
}


#choose .choose_list li .box{
  width:79.941%;
  margin: auto;
}
#choose .choose_list .list01 .box figure{
  width:40.545%;
}
#choose .choose_list .list01 .box div{
  width:59.455%;
}
#choose .choose_list .list01 .box .balloon{
  margin:0 0 4.57%;
}
#choose .choose_list .list01 .box .logo{
  width:84.043%;
  margin: auto;
}
#choose .choose_list .list01 .txt{
  width:81.618%;
  text-align: left;
  margin: calc(3.23% - 0.5em) auto calc(4.411% - 0.5em);
  box-sizing: border-box;
}



#choose .choose_list .list02 .box figure{
  width:37.818%;
  margin-left: 1.454%
}
#choose .choose_list .list02 .box div{
  width:58%;
}

#choose .choose_list .list02 .box .balloon{
  margin:0 0 3.134%;
}

#choose .choose_list .list02 .box .logo{
  width:94.043%;
  margin: auto;
}
#choose .choose_list .list02 .txt{
  width:81.618%;
  text-align: left;
  margin: calc(5.735% - 0.5em) auto calc(4.411% - 0.5em);
  box-sizing: border-box;
}


#choose .choose_list .list03 .box figure{
  width:33.454%;
  margin-left: 3.272%
}
#choose .choose_list .list03 .box div{
  width:57.818%;
}

#choose .choose_list .list03 .box .balloon{
  margin:0 0 3.144%;
}

#choose .choose_list .list03 .box .logo{
  width:94.043%;
  margin: auto;
}

#choose .choose_list .list03 .txt{
  width:81.618%;
  text-align: left;
  margin: calc(3.824% - 0.5em) auto calc(4.411% - 0.5em);
  box-sizing: border-box;
}

#choose .choose_list .btn{
  width:49.265%;
  margin: auto;
}

#choose .iso-fix_box_wrap{
  padding-bottom: 14.534%;
  margin-bottom: 13.954%;
}
#choose .iso-fix_box{
  margin:0 auto ;
  border:1px solid #d6d6d6;
  padding: 5.813% 0;
  box-sizing: border-box;
}
#choose .iso-fix_box .btn{
  width:82.799%;
  margin:0 auto 5.686%
}
#choose .iso-fix_box .inbox .img_txt{
  width:87.9%;
  margin:0 auto 5.96% 9.33%;
}
#choose .iso-fix_box .inbox .btn02{
  width:91.545%;
  margin: auto;
}



/*child_Junior
-------------------*/
#child_Junior{
  background: #f9f5f3;
  padding: 11.589% 0 9.115%;
} 
#child_Junior .inner > .tit {
  text-align: center;
  width:77.616%;
  margin:0 auto 9.302%;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ1{
  width:85.175%;
  margin:0 auto;
  position: relative;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ1 dt{
  width:17.748%;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ1 dd{
  width:78.327%;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ1 dd .txt{
  width:100%;
  min-width: 320px;
  position:absolute;
  top:100%;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ2{
  width:54.942%;
  margin:20.633% auto 0 auto ;
  position: relative;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ2 dt{
  width:27.514%;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ2 dd{
  width:65.609%;
}
#child_Junior .child_Junior_intro .inbox .intro_dl.typ2 dd .txt{
  width:100%;
  min-width: 320px;
  position:absolute;
  top:100%;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


#child_Junior .child_Junior_intro .inbox > .txt{
  margin: calc(10% - 0.5em) 0 3.633%;
  
}
#child_Junior .child_Junior_intro .inbox > .btn{
  margin-bottom:  0;
}
#child_Junior .inner > .btn{
  text-align: center;
}

#child_Junior .child_Junior_intro .inbox > .btn_02{
  margin-bottom:  0;
}
#child_Junior .inner > .btn_02{
  text-align: center;
}

#child_Junior .child_Junior_intro .stxt {
  font-size: 95%;	
  margin-top: 2%;
  margin-bottom:  5%;	
  text-align: left;

}

/*function
-------------------*/
#function {
  background: #FFFFFF;
  padding: 19.662% 0 0;
}
#function .function_intro > .tit {
  width:44.767%;
    margin: 0 auto 13.372%;
    text-align: center;
}
#function .function_intro .img_txt{
  width:79.942%;
  margin: auto;
}
#function .function_intro > .txt.typ1 {
    margin-top: calc(7.704% - 0.5em);
    margin-bottom: calc(4.36% - 0.5em);
}
#function .function_intro > .note {
    margin-bottom: calc(10.61% - 0.25em);
}
#function .function_intro_box {
	padding-bottom: 14.44%;
}

#function .function_intro_box .img01{
  width:94.622%;
  margin: 0 auto 7.268%;
}
#function .function_intro_box .img02{
  width:94.622%;
  margin: 0 auto 7.268%;
  border-radius: 3px;
  border: 3px dotted #b09741;
  padding: 4.361%;
  box-sizing: border-box;
}
#function .function_intro > .txt.typ2 {
  font-size: 11px;
    background: #f9f5f3;
    padding: calc(5.088% - 0.5em) calc(5.088% - 0.5em) calc(3.198% - 0.5em);
    margin-bottom: 14.535%;
}
#function .slider_wrap {
    background: #f9f5f3;
    padding: 13.021% 0 14.974%;
}
#function .tham_list {
  width: 90.593%;
  margin: 0 auto 7.995%;
}
#function .tham_list .slick-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 14.44%;
  height:0;
}
#function .tham_list .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height:100%;
  margin: 0;
  padding: 0 0 14.44%;
  cursor: pointer;
  z-index: 1;
}
#function .tham_list .slick-dots li:first-child {
  width:11.712%;
}
#function .tham_list .slick-dots li:nth-child(2) {
  width:12.193%;
}
#function .tham_list .slick-dots li:nth-child(3) {
  width:9.305%;
}
#function .tham_list .slick-dots li:nth-child(4) {
  width:11.712%;
}
#function .tham_list .slick-dots li:nth-child(5) {
  width:11.712%;
}
#function .tham_list .slick-dots li:nth-child(n + 6) {
  width:11.712%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#function .tham_list .slick-dots li .border {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ccc;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#function .tham_list .slick-dots li.slick-active .border {
  width: 23px;
}
#function .function_list {
  margin-bottom: 14.535%;
}
#function .function_list .txt_area {
  width: 100%;
}

#function .function_list .txt_area .btn{
  width:47.82%;
  margin: auto;
}

/*list01*/
#function .function_list .list01 .youtube_box{
  width:84.157%;
  margin: 0 auto 9.303%;
}
#function .function_list .list01 .txt_area .txt {
  margin: 7.268% auto 7.268%;
}

/*list02*/
#function .function_list .list02 figure{
  width:80.378%;
  margin: 0 auto 3.78%;
}
#function .function_list .list02 .txt_area .txt {
  margin: 7.268% auto 15.117%;
}
/*list03*/
#function .function_list .list03 figure{
  width:84.012%;
  margin: 0 auto 9.303%;
}
#function .function_list .list03 .txt_area .txt {
  margin: 6.541% auto 15.843%;
}
/*list04*/
#function .function_list .list04 figure{
  width:84.157%;
  margin: 0 auto 9.739%;
}
#function .function_list .list04 .txt_area .txt {
  margin: 5.96% auto 7.268%;
}
/*list05*/
#function .function_list .list05 .youtube_box{
  width:71.656%;
  margin: 0 auto 1.599%;
}
#function .function_list .list05 .youtube_box .img_tit.typ1{
  width:62.069%;
  margin: 0 auto 2.434%;
}
#function .function_list .list05 .youtube_box .img_tit.typ2{
  width:63.691%;
  margin: 0 auto 3.246%;
}
#function .function_list .list05 .youtube_box + .note{
  text-align: center;
  margin-bottom: 4.216%;
  font-size: 6px;
}
#function .function_list .list05 .txt_area .txt {
  margin: 7.268% auto 0;
}

#function .function_list .list05 .txt_area .note {
  margin: 0 auto 15.698%;
  line-height: 1.2;
}

/*list06*/
#function .function_list .list06 figure{
  width:84.012%;
  margin: 0 auto 9.448%;
}

#function .function_list .list06 .function_list_subtit {
  width:84.012%;
  margin: 0 auto;
}
#function .function_list .list06 .txt_box .txt {
  margin: 6.976% auto 0 8.431%;
}
#function .function_list .list06 .txt_box .note {
  margin: 0 auto 0 8.431%;
}
/*list07*/
#function .function_list .list07 figure{
  width:84.012%;
  margin: 0 auto 9.448%;
}

#function .function_list .list07 .function_list_subtit {
  width:84.012%;
  margin: 0 auto;
}
#function .function_list .list07 .txt_box .txt {
  margin: 7.268% auto 0 8.431%;
}

/*special
-------------------*/
#special {
  padding: 13.021% 0 14.973%;
  background: #F9F5F3;
}
#special .tit {
  width:56.25%;
  text-align: center;
  margin:0 auto 11.773%;
}
#special .bnr_list {
  margin: 0 0 24.854%;
}
#special .bnr_list li:not(:last-child) {
  margin-bottom: 8.721%;
}
#special .img01 {
  text-align: right;
  margin: 2.035% 0 1.89%;
}
#main #special .img01 img {
  width: 29.506%;
}




/*products-areas
-------------------*/
#products-areas {
  background: #fff;
  padding: 13.809% 0 8.867%
}
#products-areas .inner {
  position: static;
}
.order-line {
  overflow: hidden;
}
.order-4 {
  width: 46.512%;
  position: relative;
  margin-bottom: 6.832%;
}
.order-4 img {
  width: 100%;
}
/*吹き出し*/
.contents-areas li {
  border-bottom: 1px solid #fff;
}
.contents-areas li a {
  display: block;
  padding: 2.5% 2.1875%;
  position: relative;
}
#main .contents-areas img {
  vertical-align: middle;
  width: 14.375%;
}
.contents-areas p.category-text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 5%;
  line-height: 1.2;
}
.contents-areas a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 11.5px;;
  border-color: transparent transparent transparent #ffffff;
  right: 4.375%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.meal-goods-contents a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10.5px;
  border-color: transparent transparent transparent #F0BD3E;
  right: 4.6875%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.life-goods-contents a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10.5px;
  border-color: transparent transparent transparent #8e785f;
  right:4.6875%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.meal-goods-contents {
  width: 100%;
  top: 86%;
  left: 0;
  position: absolute;
  display: none;
  z-index: 100;
}
.meal-goods-areas {
  background: #F1BD40;
}
.meal-goods-areas:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #F0BD3E transparent;
  top: -15px;
  left: 19.375%;
  position: absolute;
  z-index: 2;
}
.life-goods-contents {
  width: 100%;
  top: 86%;
  left: 0;
  position: absolute;
  display: none;
  z-index: 100;
}
.life-goods-areas {
  background: #8e785f;
}
.life-goods-areas:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #8e785f transparent;
  top: -15px;
  right: 15.9375%;
  position: absolute;
  z-index: 2;
}
.triangle-shadow-for-life {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 16px 11px;
  border-color: transparent transparent #fff transparent;
  top: -16px;
  right: 15.625%;
  z-index: 1;
  position: absolute;
}
.triangle-shadow-for-meal {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 16px 11px;
    border-color: transparent transparent #fff transparent;
    top: -16px;
    left: 19%;
    z-index: 1;
    position: absolute;
}
.meal-goods-contents, .life-goods-contents {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*slick*/
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  z-index: 50;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slick-prev {
  background-image: url(../slide_prev.png) !important;
  left: -3.197%;
}
.slick-next {
  background-image: url(../slide_next.png) !important;
  right: -3.197%;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-active {
  opacity: 1 !important;
}
.slick-active::after {
  display: none !important;
}
/*.slider*/
.slider .slick-prev, .slider .slick-next {
  top: 23.696%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/*.slider2*/
.slider2 .slick-prev, .slider2 .slick-next {
  top: 15.584%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/*.slider3*/
.slider3 .slick-prev, .slider3 .slick-next {
  top: 43.75%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider a, .slider2 a {
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}

/*コマアニメ効果*/
.framed_anime {
  position: relative;
}
.framed_anime img:first-child {
  position: relative;
}
.framed_anime img:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
.framed_anime img {
  opacity: 0;
  z-index: 1;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.framed_anime img.active {
  opacity: 1;
  z-index: 2;
}



/*popup
--------------------------------*/



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background-size: auto;
    width: 49px;
    height: 52px;
    top: -62px;
    right: 0px;
    margin-right: 0;
    background: url(../btn_close_01.png) no-repeat top right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.ssl_seal {
    padding-left: 35px;
}

.ssl_seal span img {
    width: 80px !important;
}
.f10 { font-size:10px;}