@charset "UTF-8";
/*===============================================
●sp.css 画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/

@media screen and (max-width:769px) {
	html {
		-webkit-text-size-adjust: 100%;
		font-size: 62.5%;
	}
	img {
		max-width: 100%;
		height: auto;
		font-size: 0;
		line-height: 0;
	}
	img {
  image-rendering: -webkit-optimize-contrast;
	}
	table {
		width: 100%;
	}
	html, body {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
	}
	body {
		width: 100%;
		height: 100%;
		font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.7;
		color: #023868;
		font-size: 1.5rem;
		text-align: left;
	}
/*=========================
▼▼共通▼▼
===========================*/
  /*Bnr*/
  .Bnr {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: none;
    z-index: 999999;
  }
  .Bnr__img {
    width: 386px;
    position: fixed;
    bottom: 0px;
    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;
  }

	#container {
		width: 100%;
		clear: both;
		float: left;
		overflow: hidden;
	}
	img, a {
		display: block;
		width: 100%;
	}
	.sp_none {
		display: none;
	}
	.font_maven {
		font-family: 'Maven Pro', sans-serif;
		font-weight: 500;
	}
	.auto {
		width: 100%;
		margin: 0 auto;
	}
  .font_robot {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0.14em;
  }
  .font_robot_midium {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.11em;
    margin-bottom: 35px;
  }
  .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: 210px;
    width: 100%;
    height: 22px;
    bottom: 0;
    left: -2px;
  }
  sup {
    font-size: 10px;
    vertical-align: super;
  }
	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 {
  display: inline;
  background: rgb(2,56,104);
  background: linear-gradient(transparent 95%, #023969 0%);
  padding-bottom: 5px;
 }
 .underline_white::before {
    width: 100%;
    height: 1px;
    bottom: -3px;
    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: 22px;
	}
	.cv_btn {
		font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width: 80%;
    padding: 15px 0 17px 0;
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
    font-size: 15px;
    background-color: transparent;
    position: relative;
    color: #fff;
    transition-duration: .3s;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 17%);
    text-align: center;
	}
  .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: 0px;
    margin-bottom: 10px;
    font-weight: 500;
  }
	.cv_btn::before {
		content: "";
		display: block;
		width: 20px;
		height: 19px;
		background-image: url(../img/arrow_icon_01.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 16px;
		transition-duration: .3s;
	}
  .cv_btn:hover {
    color: #ffffff;
    background-color: #fff;
  }
  .cv_btn:hover::before {
    background-image: url(../img/arrow_icon_01or.png);
    right: 12px;
  }
  .conts_header {
    text-align: center;
  }
  .conts_header h2 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 37px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .conts_header h2.conts_header_title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 37px;
  }
  .sub_title_small {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: -0.8px;
  }
  .sub_title_midium {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 9px;
  }
  .section_line {
    position: relative;
  }
  .section_line::after {
    content: "";
    display: inline-block;
    height: 50px;
    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: -25px;
  }
