@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */


/* ========== COMMON ========== */

body{
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 可変幅表示にて使用 */
#page-body {
	overflow: hidden;
	width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
	#page-body {
		width: 100vw;
		margin: 0 -10px;
	}
}
@media (max-width: 767px) {
	#page-body {
		width: 100vw;
		margin: 0 -5px;
	}
}

/* フッター上の余白を削除 */
#footer_banner {
	margin-top: 0;
}


/* ========== MAIN ========== */

#lp_main_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-family: "Times New Roman", "Noto Serif JP","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	word-wrap: break-word;
	color: #333333;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0em;
	clip-path: inset(0);
	background-color: #E5F2F5;
}
#lp_main_wrap::before {
	z-index: -1;
	inset: 0;
	width: 100vw;
	height: 100vh;
	background: #FFF;
}

/* lp_main */
#lp_main_wrap .lp_main {
	width: 100%;
	margin: 0;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}


/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap header.lp_mv {
	background: linear-gradient(to bottom, #f4f8fb 0% , #eff3f7 100%);
}
#lp_main_wrap header.lp_mv h2 {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
#lp_main_wrap header.lp_mv h2 img {
	width: 100%;
	margin: 0 auto;
}
#lp_main_wrap header.lp_mv_sp {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap header.lp_mv h2 {
		width: 100%;
	}
	#lp_main_wrap header.lp_mv h2 img {
		max-width: 100%;
	}
}


/* ========== NAV ========== */
/* lp_nav */
#lp_main_wrap .lp_nav {
	width: 90%;
	max-width: 1000px;
  margin: 88px auto 162px;
}
#lp_main_wrap .lp_nav_content {
	width: 100%;
}
#lp_main_wrap .lp_nav_list {
	display: flex;
	justify-content: center;
	gap: 10px;
}
#lp_main_wrap .lp_nav_list a,
#lp_main_wrap .lp_nav_list img {
	display: block;
  width: 100%;
  max-width: 100%;
	position: relative;
}
#lp_main_wrap .lp_nav_list a {
	transition-property: opacity;
	padding-bottom: 28px;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_nav {
		width: 100%;
		margin: 17% auto 17%;
	}
	#lp_main_wrap .lp_nav_list {
		gap: 0 2%;
		width: 100%;
	}
	#lp_main_wrap .lp_nav_list li {
		width: 32%;
		max-width: unset;
	}
	#lp_main_wrap .lp_nav_list a {
		padding-bottom: 20px;
	}
	#lp_main_wrap .lp_nav_list a::after {
		width: 6px;
		height: 6px;
		left: calc(50% - 3px);
	}
}

/* 追従ナビ */
#lp_main_wrap .side_nav_wrap {
    position: fixed;
	top: 0;
    left: -200px;
    width: 52px;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 100;
    transition: left 0.4s ease-out;
	overflow-y: auto !important;
    overflow-x: hidden !important;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
	border-right: solid 1px #333;
}
#lp_main_wrap .side_nav_wrap.show {
    left: 0;
}
#side_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#lp_main_wrap .nav_item {
    margin-bottom: 30px;
    text-align: center;
}
#lp_main_wrap .nav_item:last-child {
    margin-bottom: 0;
}
#lp_main_wrap .nav_item a {
    display: block;
}
#lp_main_wrap .nav_item img {
    width: 31px;
    height: auto;
    display: block;
}

#lp_main_wrap .nav_item.active[data-section="section1"] img { content: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/2026_mustbuytops/nav01_on.jpg"); }
#lp_main_wrap .nav_item.active[data-section="section2"] img { content: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/2026_mustbuytops/nav02_on.jpg"); }
#lp_main_wrap .nav_item.active[data-section="section3"] img { content: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/2026_mustbuytops/nav03_on.jpg"); }
#lp_main_wrap .nav_item.active[data-section="section4"] img { content: url("//ds-assets.store-image.jp/e-look.jp/2026/elook/2026_mustbuytops/nav04_on2.jpg"); }

.side_nav_wrap #side_nav .nav_item a .sp_img {
        display: none !important;
    }
