@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/* min-width: 1000px; */
	color: #000;
	font-size: 1.8rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
  overflow: hidden;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 15px 0;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 0 7px 12px 0 rgb(0 0 0 / 15%);
}
#gHeader h1 {
    width: 123px;
}
.gHeader-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gHeader-cta {
    display: flex;
}
.gHeader-cta li:first-of-type {
    margin-right: 10px;
}

.gHeader-cta li:first-of-type a {
    padding-left: 34px;
    letter-spacing: 0.2rem;
}
.gHeader-cta li:nth-of-type(2) a {
    padding-left: 30px;
    letter-spacing: -0.1em;
    background:url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png") no-repeat left 16px center / 28px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png") no-repeat center / cover;
}
.gHeader-cta li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 140px;
    flex-grow: 0;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 15px;
    background:url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png") no-repeat left 26px center / 28px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png") no-repeat center / cover;
    transition: opacity 0.3s ease;
}
.gHeader-cta li a:hover {
    opacity: 0.8;
}
@media all and (max-width: 896px) {
	#gHeader {
      padding: 8px 0 10px;
      position: static;
      box-shadow: none;
	}
  #gHeader h1{
      margin: 0 auto;
  }
  .gHeader-cta {
      display: none;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 55px 0 0;
    background: #fff;
}
#gFooter h2 {
    margin-bottom: 18px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gFooter h2 span {
    display: block;
    font-size: 1.6rem;
    color: #4E5195;
}
#gFooter .fInner {
    margin:  0 auto;
    max-width: 800px;
}
#gFooter table {
    margin-bottom: 37px;
    width: 100%;
    border-collapse: collapse;
}
#gFooter table th,
#gFooter table td {
    width: 25%;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.66;
    text-align: right;
    vertical-align: top;
    word-break: break-all;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gFooter table td {
    width: 75%;
    text-align: left;
}
#gFooter p {
    margin-bottom: 10px;
    font-size: 1.9rem;
    letter-spacing: 0.056em;
    font-weight: 700;
    line-height: 1.14;
    color: #002850;
    text-align: center;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gFooter .fLink {
    display: block;
    width: 220px;
    margin: 0 auto;
}
#gFooter .fPhoto {
    margin: 0 auto 30px;
    width: 60px;
}
#gFooter .fBtoBox {
    padding: 50px 0 10px;
    background: #004092;
}
#gFooter .fBtoBox p {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
#gFooter .fBtoBox .fLogo {
    margin: 0 auto 14px;
    width: 218px;
}
#gFooter .fBtoBox address {
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 35px 0 0;
        background: #D2D2D2;
    }
    #gFooter h2 {
        margin-bottom: 28px;
    }
    #gFooter table th,
    #gFooter table td {
        width: 38.5%;
        font-size: 1.5rem;
    }
    #gFooter table td {
        width: 61.5%;
        text-align: left;
    }
    #gFooter .fPhoto {
        margin: 0 auto 40px;
        width: 60px;
    }
    #gFooter .fBtoBox {
        padding: 30px 0 90px;
        background: #004092;
    }
    #gFooter .fBtoBox p {
        margin-bottom: 15px;
        font-size: 2.1rem;
        line-height: 1.75;
    }
    #gFooter .fBtoBox .fLogo {
        margin: 0 auto 20px;
    }
    #gFooter .fBtoBox address {
        font-size: 1rem;
    }
}
@media all and (max-width: 374px) {
    #gFooter table th,
    #gFooter table td {
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------
	Sticky CTA
------------------------------------------------------------*/
#stickyCta {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.85);
}
.stickyCta-inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.stickyCta-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stickyCta-list li:first-of-type {
    margin-right: 20px;
}