/*=========================
▼▼ section▼▼
===========================*/
  /* conts_fv */
  #conts_fv .auto {
    width: 100%;
  }
  #conts_fv .auto img {
    image-rendering: auto;
  }
  #conts_fv .float_btn {
    position: fixed;
    bottom: 28px;
    right: 7px;
    z-index: 99;
  }
  #conts_fv .cv_btn {
    background: #023868;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 1.6rem;
    font-weight: 300;
    width: 100px;
    height: 100px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 17%);
  }
  #conts_fv .cv_btn::before {
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background-image: none;
    top: auto;
    bottom: 8px;
    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-right: 1px solid #023868;
    bottom: 5px;
  }
  #conts_fv .fv_title {
    color: #fff;
    line-height: 2;
    font-size: 21.75px;
    font-feature-settings: "palt";
    letter-spacing: 0.4em;
    font-family: 'Axis', sans-serif;
    font-weight: 300;
    text-align: center;
  }

  /* conts_intro */
  #conts_intro {
    padding: 25px 0 50px;
    text-align: center;
  }
  #conts_intro .auto {
    width: 90%;
  }
  .intro_cv1_title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 23px;
    letter-spacing: 0.03em;
  }
  #conts_intro p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
  }
  #conts_intro .conts_intro_list {
    display: table;
    border: 1px solid #888a8d;
    padding: 31px 10%;
    margin: 32px auto 31px;
    width: 100%;
  }
  #conts_intro .conts_intro_list li {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding-left: 36px;
    margin-bottom: 26px;
    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_sp.png) no-repeat;
    background-size: 90%;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
  }

   /* cv_area 共通 */
  .cv_area .auto {
    padding: 0;
  }
  .cv_area .type_info_title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }
  #cv_area_malti .conts_header h2 {
    margin-bottom: 30px;
  }
  .cv_area .type_flex .left_box {
    width: 22.5%;
    margin: 0 auto 32px;
  }
  .cv_area .type_flex .right_box {
    padding: 0 10px;
  }
  .cv_area .type_flex .right_box .bg_gray_wrap {
    margin-top: 3px;
  }
  .cv_area .type_flex .right_box .bg_gray_wrap:last-child {
    margin-top: 0;
  }
  .cv_area .type_flex .right_box .bg_gray {
    display: inline;
    padding: 3px 10px;
    font-size: 13px;
  }
  .cv_area .type_flex .right_box .border_wrap {
    margin-top: 8px;
  }
  .cv_area .type_flex .right_box .border {
    font-size: 13px;
    padding: 0 8px;
    border: 1px solid;
    margin: 5px 0 0 0;
    display: inline-block;
    line-height: 1.8;
    border-color: rgba(255,255,255,0.5);
  }
  .cv_area .type_flex .type_info_name {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .cv_area .type_flex .right_box .price {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .cv_area .type_flex .right_box .price .tax {
    font-size: 12px;
    letter-spacing: 0.09em;
  }
  .cv_area .type_flex .right_box .price .gram {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .cv_area .type_flex .right_box .caution {
    font-size: 10px;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
  .cv_area table td:last-child{
    background-image: url(../img/cta_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    }

  /* cv_area ボディコンプリート */
  .cv_area.body_complate .auto {
    padding: 53px 0 59px;
  }
  .cv_area.body_complate .type_flex .left_box {
    width: 84%;
    margin: -2px 0 35px 40px;
  }
  .cv_area.body_complate .type_info_tag {
    max-width: 189px;
    width: 100%;
    background-color: #dde3e8;
    font-size: 13px;
    line-height: 1;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .cv_area.body_complate .type_info_set_wrap li {
    letter-spacing: -0.6px;
    line-height: 1.8;
    text-indent: -0.4em;
    padding-left: 0.4em;
  }
  #cv_area_malti_middle .sub_title_small {
    letter-spacing: 0.01em;
  }

  /* cv_area おすすめ商品 */
  #cv_area_malti_footer .conts_header .font_robot {
    margin-bottom: 20px;
    letter-spacing: 1.3px;
  }

  /* cv_area ボディエー プロフェッショナルプロテクション */
  #cv_area_body_pro_footer .auto {
    padding: 34px 0;
  }
  #cv_area_body_pro_footer.cv_area .type_flex .left_box {
    width: 80%;
    margin: 0 auto 7px;
  }
  #cv_area_body_pro_footer .cv_btn.cv_btn_dark {
    margin-top: 0;
  }

  /* conts_feature */
  #conts_feature .auto {
    width: 100%;
    padding: 0;
  }
  #conts_feature .font_robot {
    font-size: 13px;
    margin-bottom: 19px;
  }
  #conts_feature .conts_header h2.conts_header_title {
    letter-spacing: 0;
  }
  #conts_feature .sp_auto {
    width: 85%;
		margin: 0 auto;
  }
  #conts_feature .sp_auto h2 {
    margin-bottom: 26px;
  }
  #conts_feature .sp_auto img {
    width: 92%;
    margin: 0 auto;
  }
  #conts_feature .feature_img {
    margin-bottom: 60px;
  }
  #conts_feature .feature_img img {
    image-rendering: auto;
  }

  /* conts_component */
  #conts_component .auto {
    width: 100%;
    padding: 0;
  }
  #conts_component .font_robot {
    margin-bottom: 21px;
  }
  #conts_component .conts_header_title {
    letter-spacing: 0;
    margin-bottom: 27px;
  }
  #conts_component .component_wrap {
    background-color: #fff;
    padding: 24px 20px 0;
  }
  #conts_component .component_wrap:last-child {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  #conts_component .component_title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
  }
  #conts_component .component_title {
    font-size: 17px;
    padding-left: 18px;
  }
  #conts_component .component_title_sp {
    font-size: 19px;
    margin-bottom: 11px;
  }
  #conts_component .component_title_sp .underline::before {
    bottom: -6px;
  }
  #conts_component .component_title_wrap .component_number {
    max-width: 50px;
    width: 100%;
  }
  #conts_component .component_title_wrap .component_number img {
    image-rendering: auto;
  }
  #conts_component .component_text {
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
    line-height: 1.5;
  }
  #conts_component .component_caution {
    font-size: 10px;
    text-align: right;
    margin-top: 8px;
  }

  /* conts_qa */
  #conts_qa {
    padding:0;
    background-color: #e8f1f7;
  }
  #conts_qa h2 {
    font-weight: normal;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: .14em;
    margin-bottom: 20px;
  }
  #conts_qa dl {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 8px 5% 4px 5%;
    background-color: #fff;
    margin-bottom: 6px;
  }
  #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-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
    padding: 12px 8% 12px 1em;
    background-image: url("../img/parts_plus.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
  }
  #conts_qa dt.open {
    background-position: right center;
  }
  #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: -0.8em;
    padding-left: 2em;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 24px;
  }
  #conts_qa dd table {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
    border: 1px solid;
    text-indent: 0;
  }
  #conts_qa dd table tr {
    width: 100%;
    border-bottom: 1px solid;
  }
  #conts_qa dd table td {
    width: 35%;
    line-height: 1.3;
    border-right: 1px solid;
    padding: 8px 12px 7px;
  }
  #conts_qa dd table th {
    width: 30%;
    border-right: 1px solid;
    padding: 6px 12px 5px;
  }
  #conts_qa dd .caution {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: -1em;
    margin-top: 8px;
  }
  #conts_qa dd .a_title {
    margin-bottom: 20px;
  }
  #conts_qa dd .block {
    margin-bottom: 26px;
    font-size: 1.4rem;
    line-height: 1.6;
    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: 1.6rem;
    font-weight: bold;
    margin-bottom: 6px;
  }
  #conts_qa dd .block ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.4rem;
    line-height: 1.6;
    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-bottom: 0;
  }
  #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: 2.3rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  #conts_company ul {
    width: 90%;
    padding-top: 24px;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.6;
    border-top: 1px solid #023868;
  }
  #conts_company ul li {
    margin-bottom: 12px;
    letter-spacing: -.02em;
  }

  /* banner */
  .conts_banner_wrap {
    margin: 30px 0;
    position: relative;
    z-index: 1;
  }
  .conts_banner_wrap a:hover {
    text-decoration: none;
  }
  .conts_banner_wrap .img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 50% 0 0;
    position: relative;
    overflow: hidden;
  }
  .conts_banner_wrap::after {
    content: "";
    display: block;
    width: 90%;
    max-height: 388px;
    height: 45vw;
    border: 1px solid #ebeef1;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: -1;
  }
  .conts_banner_wrap .img img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  /* 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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
    position: fixed;
    bottom: 140px;
    right: 32px;
    width: 48px;
    z-index: 99;
    clear: both;
    float: left;
  }
}