@media only screen and (min-width: 767px) and (max-width: 1280px) {
	/*ここにタブレット用スタイルを記述*/
}
/*--------------------------------------------------------------
  setting
--------------------------------------------------------------*/
body {
		font-family: verdana,arial, "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
		height: 100%;
		font-size: 14px;
		font-weight: 300;

		position: relative;
		margin: 0;
		padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
main {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.container-inner {
    padding-bottom: 50px;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;

}
.Feedback,.Footer,.Header {
    display: none;
}
/*--------------------------------------------------------------
  indexページ
--------------------------------------------------------------*/
.index-area {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card .btn-primary {
    color: #fff;
    background-color: #744a4a;
    border-color: #744a4a;
    width: 100%;
}
.item-box {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    max-width: 1000px;
}
.item-box .card {
    margin: 10px auto;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 35%);
    max-width: 290px;
}
.column-item-box {
    padding-top: 15px;
    padding-bottom: 25px;
    margin: auto;
    max-width: 900px;
}
.column-item-box .col-md-3 {
    text-align: center;
}
.column-item-box .text-muted {
    color: #5f3131!important;
}
h5.mb-1 {
    font-size: 1rem;
}
.list-group-item {

    border: 1px solid rgba(0,0,0,.255);
}
.index-main .carousel {
    position: relative;
    max-width: 750px;
    margin: auto;
}
.new_title {
    padding: 10px;
    border-bottom: 1px solid #744a4a;
    font-size: 1.2rem;
    font-weight: 600;
    color: #744a4a;
    margin: 0 auto 15px
}
h5.card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #744a4a;
    min-height: 44px;
}
h2.card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #744a4a;
    height: 44px;
}
p.card-text {
    height: 65px;
}
.index-side {
    max-width: 100%;
    margin: 0 0 0 auto;
    /*padding-left: 20px;*/
}
.index-side-title {

    padding: 0 10px 10px 10px;

    font-size: 1.2rem;
    font-weight: 600;
    color: #a74444;
}
.index-side-column-title {
    padding: 0 10px 10px 10px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #a74444;
    margin-top: 20px;
    border-bottom: 1px solid #a74444;
    margin-bottom: 10px;
}
.index-side .list-group-item {
    padding: 0.5rem 1rem;
    background-color: #fbebea;
    border: 1px solid #fff;
    font-size: 1.1rem;
    color: #a74444;
}
.card-text:last-child {
    margin-bottom: revert;
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width: 100%;
}
}
@media (min-width: 1400px){
    .container, .container-md, .container-sm {
        max-width: 1320px;
    }  
}
@media all and (max-width: 767px) {


    .item-box .card{
        max-width: 90%;
    }
    .index-side {

        display: none;
    }
}
.guide-txt {
    padding: 20px;
}
.tokusho-inner a {
    color: cornflowerblue;
}

/*--------------------------------------------------------------
  side
--------------------------------------------------------------*/
.cgroup {
    max-width: 286px;
    margin: auto;
    margin-bottom: 10px;
}
.cgroup h5.card-title {
    font-size: 1.12rem;
    font-weight: 600;
    color: #561e1e;
}
h5.card-title:after {
    content: " ▶︎▶︎";
    font-size: 14px;
    vertical-align: 0.1em;
    color: brown;
}
.cgroup .card-body {
    padding: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.7);
}
.cgroup .col {
    margin-bottom: 12px;
}
.cgroup .card-title {
    margin-bottom: 0px;
}
.cgroup img.card-img-top {
    object-fit: cover;
    height: 180px;
}
.side-spacer {
    border-bottom: 5px dotted #ebc9c6;
    max-width: 85%;
    margin: 0 auto 20px;
}
@media all and (max-width: 1200px) {
    .cgroup h5.card-title {
        font-size: 14px;

    }
    h5.card-title:after {

        font-size: 12px;

    }
}
@media all and (max-width: 991px) {
    .cgroup h5.card-title {
        font-size: 11px;

    }
    .cgroup .card-body {
        padding: 0;

    }
}
/*==================================================
スライダーのためのcss
===================================*/
.instagram-pc,.instagram-mobile {
    position: relative;

}
.slider img, .slider video,.slider2 img, .slider2 video,.slider-pc img, .slider-pc video,.slider-pc2 img, .slider-pc2 video {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 0px 10%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide,.slider2 .slick-slide {
    margin:0 3px;/*スライド左右の余白調整*/
}
.instagram-pc ul,.instagram-mobile ul{
    margin-bottom: 0;
}
ul.t1,ul.t2 {
    padding: 0px;
    height: 150px;
}
.instagram-pc {
    max-width: 890px;
    margin: auto;
    border: 10px solid rgb(255 217 217 / 76%);
    box-sizing: border-box;
    border-radius: 5px;

}
.instagram-mobile {
    display: none
}
.pickup {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 217 217 / 76%);
    padding: 5px;
    width: fit-content;
    border-radius: 0px 0px 10px 0px;
    font-weight: 600;
    color: brown;
}
.pickup_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(255 217 217 / 76%);
    padding: 5px;
    width: fit-content;
    border-radius: 10px 0px 0 0px;
    font-weight: 600;
    color: brown;
    text-align: center;
}
.pickup img {
    padding-left: 8px;
}
.pickup_bottom a {
    color: brown;
}
.pickup_bottom:after {
    content: " ▶︎▶︎";
    font-size: 14px;
    vertical-align: 0.1em;
    color: #ff7743;
}
@media all and (max-width: 767px) {
    .instagram-pc{
        display: none;
    }
    .instagram-mobile {
        display: block;
        border: 10px solid rgb(255 217 217 / 76%);
    box-sizing: border-box;
    border-radius: 5px;
    }
    .pickup {
        width: 35%;
    }
    .pickup_bottom{
        width: 49%;
        text-align: center;
    }

}
/*--------------------------------------------------------------
  購入ページ共通
--------------------------------------------------------------*/
.lp-area {
	/*
	padding:10px;
	*/
}

