@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/

@media screen and (min-width: 770px) {
	body {
		background-size: 100%;
		color: #003868;
		font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.75;
	}
    #container {
        width: 750px;
        margin: 0 auto;
    }
/*=========================
▼▼共通▼▼
===========================*/

  /*Bnr*/
  .Bnr {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
    z-index: 999999;
  }
  .Bnr__img {
    width: 386px;
    position: fixed;
    bottom: 200px;
    right: 0;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 -1px 8px 0 rgb(0 0 0 / 10%), 0 0 0 -4px rgb(0 0 0 / 15%);
    z-index: 999999;
  }
  .Bnr__img__inner {
    width: 100%;
  }
  .Bnr__img__inner a {
    display: block;
  }
  .Bnr__img p.close {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .Bnr__img p.close a {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../img/banner_batu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
  }
  .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .Bnr__img p.close a i {
    font-size: 20px;
    z-index: 888;
    color: #222;
  }

	img, a {
		display: block;
		width: 100%;
	}
	img {
  image-rendering: -webkit-optimize-contrast;
	}
	.close a {
		display: none;
	}
	.pc_none {
		display: none;
	}
	.auto {
  margin: 0 auto;
  width: 100%;
  max-width: 1094px;
	}
	.font_maven {
		font-family: 'Maven Pro', sans-serif;
		font-weight: 500;
	}
  .font_robot {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  .font_robot_midium {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.11em;
    margin-bottom: 93px;
  }
  .marker {
    position: relative;
  }
  .marker::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 60%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.3) 100%);
    position: absolute;
    max-width: 292px;
    width: 100%;
    height: 22px;
    bottom: 0;
    left: -2px;
  }
  sup {
    font-size: 10px;
    vertical-align: super;
  }
	input[type="image"], input[type="submit"], input[type="button"], button {
		cursor: pointer;
	}
	section {
		width: 100%;
		position: relative;
	}
  .bg_blue {
    background-color: #e8f1f7;
    color: #003868;
  }
  .bg_black {
		background: #003868;
		color: #fff;
  }
  .bg_dark {
    background-color: #1d2b45;
    color: #fff;
  }
  .bg_gray {
    background-color: #eaeaea;
    color: #003868;
  }
  .underline {
		position: relative;
  }
  .underline::before {
		content: '';
    display: inline;
		position: absolute;
		width: 100%;
		height: 2px;
		display: block;
		bottom: 12px;
		left: 0;
    background: #023969;
  }
  .underline_white::before {
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background: #fff;
  }
  .bold {
		font-weight: 600;
  }
  table {
    width: 100%;
    text-align: center;
  }
  form table tr:nth-child(2) td:nth-child(1) {
    display: none;
  }
  form table tr:first-child td:nth-child(1) {
    display: none;
  }
	h2 {
		font-size: 32px;
	}
	.cv_btn {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-width: 600px;
    width: 100%;
    padding: 20px 0 22px 0;
    margin-top: 46px;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    position: relative;
    transition-duration: .3s;
    border: 1px solid #fff;
    border-radius: 50px;
    letter-spacing: 0.1em;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 17%);
	}
	.cv_btn.cv_btn_dark {
    background-image: linear-gradient(90deg, rgba(245, 69, 45, 1), rgba(249, 137, 54, 1) 51%, rgba(254, 193, 64, 1));
    margin-top: 10px;
    width: 100%;
    margin-bottom: 50px;
    font-weight:500;
    color: #fff;
  }
	.cv_btn::before {
		content: "";
		display: block;
		width: 29px;
		height: 7px;
		background-image: url(../img/arrow_icon_01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
        right: 35px;
        top: 40px;
		transition-duration: .3s;
	}
  @-moz-document url-prefix() {
    .cv_btn::before {
      top: 15px;
    }
  }
  .cv_btn:hover {
    color: #ffffff;
    background-color: #fff;
  }
  .cv_btn:hover::before {
		background-image: url(../img/arrow_icon_01.png);
    right: 12px;
  }
  .conts_header {
    text-align: center;
  }
  .conts_header h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    margin-bottom: 73px;
    line-height: 1;
  }
  .conts_header h2.conts_header_title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px;
  }
  .sub_title_small {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .sub_title_midium {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .section_line {
    position: relative;
  }
  .section_line::after {
    content: "";
    display: inline-block;
    height: 71px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -34px;
    z-index: 2;
  }
  .section_line_grade::after {
    background: rgb(0,56,104);
    background: linear-gradient(180deg, rgba(0,56,104,1) 50%, rgba(255,255,255,1) 50%);
    left: 50%;
    bottom: -36px;
  }
/*=========================
▼▼ section▼▼
===========================*/
  /* conts_fv */
  #conts_fv .auto {
    max-width: 100%;
    width: 100%;
  }
  #conts_fv .float_btn {
    position: fixed;
    bottom: 50px;
    right: 65px;
    z-index: 99;
  }
  #conts_fv .cv_btn {
    background: #023868;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 24px;
    width: 160px;
    height: 160px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 17px 0;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 17%);
  }
  #conts_fv .cv_btn::before {
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-image: none;
    top: auto;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  #conts_fv .cv_btn:hover {
    background: #fff;
    color: #023868;
    border: 3px solid #023868;
  }
  #conts_fv .cv_btn:hover::before {
    border-top: 1px solid #023868;
    border-right: 1px solid #023868;
    bottom: 10px;
  }


  /* conts_intro */
  #conts_intro {
    padding:0;
    text-align: center;
  }
  .intro_cv1_title {
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 33px;
    letter-spacing: 0;
  }
  #conts_intro p {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 300;
  }
  #conts_intro .conts_intro_list {
    display: table;
    border: 1px solid #888a8d;
    padding: 53px 7.5% 51px;
    margin: 51px auto 65px;
    max-width: 770px;
    width: 100%;
  }
  #conts_intro .conts_intro_list li {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    padding-left: 80px;
    margin-bottom: 12px;
    font-weight: 300;
  }
  #conts_intro .conts_intro_list li:last-child {
    margin-bottom: 0;
  }
  #conts_intro .conts_intro_list li::before {
    content: "";
    background: url(../img/icon_check.png) no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 41px;
    width: 22px;
    height: 22px;
  }

  /* cv_area 共通 */
  .cv_area .auto {
    padding: 0;
  }
  .cv_area .type_info_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .cv_area .type_flex {
    display: flex;
    justify-content: space-around;
  }
  .cv_area .box.box3 .type_flex {
    margin-top: 45px;
  }
  .cv_area .type_flex .left_box {
    flex: 0.66;
    padding-left: 66px;
    position: relative;
    margin-top: 13px;
  }
  .cv_area .type_flex .left_box a {
    width: 27.5%;
    margin: 0 auto;
  }
  .cv_area .type_flex .right_box {
    flex: 1;
  }
   .cv_area .type_info {
    margin-right: 108px;
    margin-left: 72px;
  }
   .cv_area .type_flex .right_box .bg_gray_wrap {
    margin-top: 7px;
  }
  .cv_area .type_flex .right_box .bg_gray_wrap:last-of-type {
    margin-top: 2px;
  }
   .cv_area .type_flex .right_box .bg_gray {
    display: inline;
    padding: 3px 13px;
  }
   .cv_area .type_flex .right_box .border_wrap {
    margin-top: 13px;
  }
   .cv_area .type_flex .right_box .border {
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 0px 10px;
    border: 1px solid;
    margin: 4px 0 0px;
    display: inline-block;
    line-height: 1.8;
    border-color: rgba(255,255,255,0.5);
  }
  .cv_area .type_flex .type_info_name {
    font-size: 20px;
  }
   .cv_area .type_flex .right_box .price {
    font-size: 20px;
    letter-spacing: 0.09em;
    font-weight: 600;
    font-feature-settings: "palt";
  }
  #cv_area_complate.cv_area .type_flex .right_box .price {
    letter-spacing: 0.06em;
  }
   .cv_area .type_flex .right_box .price .tax {
    font-size: 14px;
  }
   .cv_area .type_flex .right_box .price .gram {
    font-size: 14px;
  }
   .cv_area .type_flex .right_box .caution {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.3;
    letter-spacing: 0.09em;
  }
  .cv_area table td:last-child{
  background-image: url(../img/cta_bg.jpg);
  background-repeat: no-repeat;
  height: 213px;;
  }
  /* cv_area ボディコンプリート */
  .cv_area.body_complate .auto {
    padding: 94px 0 100px;
  }
  .cv_area.body_complate .type_flex .left_box {
    margin-top: -19px;
    padding-left: 58px;
  }
  .cv_area.body_complate .type_flex .left_box a {
    width: 100%;
  }
  .cv_area.body_complate .type_info {
    margin-left: 77px;
  }
  .cv_area.body_complate .type_info_tag {
    max-width: 206px;
    width: 100%;
    background-color: #dde3e8;
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
  }
  .cv_area.body_complate .type_info_title {
    letter-spacing: -1px;
  }
  .cv_area.body_complate .type_info_set {
    font-size: 20px;
    margin-left: -8px;
  }
  .cv_area.body_complate .type_info_set_wrap li {
    letter-spacing: -0.6px;
    line-height: 1.65;
    text-indent: -0.4em;
    padding-left: 0.4em;
  }

  /* cv_area おすすめ商品 */
  #cv_area_malti_footer.cv_area .auto {
    padding: 106px 0 100px;
  }
  #cv_area_malti_footer .conts_header h2.conts_header_title {
    margin-bottom: 78px;
  }

  /* cv_area ボディエー プロフェッショナルプロテクション */
  #cv_area_body_pro_footer .auto {
    padding-bottom: 114px;
  }
  #cv_area_body_pro_footer.cv_area .type_info_title {
    margin-bottom: 6px;
  }
  #cv_area_body_pro_footer.cv_area .type_flex .left_box {
    padding-left: 63px;
    margin-top: -34px;
    flex: 0.68;
  }
  #cv_area_body_pro_footer.cv_area .type_flex .left_box a {
    width: 100%;
  }
  #cv_area_body_pro_footer.cv_area .type_info {
    margin-left: 66px;
  }
  #cv_area_body_pro_footer .cv_btn.cv_btn_dark {
    margin-top: 0;
  }

  /* conts_feature */
  #conts_feature .auto {
    padding: 0;
  }
  #conts_feature .feature_img {
    max-width: 1094px;
    margin-bottom: 112px;
  }
  #conts_feature .howto_img {
    width: 91%;
    margin: 17px 0 0 34px;
  }

  /* conts_component */
  #conts_component .auto {
    padding: 0;
  }
  #conts_component .font_robot {
    margin-bottom: 21px;
  }
  #conts_component .component_wrap {
    background-color: #fff;
    padding: 60px 10.858vw 70px;
    margin-bottom: 33px;
  }
  #conts_component .component_wrap:last-child {
    padding-bottom: 45px;
  }
  #conts_component .component_title_wrap {
    display: flex;
    margin-bottom: 25px;
  }
  #conts_component .component_title_wrap .component_number {
    min-width: 70px;
    width: 70px;
  }
  #conts_component .component_title_wrap .component_number img {
    image-rendering: auto;
  }
  #conts_component .component_title {
    font-size: 28px;
    line-height: 1.3;
    padding-left: 37px;
  }
  #conts_component .component_title .component_title_small {
    font-size: 20px;
  }
  #conts_component .component_title .underline::before {
    bottom: -6px;
  }
  #conts_component .component_text {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
  }
  #conts_component .component_caution {
    font-size: 10px;
    text-align: right;
    margin-top: 8px;
  }

  /* conts_qa */
  #conts_qa {
    background-color: #e8f1f7;
    padding:0;
  }
  #conts_qa h2 {
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 50px;
  }
  #conts_qa dl {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 3px;
    background-color: #fff;
    margin-bottom: 3px;
  }
  #conts_qa dl:last-of-type {
    margin-bottom: 0;
  }
  #conts_qa dt {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 27px 70px 13px 36px;
    background-image: url("../img/parts_plus.png");
    background-repeat: no-repeat;
    background-position: right 41px top 36px;
    background-size: 20px;
    letter-spacing: 0.08em;
  }
  #conts_qa dt.open {
    background-position: right 41px top 45px;
  }
  #conts_qa dd {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-indent: -13px;
    padding: 0 70px 28px 84px;
  }
  #conts_qa dd table {
    width: 500px;
    margin-top: 12px;
    font-size: 16px;
    border: 1px solid;
    text-indent: 0;
  }
  #conts_qa dd table tr {
    width: 100%;
    border-bottom: 1px solid;
  }
  #conts_qa dd table td {
    width: 35%;
    border-right: 1px solid;
    padding: 6px 12px 5px;
  }
  #conts_qa dd table th {
    width: 30%;
    border-right: 1px solid;
    padding: 6px 12px 5px;
  }
  #conts_qa dd .caution {
    font-size: 15px;
    line-height: 1.8;
    padding-left: -1em;
    margin-top: 8px;
  }
  #conts_qa dd .a_title {
    margin-bottom: 18px;
  }
  #conts_qa dd .block {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.8;
    text-indent: 0;
  }
  #conts_qa dd .block p {
    margin-bottom: 8px;
  }
  #conts_qa dd .block p:last-of-type {
    margin-bottom: 0;
  }
  #conts_qa dd .block .bold {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #conts_qa dd .block ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
    margin-bottom: 6px;
  }
  #conts_qa dd a {
    text-decoration: underline;
  }
  #conts_qa dd a:hover {
    text-decoration: none;
  }

  /* conts_company */
  #conts_company {
    text-align: center;
    padding: 152px 0 92px;
  }
  #conts_company h2 {
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  #conts_company ul {
    width: 645px;
    padding-top: 28px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 34px;
    border-top: 1px solid #023868;
    letter-spacing: 1px;
  }

  /* banner */
  .conts_banner_wrap {
    max-width: 1094px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .conts_banner_wrap a {
    transition-duration: .3s;
  }
  .conts_banner_wrap a:hover {
    text-decoration: none;
  }
  .conts_banner_wrap .img {
    max-width: 1094px;
    width: 100%;
    height: auto;
    padding: 27.3% 0 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .conts_banner_wrap::after {
    content: "";
    display: block;
    width: 100%;
    max-height: 300px;
    height: 24vw;
    border: 1px solid #ebeef1;
    position: absolute;
    top: 6px;
    right: -7px;
    z-index: -1;
  }
  .conts_banner_wrap .img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition-duration: .3s;
  }
  .conts_banner_wrap a:hover .img img {
    transform: scale(1.06);
  }

  /* footer */
  footer {
    width: 100%;
    clear: both;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  footer a {
    color: #016ab1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
    cursor: pointer;
  }
  footer .m-footer {
    text-align: center;
  }
  footer .m-footer .m-return-top {
    margin: 20px 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  footer .m-footer .m-return-top:hover {
    opacity: .5;
    cursor: pointer;
  }
  footer .m-footer .m-return-top .m-footer-linkicon {
    margin: 0 auto;
    width: 25px;
  }
  footer .m-footer .m-return-top .m-footer-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    fill: #003867;
    transform: rotate(-90deg);
  }
  footer .m-footer .m-return-top .m-footer-linktext {
    display: inline-block;
  }
  footer .m-footer .m-nav-main {
    border-top: #dfe3eb 1px solid;
    border-bottom: #dfe3eb 1px solid;
  }
  footer .m-footer .m-nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  footer .m-footer .m-nav-main ul li {
    padding: 15px 0;
    border-left: #dfe3eb 1px solid;
    flex-grow: 1;
  }
  @media(max-width:767px) {
    footer .m-footer .m-nav-main ul li {
      width: 50%;
      border-bottom: #dfe3eb 1px solid;
    }
  }
  footer .m-footer .m-nav-main ul li .m-footer-icon {
    margin-right: 3px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    fill: #003867;
  }
  footer .m-footer .m-nav-main ul li:first-child {
    border-left: #fff 1px solid;
    flex-grow: 1;
  }
  @media(max-width:767px) {
    footer .m-footer .m-nav-main ul li:first-child {
      border-bottom: #dfe3eb 1px solid;
    }
  }
  footer .m-footer .m-nav-main ul li:last-child {
    border-right: #fff 1px solid;
    flex-grow: 1;
  }
  footer .m-footer .m-footer-bottom {
    background: #003867;
  }
  footer .m-footer .m-footer-bottom small {
    font-size: .5625rem;
    letter-spacing: .1rem;
  }
  footer .m-footer .m-footer-bottom ul {
    text-align: center;
  }
  footer .m-footer .m-footer-bottom ul li {
    padding: 0 10px;
    display: inline-block;
  }
  @media(max-width:767px) {
    footer .m-footer .m-footer-bottom ul li {
      padding: 0 7px;
    }
  }
  footer .m-footer .m-footer-bottom ul li img {
    width: 30px;
    height: 30px;
  }
  footer .m-footer .m-footer-bottom a {
    color: #fff;
  }
  footer .m-footer .m-footer-bottom p {
    padding-bottom: 15px;
    color: #fff;
    font-size: 9px;
    text-align: center;
  }
  footer .m-footer .m-footer-bottom .m-nav-sub {
    padding: 2rem 0 1rem;
  }
  footer .m-footer .m-footer-bottom .m-nav-sns {
    padding-bottom: .5rem;
  }
  footer .m-footer .m-footer-bottom .m-nav-sns ul li {
    padding: 0 5px;
  }
  footer .m-footer .m-footer-bottom .m-nav-sns .m-icon {
    width: 2rem;
    height: 2rem;
  }
  footer .m-footer .m-footer-bottom .m-nav-sns a .m-icon {
    fill: white;
  }
  #back-top {
    display: none;
    bottom: 18px;
    right: 18px;
    clear: both;
    float: left;
    position: fixed;
    width: 50px;
    z-index: 99;
  }

}
@media screen and (min-width: 1400px) {
  #conts_component .component_wrap {
    padding: 60px 152px 70px;
  }
}