@media screen and (max-width: 768px) {
    #lp_main_wrap .side_nav_wrap {
        position: fixed !important;
        top: auto !important;
        bottom: -61px !important;
        left: 0 !important;
        width: 100% !important;
        height: 16vw;
		max-height: 60px;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        padding: 0;
        overflow-y: visible;
        z-index: 1000;
        transition: bottom 0.4s ease-out !important;
        transform: none !important;
		border-right: none;
    }
	#lp_main_wrap .side_nav_wrap.show {
        bottom: 0 !important;
        left: 0 !important;
		max-height: 60px;
	}
	#lp_main_wrap #side_nav {
        width: 100%;
        height: 100%;
    }
    #lp_main_wrap #side_nav {
        width: 100%;
        height: 100%;
    }
    #lp_main_wrap #side_nav ul {
        display: flex;
		gap: 3%;
		justify-content: center;
        width: 100%;
        height: 100%;
		max-height: 60px;
        padding: 0;
        margin: 0;
    }
    #lp_main_wrap .nav_item {
        margin-bottom: 0 !important;
        height: 100%;
		max-width: 100px;
		width: fit-content;
    }
    #lp_main_wrap .nav_item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: 100%;
    }

    #lp_main_wrap .side_nav_wrap #side_nav .nav_item a .pc_img {
        display: none !important;
    }
    #lp_main_wrap .side_nav_wrap #side_nav .nav_item a .sp_img {
        display: block !important;
        width: auto;
        height: 100%;
        object-fit: contain;
    }
    #lp_main_wrap .nav_item.active img {
        content: none !important;
    }
}

/* ------------------------------------------- */

/* lp_content */
#lp_main_wrap .lp_content h2 img {
	margin: 151px auto 0;
	max-width: 80%;
}
#lp_main_wrap .content_lead {
	font-size: 16px;
	font-feature-settings: 'palt' on;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.6em;
	text-align: center;
	margin: 40px auto 100px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
#lp_main_wrap .lp_content {
	width: 90%;
	margin: 0 auto;
}
#lp_main_wrap .content_lead {
	font-size: 14px;
	margin: 26px 0 48px;
}
#lp_main_wrap .lp_content h2 img {
	max-width: 90%;
	margin-top: 80px;
}
}

/* メイン画像 */
#lp_main_wrap .content_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    column-gap: 0;
    row-gap: 20px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 7%;
	position: relative;
}

#lp_main_wrap .content_grid img {
    width: 100%;
    height: auto;
    display: block;
}

#lp_main_wrap .content_grid_img1 {
    grid-column: 1;
    grid-row: 1;
    position: relative;
	z-index: 2;
	margin-right: -15px;
}

#lp_main_wrap .content_grid_text {
    grid-column: 2;
    grid-row: 1;
    padding-left: 75px;
	padding-right: 45px;
	padding-top: 37px;
    box-sizing: border-box;
	line-height: 1.94;
	font-weight: 500;
}
#lp_main_wrap .content_grid_text .point {
    width: 93px;
	margin-bottom: 7px;
}
#lp_main_wrap .content_grid_img2 {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: -23px;
    width: 50%;
}

#lp_main_wrap .content_grid_name {
    grid-column: 1;
    grid-row: 2;
	margin: 5% auto;
    padding-right: 15px;
    box-sizing: border-box;
	text-align: center;
}
#lp_main_wrap .content_grid_name a {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: 14px;
    display: block;
	width: 105px;
	height: 28px;
	line-height: 26px;
	background-color: #fff;
	text-align: center;
	border: solid 1px #333;
	margin: 0 auto;
}
#lp_main_wrap .content_grid_name .logo {
	width: 90px;
	margin: 0 auto 16px;
}
#lp_main_wrap .content_grid_name .sc_logo {
	width: 120px;
	margin: 0 auto 16px;
}
#lp_main_wrap .content_grid_name .mk_logo {
	width: 150px;
	margin: 0 auto 16px;
}
#lp_main_wrap .content_grid_name .item-name {
	margin: 0 auto 4px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.09em;
}
#lp_main_wrap .content_grid_name .item-price {
	font-size: 14px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #lp_main_wrap .content_grid {
        display: flex;
        flex-direction: column;
        row-gap: 33px;
    }

    #lp_main_wrap .content_grid_img1 { order: 1; }
    #lp_main_wrap .content_grid_text { order: 2; }
    #lp_main_wrap .content_grid_img2 { order: 3; }
    #lp_main_wrap .content_grid_name { order: 4; }

    #lp_main_wrap .content_grid_img1,
    #lp_main_wrap .content_grid_text,
    #lp_main_wrap .content_grid_img2 {
        padding: 0;
        margin-left: 0;
		text-align: left;
		font-size: 13px;
    }
	#lp_main_wrap .content_grid_img1,
    #lp_main_wrap .content_grid_img2 {
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#lp_main_wrap .content_grid_img2 {
        order: 3;
        margin-left: 0;
        position: relative;
        right: auto;
        bottom: auto;
        padding-left: 0;
    }
	#lp_main_wrap .content_grid_name {
		margin: 0 auto;
		padding: 0;
	}
	#lp_main_wrap .content_grid_name .item-name {
		font-size: 17px;
	}
	#lp_main_wrap .content_grid_text .point {
		width: 81px;
	}
	#lp_main_wrap .content_grid_name .logo {
		width: 80px;
		margin: 0 auto 6px;
	}
	#lp_main_wrap .content_grid_name .item-price {
		margin-bottom: 16px;
	}
	#lp_main_wrap .content_grid_name a {
		width: 68px;
		height: 22px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