.form-area {
	background-color: #f4f4f4;
}

.form-title {
	background-color: #62cadf;
	padding: 8px;
	font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-area-inner {
    background-color: white;
    margin: auto;
    padding: 15px;
}
button#SEARCH_POST_NUMBER,button#O_SEARCH_POST_NUMBER {
    color: #fff;
    background-color: #1a73e8;
    border-color: #1a73e8;
}
.btn-primary {
    color: #fff;
    background-color: #00ab2d;
    border-color: #00ab2d;
	width: 30%;
}
button.btn.btn-primary.btn-lg:hover {
	background-color: #01721f;
    border-color: #01721f;
}
.note {
	margin-top: 10px;
	margin-bottom: 0px;
	color:#bbbbbb;
}
input#checkbox-1 {
    transform: scale(1.5);
    margin: 0 0px 0 3px;
}
span.label-required {
    color: crimson;
    font-size: small;
    margin-left: 5px;
}
.acceptance_bt a {
    color: #4c83e7;
    font-size: small;
}
input#ACCEPTANCE {
    transform: scale(1.5);
    margin: 0 3px 0 3px;
}
.acceptance {
    margin-top: 35px;
    border-top: 1px solid #ccc;
}
.confirm_info {
    width: fit-content;
    margin: auto;
    background: #fff5e3;
    padding: 10px;
    border-radius: 10px;
}
.confirm_info_title {
    font-weight: 700;
    font-size: 17px;
    color: brown;
}
.buy-box-inner-txt_bottom {
    text-align: center;
    padding: 20px 0;
    color: red;
    font-size: 20px;
    font-weight: 500;
}
.btn--orange, a.btn--orange {
    color: #fff;
    background-color: #2d3b63;
    padding: 2px 10px;
    margin: 5px 0;
    font-size: 14px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}
.receipt_tip {
    font-size: 12px;
}

@media all and (max-width: 767px) {
	.note {
		margin-top: 10px;
		color:#bbbbbb;
	}

	.form-title {
	    margin-top: 10px;
	}
	.btn-primary {
		width: 100%;
	}
    img.d-block.buy-product-button-img {
    
        max-width: 100%;
        margin: auto;
       
    }
    
}
@media all and (max-width: 995px) {
    img.d-block.buy-product-button-img {
    
        max-width: 100%;
        
        margin: auto;
    }
}