.stickyCta-list li:first-of-type a {
    padding-left: 32px;
    letter-spacing: 0.2rem;
}
.stickyCta-list li:nth-of-type(2) a {
    padding-left: 28px;
    letter-spacing: -0.1em;
    background:url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png") no-repeat left 16px top 17px / 22px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png") no-repeat center / cover;
}
.stickyCta-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    width: 125px;
    flex-grow: 0;
    height: 46px;
    font-size: 1.6rem;
    border-radius: 15px;
    background:url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png") no-repeat left 26px top 17px / 20px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png") no-repeat center / cover;
    transition: opacity 0.3s ease;
}
.stickyCta-list li a:hover {
  opacity: 0.8 !important;
}
@media all and (max-width: 374px) {
  .stickyCta-list li:first-of-type {
    margin-right: 10px;
  }
  .stickyCta-list li a {
    width: 115px;
  }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.kv {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-top: 80px;
  overflow: hidden;
}
.kv-form {
  position: relative;
  transition: 0.3s ease-in-out;
  background: #fff;
  z-index: 10;
  width: 480px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.kv-form-inner {
  padding: 20px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}
.kv-form-title {
  padding: 60px 0 30px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.kv-form-title span {
  color: #ff0000;
}
.kv-form .form-group {
  display: flex;
  margin-bottom: 5px;
}
.kv-form .form-group label{
  width: 95px;
  padding-right: 5px;
}
.kv-form .form-group label+div{
  width: calc(100% - 95px);
}
.kv-form-link {
  margin-top: 5px;
  text-align: center;
}
.kv-form-link a {
  font-size: 15px;
  text-decoration: underline;
}
.kv-form .alert-danger,
.kv-form .form-control-feedback {
  color: #ff0000;
}

.mainVisual {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: calc(100% - 480px);
  box-sizing: border-box;
}

.mainVisual-catch,
.mainVisual-image {
  width: 100%;
}

.mainVisual-cta {
  background: #fbefec;
  padding: 20px;
}

.mainVisual-title {
  text-align: center;
  font-size: 20px;
  color: #154a98;
}

.mainVisual-badge {
  display: block;
  position: absolute;
  right: auto;
  left: calc(50vw + 290px);
  top: 40px;
  width: 200px;
}
.mainVisual .textArea {
    display: flex;
    margin: 0 auto 120px;
    max-width: 1100px;
}
.mainVisual .textArea p {
    margin-right: 10px;
    padding: 16px 15px 15px 5px;
    text-align: center;
    color: #fff;
    font-size: 1.95rem;
    font-weight: 400;
    line-height: 1.15;
    background: #D7C1C6;
    border-radius: 5px;
    border: 1px solid #fff;
}
.mainVisual .textArea ul {
    display: flex;
    margin: -10px auto 0;
}
.mainVisual .textArea ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 0;
    padding: 5px 0;
    width: 236px;
    text-align: center;
    color: #b29d71;
    font-size: 1.95rem;
    line-height: 1.15;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #b29d71;
}
.mainVisual-ctaList {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mainVisual-ctaList li {
    margin-top: 10px;
    width: 320px;
    padding: 10px 5px;
}

.mainVisual-ctaList li a {
    padding: 12px 0 12px 45px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 15px;
    letter-spacing: 0.1em;
    background:url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png") no-repeat left 48px center / 31px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png") no-repeat center / cover;
}
.mainVisual-ctaList li a:hover {
    opacity: 0.7;
}
@media all and (max-width: 1023px) {
  .kv-form {
    width: 320px;
  }
  .mainVisual {
    width: calc(100% - 320px);
  }
}

@media all and (max-width: 896px) {
  .mainVisual {
    width: 100%;
  }
  .kv-form {
    display: none;
  }
    .kv {
      margin-top: 0;
    }
    /* .kv-form.is-active {
      opacity: 1;
      pointer-events: visible;
      visibility: visible;
      z-index: 100;
    }
    .kv-form-closebtn {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 70px;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #000;
    }
    .kv-form-closebtn::before,
    .kv-form-closebtn::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          background: #fff;
    }
    .kv-form-closebtn::before {
          width: 1px;
          height: 20px;
          transform: translate(-50%,-50%) rotate(45deg);
        }
    .kv-form-closebtn:after {
          width: 20px;
          height: 1px;
          transform: translate(-50%,-50%) rotate(45deg);
        }
    } */
    .mainVisual-badge {
        width: 140px;
        top: -15px;
        left: calc(70vw - 25px);
    }
    .mainVisual .textArea {
        margin: 0 auto 35px;
        display: block;
        max-width: 300px;
        padding-left: 0;
        width: 90%;
    }
    .mainVisual .textArea p {
        margin-right: 0;
        padding: 8px 8px 5px 2px;
        font-size: 1.3rem;
    }
    .mainVisual .textArea ul {
        margin-top: 0;
    }
    .mainVisual .textArea ul li {
        margin: 5px 2% 0;
        padding: 17px 2px;
        width: calc(100% / 3);
        font-size: 1.2rem;
    }
    .mainVisual-ctaList {
        display: block;
    }
    .mainVisual-ctaList li {
        margin: 0 auto;
    }
    .mainVisual-ctaList li:first-of-type {
        margin: 0 auto;
    }
    .mainVisual-ctaList li {
        margin-top: 6px;
        width: 336px;
    }
    .mainVisual-ctaList li a {
        padding: 8px 0 10px 40px;
        font-size: 2.1rem;
        border-radius: 12px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png) no-repeat left 75px center / 22px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png) no-repeat center / cover;
    }
    .mainVisual-ctaList li:nth-of-type(2) a {
        padding-left: 40px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png) no-repeat left 82px top 55% / 26px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png) no-repeat center / cover;
    }
}

@media all and (max-width: 374px) {
    .mainVisual-catch {
        font-size: 2rem;
        padding-right: 20px;
    }
    .mainVisual-badge {
        width: 140px;
        top: -15px;
        left: auto;
        right: 0;
    }
    .mainVisual-ctaList li {
        width: 96%;
    }
    .mainVisual-ctaList li a {
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png) no-repeat left 65px center / 22px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png) no-repeat center / cover;
    }
    .mainVisual-ctaList li:nth-of-type(2) a {
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png) no-repeat left 72px top 55% / 26px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png) no-repeat center / cover;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
}
@media all and (max-width: 896px) {
    .content {
    padding: 0 18px;
}
}

/*------------------------------------------------------------
LP
------------------------------------------------------------*/
#main .customer {
    margin-bottom: 178px;
    padding: 50px 0 0;
    position: relative;
    background-image: linear-gradient(to bottom , #F0F3F4, #F0F3F4);
    z-index: 2;
}
#main .customer::before {
    position: absolute;
    left: 0;
    bottom: -96px;
    width: 100%;
    height: 100%;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/customer_bg01.jpg") no-repeat center bottom / 100% auto;
    content: "";
    z-index: -1;
}
#main .customer .photo {
    margin: 0 auto;
    padding-right: 10px;
    width: 263px;
}
#main .customer .photo {
    margin: 0 auto 15px;
    padding-right: 10px;
    width: 263px;
}
#main .customer h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    color: #CF7184;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}
#main .customer h2 span {
    padding-bottom: 18px;
    display: block;
    font-size: 1.8rem;
    color: #000;
    letter-spacing: 0.1em;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon04.png") no-repeat center bottom 0px / 255px 13px;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .customer h2 small {
    color: #000;
}
#main .customer ul {
    margin-bottom: 57px;
    display: flex;
    justify-content: space-between;
}
#main .customer ul li {
    padding: 73px 0 30px 15px;
    position: relative;
    width: 390px;
    border: 2px solid;
    border-image: linear-gradient(to right , #87CCE8, #87AFCC) 1;
    background: #F4F6F7;
    box-sizing: border-box;
}
#main .customer ul li .pho {
    margin: 0 auto;
    width: 104px;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
#main .customer ul li p {
    letter-spacing: 0.1em;
}
#main .customer ul li .imgBox {
    margin-top: -26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#main .customer ul li .imgBox .photoBox {
    margin-right: 15px;
    width: 168px;
}
#main .customer > p {
    text-align: center;
    letter-spacing: 0.1em;
}
#main .customer > p small {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}
#main .customer > p span {
    position: relative;
    z-index: 2;
    font-size: 3.12rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: 'Noto Serif JP', serif;
}
#main .customer > p span::before {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 10px;
    background: #87BBD7;
    content: "";
    z-index: -1;
}
#main .cosmetics {
    margin-bottom: 80px;
}
#main .cosmetics h2 {
    margin-bottom: 160px;
    position: relative;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}