/* lp_brand */
#lp_main_wrap .lp_brand {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	margin: 110px auto 110px;
	background-color: #E5F2F5;
}
#lp_main_wrap .lp_brand h3{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 40px;
}
#lp_main_wrap .lp_brand ul{
	display: flex;
	gap: 14px;
	justify-content: center;
	margin: 0 auto 80px;
	max-width: 958px;
}
#lp_main_wrap footer {
	padding-top: 3px;
	background-color: #fff;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_brand {
		margin-bottom: 60px;
	}
	#lp_main_wrap .lp_brand h3 {
		font-size: 20px;
	}
	#lp_main_wrap .lp_brand ul{
	flex-wrap: wrap;
}
	#lp_main_wrap .lp_brand li {
		width: calc(45% - 14px);
	}
}




/* ========== ELEMENT ========== */

/* price */
#lp_main_wrap .price .msize,
#lp_main_wrap .price .lsize,
#lp_main_wrap .price .osize {
	display: inline-block;
	line-height: 1 !important;
}
#lp_main_wrap .price {
	display: inline;
	flex-wrap: wrap;
	gap: 5px;
}
#lp_main_wrap .price .msize::before,
#lp_main_wrap .price .lsize::before {
	display: inline-block;
	margin-right: 4px;
}
#lp_main_wrap .price .msize::before {
	content: "M";
}
#lp_main_wrap .price .lsize::before {
	content: "L";
}
#lp_main_wrap .price a {
	display: inline-block;
	text-decoration: none;
}

/* swiper */
#lp_main_wrap .swiper-wrapper {
	margin-bottom: 104px;
}
#lp_main_wrap .swiper-itemlist {
	overflow: hidden;
	position: relative;
}
#lp_main_wrap .swiper-slide {
	width: 25%;
	margin-right: 10px;
}
#lp_main_wrap .swiper-slide:last-child {
	margin-right: 0;
}
#lp_main_wrap .swiper-container-horizontal > .swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 4px;
	z-index: 50;
	width: 100%;
	height: 1px;
	margin-top: 48px;
	border-radius: 0;
}
#lp_main_wrap .swiper-scrollbar {
	background-color: #3d3935;
}
#lp_main_wrap .swiper-scrollbar-drag {
	top: -2px;
	height: 5px;
	background-color: #3d3935;
	border-radius: 0;
}
#lp_main_wrap .note {
	margin-top: 30px;
	letter-spacing: 0.12em;
}
.swiper-scrollbar-lock {
	display: none !important;
}
@media (max-width: 767px) {
	#lp_main_wrap .swiper-wrapper {
		margin-bottom: 57px;
	}
	#lp_main_wrap .swiper-itemlist {
		overflow-x: auto !important;
        overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
        position: relative;
        width: 100%;
			scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        }
#lp_main_wrap .swiper-itemlist::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
	#lp_main_wrap .swiper-slide {
		width: calc((100% - 10%) / 2);
		margin-right: 8px;
	}
	#lp_main_wrap .swiper-slide img {
		width: 100%;
	}
	#lp_main_wrap .swiper-container-horizontal > .swiper-scrollbar {
	margin-top: 40px;
	}
	#lp_main_wrap .note {
	line-height: 1.5;
	}
}

/* lp_content_item */


/* ========== ANIMATION ========== */