/*-------*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

table th {
	width: 25%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #f7f7f7;
}

table td {
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px 14px 10px 14px;
	vertical-align: top;
	text-align: left;
}
table.table {
    margin-bottom: 5rem;
}
.confirm-inner {
    padding: 20px;
    max-width: 850px;
    margin: auto;
}
.confirm-inner h3 {
    font-weight: 600;
    color: #744a4a;
}
.confirm-inner h5 {
    font-weight: 600;
    color: #bb4d4d;
}
.complete-inner {
    padding: 20px;

}
.complete-box {
    max-width: 800px;
    margin: 80px auto;

}
.return-home {
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #744a4a;
}
.return-home a {

    color: #744a4a;
}
.return-home i {
    font-size: 30px;
}
.complete-box-inner,.regist-complete-box-inner {
    background-color: #fdf3f3;
    border: 1px solid;
    padding: 10px;
    text-align: center;
}
.complete-box-inner h3,.regist-complete-box-inner h3 {
    color: #c7520e;
}
.complete-box-inner h4 {
    color: #ad5151;
}
.complete-box-inner p,.regist-complete-box-inner p {
    color: #744a4a;
}

.regist-complete-box-inner img.header-index-image,.complete-box-inner img.header-index-image {
    padding: 20px 0;
    max-height: 165px;
}
.card_logo {
    padding: 5px 0px;
}
@media all and (max-width: 767px) {


	table th, table td {
		display: block;
		width: 100%;
		border: none;
		padding-bottom: 0px;
		background-color: #fff;
	}
    .form-area-inner .col-5 {
        width: 67%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1280px) {
	/*ここにタブレット用スタイルを記述*/
	table th {
		width: 30%;
	}
}
/*--------------------------------------------------------------
  ログインフォーム
--------------------------------------------------------------*/
.login_block {
    padding: 10px;
    max-width: 750px;
    margin: auto;
}
.login_block .btn-primary {
    width: 30%;
    color: #fff;
    background-color: #744a4a;
    border-color: #744a4a;
}
dl.accordion-checkbox, dl.accordion-radio {
    border: solid 1px #dcd9d8;
}
label.login_label {
    width: 100%;
    cursor: pointer;
    cursor: pointer;
    border-top: solid 1px #dcd9d8;
    padding: 10px;
    font-weight: normal;
    color: #4a270e;
    background-color: #fff5f4;
}
.accordion-checkbox dd, .accordion-radio dd {
    display: none;
    background-color: #fffcf8;
    border-top: solid 1px #dcd9d8;
    padding: 10px;
    margin-bottom: 0;
}
.login-help {
    text-align: right;
    margin-bottom: 15px;
}
.login-help li {
    list-style: none;
    padding-top: 10px;
}
.login-help li a {
    color: cornflowerblue;

}
.login-help .fa {
    margin-right: 0px;
    margin-left: 10px;
}
dd.ContentWrap {
    margin: 0;
}
.login-btn{
    text-align: center;
}
dt.switch {
    background-color: #f1ffeb;
}
.checkbox-input + .checkbox-icon {
    position: relative;
    vertical-align: bottom;
}
span.checkbox-icon {
    font-size: 15px;
    color: #4e4746;

}
.checkbox-area span, .radio-area span {
    margin-right: 10px;
}
.login_block_main {
    height: 450px;
    margin-bottom: 15px;
}
.login_block_main .btn-primary {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #744a4a;
    border-color: #744a4a;
}
dl.login_block_main_inner {
    border: 1px solid #744a4a;
    background-color: #fffcf8;;
    height: 100%;
}
.login_block_main .login-help {
    margin-right: 15px;
    text-align: right;
    margin-bottom: 15px;
}
dt.login_block_main_title {
    font-size: 1.2rem;
    color: #744a4a;
    padding: 10px;
    background-color: antiquewhite;
    text-align: center;
}
.login-box {
    padding-bottom: 15px;
    margin: auto;
    max-width: 850px;

}
@media all and (max-width: 767px) {
    .login_block .btn-primary {
        width: 100%;
   
    }
}
/*--------------------------------------------------------------
  会員登録関連
--------------------------------------------------------------*/
.member-regist-btn {
    margin: auto;
    width: 80%;
    background-color: white;
    padding: 20px;
    text-align: center;
    border: 1px solid #41464b;
    border-radius: 30px;
}
.member-regist-mail .btn-outline-secondary {
    background-color: #744a4a;
    color: white;
}
.member-regist-mail {
    color: #744a4a;
}
.member-regist-form h3.form-title {
    background-color: antiquewhite;
    color: #744a4a;
}
.member-regist-form .block.login-btn {
    padding: 35px 0;
}
.member-regist-form button#Entry {
    background-color: #744a4a;
    border-color: #744a4a;
}
.member-regist-form table th {
    width: 30%;
}
@media all and (max-width: 767px) {
    .member-regist-form table th {
        width: 100%;
    }
}
/*--------------------------------------------------------------
  マイページ
--------------------------------------------------------------*/
.mypage-box {
    max-width: 800px;
    margin: 80px auto 205px;
}
@media all and (max-width: 767px) {
    .mypage-box {

        margin: 40px auto 205px;
    }
}
.mypage-box-inner {
    background-color: #fdf3f3;
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
}
.mypage-card-box-inner {

    padding: 10px;
    margin-top: 10px;
    background-image: url(/images/mypage-card.png);
    width: 350px;
    height: 210px;
    margin: 10px auto;
    position: relative;
}
.mypage-card-box-inner h4 {
    font-size: 13pt;
    color: #544949;
    position: absolute;
    top: 93px;
    left: 168px;
    font-weight: 600;
}
.mypage-card-box-inner h5 {
    font-size: 13pt;
    color: #544949;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 500;

}
.mypage_title {
    padding: 10px;
    border-bottom: 1px solid #744a4a;
    font-size: 1.2rem;
    font-weight: 600;
    color: #744a4a;
    margin: 0 auto 15px;
}
.mypage-box-inner h3 {
    font-size: 22px;
    color: #544949;
    font-weight: 600;
}
.mypage-box-inner h4 {
    font-size: 20px;
    color: #544949;

}
.STATUS_BEFORE_PURCHASE {
    color: brown;
    font-weight: 600;
}
.STATUS_FINISH {
    color: #0e9b4c;
    font-weight: 600;
}
.STATUS_RETURN {
    color: #ad55e5;
    font-weight: 600;
}
.STATUS_CANCEL {
    color: #436fbf;
    font-weight: 600;
}
.STATUS_DELIVERY {
    color: #cd7100;
    font-weight: 600;
}
/*--------------------------------------------------------------
  静的ページ共通
--------------------------------------------------------------*/
.title {
    border-bottom: #4f413c solid 2px;
    padding: 15px;
}
.tokusho-inner .title,.kiyaku-inner .title,.guide-inner .title,.privacy-inner .title,.info_form-inner .title {
    font-size: 20px;
    color: #444444;
    padding: 6px;
	font-weight: 600;
}
.tokusho-inner {
    background-color: white;

}
.privacy-inner {
    padding-bottom: 73px;
}
.sub-title {
	background-color: #dcd9d8;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.image-inner {
    position: absolute;
    bottom: 100px;
    background-color: #62cadf;
    z-index: 1;
    width: 100%;
}

