@charset "UTF-8";

/* normalize, 変数(for Sass) */

/* mixin(for Sass) */

/* ベースの要素スタイル */

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

section {
  position: relative;
}

.block {
  display: block !important;
}

.contents-tlt {
  text-align: center;
  margin: 0px !important;
  padding: 40px 20px 40px 20px !important;
}

.contents-tlt img {
  margin: 0px;
}

.contents-tlt:after {
  display: none;
}

.toggle_open_btn {
  padding: 0px !important;
  cursor: pointer;
}

.toggle_open_btn img {
  margin: 0px;
  transition: 0.5s;
}

.toggle_open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open_toggle_border {
  border-bottom: solid 1px #d4d4d4;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

h2:after,
h3:after,
h4:after,
h5:after {
  display: none;
}

.sub_tlt {
  font-weight: normal;
  color: #717071;
  font-size: 22px !important;
}

.tlt_01 {
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  z-index: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  letter-spacing: -3px;
}

.tlt_01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 7px !important;
  background: #ddd !important;
  z-index: 10;
}

.tlt_02 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 30px 0px !important;
  font-size: 30px !important;
  line-height: 49px !important;
}

.tlt_border {
  display: inline-block;
  font-size: 19px !important;
  border-bottom: solid 2px #000;
  padding-bottom: 2px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important;
  font-weight: 900;
  width: 100%;
}

.tlt_border_h2 {
  margin: 45px 0px !important;
  font-size: 30px !important;
  width: 90%;
}

.tlt_03 {
  font-size: 20px !important;
  line-height: 28px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.tlt_04 {
  font-size: 22px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.sec-h2_01 {
  text-align: center;
  font-size: 30px !important;
  width: 90%;
  margin: auto !important;
  border-bottom: solid 1px #000;
}

.u-fs-s {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 18px !important;
  margin-top: 10px;
}

.u-fs-s2 {
  font-size: 12px !important;
  line-height: 20px;
}

.font_serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
}

.l_border {
  border-left: solid 2px #9e9e9f;
  padding-left: 10px;
}

.bg_gray {
  background-color: #f3f2f1;
}

.bg_green {
  background-color: #c3d83f;
}

.bg_black {
  background-color: #000;
}

.bg_black-02 {
  background-color: #0b0506;
}

.bg_white {
  background-color: #fff;
}

.contents_wrapper {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  margin: auto;
}

.main_contents {
  position: relative;
}

.more-entry-link {
	text-align: center;
	margin: 40px 0;
}

.more-entry-link a {
	color: #fff!important;
	font-size: 2rem;
	line-height: 1.3;
}
.more-entry-link a:hover {
	text-decoration: none!important;
}

.col_bg_txt {
  color: #4c4948;
  font-weight: bold;
}

.col2_mini {
  margin-top: 20px;
}

.col2_mini:after {
  content: "";
  clear: both;
  display: block;
}

.col2_mini h4 {
  margin-bottom: 15px !important;
}

.col2_mini .col2_mini_txt {
  float: left;
  width: 50%;
}

.col2_mini img {
  float: right;
  width: 50%;
}

.col2h-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h-contents_box_up {
  position: relative;
  float: right;
  width: 50%;
}

.col2h-contents_box_low {
  position: relative;
  float: left;
  width: 45%;
}

.col2h_2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h_2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h_2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h_2-contents_box_up {
  float: right;
  width: 65%;
}

.col2h_2-contents_box_low {
  float: left;
  width: 35%;
}

.col2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2-contents_box_up {
  float: left;
  width: 50%;
  padding: 20px;
}

.col2-contents_box_low {
  float: right;
  width: 50%;
  padding: 0;
  position: relative;
}

.col2_1contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2_1contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_1contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2_1contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2_1contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col2ov-contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2ov-contents_box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2ov-contents_box_low {
  float: right;
  width: 30%;
}

.col2_sm-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_sm-contents_box {
  float: left;
  width: 50%;
  padding: 6px;
}

.col2_sm-contents_box img {
  width: 100%;
  margin-bottom: 7px !important;
}

.col2_sm-contents_box p {
  margin-bottom: 5px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 22px;
}

.col-reverse .col2-contents_box_up {
  float: right;
  width: 50%;
}

.col-reverse .col2-contents_box_low {
  float: left;
  width: 50%;
}

.col-reverse .col2ov-contents_box_up {
  float: left;
  width: 70%;
}

.col-reverse .col2ov-contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col-reverse .col2h-contents_box_up {
  float: left;
  width: 60%;
}

.col-reverse .col2h-contents_box_low {
  float: right;
  width: 40%;
}

.col-reverse .col2h_2-contents_box_up {
  float: left;
  width: 37%;
}

.col-reverse .col2h_2-contents_box_low {
  float: right;
  width: 60%;
}

.col4-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col4-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col4-contents_box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col4-contents_box img {
  margin: 0px;
  width: 100%;
}

.col-3-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col-3-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col-3-contents_child {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 1.16%;
  float: left;
}

.col-3-contents_child img {
  margin: 0px;
  width: 100%;
}

.col1-contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.text-conts {
  padding: 20px;
  opacity: 0;
}

.text-conts h2 {
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
}

.text-conts h3 {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 25px;
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
  line-height: 40px;
}

.text-conts_box {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.text-conts_box p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
}

.text-conts_img img {
  width: 100%;
}

.qa_column .qa-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}