#main .cosmetics h2::before {
    margin-right: -345px;
    position: absolute;
    right: 50%;
    top: -7px;
    transform: translateX(-50%);
    width: 106px;
    height: 115px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/cosmetics_img01.png") no-repeat center / 106px 115px;
    content: "";
}
#main .cosmetics h2 .top {
    margin-bottom: 15px;
    padding-bottom: 22px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/cosmetics_img02.png") no-repeat left bottom / 398px auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .cosmetics h2 .cor {
    font-size: 6rem;
    color: #CF7184;
    letter-spacing: 0.03em;
}
#main .cosmetics h2 small {
    display: block;
    font-size: 2.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.13;
}

#main .cosmetics ul li {
    margin-top: 150px;
    padding: 15px 11px 35px 25px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #B3B3B3;
}
#main .cosmetics ul li .pho {
    position: absolute;
    width: 360px;
    right: -50px;
    top: -101px;
}
#main .cosmetics ul li:nth-child(2n) .pho {
    right: inherit;
    left: -50px;
}
#main .cosmetics ul li .title {
    margin: 25px 0 35px 0;
    width: 110px;
}
#main .cosmetics ul li:nth-child(2n) .title {
    margin: 25px 10px 35px auto;
    width: 118px;
}
#main .cosmetics ul li .title span {
    font-size: 5rem;
}
#main .cosmetics ul li p {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#main .cosmetics ul li p .cor {
    color: #FE7C9E;
}
#main .ec {
    margin-bottom: 160px;
    padding: 50px 0 0;
    position: relative;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/ec_bg01.jpg") no-repeat top center / 100% auto,linear-gradient(to bottom , #E8EEF5 90%, #D4DFEC);
}
#main .ec::before {
    position: absolute;
    left: 0;
    bottom: -106px;
    width: 100%;
    height: 131px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/ec_bg02.jpg") no-repeat center bottom / 100% 100%;
    content: "";
}
#main .ec h2 {
    margin-bottom: 23px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    line-height: 2.06;
    font-family: 'Noto Serif JP', serif;
}
#main .ec h2 span {
    margin-bottom: 15px;
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.35;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .ec h2 small {
    font-size: 6.12rem;
    color: #6CE9FF;
    letter-spacing: normal;
    line-height: 1.2;
}
#main .ec .photo {
    margin: 0 auto 40px;
    width: 114px;
}
#main .ec .content > p {
    margin-bottom: 55px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#main .ec ul {

}
#main .ec ul li {
    margin-top: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .ec ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
}
#main .ec ul li .pho {
    position: relative;
    width: 378px;
}
#main .ec ul li .pho span {
    margin-top: -10px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7.56rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
#main .ec ul li:nth-of-type(2n) .pho span {
    left: inherit;
    right: -24px;
}
#main .ec ul li .txt {
    margin-top: -10px;
    width: 400px;
}
#main .ec ul li .txt p {
    font-size: 1.68rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.08em;
}
#main .ec ul li .txt .title {
    margin-bottom: 8px;
    font-size: 2.4rem;
    color: #00428E;
    font-weight: 500;
}
#main .about {
    margin-bottom: 55px;
}
#main .about h2 {
    margin-bottom: 22px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 2.592rem;
    letter-spacing: 0.05em;
    color: #646464;
    line-height: 1.55;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/about_bg.png") no-repeat center bottom / 484px 49px;
}
#main .about h2 span {
    color: #CF7184;
}
#main .about ul {
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
}
#main .about ul li {
    margin-top: 8px;
    width: 403px;
}
#main .about ul li:first-of-type {
    margin-right: 10px;
}
#main .about ul li:nth-of-type(2) a {
    padding-left: 40px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png") no-repeat left 95px center / 31px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png") no-repeat center / cover;
}
#main .about ul li a {
    padding: 12px 0 12px 45px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 15px;
    letter-spacing: 0.1em;
    background:url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png") no-repeat left 90px center / 26px auto, url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png") no-repeat center / cover;
}
#main .about ul li a:hover {
    opacity: 0.7;
}
#main .about p {
    text-align: center;
}
#main .about p a {
    padding-left: 30px;
    font-size: 3.774rem;
    font-weight: 500;
    color: #678700;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon05.png") no-repeat left top 60% / 20px 26px;
}
#main .what {
    margin-bottom: 20px;
    padding: 40px 0 90px;
    background: linear-gradient(to bottom , #F4F3F4 50%, #D4D0D4);
}
#main .what .photo {
    margin: 0 auto;
    width: 424px;
}
#main .what .title {
    margin: -60px 0 35px;
    text-align: center;
    font-size: 2.88rem;
    font-weight: 700;
    color: #FE7C9E;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
#main .what .title span {
    font-size: 2.28rem;
    font-weight: 700;
    color: #000;
}
#main .what h2 {
    margin-bottom: 50px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.05em;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/what_bg01.png") no-repeat center bottom / 383px auto;
}
#main .what h2 span {font-weight: 700;
    color: #004092;
}
#main .what ul {
    margin: 0 auto;
    max-width: 900px;
}
#main .what ul li {
    margin-top: 50px;
    padding-bottom: 30px;
    box-shadow: 0 0 12px rgba(0,0,0,.3);
    border-radius: 5px;
    background: #FAF2F6;
}
#main .what ul li .topBox {
    margin-bottom: 75px;
    padding: 32px 50px 18px;
    position: relative;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