.first-contens {
    max-width: 880px;
    margin: auto;
}
.second-contents {
    max-width: 946px;
    margin: auto;
}
.second-contents h1 {
    text-align: center;
    color: #1d285a;

    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.second-ontents-img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.second-img01,.second-img02 {
    border-bottom: 1px solid #fff;
}
.second-img01,.second-img02,
.second-img03,.second-img04 {
	padding-top: 10px;
    padding-bottom: 10px;
	max-width: 100%;
}
.second-product-img,.third-product-img,.fourth-product-img,.fifth-product-img,
.sixth-product-img,.seventh-product-img,.eighth-product-img,.buy-product-img,
.buy-title-img,.buy-product-button-img,.buy-product-5c-img,
.buy-product-1c-img,.buy-product-10c-img,.overview_img_lp2{
	padding: 10px;
	max-width: 100%;
}
img.d-block {
    margin: auto;
}

@media screen and (max-width:768px) {
	.second-contents h1 {

		font-size: 14px;

	}
	.second-img03 {
		border-bottom: 1px solid #fff;
	}
}
.third-contents {
    background-color: #f4f4f4;
    padding: 30px 20px;
	border-radius: 30px 30px 0 0;
}


.fourth-contents,.sixth-contents,.eighth-contents,.buy-box-inner{
    background-color: #ffffff;


}
.fourth-contents-txt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fourth-contents-txt p {
    font-weight: 600;
    font-size: 1.15rem;
    margin: 0;
}

.fourth-contents-box {
	padding: 30px 10px 0;
}
.fourth-contents-report {
    background-color: #fffbee;
	padding: 30px 20px;
}

.fifth-contents,.seventh-contents,.buy-contents {
    background-color: #f4f4f4;
}
.buy-contents-title {
    background-color: #62cadf;
}
.buy-contents-box {
    max-width: 860px;
    margin: auto;
}
.buy-box-inner{

}
.buy-product-1c-img {
    position: relative;
    top: -54px;
}
.buy-box-inner-txt {
    padding: 10px 15px;
}
.buy-box-inner-txt p {
    margin: 0;
}
.buy-box-inner-button {
    padding: 0px;
    margin: auto;
}
span.main-price {
    font-weight: 600;
    font-size: 40px;
}
span.cp-price {
    font-size: 35px;
    font-weight: 600;
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-style: solid;
    text-decoration-thickness: 3px;
}
.cp_price_img {
    position: absolute;
    top: 80px;
    left: 45px;

}
.cp_price_img2 {
    position: absolute;
    top: 0px;
    left: 10px;

}
.cp_price_img_circle2 img {
    width: 180px;
}
.cp_box {
    position: relative;
    text-align: right;

}
.buy-product-5off-img,.buy-product-10off-img,.buy-product-20off-img{
max-width: 100%;
}
.buy-box-inner-txt .col-5 {
    padding: 10px 0px;
}
.tax-price{
	font-size: 22px;
}


@media screen and (max-width:850px) {
    .cp_price_img {
        top: 80px;
        left: 10px;
    }
    .cp_price_img2 {
        top: -10px;
        left: 0px;
    
    }
}
@media screen and (max-width:764px) {
    .cp_price_img {
        top: -105px;
        left: 30%;
    }
    .cp_price_img2 {

        left: 55px;
    
    }
}
@media screen and (max-width:467px) {
    span.main-price {

        font-size: 30px;
    }
    span.cp-price {
        font-size: 30px;

    }
    .cp_price_img {
        top: -108px;
        left: 25px;
    }
    .cp_price_img2 {

        left: 0px;
    
    }
}
@media screen and (max-width:377px) {
    .cp_price_img2 {

        left: -30px;
    
    }
}
@media screen and (max-width:991px) {
	.buy-product-1c-img {
	top: 0px;
	}
	.tax-price{
		font-size: 20px;
	}
}


.overview-area_lp1 {
    background-color: #f0f9f0;
}
.overview-area_lp2 {
    background-color: #f0f9f0;
}
.overview {
    padding: 30px 10px 30px 10px;
}
.overview .row {
    margin: 0;
}
.overview-title {
    font-size: 20px;
    font-weight: 600;
    color: #5c2114;;
}
.overview .col-md-3 {
    background-color: white;
    margin: 0px 5px 5px 5px;
	border-radius: 10px;
    padding: 10px;
}
.overview p {
    font-size: 12px;
    color: #3e3e3e;
}

.lp-templates {
    /* padding-bottom: 25px; */
}
.lp1-area {
    background-color: #62cadf;
	padding-top: 124px;
}

.kiyaku-inner table td,.guide-inner .title,.tokusho-inner .title,.privay-inner .title,.info_form-inner .title {
    background-color: white;
}
.form-txt {
    font-size: 12px;
    text-align: center;
    color: #585858;
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
  lp2静的ページ
--------------------------------------------------------------*/
.lp2-first-contens {
    max-width: 100%;
    margin: auto;
}
.lp2-first-product-img,.lp2-first-product-img02,.lp2-first-product-img03,
.lp2-first-product-img04,.lp2-first-product-img05,.lp2-first-product-img06,
.lp2-first-product-img07{
	max-width: 100%;

}
.lp2-first-contents-img05,.lp2-first-contents-img06,.lp2-first-contents-img07 {
    padding: 20px 10px;
}
.lp2-first-contents-box {
    padding: 20px 10px;
}
.lp2-first-contents-box p {
    font-weight: 600;
}
.lp2-first-contens h1.h2 {

    text-align: center;
    color: #2cd4cc;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;
	padding-top: 100px;
}
.lp2-first-contents-txt01 p.h2{
    text-align: center;
    color: #2cd4cc;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;
	padding-top: 10px;
}
.lp2-first-contens p.h3 {

    text-align: center;
    color: #2cd4cc;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;

}
.lp2-first-contents-img {
    background-color: #2cd4cc;
}
.lp2-first-contents-box .row {
    max-width: 1000px;
    margin: auto;
}
.lp2-second-contents {
    max-width: 946px;
    margin: auto;
}
.lp2-first-contents-txt02 {
    background-color: #2cd4cc;
}
.lp2-first-contents-txt02 p.h2 {
    color: white;
    padding: 5px;
    text-align: center;
}
.lp2-header{
    background: rgba(255,255,255,0.8);

    padding: 0px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index: 2;
}
.lp2-header .col-md-4,.lp1-header .col-md-4 {
    padding: 0;
}
.site-logo img{

    width: auto;
}
.gnav__menu{

}
.gnav__menu__item{

}
.gnav__menu__item a {
    color: #0248b1;
    text-decoration: none;
	font-weight: 600;
}
ul.gnav__menu {

    margin: 0;
    padding-top: 44px;
}
li.gnav__menu__item {
    list-style: none;
    text-align: center;
}
.gnav .col-4 {
    padding: 0 0 0 20px;
}
.gnav .col-6 {
    padding: 0 0 0 10px;
}
.gnav .col-2 {
    padding: 0 10px 0px 0;
    text-align: center;
}

.buy-contents-title-lp2 {
    background-color: #2cd4cc;
    padding: 10px;
}
.buy-contents-box-lp2 {

    margin: auto;
}
.buy-box-inner-lp2 {
    max-width: 860px;
    margin: auto;
    background-color: white;
}
.buy-product-1c-img-lp2 {
    position: relative;
    top: -54px;
}
.buy-box-inner-txt-lp2 {
    padding: 10px 15px;
}
.buy-box-inner-txt-lp2 p {
    margin: 0;
}
.buy-box-inner-button-lp2 {
    padding: 0px;
    margin: auto;
}
.buy-box-inner-button-etc {
    padding: 15px 0 0 0;
    margin: auto;
}


.buy-box-inner-txt-lp2 .col-5 {
    padding: 10px 0px;
}
.buy-title-img-lp2 {
    max-width: 100%;
}
.buy-product-1c-img-lp2 {
    max-width: 100%;
}
img.d-block.buy-product-button-img-lp2 {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
	ul.gnav__menu {


		padding: 0;
	}
	.lp1-area {

		padding-top: 80px;
	}
    .gnav .row.justify-content-end {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .site-logo{
        display: none;
    }
	.lp2-first-contens .lp2-first-contents-txt00 h1.h2 {

		padding-top: 80px;
	}
    .buy-product-1c-img-lp2 {
        top: 0px;
    }
    .am.col-md-5 {
        padding-bottom: 15px;
    }
    .ya.col-md-5 {
        padding-bottom: 15px;
    }
    .mc.col-md-5 {
        padding-bottom: 15px;
    }
}

/*--------------------------------------------------------------
  lp3(サプリページ)
--------------------------------------------------------------*/
.lp3-first-contens {
    max-width: 100%;
    margin: auto;
}
.lp3-first-product-img,.lp3-first-product-img01,.lp3-first-product-img02,.lp3-first-product-img03,
.lp3-first-product-img04,.lp3-first-product-img05,.lp3-first-product-img06,
.lp3-first-product-img07,.lp3-first-product-img08,.lp3-first-product-img09,
.lp3-first-product-img10,.lp3-first-product-img11,.lp3-first-product-img12,.lp3-round-img{
	max-width: 100%;

}
.lp3-first-product-img01 {
    min-height: 610px;
}
.lp3-first-contents-img01 {
    position: absolute;
    right: 100px;
    top: 112px;
}
.material_list_img{
    max-width: 100%;
    padding: 5px;
}
.reviews_list_img{
    max-width: 100%;
}
.reviews_list {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}
.reviews_list .col-md-6 {

    padding: 45px 45px 0 45px;
}
.reviews_list_inner_txt {
    font-size: 21px;
    padding: 13px;
}
.lp3-first-contents-box {
    padding: 20px 10px;
    max-width: 1150px;
    margin: auto;
}
.lp3-first-contents-box p {
    font-weight: 600;
}
.lp3_etc_txt a {
    font-size: 17px;
    color: #4c82e3;
}
.lp3-first-contens-bg {
    position: relative;
    height: 100vh;
    background-image: url(/images/lp/10002/bg1.png);
    max-width: 1150px;
    margin: 0px auto 50px;
}
.lp3-first-contens-bgs {
    position: relative;
    height: 900px;

    max-width: 1150px;
    margin: 0px auto 50px;
}
.lp3-first-contens-bg-inner {
    height: 400px;
    background-image: url(/images/lp/10002/bg1.png);
}
.index_video {
    position: absolute;
    width: 100%;
    top: 100px;
    background: #52a121;
    height: 620px;
}
#index_video_mp4 {
    max-width: 100%;
    min-height: 646px;
    object-fit: cover;
}
.lp3-first-contents-img02 {
    position: absolute;
    max-width: 100%;
    top: 360px;
    padding: 10px;
}
.lp3-first-contents-img03 {
    position: absolute;
    width: 100%;
    top: 722px;
}

.lp3-first-contents-txt01 p.h2{
    text-align: center;
    color: #179b2e;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;
	padding-top: 10px;
}
.lp3-first-contens p.h3 {

    text-align: center;
    color: #179b2e;
    font-family: "Roboto",Sans-serif;
    font-weight: 600;

}
.lp3-first-contents-img {
    position: absolute;
    top: 90px;
    padding: 10px;
}
.lp3-first-contents-box .row {
    max-width: 1000px;
    margin: auto;
}
.lp3-second-contents {
    max-width: 946px;
    margin: auto;
}
.lp3-first-contents-txt02 {
    background-color: #179b2e;
}
.lp3-first-contents-txt02 p.h2 {
    color: white;
    padding: 5px;
    text-align: center;
}
.lp3-header{
    background: rgba(255,255,255,0.8);

    padding: 0px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index: 2;
}
.lp3-header .col-md-4{
    padding: 0;
}
.site-logo img{

    width: auto;
}

.gnav__menu__item a {
    color: #0248b1;
    text-decoration: none;
	font-weight: 600;
}
.lp3-area ul.gnav__menu {

    margin: 0;
    padding-top: 5px;
}
li.gnav__menu__item {
    list-style: none;
    text-align: center;
}

.gnav .col-4 {
    padding: 0 0 0 20px;
}
.gnav .col-6 {
    padding: 0 0 0 10px;
}
.gnav .col-2 {
    padding: 0 10px 0px 0;
    text-align: center;
}
.overview-area_lp3 {
    background-color: #daf1da;
}
.buy-contents-title-lp3 {
    background-color: #009a44;
    padding: 10px;
}
.buy-contents-box-lp3 {

    margin: auto;
}
.buy-box-inner-lp3 {
    max-width: 1000px;
    margin: auto;
    background-color: white;
    padding: 20px 0;
}
.overview-area_lp3 .overview {
    font-size: 14px;
    color: #5f5f5f;
}
.buy-product-1c-img-lp3 {
    position: relative;
    top: 0;
}
.buy-box-inner-txt-lp3 {
    padding: 10px 15px;
}
.buy-box-inner-txt-lp3 p {
    margin: 0;
}
.buy-box-inner-button-lp3 {
    padding: 0px;
    margin: auto;
}
.buy-box-inner-button-etc {
    padding: 15px 0 0 0;
    margin: auto;
}

.buy-box-inner-txt-lp3 .col-5 {
    padding: 10px 0px;
}
.buy-title-img-lp3 {
    max-width: 100%;
}
.buy-product-1c-img-lp3 {
    max-width: 100%;
}
img.d-block.buy-product-button-img-lp3 {
    max-width: 100%;
}
.lp3-first-contens .row,div#section_buy .row,.row.round_all{
margin: auto;
}

.row.round_all {
    width: fit-content;
    margin: auto;
    padding: 20px 0;
}

.lp3-first-contents-txt01 {
    font-size: 20px;
    line-height: 40px;
}
.lp3-list-inner .col-md-4 {
    padding: 15px;
}
.lp3-first-contents-list {
    width: fit-content;
    margin: auto;
}
.lp3-list-inner-title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #009944;
    padding: 10px 0;
}
.lp3-list-inner-txt {
    max-width: 240px;
    margin: auto;
    font-size: 16px;
    color: black;
}
.lp3-list-inner-txt strong,.reviews_list_inner_txt b {
    font-weight: bold;
}
.lp3-first-contents-img11 {
    max-width: 900px;
    margin: auto;
}
.lp3_etc_txt {
    padding: 20px;
    width: fit-content;
    margin: auto;
    font-size: 20px;
}