.fig-icon_list {
  opacity: 0;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.fig-icon_list:after {
  content: "";
  clear: both;
  display: block;
}

.fig-icon_list li {
  display: inline-block;
  margin: 10px;
}

.fig-icon_list li:before {
  display: none;
}

/* ページごとのスタイル */

/*.index{
    background-image: url(../images/index/dr-top.jpg);
  background-repeat: no-repeat;
    background-position: center top;
    .wrapper{
      opacity: 0.7;
    }
}
/* ====================
mainvisual
=======================*/

.entry img {
  margin: 0px;
}

.content-wrap.singular {
  width: 100%;
  padding-top: 85px !important;
}

.postid-4040 {
  background-color: #8c7d7d;
}

.postid-4040 .ct-hd {
  display: none;
}

.postid-4040 header.one-col {
  display: none;
}

.top-fv {
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv_sp {
  margin-top: -5px;
}

.fvimg01,.fvimg02,.fvimg01s {
	position: absolute;
	top: 0;
	left: 0;
}
.a-top_fv_tlt {
  opacity: 0;
}

.magicfanf450 img {
  opacity: 0;
}

.magicfanf450 .rect-point p {
  position: relative;
  line-height: 25px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  padding-left: 18px;
}

.magicfanf450 .rect-point p:before {
  content: "□";
  position: absolute;
  left: 0px;
}

.magicfanf450 .col1-sec {
	margin-top: 60px;
}

.magicfanf450 .col1-sec .col2h-contents_box_up {
  padding: 0px;
  width: 40%;
}

.magicfanf450 .col1-sec .col2h-contents_box_up .text-conts {
  position: relative;
  z-index: 10;
  margin-top: -300px;
}

.magicfanf450 .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
  position: absolute;
  bottom: -290px;
  width: 400px;
}

.magicfanf450 .col1-sec .col2h-contents_box_low {
  width: 50%;
}

.magicfanf450 .col1-sec .col2h-contents_box_low img {
  width: 100%;
}

.magicfanf450 .col2-sec .col2h_2-contents_box_up {
  position: relative;
}

.magicfanf450 .col2-sec .text-conts h3 {
	color: #bb8d5a;
}

.magicfanf450 .col2-sec .col2h_2-contents_box_up .col_bg_txt_1 {
  position: absolute;
  top: 210px;
  left: 44px;
}

.magicfanf450 .col2-sec .col2h_2-contents_box_up .col_bg_txt_2 {
  position: absolute;
  bottom: 260px;
  right: 14px;
}

.magicfanf450 .col2-sec .col2h_2-contents_box_low .text-conts {
  max-width: 690px;
}

.magicfanf450 .col3-sec .col2-contents_box_up {
  position: relative;
}

.magicfanf450 .col3-sec .col2-contents_box_up .text-conts {
  padding-top: 190px;
  padding-bottom: 50px;
}

.magicfanf450 .col3-sec .col2-contents_box_up .text-conts_img {
  margin-top: 22%;
}

.magicfanf450 .col3-sec .col2-contents_box_low .text-conts {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.magicfanf450 .col3-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt h4 {
  font-size: 19px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 3px;
}

/*
.magicfanf450 .col3-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt p {
  font-size: 15px;
  line-height: 28px;
}
*/

.magicfanf450 .col3-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt:first-child {
  padding-right: 20px;
  box-sizing: border-box;
}

.magicfanf450 .col4-sec {
  position: relative;
}

.magicfanf450 .col4-sec .text-conts h3 {
	color: #bb8d5a;
}


.magicfanf450 .col4-sec_text_box {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 540px;
  color: #fff;
  z-index: 10;
  border-left: solid 1px #bb8d5a;
  border-bottom: solid 1px #bb8d5a;
}

.magicfanf450 .col4-sec_text_box .text-conts h4 {
  margin-bottom: 4px !important;
  padding-bottom: 4px !important;
}

.magicfanf450 .col4-sec_text_box .sub_tlt {
  color: #fff;
}

.magicfanf450 .col4-sec .col4-line {
  position: absolute;
}

.magicfanf450 .col4-sec .col4_fig1 {
  position: absolute;
  right: 0px;
  margin-top: 20px;
}

.magicfanf450 .col4-sec .col4-img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.magicfanf450 .col4-sec_s {
  display: none;
}

.magicfanf450 .col5-sec {
  position: relative;
  height: 960px;
  margin-top: 30px;
}

.magicfanf450 .col5-sec img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.magicfanf450 .col5-sec .text-conts {
  position: absolute;
  bottom: 70px;
  left: 280px;
  width: 660px;
  z-index: 10;
}

.magicfanf450 .col5-sec_s {
  display: none;
}

.magicfanf450 .col5-sec_s .text-conts {
  margin-bottom: 20px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_up {
  position: relative;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_up .col_bg_txt_3 {
  position: absolute;
  top: 60px;
  right: 44px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_up .col_bg_txt_4 {
  position: absolute;
  bottom: 350px;
  right: 14px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig1 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 370px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .text-conts p {
  width: 500px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer {
  background-color: #f3f2f1;
  box-sizing: border-box;
  padding: 15px;
  margin-top: 20px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer:after {
  content: "";
  clear: both;
  display: block;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
  float: left;
  width: calc(100% - 280px);
  padding: 7px 0px 0px 15px;
  line-height: 30px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt p {
  width: 100%;
  padding-bottom: 0px;
}

.magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer img {
  float: right;
}

.magicfanf450 .col6-sec {
  position: relative;
}

.magicfanf450 .col6-sec .text-conts h3 {
	color: #bb8d5a;
}

.magicfanf450 .col6-sec .text-conts{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}



.magicfanf450 .col7-sec .col2-contents_box_up .text-conts {
  max-width: 620px;
}
.magicfanf450 .col7-sec h3 {
	text-align: center;
}

.magicfanf450 .col7-sec ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    margin: 0;
}

.magicfanf450 .col7-sec li {
	list-style: none;
	padding: 10px 10px 20px!important;
    margin: 0 20px 20px 0;
    width: 30%;
    text-align: center;
}

.magicfanf450 .col7-sec li:nth-child(3n) {
	margin-right: 0;
}

.magicfanf450 .col7-sec li:before {
	display: none;
}

.magicfanf450 .col7-sec li p {
	padding-bottom: 0;
	font-weight: bold;
	margin-top: 10px;
}

.magicfanf450 .col7-sec li .col7_2_1 {
	position: absolute;
	top: 146px;
    right: -14px;
}

.magicfanf450 .bg_col02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col2_bg.png");
  opacity: 0;
}

.magicfanf450 .bg_col03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col3_bg.png");
  opacity: 0;
  background-color: #fff;
  background-size: contain !important;
}

.magicfanf450 .bg_col04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col4_bg1.png");
  opacity: 0;
}

.magicfanf450 .bg_col05 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col5_bg.png");
  opacity: 0;
}

.magicfanf450 .bg_col06 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col6_bg.png");
  opacity: 0;
}

.magicfanf450 .bg_col11 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/col10_bg.png");
  background-size: contain !important;
  background-color: #16191b;
  opacity: 0;
  height: 970px;
}

.magicfanf450 .spec_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicfanf450/spec_bg.png");
  opacity: 0;
}

.magicfanf450 .spec-tlt {
  padding-bottom: 30px;
  padding-top: 30px;
}

.magicfanf450 .spec-sec {
  text-align: center;
  height: auto !important;
  padding-bottom: 50px;
}

.magicfanf450 .spec-sec h2 {
  margin: 30px auto 30px auto !important;
  padding-top: 30px;
}

.magicfanf450 .spec-sec .tlt_border {
  border-bottom: solid 1px #000;
  text-align: left;
}

.magicfanf450 .spec-sec img {
  width: 80%;
}

.magicfanf450 .spec-sec .col2h-contents_box_low img {
  max-width: 500px;
  margin-bottom: 40px;
}

.magicfanf450 .txtafter {
    text-align: center;
    background: #fff;
    padding: 0.3rem;
    margin-bottom: 30px;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #334c9a !important;
}

.u-pc-hide {
  display: block !important;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (min-width: 736px) {
  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (max-width: 1400px) {
  .tlt_02 {
    font-size: 25px !important;
    line-height: 36px !important;
  }

  .magicfanf450 .col5-sec {
    height: 70vw;
  }

  .magicfanf450 .col5-sec .text-conts h3 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 1350px) {
  .magicfanf450 .col4-sec_text_box {
    width: 37vw;
  }

  .magicfanf450 .col4-sec_text_box .text-conts {
    padding: 1vw;
  }

  .magicfanf450 .col4-sec_text_box .text-conts h3 {
    margin-bottom: 7px !important;
    padding-bottom: 7px !important;
  }

  .magicfanf450 .col4-sec_text_box .text-conts p {
    font-size: 1.2vw;
  }

  .magicfanf450 .col4-sec_text_box .text-conts .text-conts_box {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .magicfanf450 .col4-sec .col5-line {
    width: 10vw;
  }

  .magicfanf450 .col4-sec .col4_fig1 {
    width: 23vw;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .tlt_01 {
    font-size: 2vw !important;
  }

  .text-conts_box p {
    font-size: 1.4vw;
    line-height: 2.2vw;
  }

  .magicfanf450 .col7-sec .col2-contents_box_low .text-conts .col9-low_img {
    position: absolute;
    width: 60%;
    right: 0;
  }

  .magicfanf450 .col7-sec .col2-contents_box_low .text-conts .text-conts_box {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1175px) {
  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig1 {
    width: 28%;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig2 {
    width: 28vw;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt h4 {
    font-size: 18px;
  }

/*
  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt p {
    font-size: 15px;
    line-height: 23px;
  }
*/
}

@media screen and (max-width: 1130px) {
  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
    width: calc(100% - 230px);
    padding: 5px 0px 0px 0px;
  }
}

@media screen and (max-width: 1070px) {
  .magicfanf450 .col5-sec .text-conts {
    left: 200px;
    bottom: 2px;
    width: 500px;
  }
}

@media screen and (max-width: 1030px) {
  .magicfanf450 .col6-sec .col2h_2-contents_box_up .col_bg_txt_4 {
    bottom: 280px;
  }
}

@media screen and (max-width: 1000px) {
  .tlt_03 {
    font-size: 1.8vw !important;
    line-height: 3vw !important;
  }

  .text-conts h3 {
    font-size: 2.5vw !important;
    line-height: 3.3vw !important;
  }

  .magicfanf450 .rect-point p {
    font-size: 14px !important;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
  	width: 100%;
    bottom: -220px;
  }
}

@media screen and (max-width: 960px) {
  .magicfanf450 .col5-sec .text-conts {
    bottom: 14px;
    width: 450px;
  }
}

@media screen and (max-width: 870px) {
  .tlt_01 {
    font-size: 23px !important;
  }

  .tlt_border {
    display: block;
  }

  .tlt_border_h2 {
    margin: auto !important;
    font-size: 23px !important;
    width: 90%;
    padding: 10px !important;
  }

  .tlt_03 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .sec-h2_01 {
    font-size: 26px !important;
  }

  .col_bg {
    height: 290px !important;
  }

  .col2_mini h4 {
    line-height: 28px !important;
  }

  .col2_mini .col2_mini_txt {
    float: none;
    width: 100%;
  }

  .col2_mini img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .col2h-contents {
    height: auto;
  }

  .col2h-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2h_2-contents {
    height: auto;
    margin-top: 30px;
  }

  .col2h_2-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2-contents {
    height: auto;
  }

  .col2-contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2_1contents {
    height: auto;
  }

  .col2_1contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2ov-contents {
    height: auto;
  }

  .col2ov-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2_sm-contents_box {
    width: 100%;
  }

  .col-reverse .col2-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2ov-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2ov-contents_box_low {
    width: 100%;
  }

  .col-reverse .col2h-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col4-contents {
    height: auto;
  }

  .col4-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col-3-contents {
    height: auto;
  }

  .col-3-contents_child {
    float: none;
    width: 100%;
    height: auto;
  }

  .text-conts {
    padding: 10px;
    width: 100%;
  }

  .text-conts h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .text-conts_box p {
    font-size: 14px;
    line-height: 23px;
  }

  .qa_column .col2-contents_box_low {
    padding-top: 0px;
  }

  .top-fv_contents {
    width: 100%;
  }

  .top-fv_contents img {
    width: 100%;
  }

  .magicfanf450 .rect-point p {
    font-size: 16px !important;
    margin-top: 0px;
  }

  .magicfanf450 .col_bg_txt {
    display: none;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_up {
    width: 100%;
    float: none;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_up .text-conts {
    margin-top: 0px;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_up .text-conts .text-conts_img {
    width: 100%;
    margin: auto;
    position: relative;
    bottom: inherit;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_up .text-conts .text-conts_box {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .magicfanf450 .col1-sec .col2h-contents_box_low {
    width: 100%;
    float: none;
  }

  .magicfanf450 .col3-sec .col2-contents_box_up .text-conts {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .magicfanf450 .col3-sec .col2-contents_box_low .text-conts {
    position: relative;
    bottom: inherit;
  }

  .magicfanf450 .col3-sec .col2-contents_box_low .text-conts .col2_mini {
    margin-top: 0px;
  }

  .magicfanf450 .col3-sec .col2-contents_box_low .text-conts .col2_mini .col2_mini_txt p {
    padding-bottom: 10px;
  }

  .magicfanf450 .col4-sec {
    display: none;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig1 {
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig1_s {
    margin: auto;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col5_fig2 {
    width: 90%;
    margin: auto;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .text-conts p {
    width: 100%;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer_txt {
    width: 100%;
    float: none;
  }

  .magicfanf450 .col6-sec .col2h_2-contents_box_low .col6-info_footer img {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .magicfanf450 .col7-sec .col2-contents_box_low .text-conts .col9-low_img {
    position: relative;
    width: 100%;
    right: inherit;
  }

  .magicfanf450 .col7-sec .col2-contents_box_low .text-conts .text-conts_box {
    margin-top: 0px;
  }

  .magicfanf450 .col11-sec {
    background-color: #000 !important;
  }

  .magicfanf450 .col11-sec .text-conts {
    padding-top: 15px;
  }

  .magicfanf450 .col11-sec .text-conts h4 {
    right: inherit;
    margin-top: 40px !important;
  }

  .magicfanf450 .col11-sec_txt {
    position: relative;
    bottom: inherit;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .magicfanf450 .col11-sec_txt_col img {
    display: block;
  }

  .magicfanf450 .col11-sec_txt_col {
    width: 50%;
    float: none;
    padding-left: 0px;
  }

  .magicfanf450 .col11-sec_txt_col h4 {
    padding-left: 10px;
    margin-top: 20px !important;
  }

  .magicfanf450 .col11-sec_txt_col p {
    padding-left: 10px;
  }

  .magicfanf450 .bg_col02 {
    background-image: url("../img/products/magicfanf450/col2_bg_s.png");
    height: 153vw !important;
    background-size: 100%;
  }

  .magicfanf450 .bg_col03 {
    background-image: inherit;
    background-size: 100%;
  }

  .magicfanf450 .bg_col04 {
    height: 130vw !important;
  }

  .magicfanf450 .bg_col05 {
    background-image: url("../img/products/magicfanf450/col5_bg_s.png");
    background-size: contain !important;
    height: 170vw !important;
  }

  .magicfanf450 .bg_col06 {
    background-image: url("../img/products/magicfanf450/col6_bg.png");
    background-size: contain !important;
    height: 190vw !important;
  }

  .magicfanf450 .bg_col11 {
    background-image: inherit;
    background-size: contain !important;
    height: auto;
  }

  .magicfanf450 .spec_bg {
    background-image: url("../img/products/magicfanf450/spec_bg.png");
    background-size: contain !important;
    height: 190vw !important;
  }

  .magicfanf450 .spec-sec img {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
	
	.magicfanf450 .col3-sec .col2-contents_box_up .text-conts_img {
		margin-top: 0;
	}

  .magicfanf450 .col4-sec_s {
    display: block;
    text-align: center;
    padding-bottom: 40px;
  }

  .magicfanf450 .col4-sec_s img {
    margin-top: 20px;
  }

  .magicfanf450 .col4-sec_s_txt {
    color: #fff;
  }

  .magicfanf450 .col4-sec_s_txt h4 {
    font-size: 23px;
    border-bottom: solid 1px #fff;
    width: 90%;
    margin: auto;
    margin-bottom: 20px !important;
  }

  .magicfanf450 .col4-sec_s_txt p {
    width: 90%;
    padding: 0;
    margin: auto;
    line-height: 23px;
    padding-bottom: 45px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }

  .magicfanf450 .col5-sec {
    display: none;
  }

  .magicfanf450 .col5-sec {
    display: none;
  }

  .magicfanf450 .col5-sec_s {
    display: block;
  }
  
  .magicfanf450 .col7-sec ul {
	    display: flex;
	    display: -webkit-flex;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    margin: 0;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	}
	
	.magicfanf450 .col7-sec li {
		list-style: none;
		padding: 10px 10px 20px!important;
	    margin: 0 0 20px;
	    width: 48%;
	    text-align: center;
	}
	
	.magicfanf450 .col7-sec li:nth-child(3n) {
		margin-right: 0;
	}
	
	.magicfanf450 .col7-sec li p {
		padding-bottom: 0;
		font-weight: normal;
		margin-top: 10px;
		line-height: 1.5;
		text-align: left;
	}
	
	.magicfanf450 .col7-sec li .col7_2_1 {
		position: absolute;
		top: 6vh;
	    right: -2vw;
	    width: 40%;
	}
	
	.magicfanf450 .col7-sec h3 {
	    text-align: left;
	}

}

@media screen and (max-width: 445px) {
  .magicfanf450 .bg_col04 {
    background-image: url("../img/products/magicfanf450/col4_bg1_s.png");
    height: 180vw !important;
    background-size: 100%;
  }
}

.top-fv_contents,.top-fv_contents img{
	width: 100%;
}