#main .what ul li .topBox::before {
    position: absolute;
    left: 0;
    bottom: -30.8%;
    width: 100%;
    height: 67px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/what_bg02.png") no-repeat center / 100% auto;
    content: "";
}
#main .what ul li .topBox .pho {
    width: 90px;
    position: absolute;
    right: 50px;
    top: 25px;
}
#main .what ul li .topBox .case {
    margin-bottom: 15px;
    width: 128px;
}
#main .what ul li .topBox .text {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main .what ul li .topBox p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#main .what ul li .botBox {
    padding: 15px 50px;
}
#main .what ul li .botBox p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
#main .what ul li .botBox .photo {
    margin: 0 auto 25px;
    width: 364px;
}
#main .what ul li .botBox .text {
    margin-bottom: 14px;
}
#main .what ul li:nth-of-type(2) {
    padding-bottom: 20px;
}
#main .what ul li:nth-of-type(2) .botBox .text {
    margin-bottom: 0;
}
#main .what ul li:nth-of-type(3) {
    padding-bottom: 40px;
}
#main .what ul li:nth-of-type(3) .botBox .photo {
    width: 210px;
}
#main .what ul li:nth-of-type(3) .topBox .pho,
#main .what ul li:nth-of-type(4) .topBox .pho{
    width: 108px;
    right: 56px;
}
#main .what ul li:nth-of-type(4) .topBox {
    margin-bottom: 95px;
    padding-bottom: 25px;
}
#main .what ul li:nth-of-type(4) .topBox .text {
    margin-bottom: 12px;
    font-size: 2rem;
}
#main .what ul li:nth-of-type(4) .botBox .text {
    margin-bottom: 10px;
}
#main .what ul li:nth-of-type(4) .botBox .textArea {
    margin: 0 auto;
    width: 710px;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .txt {
    margin-bottom: 30px;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .txt:last-of-type {
    margin-bottom: 0;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .txt span {
    margin-left: -6px;
    padding-left: 1.5em;
    text-indent: -1.2em;
    display: block;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox {
    margin: 0 auto 23px;
    display: flex;
    align-items: flex-start;

}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox {
    width: 50%;
    display: flex;
    align-items: center;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox .num {
    margin-left: 3px;
    padding-left: 0;
    position: relative;
    font-size: 4.56rem;
    line-height: 2.26;
    font-weight: 700;
    color: #CF7184;
    letter-spacing: normal;
    font-family: 'Noto Serif JP', serif;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox p {
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    color: #CF7184;
    letter-spacing: 0.05em;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox .num::before {
    margin-top: 5px;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 3px;
    height: 62px;
    transform: translateY(-50%);
    background: #CF7184;
    content: "";
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList {
    margin-top: 3px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList li {
    margin: 20px 21px 0 0;
    padding-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    width: 102px;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList li:nth-of-type(3n) {
    margin-right: 0;
}
#main .what ul li:nth-of-type(4) .botBox .textArea .imgBox ul {
    display: flex;
}
#main .service {
    padding: 50px 0;
}
#main .service h2 {
    margin: 0 0 33px -20px;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
#main .service h2 span {
    margin: 0 0 25px 2px;
    padding-bottom: 12px;
    font-size: 2.16rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: block;
    color: #00428E;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/service_bg01.png") no-repeat center bottom / 228px auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .service h2 small {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 600;
}
#main .service h2 .cor {
    position: relative;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    z-index: 2;
}
#main .service h2 .cor::before {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 5px;
    background: #FE7C9E;
    content: '';
    z-index: -1;
}
#main .service h2 .cor::after {
    position: absolute;
    left: 50%;
    top: -5px;
    width: 6px;
    height: 6px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #FE7C9E;
    content: '';
}
#main .service p {
    font-size: 1.68rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}
#main .service .text {
    font-size: 1.8rem;
}
#main .service .photo01 {
    margin: 35px auto 35px;
    padding-right: 10px;
    width: 366px;
}
#main .service .photo02 {
    margin: 38px auto 22px;
    padding-right: 10px;
    width: 398px;
}
#main .service .photo03 {
    margin: 36px auto 38px;
    padding-right: 35px;
    width: 178px;
}
#main .service .photo04 {
    margin: 46px auto 38px;
    padding-right: 0;
    width: 412px;
}
#main .specialized {
    margin-bottom: 70px;
    padding: 65px 0 40px;
    background: #E5ECF4;
}
#main .specialized .content {
    max-width: 850px;
}
#main .specialized h2 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0.1em;
    text-align: center;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/specialized_img01.png") no-repeat center bottom 10px / 674px auto;
    font-family: 'Noto Serif JP', serif;
}
#main .specialized h2 span {
    display: block;
    font-size: 2.16rem;
    font-weight: 500;
    color: #00428E;
    letter-spacing: 0.05em;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
#main .specialized .title {
    margin-bottom: 35px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-align: center;
}
#main .specialized .imgBox {
    display: flex;
    justify-content: space-between;
}
#main .specialized .imgBox .photoBox {
    margin-top: 7px;
    width: 420px;
}
#main .specialized .imgBox .textBox {
    width: 382px;
}
#main .specialized .imgBox .textBox p {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
#main .specialized .imgBox .textBox p small {
    font-size: 1.56rem;
}
#main .specialized .imgBox .textBox p span {
    font-size: 2.4rem;
    color: #FE7C9E;
    font-weight: 700;
}
#main .flow {
    margin-bottom: 185px;
    padding-bottom: 10px;
    position: relative;
    background: linear-gradient(to bottom , #FFFFFF 10%, #EEECEE 120%);
}
#main .flow::before {
    position: absolute;
    left: 0;
    bottom: -132px;
    width: 100%;
    height: 132px;
    background: url( "https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/flow_bg.png") no-repeat center bottom / 100% 100%;
    content: "";
}
#main .flow .content {
    max-width: 830px;
}
#main .flow h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
#main .flow h2 span {
    margin-bottom: -10px;
    display: block;
    color: #00428E;
    font-size: 2.16rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
#main .flow .text {
    margin-bottom: 140px;
    padding: 0 15px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
#main .flow ul {
    display: flex;
}
#main .flow ul li {
    margin-right: 40px;
    padding: 70px 5px 10px;
    width: 21.5%;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    background: #F4F3F4;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