@media screen and (max-width: 978px) {
    .lp3-first-contents-img01 {

        right: 0px;

    }
}
@media screen and (max-width: 767px) {
    .lp3-first-contents-txt01 {
        font-size: 16px;
        line-height: normal; 
    }
    .index_video {

        height: 520px;
    }
    #index_video_mp4 {

        min-height: 546px;

    }
    .lp3-first-contens-bgs {
    
        max-height: 725px;
    }
    .lp3-first-contents-img03 {
        position: absolute;
        width: 100%;
        top: 624px;
    }
	ul.gnav__menu {


		padding: 0;
	}

    .gnav .row.justify-content-end {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .site-logo{
        display: none;
    }
	.lp3-first-contens .lp3-first-contents-txt00 h1.h2 {

		padding-top: 80px;
	}
    .buy-product-1c-img-lp3 {
        top: 0px;
    }
    .am.col-md-5 {
        padding-bottom: 15px;
    }
    .ya.col-md-5 {
        padding-bottom: 15px;
    }
    .mc.col-md-5 {
        padding-bottom: 15px;
    }
    .reviews_list .col-md-6 {

        padding: 5px 5px 15px 5px;
    }
    .lp3-first-contents-img01 {
        position: absolute;
        right: 8px;
        top: 247px;
    }
    .lp3-first-product-img01 {
        height: 400px;
        min-height: unset;
    }
}