/* slider */
#lp_main_wrap .content_item_img {
    min-width: 0;
}
#lp_main_wrap .content_item_slider_for {
	overflow: hidden;
	display: flex;
  max-width: 600px;
  margin: 0 auto;
}
#lp_main_wrap .content_item_slider_for li:not(:first-child) {
  display: none;
}
.content_item_slider_for.slick-initialized li {
  display: block;
}
#lp_main_wrap .content_item_slider_for li a img{
  display: block;
  margin: auto;
}
#lp_main_wrap .content_item_slider_for .arrow-left {
  position: absolute;
  top: 45%;
  left: 3%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  z-index: 1;
}
#lp_main_wrap .content_item_slider_for .arrow-right {
  position: absolute;
  top: 45%;
  right: 3%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 768px) {
#lp_main_wrap .content_item_slider_for .arrow-left {
  position: absolute;
  top: 45%;
  left: 10%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
  z-index: 1;
}
#lp_main_wrap .content_item_slider_for .arrow-right {
  position: absolute;
  top: 45%;
  right:10%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  z-index: 1;
}
}




/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 100px auto 110px;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 2.18;
	letter-spacing: 0.082em;
}
#lp_main_wrap .lp_lead span {
	color: #00A1FF;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
	width: 100%;
	margin: 60px auto 60px;
	padding: 0;
}
#lp_main_wrap .lp_lead_inner {
	max-width: 1280px;
	margin: 0 auto;
}
#lp_main_wrap .lp_lead .lead_main_title {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 0;
}
#lp_main_wrap .lp_lead .lead_main_text {
	font-size: 14px;
	margin-top: 9px;
}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_lead p {
		font-size: 14px;
		line-height: 2.18;
		letter-spacing: 0.08em;
	}
}

/* ====NAVI===== */
#lp_main_wrap .nav {
	width: 75%;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#lp_main_wrap .nav ul {
	display: flex;
	gap: 55px;
	justify-content: center;
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
#lp_main_wrap .nav li {
	text-align: center;
}
#lp_main_wrap .nav li a {
	display: block;
}
#lp_main_wrap .nav span {
	margin-top: 11px;
	font-size: 17px;
	font-weight: 400;
	font-family: "Times New Roman", "Yu Mincho" serif !important;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	#lp_main_wrap .nav {
		width: 100% ;
		margin: 0 0 90px 30px;
	}
	#lp_main_wrap .nav ul {
		display: flex;
		width: 90%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 20px;
		list-style: none;
		scrollbar-width: none;
		position: relative;
		right: 0;
		justify-content: flex-start;
		margin: 0;
	}
	#lp_main_wrap .nav ul::-webkit-scrollbar {
		display: none;
	}
	#lp_main_wrap .nav li {
		flex: 0 0 calc((100% - (20px * 1.5)) / 2.5);
		scroll-snap-align: start;
		gap: 15px;
		scroll-padding-left: 20px;
	}
	#lp_main_wrap .nav li img {
		width: 100%;
		height: auto;
	}
	#lp_main_wrap .nav span {
		position: absolute;
		margin-top: 0;
		right: 10px;
	}
}

/* navi固定 */
#lp_main_wrap .nav_container{
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#lp_main_wrap #global_nav {
  z-index: 10;
}
#lp_main_wrap #global_nav .img_default {
  display: block;
  height: auto;
}
#lp_main_wrap #global_nav .img_fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
  background-color: #fff;
}
#lp_main_wrap #global_nav .dummy {
	overflow: hidden;
}