#main .flow ul li:last-of-type {
    margin-right: 0;
}
#main .flow ul li::before {
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 32px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon06.png") no-repeat center / 38px 32px;
    content: "";
}
#main .flow ul li:last-of-type::before {
    display: none;
}
#main .flow ul li .pho {
    width: 110px;
    height: 152px;
    position: absolute;
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
}
#main .flow ul li p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1.414;
}
#main .faq {
    margin-bottom: 50px;
    padding: 65px 0 100px;
    background: #E5ECF4;
}
#main .faq h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
#main .faq h2 span {
    margin: 0 -10px -7px 0;
    display: block;
    color: #00428E;
    font-size: 2.16rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
#main .faq .content {
    max-width: 800px;
}
#main .faq dl {
    margin-bottom: 25px;
    padding: 3px 12px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon07.png") no-repeat right 12px bottom 30% / 16px auto;
}
#main .faq dl:last-of-type {
    margin-bottom: 0;
}
#main .faq dl.on {
    background: #FFF url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon08.png") no-repeat right 12px bottom 15% / 16px auto;
}
#main .faq dl dt span {
    margin-right: 15px;
    position: relative;
    font-size: 2.64rem;
    color: #fff;
    z-index: 2;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
#main .faq dl dt span::before {
    margin: 2px 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/faq_img01.png") no-repeat center / 29px auto;
    content: "";
    z-index: -1;
}
#main .faq dl dt {
    padding: 0 0 8px 6px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    cursor: pointer;
}
#main .faq dl dd {
    display: none;
    padding: 10px 19px 13px 35px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.46;
    border-top: 1px solid #B3B3B3;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .now {
    margin-bottom: 80px;
}
#main .now .content {
    max-width: 820px;
}
#main .now p {
    margin-bottom: 20px;
    font-size: 3.053rem;
    text-align: center;
    font-weight: 700;
}
#main .now p span {
    font-size: 4.968rem;
    text-align: center;
    color: #CF7184;
}
#main .now p small {
    color: #CF7184;
}
#main .now .topBox {
    margin:  0 10px 20px;
    padding: 40px 0 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    box-sizing:border-box;
}
#main .now .tableBox {
    margin:  0 10px;
    padding: 40px 0 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
#main .now .tableBox p {

    font-size: 2.88rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #546E7A;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 0.25rem;
}

.button-rect .sf-btn {
  padding: 0.25em 0.25em;
  font-size: 15px;
  line-height: 150%;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}

.form-info {
  color: #aaa;
  font-size: 10px;
  margin: 15px 0;
}

.form-info a {
  color: #555;
  text-decoration: underline;
}

.form-info a img {
  display: inline-block;
  width: 20px;
  margin-bottom: -5px;
}

.form-info span {
  text-align: center;
}

.kv-form-title {
  padding: 0;
  font-size: 15px;
}
@media all and (-ms-high-contrast:none){
    #main .now .topBox {
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    }
    #main .now .tableBox {
       box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    }
    #main .flow ul li {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    }
}