@media screen and (max-width: 467px) {
    .lp3-first-contens-bgs {
    
        max-height: 660px;
    }
}

/*--------------------------------------------------------------
  ヘッダ
--------------------------------------------------------------*/
.header {
	background:#feeff6;
}

.header img {
	max-width:100%;
}
.header-image {
    background-color: #f7d8d6;
    background-image: url(/images/header_back.jpg);
    height: 120px;
}
.header-image-inner{
    padding: 10px 0px 10px 40px;
}
.header-index-image {
    max-height: 100px;

}
.header h3 {
	font-size:14px;
    padding: 10px;
    margin-top: 5px;
}

.header-nav {
    background-color: #4a302d;

}
nav.navbar {
    background-color: #fff5f4;
    padding: 0;
}
.navbar-dark .navbar-brand {
    color: #744a4a;
    font-weight: 600;
}
.navbar-dark a.navbar-brand:hover {
    color: #626262;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #744a4a;
    font-size: 12px;
    font-weight: 600;
}
.header-nav-inner a {
    color: white;
}
a.navbar-brand {
    padding: 0;
}
.navbar-toggler {
    padding: 1px;
    margin: 3px;
}
a.navbar-brand {
    font-family: math;
}
.navbar-dark .navbar-toggler-icon {
    background-color: #f1bfbc;
    border-radius: 5px;
}
.test {
	width: 100%;
	height: 117px;
    background-size: cover;
	background: url("/images/header.jpg");
	background-position: left;
}
.lp-header-inner {
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
}
.lp-header{
    background: rgba(255,255,255,0.8);


    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index: 2;
}
.lp-header .col-md-4,.lp1-header .col-md-4 {
    padding: 0;
}

