@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

article.lp {
    background: #96ff00;
}

article.lp * {
    font-family: "Noto Sans JP", sans-serif;
}

article.lp .bg_yellow {
    background: #ffff00;
}

article.lp section {
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

.mv > img {
    width: 101.5%;
}

.relative {
    position: relative;
    padding: 110px 0 220px;
}

.bgTitle {
    background-image: url('/pc/img/feature/onetouch-film/title_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px;
    padding-right: 60px;
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    width: 400px;
    margin: 0 auto;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.sectionLead {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

/* ============================
   lead
============================ */
.lead {
    margin-top: 40px;
}

.lead span {
    display: block;
    line-height: 1;
    word-break: keep-all;
}

.lead_top {
    display: flex;
    align-items: center;
    font-size: 154px;
}

.lead_top span {
    font-weight: 900;
}

.lead_top_column {
    font-size: 77px;
}

.lead_bottom > span {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
}

.lead_bottom_first {
    font-size: 144px;
}

.lead_bottom_second {
    font-size: 105px;
    margin-top: 20px;
}

.lead_bottom {
    margin-top: 20px;
}

/* ============================
   item
============================ */
.item {
    margin-top: 40px;
    padding-bottom: 200px;
}

.item_image {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.itemDetail {
    width: 600px;
    margin: -170px auto;
    padding-bottom: 170px;
}

.itemDetail_header {
    text-align: right;
    line-height: 1.2;
}

.itemDetail_name {
    font-size: 40px;
    font-weight: bold;
}

.itemDetail_text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

/* 価格部分 */
.itemDetail_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemDetail_catch {
    width: 150px;
    height: 150px;
}

.itemPrice {
    display: flex;
    align-items: baseline;
}

.itemPrice_tax {
    background: #FF0000;
    color: white;
    writing-mode: vertical-lr;
    line-height: 1;
    padding: 10px 5px;
    font-size: 20px;
    margin-right: 20px;
}

article.lp .itemPrice_number {
    color: #FF0000;
    line-height: 1;
    font-size: 200px;
    letter-spacing: -0.04em;
    font-family: "Boogaloo", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.itemPrice_yen {
    color: #FF0000;
    line-height: 1;
    font-size: 50px;
    font-weight: bold;
    margin-left: 10px;
}

.itemPriceTaxOn {
    text-align: right;
    font-size: 20px;
    margin-top: -20px;
    padding-bottom: 20px;
}

/* リスト */
.itemFeatureList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 500px;
    margin: 20px auto 0;
}

.itemFeatureList > li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itemFeatureList_image {
    width: 65px;
}

.itemFeatureList_text {
    text-align: center;
    word-break: keep-all;
    line-height: 1.1;
    margin-top: 5px;
    width: 65px;
}

/* 価格装飾 */
.item_decolation {
    position: relative;
    width: 150px;
    height: 150px;
    margin-left: 65px;
    margin-top: 50px;
}

.item_decolation .square1 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
}

.item_decolation .square2 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(15deg);
}

.item_decolation .square3 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(30deg);
}

.item_decolation .square4 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}

.item_decolation .square5 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(60deg);
}

.item_decolation .square6 {
    width: 110px;
    height: 110px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(75deg);
}

.item_decolation .text_wrap {
    position: absolute;
    top: 18px;
}

.item_decolation .text {
    font-size: 20px;
    color: white;
    text-align: center;
    word-break: keep-all;
    line-height: 1.1;
    font-weight: 900;
}

.item_decolation .text2 {
    font-size: 24px;
    color: white;
    text-align: center;
    word-break: keep-all;
    line-height: 1.1;
    font-weight: 900;
}

/* ============================
   howto
============================ */
.youtube_wrapper {
    text-align: center;
    margin-top: 80px;
}

.howto {
    position: relative;
    line-height: 1.2;
    margin-top: 80px;
}

.howto::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 260px), -50%);
    width: 2px;
    height: 98%;
    background-image: repeating-linear-gradient(
      to bottom,
      black 0 8px,   /* ドットの色と長さ */
      transparent 4px 16px /* ドット間隔 */
    );
    z-index: 0;
}

.howto > li {
    display: flex;
    align-items: flex-start;
    width: 580px;
    margin: 0 auto;
}

.howto > li + li {
    margin-top: 80px;
}

.howto_number {
    background: black;
    color: white;
    font-size: 50px;
    line-height: 1;
    padding: 1px 16px 7px;
    margin-right: 20px;
    z-index: 1;
}

.howto_title {
    font-size: 30px;
    font-weight: bold;
}

.howto_note {
    font-size: 20px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 20px;
}

.howto_image {
    width: 400px;
    margin-top: 20px;
}

/* ============================
   商品特徴
============================ */
.feature {
    width: 600px;
    margin: 60px auto 0;
}

.feature_image {
    width: 100%;
}

.feature_note {
    font-size: 20px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
    width: fit-content;
    margin: 40px auto;
}

.items_image {
    width: 100%;
}

.btn_wrap {
    width: 680px;
    display: flex;
    margin: 0 auto 80px;
}

.btn_wrap > li + li {
    margin-left: 40px;
}

.btn_image {
    width: 100%;
    height: auto;
}

.btn_image:hover {
    opacity: 0.7;
}

/* itemTable */
.itemTable {
    width: 680px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid black;
    background: white;
    line-height: 1.5;
}

.itemTable + .itemTable {
    margin-top: 40px;
}

.itemTable caption {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

.itemTable th,
.itemTable td {
    font-size: 18px;
    border: 1px solid black;
    padding: 8px 12px;
    font-weight: bold;
    padding: 10px 15px;
    vertical-align: top;
}

.itemTable th {
    background-color: #646464;
    color: #ffffff;
    text-align: left;
    width: 230px;
}

/* ============================
   取扱店舗を探す

============================ */
.title_back {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    background-color: #1b2a5b;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    line-height: 65px;
    color: white;
}

.store {
    margin-top: 80px;
}

.store_search {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 30px auto 0;
}

.store_search div,
.store_search .selectCustom {
    display: block;
    width: 400px;
}

.store_search div {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.store_search .selectCustom {
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.selectCustom::after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span {
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem {
    display: none;
}

.store_list {
    width: 800px;
    margin: 30px auto 0;
}

.store_list .store_listTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

.shopList li a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.detail-bottom_btn {
    background: #eee;
    padding: 40px 0;
}

.detail-bottom_btn a {
    background: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.detail-bottom_btn + .category {
    margin: 0 auto 80px;
}

.detail-bottom_btn + .category .geoselection_title {
    border-top: 0;
}

.detail-bottom_btn {
    margin-top: 40px;
}