@media all and (max-width: 896px) {
    #main .customer {
        margin-bottom: 48px;
        padding: 57px 0 0;
    }
    #main .customer::before {
        bottom: -30px;
        width: 100%;
        height: 45px;
        background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_customer_bg01.jpg") no-repeat center bottom / 100% 100%;
    }
    #main .customer .photo {
        margin: 0 auto 13px;
        width: 219px;
    }
    #main .customer h2 {
        margin-bottom: 60px;
        font-size: 3rem;
        line-height: 1.5;
    }
    #main .customer h2 span {
        margin-bottom: 5px;
        padding-bottom: 17px;
        font-size: 1.5rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon04.png) no-repeat center bottom 0px / 214px 10px;
    }
    #main .customer ul {
        margin-bottom: 27px;
        padding-left: 10px;
        display: block;
    }
    #main .customer ul li {
        margin-bottom: 65px;
        padding: 48px 0 15px 15px;
        width: auto;
    }
    #main .customer ul li:last-of-type {
        margin-bottom: 0;
        padding: 48px 0 20px 15px;
    }
    #main .customer ul li:last-of-type .pho {
        margin-top: 10px;
    }
    #main .customer ul li .pho {
        margin-top: 5px;
        padding-right: 10px;
        width: 86px;
    }
    #main .customer ul li p {
        font-size: 1.5rem;
    }
    #main .customer ul li .imgBox {
        margin-top: -6px;
    }
     #main .customer ul li .imgBox .textBox {
        margin-bottom: -5px;
    }
    #main .customer ul li .imgBox .photoBox {
        margin: -5px 15px 0 0;
        width: 140px;
    }
    #main .customer > p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.26;
    }
    #main .customer > p span {
        padding-top: 6px;
        display: inline-block;
        vertical-align: top;
        font-size: 2.6rem;
        line-height: 1.3;
    }
    #main .customer > p span::before {
        height: 8px;
    }
    #main .customer > p .txt {
        padding: 0;
    }
    #main .customer > p .sml {
        padding-top: 6px;
        display: inline-block;
        vertical-align: top;
    }
    #main .customer > p small {
        font-size: 2rem;
        line-height: 1.7;
    }
    #main .cosmetics {
        margin-bottom: 34px;
    }
    #main .cosmetics h2 {
        margin-bottom: 208px;
        font-size: 3rem;
        line-height: 1.2;
    }
    #main .cosmetics h2::before {
        margin-right: -210px;
        right: 50%;
        top: 45px;
        width: 70px;
        height: 77px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/cosmetics_img01.png) no-repeat center / 70px 77px;
    }
    #main .cosmetics h2 .top {
        margin-bottom: 10px;
        padding-bottom: 15px;
        font-size: 1.5rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/cosmetics_img02.png) no-repeat center bottom / 328px auto;
    }
    #main .cosmetics h2 small {
        font-size: 2.3rem;
    }
    #main .cosmetics h2 .cor {
        font-size: 5rem;
        line-height: 1.08;
    }
    #main .cosmetics ul {
        margin-top: -110px;
    }
    #main .cosmetics ul li {
        margin-top: 111px;
        padding: 15px 11px 23px 18px;
    }
    #main .cosmetics ul li .pho {
        width: 250px;
        right: -19px;
        top: -78px;
    }
    #main .cosmetics ul li .title {
        margin: 14px 0 27px -8px;
        width: 90px;
    }
    #main .cosmetics ul li {
        margin-top: 103px;
        padding: 15px 11px 15px 18px;
    }
    #main .cosmetics ul li:nth-child(3) .pho {
        top: -72px;
    }
    #main .cosmetics ul li:nth-child(3) .title {
        margin: 19px 0 18px -8px;
        width: 94px;
    }
    #main .cosmetics ul li .title span {
        font-size: 3rem;
    }
    #main .cosmetics ul li p {
        font-size: 1.5rem;
  }
    #main .cosmetics ul li:nth-child(2n) .pho {
        right: inherit;
        left: -19px;
        top: -76px;
    }
    #main .cosmetics ul li:nth-child(2n) .title {
        margin: 15px -5px 25px auto;
        width: 92px;
    }
    #main .ec {
        margin-bottom: 82px;
        padding: 36px 0 0;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_ec_bg01.png) no-repeat top center / 100% auto,linear-gradient(to bottom , #E8EEF5 15%, #D4DFEC);
        z-index: 2;
    }
    #main .ec::before {
        bottom: -44px;
        height: 45px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_ec_bg02.png) no-repeat center bottom / 100% 100%;
        z-index: -1;
    }
    #main .ec h2 {
        margin-bottom: 25px;
        font-size: 3rem;
        line-height: 1.4;
    }
    #main .ec h2 span {
        margin-bottom: 14px;
        font-size: 2rem;
        line-height: 1.35;
    }
    #main .ec h2 small {
        font-size: 5.1rem;
    }
    #main .ec .photo {
        margin: 0 auto 20px;
        width: 94px;
    }
    #main .ec .content > p {
        margin-bottom: 40px;
        padding: 0 10px;
        font-size: 1.5rem;
    }
    #main .ec ul {
        margin: 0 -18px;
}
    #main .ec ul li {
        margin: 44px 0 0 auto;
        display: block;
        width: 315px;
    }
    #main .ec ul li:nth-of-type(2n) {
        margin: 26px auto 0 0;
    }
    #main .ec ul li:nth-of-type(4) {
        margin: 40px auto 0 0;
    }
    #main .ec ul li .pho {
        margin-bottom: 25px;
        right: 0;
        width: auto;
    }
    #main .ec ul li .pho span {
        margin-top: -10px;
        left: -20px;
        font-size: 6.3rem;
    }
    #main .ec ul li:nth-of-type(2n) .pho span {
        margin-top: -5px;
        right: -30px;
    }
    #main .ec ul li .txt {
        margin-top: -10px;
        width: auto;
    }
    #main .ec ul li:nth-of-type(2n) .txt {
        margin-left: 27px;
        width: auto;
    }
     #main .ec ul li:nth-of-type(2) .txt {
        margin-right:  -10px;
    }
     #main .ec ul li:nth-of-type(4) .txt {
        margin-right:  -20px;
    }
    #main .ec ul li .txt .title {
    margin-bottom: 8px;
        font-size: 2rem;
    }
    #main .ec ul li .txt p {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }
    #main .ec ul li:last-of-type .txt p {
        margin-right: 8px;
    }
    #main .ec ul li:last-of-type .txt .title {
        margin-right: 0;
    }
    #main .about {
        margin-bottom: 45px;
    }
    #main .about h2 {
        margin-bottom: 22px;
        font-size: 1.8rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_about_bg01.png) no-repeat center bottom / 337px 34px;
    }
    #main .about ul {
        margin: 0;
        display: block;
    }
    #main .about ul li {
        margin: 5px auto 0;
        padding: 0;
        width: auto;
        font-size: 1.3rem;
    }
    #main .about ul li:first-of-type {
        margin: 0 auto;
    }
    #main .about ul li {
        margin-top: 6px;
        width: 336px;
    }
    #main .about ul li a {
        padding: 8px 0 10px 40px;
        font-size: 2.1rem;
        border-radius: 12px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png) no-repeat left 75px center / 22px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png) no-repeat center / cover;
        box-sizing: border-box;
    }
    #main .about ul li:nth-of-type(2) a {
        padding-left: 40px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png) no-repeat left 82px top 55% / 26px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png) no-repeat center / cover;
    }
    #main .about p {
        margin-top: -5px;
    }
    #main .about p a {
        padding-left: 25px;
        font-size: 3.145rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon05.png) no-repeat left top 60% / 18px 22px;
    }
    #main .what {
        margin-bottom: 20px;
        padding: 13px 0 100px;
    }
    #main .what .photo {
        width: 352px;
    }
    #main .what .title {
        margin: -50px 0 40px;
        font-size: 2.4rem;
        line-height: 1.6;
    }
    #main .what .title span {
        font-size: 1.9rem;
    }
    #main .what h2 {
        margin-bottom: 52px;
        font-size: 2rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/what_bg01.png) no-repeat center bottom / 320px auto;
    }
    #main .what h2 span {
        font-size: 2rem;
    }
    #main .what ul {
        margin: -32px auto;
        padding: 0 17px;
        max-width: 900px;
    }
    #main .what ul li {
        margin-top: 32px;
        padding-bottom: 30px;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
    border-radius: 5px;
    background: #FAF2F6;
}
    #main .what ul li .topBox {
        margin-bottom: 25px;
        padding: 20px 20px;
    }
    #main .what ul li .topBox::before {
        bottom: -10%;
        height: 40px;
    }
    #main .what ul li .topBox .case {
        margin: 8px 0 -3px;
        font-size: 2.6rem;
        width: 98px;
    }
    #main .what ul li:first-of-type .topBox .case {
        margin: 10px 0 -3px;
        width: 90px;
    }
    #main .what ul li .topBox .case span {
        font-size: 3.2rem;
        line-height: 1.08;
    }
    #main .what ul li .topBox .pho {
        width: 75px;
        right: 25px;
        top: 20px;
    }
    #main .what ul li:nth-of-type(2) {
        padding-bottom: 40px;
    }
    #main .what ul li:nth-of-type(2) .topBox .pho {
        width: 75px;
        right: 35px;
        top: 30px;
    }
    #main .what ul li .topBox .text {
        margin-bottom: 18px;
        font-size: 2rem;
    }
    #main .what ul li .topBox p {
        font-size: 1.5rem;
    }
    #main .what ul li .botBox {
        padding: 15px 20px 0;
    }
    #main .what ul li .botBox .text {
        margin-bottom: 14px;
        font-size: 1.5rem;
    }
    #main .what ul li .botBox .photo {
        margin: 0 auto 18px;
        padding-left: 15px;
        width: 252px;
    }
    #main .what ul li:nth-of-type(2) .botBox .photo {
        margin: 12px auto 20px;
        padding-left: 0;
        width: 252px;
    }
    #main .what ul li .botBox p {
        font-size: 1.5rem;
    }
    #main .what ul li:nth-of-type(3) .topBox .pho {
        width: 89px;
        right: 25px;
    }
    #main .what ul li:nth-of-type(3) .topBox {
        margin-bottom: 15px;
        padding: 20px 20px;
    }
    #main .what ul li:nth-of-type(3) .topBox .text {
        margin-bottom: 10px;
    }
    #main .what ul li:nth-of-type(3) .botBox .photo {
        margin-bottom: 15px;
        padding: 0;
        width: 146px;
    }
    #main .what ul li:nth-of-type(4) .topBox {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    #main .what ul li:nth-of-type(4) .topBox .pho {
        margin-top: 5px;
        width: 54px;
        right: 30px;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea {
        width: auto;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .txt {
        margin-bottom: 23px;
    }
    #main .what ul li:nth-of-type(4) .botBox .text {
        margin-bottom: 4px;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox {
        margin: 0 auto 50px;
        display: block;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox {
        width: auto;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox .num {
        margin-left: 0;
        font-size: 3.8rem;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox .num::before {
        width: 2px;
        height: 54px;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox p {
    padding-left: 20px;
        font-size: 2rem;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList {
        margin-top: -6px;
        padding: 0 0 0 5px;
        width: auto;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList li {
        margin: 18px 18px 0 0;
        padding-bottom: 0;
        box-shadow: none;
        border-radius: 0;
        background: none;
        width: 28.5%;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .txt:nth-of-type(2) {
        margin-bottom: 10px;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .txt span {
        padding-left: 0;
        text-indent: 0;
    }
    #main .what ul li {
        padding-bottom: 20px;
    }
    #main .what ul li:first-child {
        padding-bottom: 30px;
    }
    #main .service {
        padding: 16px 0;
    }
    #main .service h2 {
        margin: 0 0 13px 0px;
        font-size: 2.5rem;
    }
    #main .service h2 span {
        margin: 0 0 20px 5px;
        padding-bottom: 10px;
        font-size: 1.8rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/service_bg01.png) no-repeat center bottom / 189px auto;
    }
    #main .service h2 small {
        font-size: 2rem;
    }
    #main .service h2 .cor {
        font-size: 2.5rem;
    }
    #main .service p {
        padding: 0 20px;
        font-size: 1.4rem;
    }
    #main .service .text {
        padding: 0 20px;
        font-size: 1.5rem;
    }
    #main .service .photo01 {
        margin: 25px auto 15px;
        padding-right: 0px;
        width: 304px;
    }
    #main .service .photo02 {
        margin: 46px auto 0;
        padding: 0 0 0 8px;
        width: 330px;
    }
    #main .service .photo03 {
        margin: 30px auto 17px;
        padding-right: 15px;
        width: 148px;
    }
    #main .service .photo04 {
        margin: 32px auto 38px;
        padding: 0 0 0 5px;
        width: 344px;
    }
    #main .specialized {
        margin-bottom: 20px;
        padding: 30px 0 5px;
    }
    #main .specialized h2 {
        margin-bottom: 15px;
        padding-bottom: 20px;
        font-size: 2.5rem;
        line-height: 1.6;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_specialized_img01.png) no-repeat left 55% bottom 10px / 318px auto;
    }
    #main .specialized h2 span {
        margin-bottom: 3px;
        font-size: 1.8rem;
    }
    #main .specialized .content {
        padding: 0 12px;
    }
    #main .specialized .title {
        margin-bottom: 33px;
        font-size: 1.5rem;
    }
    #main .specialized .imgBox {
        display: block;
    }
    #main .specialized .imgBox .photoBox {
        margin: 7px 0 25px;
        width: auto;
        text-align: center;
    }
    #main .specialized .imgBox .textBox {
        padding: 0 15px;
        width: auto;
        font-size: 1.5rem;
    }
    #main .specialized .imgBox .textBox p {
        margin-bottom: 25px;
    }
    #main .specialized .imgBox .textBox p span {
        font-size: 2rem;
    }
    #main .specialized .imgBox .textBox p small {
        font-size: 1.3rem;
    }
    #main .flow {
        margin-bottom: 60px;
        padding-bottom: 18px;
        background: linear-gradient(to bottom , #FFFFFF 60%, #EEECEE 123%);
    }
    #main .flow::before {
        bottom: -42px;
        width: 100%;
        height: 42px;
    }
    #main .flow h2 {
        font-size: 2.5rem;
    }
    #main .flow h2 span {
        font-size: 1.8rem;
    }
    #main .flow .text {
        margin-bottom: 100px;
        font-size: 1.5rem;
    }
    #main .flow ul {
        margin-top: -75px;
        padding: 0 5px;
        position: relative;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #main .flow ul::before {
        margin: 40px 0 0 -5px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 40px;
        height: 40px;
        background: url("https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon09.png") no-repeat center / 40px auto;
        content: "";
    }
    #main .flow ul li {
        margin: 75px 0 0 0;
        padding: 60px 5px 10px;
        width: calc((100% - 32px) / 2);
    }
    #main .flow ul li:nth-of-type(3),
    #main .flow ul li:nth-of-type(4) {
        padding-bottom: 18px;
    }
    #main .flow ul li .pho {
        width: 94px;
        height: 152px;
        top: -75px;
    }
    #main .flow ul li p {
        font-size: 1.2rem;
    }
    #main .flow ul li::before {
        right: -32px;
        width: 32px;
        height: 28px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon06.png) no-repeat center / 32px 28px;
    }
    #main .flow ul li:nth-of-type(2)::before {
        display: none;
    }
    #main .faq {
        margin: -20px 0 30px;
        padding: 30px 0 45px;
    }
    #main .faq .content {
        padding: 0 20px;
    }
    #main .faq h2 span {
        margin: 0 -10px -7px 0;
        font-size: 1.8rem;
    }
    #main .faq h2 {
        margin-bottom: 35px;
        font-size: 2.5rem;
    }
    #main .faq dl:first-of-type {
        margin-bottom: 25px;
    }
    #main .faq dl {
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: #FFF url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon07.png) no-repeat right 10px bottom 15% / 14px auto;
    }
    #main .faq dl:nth-of-type(2) {
        padding-bottom: 26px;
        background: #FFF url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon07.png) no-repeat right 10px bottom 30% / 14px auto;
    }
    #main .faq dl.on {
        background: #FFF url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon08.png) no-repeat right 10px bottom 9% / 14px auto;
    }
    #main .faq dl.on dt {
        padding-bottom: 6px;
    }
    #main .faq dl dt {
        padding: 0 10px 6px 1.9em;
        text-indent: -1.9em;
        font-size: 1.5rem;
        line-height: 1.75;
    }
    #main .faq dl dt span {
    margin-right: 15px;
        font-size: 2.2rem;
    }
    #main .faq dl dt span::before {
        width: 25px;
        height: 25px;
        border-radius: 100%;
}
    #main .faq dl dd {
        padding: 10px 19px 3px 28px;
        font-size: 1.5rem;

    }
    #main .now {
        margin-bottom: 30px;
    }
    #main .now .content {
        padding:  0;
    }
    #main .now p {
        margin-bottom: 0;
        font-size: 2.3rem;
    }
    #main .now p span {
        font-size: 3.8rem;
    }
    #main .now .topBox {
        margin: 0 10px 10px;
    }
    #main .now .tableBox {
        margin: 0 10px;
        padding: 30px 0 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
    #main .now .tableBox p {
        font-size: 2.4rem;
    }
}
@media all and (max-width: 374px) {
    #main .cosmetics h2::before {
        margin-right: -190px;
        right: 50%;
        top: 41px;
        width: 60px;
        height: 67px;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/cosmetics_img01.png) no-repeat center / 60px 67px;
    }
    #main .ec ul li .pho span {
        left: 0;
    }
    #main .ec ul li:nth-of-type(2n) .pho span {
        right: 0;
    }
    #main .ec ul li:nth-of-type(4) .txt {
        margin-right: 0;
    }
    #main .what .photo {
        width: auto;
    }
    #main .service .photo01 {
        width: auto;
    }
    #main .service .photo02 {
        width: auto;
    }
    #main .service .photo04 {
        width: auto;
    }
    #main .customer h2 {
        font-size: 2.6rem;
    }
    #main .customer ul li p {
        font-size: 1.2rem;
    }
    #main .customer ul li .imgBox .photoBox {
        width: 130px;
    }
    #main .cosmetics ul li .pho {
        width: 200px;
        top: -30px;
    }
    #main .cosmetics ul li:nth-child(2n) .pho {
        top: -36px;
    }
    #main .ec .content > p {
        font-size: 1.4rem;
    }
    #main .about h2 {
        font-size: 1.6rem;
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/sp_about_bg01.png) no-repeat center bottom / 306px 34px;
    }
    #main .about ul li {
        width: 96%;
    }

    #main .what ul li .topBox::before {
        bottom: -9%;
    }
    #main .what ul li .topBox .pho {
        right: 18px;
    }
    #main .what ul li .botBox .photo {
        padding-left: 0;
    }
    #main .what ul li:nth-of-type(3) .topBox .pho {
        top: 0px;
        right: 15px;
    }
    #main .what ul li:nth-of-type(4) .topBox .pho {
        margin-top: 0;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .textBox p {
        font-size: 1.8rem;
    }
    #main .what ul li:nth-of-type(4) .botBox .textArea .imgBox .photoList li {
        width: 67px;
    }
    #main .specialized .title {
        font-size: 1.4rem;
    }
    #main .flow::before {
        height: 42px;
    }
    #main .faq dl dt {
        padding: 0 0 6px 2.2em;
        text-indent: -2.2em;
        font-size: 1.2rem;
    }
    #main .faq dl dd {
        font-size: 1.3rem;
    }
    #main .about ul li a {
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon01.png) no-repeat left 65px center / 22px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg03.png) no-repeat center / cover;
    }
    #main .about ul li:nth-of-type(2) a {
        background: url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/icon02.png) no-repeat left 72px top 55% / 26px auto, url(https://www.logipremium.jp/wp-content/themes/logipremium/images/lp_cosme/main_visual_bg04.png) no-repeat center / cover;
    }
    #main .customer > p span {
        font-size: 2.2rem;
    }
    #main .cosmetics h2 {
        font-size: 2.5rem;
    }
    #main .cosmetics h2 .cor {
        font-size: 4rem;
    }
    #main .ec ul li .txt .title {
        font-size: 1.8rem;
    }
    #main .flow ul li p {
        font-size: 1rem;
    }
    #main .now p {
        font-size: 1.8rem;
    }
    #main .now p span {
        font-size: 3.4rem;
    }
}