#main_logo{
    animation:3s linear infinite rotation3;
  }
@keyframes rotation3{
    0%{ transform:rotateY(0);}
    100%{ transform:rotateY(360deg); }
  }
/*--------------------------------------------------------------
  フッター
--------------------------------------------------------------*/
.footer a {
    color: #3e2424;
}
.footer {
    background: #fff5f4;
    text-align: center;
    color: #3e2424;
}
.footer .row {
    padding-top: 25px;
    max-width: 1320px;
    margin: auto;
	justify-content: center;
}
.footer .row .col-md-3 {
    max-width: 215px;
}
.footer-area {
    position: absolute;
    width: 100%;
}
.copyright {
	margin: 40px 0px 0px 0px;
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.footer {
		text-align: end;
		padding: 10px 0px 10px 0px;
	}
	.footer .col-md-3 {
		padding-bottom: 15px;
	}
	.copyright {
		margin: 25px 0px 0px 0px;
	}
	.footer .row {

		justify-content: end;
	}
}

/*========= 購入移動のためのCSS ===============*/
i.fa.fa-cart-arrow-down {
    padding-right: 5px;
    padding-bottom: 3px;
}

/*リンクの形状*/
#page-buy a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ab2d;
    border-radius: 5px;
    width: 45px;
    height: 177px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:1.2rem;
    transition:all 0.3s;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 600;
  }
  @media (min-width: 650px) and (max-width: 930px) {
    .lp1-area #page-buy,.lp2-area #page-buy {
        top: 150px;
        
       }
  }
  @media screen and (max-width:768px) {
    #page-buy a:hover{
     background:#942D2F;
   }   

   }
   
   /*リンクを右下に固定*/
   #page-buy {
     position: fixed;
     right: 10px;
     top:350px;
     z-index: 2;
       /*はじめは非表示*/
     opacity: 0;
     transform: translateY(100px);
   }
   
   /*　上に上がる動き　*/
   
   #page-buy.UpMove{
     animation: UpAnime 0.5s forwards;
   }
   @keyframes UpAnime{
     from {
       opacity: 0;
     transform: translateY(100px);
     }
     to {
       opacity: 1;
     transform: translateY(0);
     }
   }
   
   /*　下に下がる動き　*/
   
   #page-buy.DownMove{
     animation: DownAnime 0.5s forwards;
   }
   @keyframes DownAnime{
     from {
       opacity: 1;
     transform: translateY(0);
     }
     to {
       opacity: 0;
     transform: translateY(100px);
     }
   }
   /* インスタグラム */
     /*  .insta-row {
    width: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}*/