#lp_main_wrap #global_nav.fixed {
  position: fixed;
  transform: translateY(0);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@keyframes slideIn {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

#lp_main_wrap #global_nav.fixed .img_default {
  display: none;
}
#lp_main_wrap #global_nav.fixed .img_fixed {
	opacity: 1;
	transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
	#lp_main_wrap #global_nav.fixed {
		width: 70px;
		position: fixed;
		top: 50%;
		right: 10px;
		translate: 0 -50%;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list {
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 70px;
		animation: fadeIn 1s ease 0.1s forwards;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list li {
		max-width: unset;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a {
		padding-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a::after {
		display: none;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap #global_nav.fixed {
		position: fixed;
		gap: 0;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: auto;
		translate: 0 0;
		transform: none;
		overflow-x: inherit;
		background-color: #fff;
		padding-bottom: env(safe-area-inset-bottom);
		margin: 0;
		padding: 0;
		overflow-x: inherit;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list {
		display: flex;
		justify-content: center;
		flex-direction: row;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		flex-wrap: nowrap;
		gap: 0 25px;
		opacity: 1;
		animation: fadeIn 1s ease 0.1s forwards;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list li {
		margin: 0;
		flex: auto;
	}
	#lp_main_wrap #global_nav.fixed .img_fixed {
		position: relative;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a {
		padding-bottom: 0;
	}
	#lp_main_wrap #global_nav.fixed .lp_nav_list a::after {
		display: none;
	}
}


/* ========== CONTENT 共通 ========== */


/* lp_content_item_credit */
#lp_main_wrap .lp_content_item {
	max-width: 1170px;
    margin: 100px auto 0;
}
#lp_main_wrap .lp_content_item_credit {
	margin-top: 14px;
	text-align: center;
}
#lp_main_wrap .lp_content_item_credit .kt_logo {
	width: 65px;
}
#lp_main_wrap .lp_content_item_credit .sc_logo {
	width: 89.4px;
}
#lp_main_wrap .lp_content_item_credit .mk_logo {
	width: 104px;
}
#lp_main_wrap .lp_content_item_credit .plus_logo {
	width: 104px;
}
#lp_main_wrap .lp_content_item_credit p {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
#lp_main_wrap .lp_content_item_credit p + p {
	margin-top: 10px;
}
#lp_main_wrap .lp_content_item_credit p.price {
	gap: 2px 9px;
	width: 180px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0em;
}
#lp_main_wrap .price a {
	border-bottom: 1px solid #000;
}
#lp_main_wrap .p-item-list__price {
	display: inline-block;
    margin-top: 4px;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 3px;
}
/* 各セクション最下部ボタン */
#lp_main_wrap .lp_content_btn {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    display: block;
    color: #333;
    background-color: #fff;
    border: solid 1px #333;
    width: 316px;
    line-height: 64px;
    font-size: 18px;
    position: relative;
    height: 64px;
    text-align: center;
    font-weight: 400;
	margin: 0 auto 104px;
}
#lp_main_wrap .lp_content_btn::after {
	display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_content_item {
		width: auto;
		margin: 60px auto 0;
	}
	#lp_main_wrap .lp_content_item_credit {
		margin-top: 12px;
	}
	#lp_main_wrap .lp_content_item_credit p + p {
		margin-top: 12px;
		font-size: 13px;
	}
	#lp_main_wrap .lp_content_item_credit p.price {
		gap: 0 5px;
	}
	#lp_main_wrap .lp_content_btn {
		width: 100%;
		font-size: 16px;
		margin-bottom: 0;
	}
	#lp_main_wrap .p-item-list__price {
		margin-top: 8px;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_content_item_credit p.price {
		font-size: 10px;
		width: 100%;
		flex-wrap: wrap;
	}
}


/* lp_footer_copyright */
#lp_main_wrap .lp_footer_copyright {
	font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HiraMinProN-W3","游明朝","Yu Mincho","YuMincho", serif;
	font-weight: 400;
	font-style: normal;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}


/* 最下部ボタン */
#lp_main_wrap .lp_item_btn {
	margin-bottom: 111px;
}
#lp_main_wrap .lp_item_btn a {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	display: block;
	width: 90%;
    max-width: 770px;
    height: 70px;
    line-height: 70px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
    margin: 0 auto 15px;
    position: relative;
}
#lp_main_wrap .lp_item_btn a::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_item_btn a {
		font-size: 16px;
		width: 90%;
		height: 70px;
		line-height: 1.3;
		padding: 14px;
	}
}


/* ========== UTILITY ========== */

#lp_main_wrap .reverse {
	flex-direction: row-reverse;
}
#lp_main_wrap .lp_viewpc_block {
	display: block;
}
#lp_main_wrap .lp_viewpc_inline {
	display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
	display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
	display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
	display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
	display: none;
}

/* 各セクション用 */
#lp_main_wrap .sec1_color {
	color: #46BDC6;
	font-weight: bold;
}
#lp_main_wrap .sec2_color {
	color: #E5AB54;
	font-weight: bold;
}
#lp_main_wrap .sec3_color {
	color: #D15A76;
	font-weight: bold;
}
#lp_main_wrap .sec4_color {
	color: #5897DD;
	font-weight: bold;
}
.sp_archive_wrap {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
		display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
		display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
		display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
		display: none;
	}
}

#footer_banner {
	margin-top: 0 !important;
}
}