.insta-box {
    padding: 30px 10px;
    background: #ffe0e5;
    border-radius: 30px;
    position: relative;
}
.golfpatch_img img {
    max-width: 100%;
}
.golfpatch_img {
    width: fit-content;
    margin: auto;
}
 /*.insta-single {
    background: #fff;
    margin: 5px;
    width: fit-content;

    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/
.insta-single {
    background: #fff;
    margin: 5px;

    width: auto;
}
.golfpatch_txt {
    padding: 10px;
    margin: 5px auto;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    color: #4d4d4f;
    background: #b9adff57;
    border-radius: 8px;
}
.golfpatch_info {
    position: absolute;
    right: 5px;
    width: 20px;
    transition: 0.8s ease-in-out;

    opacity: 0;
}
.golfpatch_info.on {
    position: absolute;
    right: 5px;
    width: 20px;

    opacity: 1.0;
}
.col-md-4.insta-single {
    padding: 0px;
}
.golfpatch_info_bt {
    position: fixed;
    width: 25px;
    background: #cc4a78;
    padding: 6px;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    font-weight: 600;
}
.golfpatch_overview h2 {
    background: #b7046f;
    padding: 8px;
    position: absolute;
    top: -15px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 1px 1px 3px 1px rgb(65 65 65 / 45%);
    font-weight: 600;
    color: #fff;
}
.golfpatch_overview {
    padding: 30px 10px;
    margin: 25px auto;
    width: fit-content;
    font-size: 17px;
    font-weight: 600;
    color: #4d4d4f;
    background: #b9adff57;
    border-radius: 8px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .golfpatch_txt {

        font-size: 16px;

    }    
}
@media screen and (max-width: 415px) {
    .golfpatch_info.on {

        right: -7px;

    }
}
