/*
 *
 * Templat BASIC form aishipR
 *
 * クラス値命名規則
 * h:ヘッダー用  m:メイン用 s:サイドバー用 f:フッター用 p:汎用
 *
 * Table Of Content
 *
 * 1-0 ALL Setting
 *   1-1 Webkit appearance 
 *   1-2 Layout Setting 
 * 2-0 Function Parts
 *   2-1 Clearfix 
 *   2-2 Holizontal Item Block 
 *   2-3 Vertical Item Block 
 *   2-4 Facebook 
 *   2-5 Button 
 *   2-6 機能パーツ：商品カテゴリ 
 *   2-7 グリッドナビ（スタイル:gridnav） 
 *   2-8 非表示コンテンツ(FB/タグマネージャ等用) 
 *   2-9 トグル機能アニメーション 
 *   2-10 カテゴリ・商品詳細ページ 見出し部下線 
 *   2-11 機能パーツ：テキスト 
 *   2-12 見出し
 *   2-13 Bootstrap Buttons UI kit
 *   2-14 Responsive Grid System
 * 3-0 Module
 *   3-1 Header
 *     3-1-1 サイトロゴ 
 *     3-1-2 カート・マイページボタン 
 *     3-1-3 ドロップダウンメニュー 
 *     3-1-4 カート・ログインボタン 
 *     3-1-5 メインメニュー
 *     3-1-6 検索フォーム 
 *   3-2 Main
 *     3-2-1 Main IMAGE 
 *     3-2-2 Half Banner 
 *     3-2-3 PICK UP Item 
 *     3-2-4 News & SNS 
 *     3-2-5 ShopInformation 
 *     3-2-6 Notice 
 *   3-3 Aside
 *     3-3-1 Aside Check List 
 *     3-3-2 Aside Login Form & Search Form 
 *     3-3-3 Aside Banner 
 *     3-3-4 Aside Login Form 
 *   3-4 Footer
 *     3-4-1 Footer Site Map 
 *     3-4-2 Page Top Btn 
 *     3-4-3 CopyRight 
 * 4-0 Page-Content
 *   4-1 Archive Page 
 *     4-1-1 Free Area 
 *     4-1-2 Pankuzu List
 *     4-1-3 Category View Mode 
 *     4-1-4 Item PR Setting 
 *     4-1-5 Cart Button 
 *     4-1-6  Archive List Item 
 *     4-1-7  Archive Thumbnail Item 
 *   4-2 Item Page 
 *     4-2-1 Item IMAGE 
 *     4-2-2 Item Name  
 *     4-2-3 Order Area 
 *     4-2-4 Item Page Titile 
 *     4-2-5 Item Explanation 
 *     4-2-6 Item BuyForm 
 *     4-2-7 System Button 
 *     4-2-8 Item Text 
 *     4-2-9 Item Gallary 
 *     4-2-10 Review 
 *   4-3 Free Page 
 *     4-3-1 TOP PAGE 
 *   4-4 Form Page 
 *     4-4-1 Cart Button Reset 
 *     4-4-2 Form Page 
 *     4-4-3 Form Confirm Page 
 *     4-4-4 Item Search Form
 *   4-5 MyPage 
 *     4-5-1 Mypage Index 
 *     4-5-2 Member Profile Editor 
 *     4-5-3 Special Point 
 *   4-6 News
 * 10-0 ALL Setting[ For SmartPhone ]
 *   10-1 Header 
 *     10-1-3 ドロップダウンメニュー 
 *   12-2 Holizontal Item Block 
 *     13-1-5 メインメニュー
 *     13-2-2 Half Banner 
 *     13-2-4 News & SNS 
 *     13-2-5 ShopInformation 
 *     13-4-1 Footer Site Map 
 *     13-4-2 Page Top Btn 
 *     14-1-2 Category Pankuzu 
 *     14-1-7  Archive Thumbnail Item 
 *     14-2-3 Order Area 
 * 20-0 ALL Setting[ For Tablet ]
 *   20-1 Header 
 *     20-1-3 ドロップダウンメニュー 
 *     23-3-3 Aside Banner 
 *     23-4-2 Page Top Btn 
 * 30-0 ALL Setting[ For PC ]
 *   30-1 Header 
 *     30-1-3 ドロップダウンメニュー 
 *   32-9 トグル機能アニメーション 
 *     33-3-1 Aside Check List 
 *     34-4-1 Footer Site Map 
 *     34-4-2 Page Top Btn
 */
/* 1-0 ALL Setting
 *----------------------------------------------------------------------*/
body { background-color: #f5f5f5;}
#sysAll{
    max-width: 100%;
    background-color: transparent; 
    padding: 0;
}
#sysHeader, #sysMain, #sysAside, #sysFotoer { padding: 0 5px;}
#sysWrap {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#sysMain,#sysAside{ background-color: #fff;}
#sysHeader,#sysFooter{ padding: 0; margin: 0;}
#sysHeader{ background: #fff;}
#sysFooter{ background-color: #999;}
#sysFooter > div{ background-color: #ddd; margin: 0 auto; padding-bottom: 5px;}
#sysMain{ line-height: 1.5;}

/* 1-0 Wrapper Setting */
#sysFooter > div,
.p-pagetop .sysContent,
.p-topimg .sysContent,
.h-sitelogo,.h-utilitybtn,
.h-siteinfo, .h-subMenu,
.h-mainMenu .sysContent,
.h-search,
#sysWrap {
    max-width: 960px;
}


/* 1-1 Webkit appearance */
input[type=search],
input[type=submit] {
    -webkit-appearance: none;
}

/* 1-2 input Setting */
input[type=search] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 2.5;
    padding-left: 5px;
}

input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type="radio"] {  
    -webkit-appearance: none;  
    display: inline-block;  
    vertical-align: baseline;  
    width: 20px;  
    height: 20px;      
    margin-right: 5px;    
    border: 1px solid rgb(212,212,212);
    cursor: pointer;
    border-radius: 100%;
}

input[type="radio"]:checked{
    background: #666;
}

/* 1-3 Content setting */
table {
 border-collapse: collapse;
 border-spacing: 0;
}
select{    height: 30px;}
p {  margin: 10px auto;}
h1,h2,h3,h4,h5,h6{ font-size: inherit;}

/* 1-2 Layout Setting */
/* Responsive Grid system */
.grid-row:after { 
	content: ""; 
	display: table; 
	clear: both; 
}
.grid-row { padding-bottom: 0em;}


/* DEFAULT COLUMN STYLES */
.grid-col { 
	display: block;
	float: left;
	margin-left: 2%;
}

.grid-col:first-child { margin-left: 0; }
.grid-col.col-span6:nth-child(2n+1) { margin-left: 0; }


.col-span1 { width: 8.33333333333%; }
.col-span2 { width: 16.6666666667%; }
.col-span3 { width: 25%; }
.col-span4 { width: 33.3333333333%; }
.col-span5 { width: 41.6666666667%; }
.col-span6 { width: 50%; }
.col-span7 { width: 58.3333333333%; }
.col-span8 { width: 66.6666666667%; }
.col-span9 { width: 75%; }
.col-span10 { width: 83.3333333333%; }
.col-span11 { width: 91.6666666667%; }
.col-span12 { width: 100%; }

.grid-col.col-span1 { width: 6.5%; }
.grid-col.col-span2 { width: 15.0%; }
.grid-col.col-span3 { width: 23.5%; }
.grid-col.col-span4 { width: 32.0%; }
.grid-col.col-span5 { width: 40.5%; }
.grid-col.col-span6 { width: 49.0%; }
.grid-col.col-span7 { width: 57.5%; }
.grid-col.col-span8 { width: 66.0%; }
.grid-col.col-span9 { width: 74.5%; }
.grid-col.col-span10 { width: 83.0%; }
.grid-col.col-span11 { width: 91.5%; }
.grid-col.col-span12 { width: 100%; }

/* 2-0 Function Parts
 *----------------------------------------------------------------------*/
/* 2-1 Clearfix */
.p-clearfix:after,
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 2-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    letter-spacing: -.4em;
    text-align: center;
}
.sysContent .sysItemBlock .sysHorizontal li {
    width: 25%;
    float: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    vertical-align: top;
}

/* 2-3 Vertical Item Block */

/* 2-4 Facebook */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.widget_facebook_likebox iframe { width: 100% !important;}

/* 2-5 Button */
.btn {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}

.btn-info{
    background: #666;
    color: #fff;   
}
.btn-info:hover{ background: #999;}
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #666;  color: #fff;
    display: block;  
    padding: 10px 15px;  
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

/* 2-6 機能パーツ：商品カテゴリ */
.sysFuncItemCategory a {
    line-height: 1.75;
    border-bottom: 1px dotted #999;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}

/* 2-7 グリッドナビ（スタイル:gridnav） */
.gridnav ul li:last-child { border-right: 0;}

/* 2-8 非表示コンテンツ(FB/タグマネージャ等用) */
.h-code{ display: none;}

/* 2-9 トグル機能アニメーション */
body:not(#lalaco-lp) .h-subMenu .sysAccordionInitialHide {
display: block!Important;
}

.h-subMenu .sysAccordionInitialHide {
position: relative;
opacity: 0;
z-index: -1;
}

.h-subMenu .sysAccordionInitialHide.active{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 1;
    z-index: 999;
}

/* 2-10 カテゴリ・商品詳細ページ 見出し部下線 */
#sysItemDetail #sysMain .sysItemName,
.sysExplanation > div > span,
.sysRetailPrice,
.sysReview > span
{ border-bottom: 1px dashed lightgray;}

/* 2-11 機能パーツ：テキスト */
#sysMain .sysContent h3 { border-bottom: 1px dashed lightgray;}
#sysMain .sysContent h3:before {
    content: "■";
    padding-right: 10px;
}

/* 2-12 見出し */
.headline-1st {
    font-size: x-large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
}
.headline-2nd {
    font-size: large;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 15px;
    
}
.headline-3rd {
    font-size: medium;
    font-weight: bold;
    border-bottom: 1px dotted rgb(212,212,212);
    padding: 5px;
    margin-left: 30px;
}

/* 2-13 Bootstrap Buttons UI kit */
.btn{text-decoration:none;display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}

/* 2-14 Responsive Grid System */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
.row:after, 
.col:after, { 
	content: ""; 
	display: table; 
	clear: both; 
}
.row { padding-bottom: 0em;}
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
}
.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }

.gutters .col {	margin-left: 2%;}
.gutters .col:first-child { margin-left: 0; }
.gutters .span_1 { width: 6.5%; }
.gutters .span_2 { width: 15.0%; }
.gutters .span_3 { width: 23.5%; }
.gutters .span_4 { width: 32.0%; }
.gutters .span_5 { width: 40.5%; }
.gutters .span_6 { width: 49.0%; }
.gutters .span_7 { width: 57.5%; }
.gutters .span_8 { width: 66.0%; }
.gutters .span_9 { width: 74.5%; }
.gutters .span_10 { width: 83.0%; }
.gutters .span_11 { width: 91.5%; }
.gutters .span_12 { width: 100%; }

/* 3-0 Module
 *----------------------------------------------------------------------*/
/* 3-1 Header*/
.h-siteinfo{
    height: 40px;
    background-color: #fff;
}
.h-siteinfo h1 {  color: #000;}

/* 3-1-1 サイトロゴ */
.h-sitelogo {
    margin: 0 auto;
    background: #fff;
    padding-bottom: 5px;
    padding-left: 5px;
}
.h-sitelogo .sysContent {
    width: 200px;
    max-width: 50%;

}
/* 3-1-2 カート・マイページボタン */
.h-utilitybtn {
    margin: 0 auto;
}
.h-utilitybtn .sysContent{
    width: 30%;
    float: right;
    position: relative;
    bottom: 40px;
    height: 40px;
}
/* 3-1-3 ドロップダウンメニュー */
.h-subMenu {
    position: relative;
}
.h-subMenu .sysAccordionInitialHide {
    position: absolute;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    right: 0;
    padding: 9px 10px;
    width: 100%;
}
.h-subMenu ul li {
    margin: 10px auto;
    background-color: #666;
}
.h-subMenu .sysHeadline{
    color: #e5e5e5;
    line-height: 60px;
    text-align: center;
    background: #666;
}
.h-subMenu .sysAccordion:after{
    content:"";
}

/* 3-1-4 カート・ログインボタン */
.h-utilitybtn ul li{
    margin-right: 2%;
    width: 48%!important;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.h-utilitybtn ul li.sysText a {
    border: 1px solid rgb(212,212,212);
    line-height: 36px;
    height: 36px;
    font-size: small;
    margin-top: 1px;
}
.h-utilitybtn ul li.sysText a:hover {
    background: rgb(212,212,212);
}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
    background: url(http://ah-pro.aispr.jp/img/icon/icon-dojimarice.jpg);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(http://ah-pro.aispr.jp/img/icon/icon-Twitter.gif);
    background-size: 100%;
}

/* 3-1-5 メインメニュー*/
.h-mainMenu{ 
    margin: 0 auto;
    background: #999;}
.h-mainMenu ul li:last-child a {
    border: 0;
}
.h-mainMenu ul {
    display: table;
    width: 100%;
}
.h-mainMenu ul li {
    display: table-cell;
    float: none;
    height: 50px;
    border-right: 1px solid;
}
.h-mainMenu ul li.sysText a {
    line-height: 1;
    border: none;
    white-space: normal;
    padding: 20px 0;
    margin: 0 auto;
}

.h-mainMenu .sysContent {
    margin: 0 auto;
    background: #fff;
}



/* 3-1-6 検索フォーム */
.h-search{
    margin: 0 auto;
    position: relative;
    padding: 0 5px 0 ;
}
.h-search .sysItemSearchForm {
    display: table;
    width: 100%;
}
.h-search .sysItemSearchFormWord {
    display: table-cell;
    padding-right: 10px;
    width: 100%;
    vertical-align: top;
}
.h-search .sysItemSearchFormWord input{
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    vertical-align: bottom;
}
.h-search .sysSearchButton {
    width: 100px;
    padding: 6px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 auto;
    background-color: #999;
}
/* 3-1-7 Main Image */
.p-topimg{
    background-color: #ddd;
}
.p-topimg .sysContent{
    margin: 0 auto;
    padding: 5px;
}

/* 3-2 Main*/

/* 3-2-1  */


/* 3-2-2 Half Banner */
.p-banner ul {
    text-align: center;
    clear: both;
    margin: 10px auto;
}
.p-banner li {
    width: 49%;
    display: inline-block;
}


/* 3-2-3 PICK UP Item */
.p-pickup .sysContent {
    padding: 5px 0;
}
.p-pickup .sysContent .sysHorizontal li {
    padding: 0 2.5px;
}

/* 3-2-4 News & SNS */
.p-news .sysContent { line-height: 1.5;}
.p-news li { padding-left: 10px;}

/* 3-2-5 ShopInformation */
.p-shopInfo .sysContent{ text-align :center;}
.shopinfo-inner {
    display: inline-block;
    width: 48%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}
.shopinfo-inner h3 {
    font-size: 150%;
    border-bottom: 1px dotted #666;
    padding: 0 0 5px 0px;
    margin-bottom: 10px;
}
.shopinfo-inner .btn{
    float: right;
    margin-right: 20px;
}

/* 3-2-6 Notice */
.p-notice .sysHeadline {
    background: #e60054;
    border-color: #e60054;
    text-align: center;
    font-weight: bold;
}


/* 3-3 Aside*/
/* 3-3-1 Aside Check List */
.s-checklist li {
    margin: 5px auto;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}
/* 3-3-2 Aside Login Form & Search Form */
.s-login {
    line-height: 1.75;
}
.s-login ul {
    text-align: center;
}
.s-login li {
    display: inline-block;
    width: 46%;
    line-height: 1.5;
    vertical-align: top;
    background: #666;
}
.s-login li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.s-login input {
    width: 95%;
    margin: 5px auto;
    line-height: 2;
    display: block;
}
.s-login .sysLoginButton {
    border: none;
    padding: 5px;
    background: #666;
    color: #fff;
    margin: 10px auto;
    border-radius: 0;
}
.s-login a {
    text-decoration: none;
    display: inline-block;
    background: #666;
    text-align: center;
    padding: 5px 15px;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
}

/* 3-3-3 Aside Banner */
.s-banner { margin-bottom: 10px;}
.s-banner li { margin: 5px auto;}

/* 3-3-4 Aside Login Form */
.s-search{ line-height: 1.75;}
.s-search ul{ text-align: center;}
.s-search input[type=search]{
    width: 95%!important;
    margin: 5px auto;
    line-height: 2.5;
    display: block;
}
.s-search .sysItemSearchAndOr,
.s-search .sysItemSearchFormCategory {
    text-align: center;
}
.sysSearchButton {
    border: none;
    padding: 10px;
    background: #666;
    color: #fff;
    width: 95%;
    display: block;
    margin: 10px auto;
}
/* 3-4 Footer*/

/* 3-4-1 Footer Site Map */
.f-sitemap ul li.sysText a {
    color: #fff;
    padding:  0;
    background: #666;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
}
.f-sitemap ul li.sysText a:hover {
    background: #999;
}

/* 3-4-2 Page Top Btn */
.p-pagetop .btn {
    text-decoration: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px;
}

/* 3-4-3 CopyRight */
.f-copyright {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.f-copyright .sysContent{
    border-top: 1px solid #666;
}

/* 4-0 Page-Content
 *----------------------------------------------------------------------*/
/* 4-1 Archive Page */
/* 4-1-1 Free Area */

/* 4-1-2 Pankuzu List*/
.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
    font-size: small;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    background: #666;
    color: #fff;
    padding: 0 5px;
}
.sysCategoryPankuzu a,
.sysItemCategoryPankuzu a {
    display: inline-block;
    background: #666;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
.sysCategoryPankuzu a:hover,
.sysItemCategoryPankuzu a:hover {
    background: #999;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}


/* 4-1-4 Item PR Setting */
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}

/* 4-1-5 Cart Button */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
.sysCartButton:hover {
    background: #999;
}


/* 4-1-6  Archive List Item */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* 4-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

/* 4-1-8 Deliveries Table */
ul.SysDeliveriesTable {
  border-style: solid;
  border-width: 0px;
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
}
ul.SysDeliveriesTable > li {
  display: table-row;
}
ul.SysDeliveriesTable > li > div {
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  padding:10px;
}

/* 4-2 Item Page */
/* 4-2-1 Item IMAGE */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages .sysImageList li{
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 32%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 4-2-2 Item Name */ 
.sysItemName h1 { font-size: x-large;}

/* 4-2-3 Order Area */
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    padding-right: 20px;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 4-2-4 Item Page Titile */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 10px;
    font-size: large;
}
/* 4-2-5 Item Explanation */
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}

/* 4-2-6 Item BuyForm */
#sysItemDetail .sysRetailPrice { font-weight: bold;}

#sysItemDetail .sysPr { text-align: center;}
#sysItemDetail .sysPr > span { display: inline-block;}

#sysItemDetail .sysForm select {
    min-width: 190px;
    width: 75%;
    display: inline-block;
    float: right;
}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* 4-2-7 System Button */
.sysLoginButton,
.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
.sysLoginButton,
.sysButton:hover {
    background: #999;
}
.sysLoginButton{
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}

/* 4-2-8 Item Text */
.sysDescription,.sysImageDescription{ font-size: 0.75rem;}

/* 4-2-9 Item Gallary */
.sysImageListSimple li { margin-bottom: 10px;}

/* 4-2-10 Review */
.sysReview input{
    background: #666;
    color: #fff;
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin: 5px auto;
    width: 50%;
}
.sysReview > br {
    display: none;
}
.sysReviewHistoryList {
    padding: 0 10px;
    border: 1px solid lightgray;
}
.sysReviewHistoryList li {
    margin-bottom: 5px;
    border-bottom: 1px dashed lightgray;
    padding: 5px 0;
}
.sysReviewHistoryList li:last-child { border: none;}

.sysNickname,
.sysEvaluation {
    display: inline-block;
    padding: 0 10px 0 0;
}
.sysNickname {
    font-size: large;
    font-weight: bold;
}
.sysReviewDatetime {
    font-size: small;
    text-align: right;
    padding-right: 20px;
}
.sysReviewText { font-size: small;}

/* 4-3 Free Page */
/* 4-3-1 TOP PAGE */

/* 4-4 Form Page */
/* 4-4-1 Cart Button Reset */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}
.sysCartInDone{ margin: 0;}

/* 4-4-2 Form Page */
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
}
#sysMemberRegisterRegister #sysMain,
#sysMemberRegisterConfirm #sysMain,
#sysMemberRegisterIndex #sysMain,
#sysFormThanks #sysMain,
#sysFormConfirm #sysMain,
#sysFormIndex #sysMain {
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;
    padding: 0;
}

#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input,
#sysMemberRegisterIndex #sysMain input,
#sysFormIndex #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMain input[type="email"], 
#sysMain input[type="number"], 
#sysMain input[type="password"], 
#sysMain input[type="tel"], 
#sysMain input[type="url"], 
#sysMain input[type="text"],
#sysMain textarea {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFEFEFEF', endColorstr='#FFFFFFFF');
    border-radius: 5px 5px 5px 5px;
    border: #999999 1px solid;
    line-height: 3;
}
#sysMain textarea { min-height: 75px;}

.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { width: 200px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* 4-4-3 Form Confirm Page */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}

/* 4-4-4 Item Search Form */
.sysItemSearchForm > div {
    margin: 10px auto;
    width: 90%;
    text-align: left;
}
form.sysItemSearchForm {
    text-align: center;
}
.sysItemSearchForm > div.sysItemSearchFormWord {
    width: 95%;
}

/* 4-5 MyPage */
/* 4-5-1 Mypage Index */
.sysMypage #sysMain{
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;
    padding: 0;
}
.sysMypage #sysMain h2{
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
}
.sysMypage #sysMain > form,
.sysMypage #sysMain > div { padding: 5px 10px;}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212,212,212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212,212,212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* マイページボタン */
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 1rem;
}

/* 4-5-2 Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* 4-5-3 Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* 4-6 News Page */
.news-row {
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;  
}
.news-row > h1 {
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(), to());
    background: -webkit-linear-gradient(top, , );
}
.sysNewsDetail { padding: 10px 20px;}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
}

.sysReserveInfo {
    font-size: 23px;
}

/*希望小売価格を黒色に変更*/
#sysItemDetail .sysRetailPrice {
    color: black;
    margin-bottom: 12px;
}


/*メルマガに関する文言を非表示にする*/
div.sysAcceptMailmagazine {
    display:none;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*商品詳細ページにFacebookいいね！ボタンを表示させる*/
#sysItemDetail .sysShare li.sysFacebook {
    width: 71px;
}

.fb_iframe_widget {
    position: relative;
    bottom: 6px;
}


.sysItemRetailPrice span[data-sub-retail-price]{
    color: red;
}


span.sysRetailPriceValue {
    color: red;
}

.sysItemPrice {
    color: red;
}

.sysItemPrice {
    font-weight: bold;
}



#test2020test .sysFuncBanner {
    max-width: 960px;
    margin: 0 auto;
}

#exercise .sysFuncBanner {
    max-width: 960px;
    margin: 0 auto;
}

/* 2023-7-23 */
 * {
    font-size: 1rem;
    color: #333;
    line-height: normal;
}

h2, h3, h4 {
    margin-top: 1em;
    margin-bottom: .8em;
}
p {
    font-weight: 300;
    padding-bottom: 1em;
}

dt {
    padding-bottom: .5em;
    font-weight: 700;
}
dd {
    padding-bottom: 1.5em;
    font-weight: 300;
}

.l-site-container {
    max-width: 950px;
    margin: 0 auto;
}
.l-col {
    display: flex;
}
.l-col1 {
    width: 650px;
}
.l-col-2 > div{
    width: 50%;
}
div.l-col-30 {
    width: 35%;
}
div.l-col-70 {
    width: 60%;
}
div.l-col-20 {
    width: 20%;
}
div.l-col-80 {
    width: 75%;
}
.l-col-3 > div{
    width: calc(100%/3);
}
.l-gap {
    gap: 1rem;
}
.l-inner {
    padding-left: 18px;
    padding-right: 18px;
}

.c-btn {
    border-radius: 16px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 5px;
    width: 100%;
    max-width: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2em;
    margin-left: auto;
    margin-right: auto;
}
.c-btn__link {
    text-decoration: none;
    color: #FFF;
    font-size: calc(14rem/16);
    font-weight: 700;
}
.c-btn--yellow {
    background: #F8B529;
}
.c-btn--blue {
    background: #5976BA;
}
.c-btn--orange {
    background: #FF6C2B;
}
.c-btn::after {
    content: '';
    background-image: url(http://www.ah-pro.com/img/2023-07-23/Polygon.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: inline-block;
}

.u-hidden {
    display: none;
}
.u-center {
    text-align: center;
}
.u-subtitle {
    font-size: calc(18rem/16);
}
.u-subtitle-xm {
    font-size: calc(22rem/16);
}
.u-small {
    font-size: 0.6rem;
    font-weight: 400;
}
.u-red {
    color: #F54343;
    font-weight: 700;
}
.u-white {
    color: #fff;
    font-weight: 700;
}
.u-orange {
    color: #FF6C2B;
    font-weight: 700;
}
.u-slash::after, .u-slash::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1em;
    background: url(http://www.ah-pro.com/img/2023-07-23/slash.svg) no-repeat;
}
.u-slash::after {
    padding-left: .5em;
    transform: scaleX(-1);
}
.u-slash::before {
    padding-right: .5em;
}
.c-title {
    text-align: center;
    font-size: calc(30rem/16);
    font-weight: 700;
}
.u-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-onayami-title {
    font-size: 1.75rem;
    text-align: center;
}
.p-onayami-title > span{
    color: #8B6143;
    font-size: calc(38rem/16);
}

.p-onayami{
    margin: 20px -5px 0;
    padding-top: 20px;
    position: relative;
z-index: 1;
}
.onayami-1 .sysContent, .onayami-2 .sysContent, .p-onayami-3 .sysContent, .onayami-4 .sysContent, .solution-1 .sysContent, .solution-2 .sysContent, .solution-3 .sysContent, .solution-4 .sysContent {
    padding: 0;
}
.p-onayami-container {
    padding-left: 16px;
    padding-right: 16px;
}
.p-onayami-arrow.u-center {
    transform: translateY(25px);
}
.p-onayami::after {
    content: '';
    width: 100%;
    height: calc(100% + 40px);
    transform: translateY(-40px);
    top: 0;
    left: 0;
    background-image: url(http://www.ah-pro.com/img/2023-07-23/gray-bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    background-size: cover;
}

.p-solution {
    background: #FFFDEE;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin-right: -5px;
    margin-left: -5px;
}
.p-solution-title {
    color: #FF6C2B;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: inherit;
}
.p-solution-title::before {
    content: '';
    position: absolute;
    height: 25%;
    width: 100%;
    background: rgba(245, 224, 28, 0.30);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.p-solution-item {
    font-weight: 500;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-solution-item > img {
    align-self: center;
    margin-bottom: 1rem;
}
.p-solution-item > p {
    margin-bottom: auto;
    padding-bottom: 1.5rem;
    font-weight: 500;
}

.p-media {
    margin-bottom: 5rem;
}
.p-media-list-wrapper {
    display: flex;
    justify-content: center;
}
.p-media-list {
    list-style-image: url(http://www.ah-pro.com/img/2023-07-23/square-yellow.svg);
    margin-bottom: 2rem;
}
.p-media-list>li {
    padding-bottom: 1rem;
}

.p-reason {
    position: relative;
z-index: 1;
    margin: 0 -10px 2rem
}
.p-reason::after {
    content: '';
    background: #FFFDEE;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 40px;
    left: 0;
    display: inline-block;
    z-index: -1;
    margin: 0 0 5rem;
}
.p-reason-h3 {
    color: #58B431;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom: none!important;
}
.p-reason-h3::before {
    content: none!important;
}
.p-dash-line {
    display: inline-block;
    color: inherit;
}
.p-dash-line::after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: #333 dashed 1px;
    display: inline-block;
    transform: translateY(-30px);
    margin-bottom: -20px;
}
.p-reason__video {
    margin-bottom: 1rem;
}

.p-story-subtitle {
    font-weight: 700;
    padding-bottom: 1em;
}
.p-story-h4 {
    font-size: calc(18rem/16);
    font-weight: 500;
}
.p-story-h4::before {
    content: '■';
    color: #F9B52C;
    padding-right: .5em;
}
.p-story p {
    font-weight: 300;
}

.p-review {
    background: #F8B529;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}
.p-review::before, .p-review::after {
    content: '';
    background: url(http://www.ah-pro.com/img/2023-07-23/decolation.png) no-repeat;
    width: 200px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.p-review::before {
    transform: scaleX(-1);
    left: 0;
}
.p-review::after {
    right: 0;
}
.p-review-title {
    color: #fff;
}
.p-review-col {
    align-items: center;
}
.p-bg-white {
    background: #fff;
    padding: 1rem;
    border-radius: 22px;
    border: 5px solid #FFF;
    margin-bottom: 2rem;
}

.p-practice-list {
    list-style: none;
    padding-left: 0;
}
.p-practice-item {
    border-bottom: #BCB2B2 dashed 1px;
    margin-bottom: 1rem;
}
.p-practice-item div:has(>img) {
    text-align: center;
}
.p-practice-item dd {
    font-weight: 400;
}

.products ul {
    display: flex;
    gap: 10px;
}
.products li {
    border-radius: 9px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    
}
.products a, .products-sp a {
    text-decoration: none;
    font-size: 14px;
}
.products input, .products-sp input {
    border-radius: 14.5px;
    background: #F8B529;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    font-size: .8rem;
}

.p-movies {
    padding-top: 2rem;
    background: #FFF9F1;
}
.p-movies > div {
    margin-bottom: 2rem;
}

.p-movie, .p-movie > div {
    padding-top: 2rem;
}

.p-report {
    background: #FFFDEE;
    padding: 2rem 1rem;
    margin: 0 -10px;
}
.p-report p {
    font-weight: 400;
}
.fv-1, .fv-2, .fv-3, .fv-4 {
    margin: 0 auto;
    max-width: 960px;
}



#top2 .review-2 .l-col{
    margin-bottom:2rem;
}

#top2 .review-2 .p-bg-white{
    margin-bottom:3rem;
}

#top2 .review-2 .p-review{
    padding-bottom:0;
}

#top3 .sysDisplayKeitaiNone .u-small{
    font-size:0.9rem;
}

#top4 .reason-4 .p-reason-item{
    margin-bottom:2rem;
}

#top4 .reason-4 p{
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
}

#top4 .movie-4 .u-small{
    font-size:0.9rem;
}

.u-sp-hidden {
    display: none;
}
.u-pc-hidden {
    display: block;
}
#sysAside {
    padding: 0!important;
}
.p-media-1{
    margin-bottom:1.5rem;
}
.reason-1 .c-title{
    margin-bottom:0rem;
}
.reason-2 .c-title{
    margin-bottom:0rem;
}
.reason-3 .c-title{
    margin-bottom:0rem;
}
.reason-4 .c-title{
    margin-bottom:0rem;
}
.p-bg-white{
    padding-bottom:0rem;
}
.review-2 div{
    margin-bottom:1rem;
}
.review-2 p{
    margin-top:0rem;
    margin-bottom:0rem;
    padding-bottom:0rem;
}
.det-cli{
   font-size:0.8rem;
}
.p-solution-item .det-det p{
   text-align:center;
}
.p-solution-item .det-det p{
    padding-bottom:0rem;
    margin-bottom:0.2rem;
}

/* LP */
.main-container {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.l-width-80 {
  width: 80%;
  margin: 0 auto;
}

.c-contact-btn {
  background: #F8B529;
  display: inline-block;
  padding: .75rem 1.5rem;
  box-shadow: 0px 2px 2px 0px #00000040;
  border-radius: 30px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.c-contact-btn a {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.c-contact-btn a::after {
  content: "";
  display: inline-block;
  background: url(https://d5j4svat1jtru.cloudfront.net/img/fitness_lp/btn_arrow.svg) no-repeat;
  width: 1rem;
  height: 1.25rem
}

.c-content-title {
  font-size: 3rem;
  font-weight: 700;
}

.u-boder-bg {
  border: 1px solid #000;
  padding: 2.5rem 1.5rem;
}

#lalacofit #sysMain{
  padding: 0;
}

#lalacofit .sysFuncBanner a {
  pointer-events: none;
}


/*文字比較用*/

#moji {
font-family:"Noto Sans JP";
}

#moji p {
 font-weight: 400;
}

@media screen and (min-width:481px) {
    #moji div#sysMain, #moji div#sysAside {
        float: initial;
        max-width: 960px;
    }
}


.moji18{
font-size:18px;
}

.moji20{
font-size:20px;
}

.moji22{
font-size:22px;
}


.moji24{
font-size:24px;
}

.moji26{
font-size:26px;
}

.moji28{
font-size:28px;
}

.moji30{
font-size:30px;
}




/*LP*/

#lalaco-lp .sysFuncText.h-siteinfo {
    display: none;
}


#lalaco-lp div#sysMain,#lalaco-lp div#sysAside{
        float: initial;
        width: 100%;
        padding: 0;
        margin: 0;
}

.lp-1 .sysContent,.lp-2 .sysContent{
padding: 0;
}


#lalaco-lp * {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
}

@media(max-width:999px){

#lalaco-lp * {
font-size: 18px;

}
}

#lalaco-lp p {
    margin: 0;
    padding-bottom: 0;
}


@media screen and (max-width:480px) {
#lalaco-lp #sysHeader {
        margin-bottom: 0;
    }
}


/*商品*/
#lalaco-lp .sysFuncItemBlock.products {
    max-width: 980px;
    margin: 0 auto;
    width: 80%;
}

#lalaco-lp .sysItemBlock img {
    height: 223px;
    object-fit: cover;
    /* object-position: left; */
    margin-bottom: 0.5rem;
}


#lalaco-lp .sysFuncItemBlock.products-sp.sysDisplayPcNone {
    max-width: 980px;
    margin: 0 auto;
    width: 80%;
    }


#lalaco-lp .sysFuncItemBlock.products-sp.sysDisplayPcNone li {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #eee;
}


#lalaco-lp .products-sp .sysContent .sysVertical .sysItemImage img {
margin-right: 1rem;
}


#lalaco-lp h2 {
    margin-top: 0;
    margin-bottom: 0;
}


#lalaco-lp #sysMain .sysContent h3 {
    border-bottom: none;
    margin: 0;
}

#lalaco-lp #sysMain .sysContent h3::before {
content: none;
padding-right: 0;
}


@media screen and (max-width:999px) {
#lalaco-lp .sysItemBlock img {
height: 150px;
}
}

@media screen and (max-width:800px) {
#lalaco-lp .sysItemBlock img {
height: 200px;
}
}


@media screen and (min-width: 576px) and (max-width:767px) {
#lalaco-lp .sysFuncItemBlock.products-sp.sysDisplayPcNone {
        width: 90%;
        max-width: none;
    }
}


@media (max-width: 575px) {
#lalaco-lp .sysFuncItemBlock.products-sp.sysDisplayPcNone {
        width: 96%;
    }
}


@media (max-width: 414px) {
    #lalaco-lp .products-sp .sysContent .sysVertical .sysItemImage img {
        width: 300px;
        float: initial;
        margin-right: auto;
        object-fit: contain;
        margin-left: auto;
        display: block;
    }
}


/*ここまでリセット*/



.center {
text-align:center;
}


.relative{
position:relative;
}

.absolute{
position:absolute;
}


.left{
text-align:left;
}

.right{
text-align:right;
}

.inline_block {
display: inline-block;
}

.space_70 {
margin: 70px 0 70px 0;
}

#lalaco-lp .space_50 {
margin: 50px 0 50px 0;
}

.space_35 {
	margin: 35px 0 35px 0;
}

#lalaco-lp .margin_top50{
margin-top:50px;
}

.margin_top1rem{
margin-top:1rem;
}

.padding_70{
padding-top: 70px;
padding-bottom: 70px;
}

.padding_50{
padding-top: 50px;
padding-bottom: 50px;
}

.fit_content {
    width: fit-content;
    margin: 0 auto;
}

.under_line {
border-bottom: 1px solid #000;

}

@media(max-width:768px){
.space_70 {
margin: 35px 0 35px 0;
}

#lalaco-lp .space_50 {
margin: 25px 0 25px 0;
}

#lalaco-lp .margin_top50{
margin-top:25px;
}

.padding_70{
padding-top: 35px;
padding-bottom: 35px;
}

.padding_50{
padding-top: 25px;
padding-bottom: 25px;
}

}



@media(min-width:901px){
.br_900{
display:none;
}
}


@media(min-width:841px){
.br_840{
display:none;
}
}
@media(min-width:769px){
.br_768{
display:none;
}
}

@media(min-width:601px){
.br_600{
display:none;
}
}

@media(min-width:501px){
.br_500{
display:none;
}
}

@media(min-width:415px){
.br_414{
display:none;
}
}

@media(min-width:375px){
.br_374{
display:none;
}
}

@media(max-width:768px){
.none_768{
display:none;
}

}


.container{
max-width:1152px;
width:80%;
margin:0 auto;
}

.entry_body{
max-width:980px;
}

@media screen and (min-width: 576px) and (max-width:767px) {
.container {
width:90%;
max-width:none;
   }
}

@media(max-width: 575px) {
.container {
width:96%;
	}
}


html {
    overflow-x: hidden;
}

#lalaco-lp{
font-family: "Noto Sans JP", sans-serif;
}

#lalaco-lp p {
 font-weight: 400;
}

.zen{
font-family: "Zen Maru Gothic", serif;
}



.ore{
color:#ffb100!important;
}

#lalaco-lp .b {
    font-weight: bold;
}

#lalaco-lp  .font40{
font-size:40px;
}

#lalaco-lp  .font30{
font-size:30px;
}

#lalaco-lp  .font26{
font-size:26px;
}

#lalaco-lp  .font18{
font-size:18px;
}


#lalaco-lp  .font16{
font-size:16px;
}


@media(max-width:999px){

#lalaco-lp  .font30{
font-size:26px;
}

#lalaco-lp  .font26{
font-size:20px;
}

#lalaco-lp  .font18{
font-size:16px;
}

}

#lalaco-lp h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lalaco-lp h2::after {
    content: "";
    display: block;
    width: 28px;
    height: 20px;
    background-image: url("/img/lp/Polygon 1.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 0.5rem;
}


/*ここまで設定*/


/*ヘッダー*/

#lalaco-lp .h-subMenu ul li {
background-color: transparent;
}

#lalaco-lp .h-subMenu ul li a {
color: #000;
font-size:14px;

}

#lalaco-lp #sysHeader {
position: relative;
z-index: 1;
}

#lalaco-lp .sysFuncBanner.h-sitelogo{
max-width:1152px;
 padding: 5px;
}


@media screen and (min-width:1160px) {
#lalaco-lp .h-subMenu .sysAccordionInitialHide {
        opacity: 1;
    }

#lalaco-lp .sysContent.sysAccordionInitialHide {
    opacity: 1;
}


#lalaco-lp .h-subMenu .sysAccordionInitialHide {
        position: absolute;
        bottom: auto;
        right: 0;
        z-index: 999;
        width: 70%;
        background: transparent;
        /* top: 50%; */
        margin-top: -58px;
    }



#lalaco-lp .h-subMenu > .sysHeadline {
        display: none;
    }


#lalaco-lp .h-subMenu ul li {
        display: table-cell;
        width: auto!important;
        float: none;
        text-align: center;
    }

}



@media screen and (max-width:1159px) {

#lalaco-lp .h-subMenu > .sysHeadline{
display: block;
    }



#lalaco-lp .h-subMenu .sysAccordionInitialHide {
background: rgba(255,255,255);
display: none;
}


#lalaco-lp .h-subMenu ul li {
    background-color: rgba(255,195,85);
}

#lalaco-lp .h-subMenu ul li a {
    color: #fff;
    font-size: 18px;
}


#lalaco-lp .h-subMenu .sysHeadline {
background: #ffb100;
color: #fff!important;
}

#lalaco-lp .sysHeadline.sysAccordion span {
    color: #fff!important;
}

}


@media screen and (min-width:481px) and (max-width:1159px) {
#lalaco-lp .h-subMenu .sysHeadline {
width: 30%;
float: right;
position: absolute;
bottom: auto;
right: 5px;
margin-top:-60px;
padding:0.5rem;
border-radius:10px;
    }

 #lalaco-lp .h-subMenu ul li:nth-child(2n) {
        width: 49%!Important;
        margin-left: 1%;
    }

 #lalaco-lp  .h-subMenu ul li.sysText a {
font-weight: bold;
text-align: center;
margin-top: 5px;
padding: 30px 0;
    }


}


@media screen and (max-width:480px) {
#lalaco-lp .h-subMenu .sysHeadline {
        height: 33px;
        width: 15%;
        float: right;
        position: absolute;
        bottom: auto;
        right: 5px;
        margin-top: -42px;
        line-height: inherit;
border-radius:5px;
    }


#lalaco-lp .h-utilitybtn ul li {
margin-top: 5px;
}

}


/*cta追従*/

.cta_fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.cta_fixed a {
    display: block;
    border: 1px solid #ff9900;
    text-decoration: none;
    color: #F36421!important;
    background-color: #fff;
    padding:1.3rem  1rem;
    font-weight: 500;
}

.cta_fixed a:nth-child(2) {
border: none;
color: #fff!important;
background-color: #ffb100;
}

.cta_fixed a:nth-child(3) {
border: none;
color: #fff!important;
background-color: #ff9900;
}


.cta_fixed_flex {
    display: flex;
}


@media(max-width:600px){


.cta_fixed {
width: 100%;
}

    .cta_fixed a {
        padding: 0.5rem;
        width: 33.3333%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }



}


/*フッター*/


#lalaco-lp #sysFooter {
    background-color: #ffc355;
}

#lalaco-lp #sysFooter > div {
    background-color: #ffc355;
    margin: 0 auto;
    padding-bottom: 5px;
}


#lalaco-lp .f-sitemap ul li.sysText a {
 background: #fff;
padding: 0.5rem;
}

#lalaco-lp .sysFuncText.p-pagetop {
    padding-top: 0.3rem!important;
}

@media(max-width:800px){

#lalaco-lp #sysFooter > div {
width: 90%;
}

}


/*kv*/

.kv_section {
margin-top: -71px;
    z-index: 0;
}

.kv_catch {
    top: 53%;
    left: 69.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

#lalaco-lp .kv_catch1 {
font-size: 40px;
font-weight: bold;
color: #fff;
}

#lalaco-lp .kv_catch1 span{
font-size: 40px;
}


#lalaco-lp .fv-catch span {
    color: #fff;
    font-size: 40px;
}


#lalaco-lp .kv_catch2 {
 font-size: 50px;
font-weight: 900;
color: #fff;
}


#lalaco-lp .kv_catch2  span{
 font-size: 50px;
}


#lalaco-lp .kv_catch2_en {
 font-size: 50px;
color: #fff;
letter-spacing:0.1em;
}


.kv_catch2 span:nth-child(1),.zen.kv_catch2 span:nth-child(2) ,.zen.kv_catch2 span:nth-child(3) ,.zen.kv_catch2 span:nth-child(4),.zen.kv_catch2 span:nth-child(5),.zen.kv_catch2 span:nth-child(6) {

letter-spacing: 0.1em;
}

.zen.kv_catch2 span:nth-child(2) ,.zen.kv_catch2 span:nth-child(4){
color:#ffb100!important;
}

#lalaco-lp .kv_catch2_en span{
 font-size: 50px;
}


@media(max-width:768px){
.kv_catch {
    top: 53%;
    left: 51%;
}
}


@media(max-width:480px){

.kv_section {
    margin-top: -52px;
}


#lalaco-lp .kv_catch1 {
font-size: 30px;
}

#lalaco-lp .kv_catch1 span{
font-size: 30px;
}

#lalaco-lp .fv-catch span {
font-size: 30px;
}

#lalaco-lp .kv_catch2 {
 font-size: 40px;

}

#lalaco-lp .kv_catch2_en {
 font-size: 40px;
}


#lalaco-lp .kv_catch2  span{
 font-size: 40px;
}


}

/*ゆっくりズームインの画像*/

.slide {
position: relative;
width: 100%;
height: 100svh;
min-height:500px;
overflow: hidden;
}/*高さは固定*/

@media(max-width:600px){
.slide {
height: 700px;
}

/*.imgload {
object-position: bottom;
}*/
}


@media(max-width:414px){
.slide {
height: 600px;
}

}


.slide-image {
background-position:center;
background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 100%;
opacity: 0;/*アニメーションつける時は、0に*/
animation: slider-1 24s linear infinite;
}

.imgload {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.slide-image:nth-child(1) {
background-image: url("/img/lp/top1pc.jpeg");
animation-delay: -2s;
  }


@media(max-width:600px){
.slide-image:nth-child(1) {
background-image: url("/img/lp/top1のコピー.jpeg");
background-position: bottom;
}
}


.slide-image:nth-child(2) {
background-image: url("/img/lp/top2のコピー.jpeg");
animation-delay: 6s;
  }

@media(max-width:600px){
.slide-image:nth-child(2) {
background-image: url("/img/lp/top2のコピー2.jpeg");
background-position: bottom;
}
}

.slide-image:nth-child(3) {
background-image: url("/img/lp/rop3のコピー.jpeg");
animation-delay: 14s;
  }

@media(max-width:600px){
.slide-image:nth-child(3) {
background-image: url("/img/lp/rop3のコピー2.jpeg");
background-position: bottom;
  }

}


@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
  opacity: 0;
  }
}



/*kv下*/

.kv_bottom_flex {
    display: flex;
    align-items: center;
}

.kv_bottom_flex_child1 {
    width: calc(100% - 360px);
}

.kv_bottom_flex_child1 img {
    margin-bottom: 2rem;
}

#lalaco-lp .kv_bottom_flex_child1 p:not(:last-child) {
    margin-bottom: 0.4rem;
}


.kv_bottom_flex_child2 {
    width: 360px;
    height: 360px;
}

@media(max-width:768px){

.kv_bottom_flex {
display: block;
}

.kv_bottom_flex_child1 {
    width: 96%;
    margin: 0 auto;
}

.kv_bottom_flex_child2 {
    width: 300px;
    height: 300px;
    margin: 25px auto 0;
}

}



/*media*/
.media_section {
    background-color: #FFF3D9;
}

.media_section table {
    margin: 50px auto;
}

.media_section tr {
    border-top: 1px solid #F8B020;
    display: flex;
    padding: 0.8rem 0;
}

.media_section tr:last-child {
    border-bottom: 1px solid #F8B020;
}


.media_section td:first-child {
    margin-right: 1.5rem;
}

.media_section td {
    display: block;
}

.ore_btn {
    background-color: #ffb100;
    text-decoration: none;
    color: #fff!important;
    font-weight: bold;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 0.5rem 2rem;
}

@media(max-width:768px){

.media_section tr {
display: block;
}

.media_section table {
    margin: 25px auto;
    width: 96%;
}

}


/*instagram*/

body#lalaco-lp {
overflow-x: hidden;
}

/*表示崩れるため、読み込むまで非表示*/
.insta_flex_outer{
height:600px;
overflow-x: hidden;
}

.insta_flex_outer.show {
overflow-x: scroll;

}


@media(max-width:600px){
.insta_flex_outer{
height:500px;
}
}


.insta_flex {
display:none;
}

.insta_flex_outer.show .insta_flex {
display: flex;
width: auto;
}

.insta_flex_outer.show{
height:auto;
}

/*ここまで*/




.insta_flex_child {
    width: 32%;
    max-width: 100%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 2%;
    min-width: 32%;
    /*max-height: 600px;高さ上限*/
    overflow-y: scroll;
    overflow-x: scroll;
height:370px;
}


@media(max-width:1050px){

.insta_flex_child {
height:300px;
}
}



.instagram-media {
    width: 100%!important;
    border: none!important;
    max-width: none!important;
    min-width: 100%!important;
}



/* スクロールダウンの位置 */
.scroll {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 0.5rem;
}


.scroll::after {
    animation: scroll 2s infinite;
    background-color: #000;
    /* bottom: -115px; */
    content: "";
    height: 1px;
    /* left: 0; */
    /* margin: auto; */
    /* position: absolute; */
    /* right: 0; */
    width: 100px;
    display: block;
    margin-left: 0.5rem;
}


/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}



@media(max-width:600px){

.insta_flex_child {
width: 49%;
min-width: 49%;
/*max-height: 500px;高さ上限*/
}


}


/*buy*/

.buy_top_section {
    margin-bottom: 50px;
}

#lalaco-lp .products input,#lalaco-lp .products-sp input{
color: #fff!important;
}


#lalaco-lp .sysItemPrice {
    color: red;
}

@media(max-width:768px){

.buy_top_section {
    margin-bottom: 25px;
}

}

/*メリット*/

.advantage_section{
padding-top: 160px;
position:relative;
}

.advantage_section .container{
    position: relative;
    z-index: 1;
}

.advantage_section::before {
    content: "";
    position: absolute;
    width: 313px;
    height: 500px;
    background-image: url("/img/lp/DSC_8183-removebg-preview 2.png");
    background-size: contain;
    top: 50px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.advantage1_top {
    max-width: 640px;
    max-height: 479px;
    margin: 1.8rem auto;
    display: block;
    width: 100%;
}

.advantage_section ul{
margin:1.8rem 0;
}


.advantage_section ul li .number {
margin-right: 0.5rem;
}


.advantage_section ul li {
    padding-left: 1.8rem;
    text-indent: -1.9rem;
}

.advantage_flex {
    display: flex;
}

.advantage_flex_child1 {
margin-right:1.5%;
}


.advantage_flex_child {
    max-width: 49.25%;
    width: 480px;
    max-height: 360px;
}

.advantage_flex_child img {
    display: block;
}


.advantage_flex2 {
    display: flex;
    margin: 1.8rem 0 0;
    align-items: center;
}


.advantage_flex2_child1 {
margin-right:11px;
width:calc(100% - 240px);
}

.advantage_flex2_child2 {
width:229px;
height:164px;

}


.advantage_flex2_child2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



@media(max-width:768px){

.advantage_flex2 {
display: block;

}


.advantage_flex2_child1 {
    margin-right: 0;
    width: 100%;
}


.advantage_flex2_child2 {
    width: 229px;
    height: 164px;
    margin: 1rem auto 0;
    /* width: 100%; */
}


.advantage1_top {
    max-width: 400px;
    max-height: 300px;

}

}


@media(max-width:600px){

.advantage_flex {
    display: block;
}


.advantage_flex_child {
        max-width: 400px;
        width: 100%;
        max-height: 300px;
        /* height: auto; */
        margin: 0 auto;
    }


.advantage_flex_child1 {
    margin-bottom: 1rem;
}
}


/*メリット２*/


.advantage2_top {
    max-width: 464px;
    max-height: 582px;
    margin: 1.8rem auto;
    display: block;
    width: 100%;
    position: relative;
}


.chair_back2::before {
    content: "";
    position: absolute;
width: 371px;
height: 500px;
    background-image: url("/img/lp/DSC_8183-removebg-preview 1.png");
    background-size: contain;
top: 330px;
left: 0;
    background-repeat: no-repeat;
    z-index: 0;
}



.merit2 {
    margin-top: 50px;
    border-top: 2px solid #f8b020;
    padding-top: 50px;
}



#lalaco-lp .merit2_margin {
    margin: 1.8rem 0;
}


@media(max-width:768px){

.advantage_section {
padding-top: 100px;

}

.advantage_section::before {
height: 400px;
background-position: right;
}

.chair_back2::before {
top: 200px;
height: 400px;
}

.merit2 {
margin-top: 25px;
padding-top: 25px;
}


.advantage2_top {
    max-width: 319px;
    max-height: 400px;
    margin: 1.8rem auto;
    display: block;
    width: 100%;
}


.merit1, .merit2 {
    width: 96%;
margin-left:auto;
margin-right:auto;
}
}


@media (max-width:600px) {
    .advantage_section {
        padding-top: 35px;
    }


.advantage_section::before {
height: 300px;
top: 0;

}

.chair_back2::before {
height: 300px;
    }


}



/*ABOUT*/


.about_section {
    background-color: #fff3d9;
}


#lalaco-lp #sysMain .sysContent .about_box h3{
    display: flex;
    align-items: center;
    justify-content: center;
}

#lalaco-lp #sysMain .sysContent .about_box h3::before {
    content: "";
    display: block;
    width: 28px;
    height: 20px;
    background-image: url("/img/lp/Polygon 1.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 0.5rem;
    transform: rotate(-90deg);
    padding-right: 0;
}
.about_box h3 span {
    border-bottom: 1px solid #f8b020;
    letter-spacing: 0.1rem;
}

.about_box {
    background-color: #fff;
    padding: 2rem 2.8rem;
    margin-top: 70px;
margin-top:1.8rem;
}

.about_box1 {
margin-top: 70px;
}

#lalaco-lp .about_box p {
margin: 1.5rem 0;
}

.about_box1 img {
    width: 550px;
    height: 314px;
    display: block;
    margin: 0 auto;
}

.about_box3 img {
    width: 700px;
    height: 209px;
    display: block;
    margin: 0 auto;
}


.about_box_flex {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}

.about_box_flex_child1 {
    padding-right: 1.6rem;
}

.about_box_flex_child2 {
    display: block;
    width: 300px;
    height: 400px;
}


#lalaco-lp .about_chair {
    margin-bottom: 0.3rem!important;
    margin-top: 2.5rem!important;
}

.about_chair + p {
    margin-top: 0!important;
margin-bottom: 2.5rem!important;
}


.about_box4 li {
display: flex;
    align-items: center;
    position: relative;
}


.about_box4 li:not(:last-child) {
    margin-bottom: 1rem;
}


.about_box4 li::before {
    content: "";
    display: block;
    width: 22px;
    height: 16px;
background-image: url("/img/lp/Polygon 1.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-right: 1rem;
position:relative;

}

.about_box4 li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    width: 1px;
    height: 18px;
    background-color: #f8b020;
    bottom: -18px;
}


@media(max-width:768px){

.about_box1 {
    margin-top: 35px;
}

.about_box1 img {
height: auto;

}

.about_box_flex_child2 {
height: auto;
margin: 0 auto;
}


.about_box_flex {
display: block;
margin-top: 1.5rem;
}


.about_box_flex_child1 {
    padding-right: 0;
}

.about_box3 img {
height: auto;

}

}

@media(max-width:600px){


.about_box {
padding: 2rem 1.5rem;

}


.about_box4 li span {
    display: block;
    width: calc(100% - 32px );
} 

#lalaco-lp .about_chair {
 margin-bottom: 1rem!important;
}


.about_box4 li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    width: 1px;
    height: 80%;
    background-color: #f8b020;
    bottom: -18px;
}


.about_box4 li {
align-items:start;

}


}

/*認定証*/

.nintei_flex {
    display: flex;
    align-items: center;
    border: 5px solid #ffc69c;
    padding: 1rem 4rem;
}

.nintei_child2 {
    width: 250px;
    height: 342px;
}

.nintei_child1 {
    width: calc(100% - 250px);
    padding-right: 4rem;
}

.nintei_child1 img {
    display: block;
    margin-bottom: 2rem;
}

@media(max-width:999px){

.nintei_flex {
padding: 1rem 2.8rem;
}

.nintei_child1 {
padding-right: 2rem;
}

}


@media (max-width:600px) {
.nintei_flex {
padding: 2rem 1.5rem;
display:block;
    }

.nintei_child1 {
    width: 100%;
    padding-right: 0;
}

.nintei_child1 img {
    margin: 0 auto 1.5rem;
}


.nintei_child2 {
    width: 80%;
    height: auto;
    display: block;
    margin: 1.5rem auto 0;
max-width:254px;
}

}


/*PRODUCT*/

.product_section table {
    width: 555px;
}

.product_section tr {
    display: flex;
}

.product_section tr:last-child {
    border-bottom: 1px solid rgba(0,0,0,.6);
}

.product_section td:first-child {
    width: 165px;
}

.product_section td {
    padding-left: 0.8rem;
    border-top: 1px solid rgba(0,0,0,.6);
    border-left: 1px solid rgba(0,0,0,.6);
}

.product_section td:last-child {
    width: 391px;
    border-right: 1px solid rgba(0,0,0,.6);
}

.product_flex.padding_70 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_flex_child1 {
    display: block;
    max-width: 380px;
    max-height: 380px;
    width: calc(100% - 555px);
}

.product_flex_child2 {
    width: 555px;
}

#lalaco-lp .product_flex p {
    margin-top: 0.8rem;
}


@media(max-width:999px){

.product_flex.padding_70 {
display: block;

}
.product_flex_child1 {
    display: block;
    max-width: 350px;
    max-height: 350px;
    width: 80%;
    margin: 0 auto;
}

.product_flex_child2 {
margin: 1.5rem auto 0;
}


.product_section tr {
    display: block;
}

.product_flex_child2 {
    width: 100%;
max-width:555px;
}

.product_section table {
    width: 100%;
max-width:555px;

}



}


@media (max-width:600px) {


.product_section table {
    display: block;
    width: fit-content!important;
    margin: 0 auto;
}


    .product_section tr {
        display: block;
        width: 96vw;
max-width:500px;
    }

.product_section td:first-child {
    width: 100%;
    /* white-space: nowrap; */
    display: block;
    border-top: 1px solid rgba(0,0,0,.6);
    padding-bottom: 0;
    border-right: 1px solid rgba(0,0,0,.6);
}


.product_section td {
    padding: 0.5rem;
    border-top:none; 
    border-left: 1px solid rgba(0,0,0,.6);
    display: block;
}

.product_section td:last-child {
    width: 100%;
    border-right: 1px solid rgba(0,0,0,.6);
    padding-top: 0;
    padding-left: 1rem;
}


}

/*他にも*/

.purpose_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.purpose_flex_child {
    width: 32.7%;
    background-color: #fff3d9;
    padding: 10px;
}

.purpose_flex_child iframe {
    height: 263px;
    width: 100%;
}

#lalaco-lp .purpose_flex_child a {
    text-decoration: none;
    font-weight: bold;
    color: #fff!important;
    display: block;
    width: fit-content;
    margin: 1rem auto;
    background-color: #ffb100;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
}

#lalaco-lp .purpose_flex_child h3 {
    margin-top: 1rem!important;
    margin-bottom: 1.5rem!important;
}

#lalaco-lp .purpose_flex_child p {
height:165px;
}


.purpose_flex_child img {
    height: 263px;
    object-fit: cover;
}


@media(max-width:1085px){
#lalaco-lp .purpose_flex_child p {
    height: 205px;
}
}

@media(max-width:1077px){
#lalaco-lp .purpose_flex_child p {
    height: 235px;
}
}


@media(max-width:970px){

#lalaco-lp .purpose_flex_child h3 {
height:54px;
}
}


/*@media(max-width:893px){

#lalaco-lp .purpose_flex_child p {
    height: 189px;
}

}*/

@media (max-width:900px) {


.purpose_flex {
    display: block;
    justify-content: space-between;
    margin-top: 25px;
}

.purpose_flex_child {
    width: 96%;
    background-color: #fff3d9;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-bottom: 1rem;
}

.purpose_flex_child img {
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

    #lalaco-lp .purpose_flex_child h3 {
        height: auto;
    }

#lalaco-lp .purpose_flex_child p {
    height: auto;
}


#lalaco-lp .purpose_flex + p {
    max-width: 400px!important;
    margin: 0 auto;
}


}

/*TRIAL*/

.trial_section{
background-color:#fff3d9;
margin-top:70px;
}

#lalaco-lp .trial_section p {
    margin: 50px auto;
}

#lalaco-lp .trial_section a {
    text-decoration: none;
    font-weight: bold;
    color: #fff!important;
    display: block;
    width: fit-content;
    margin: 1rem auto;
    background-color: #ffb100;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
}

@media(max-width:768px){

.trial_section{
background-color:#fff3d9;
margin-top:35px;
}

#lalaco-lp .trial_section p {
    margin: 25px auto;
}
}


/*サブスク*/

.chairbad {
    display: block;
    margin: 50px auto 1rem auto;
    width: 90%;
    max-width: 615px;
    height: auto;
}


.pspace1 {
    letter-spacing: 0.2rem;
}

.pspace2 {
    letter-spacing: 0.3rem;
}

.subsc_inner {
    border-top: 2px solid #f8b020;
}

.subsc_inner + p::before {
    content: "1.";
    display: block;
    width: 39px;
    height: 42px;
    color: #ffb100;
}

.subsc_inner {
    border-top: 2px solid #f8b020;
    padding-left: 1rem;
    padding-right: 1rem;
}

#lalaco-lp .subsc_inner > * {
    max-width: 767px;
    margin: 0 auto;
}

#lalaco-lp .number1, #lalaco-lp .number2 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.number1::before {
    content: "1.";
    display: block;
    color: #ffb100;
    font-weight: bold;
    font-family: "Noto Sans JP";
    font-size: 30px;
    margin-right: 0.8rem;
}


.number2::before {
    content: "2.";
    display: block;
    color: #ffb100;
    font-weight: bold;
    font-family: "Noto Sans JP";
    font-size: 30px;
    margin-right: 0.8rem;
}

#lalaco-lp .subsc_btn_flex {
    display: flex;
    align-items: center;
    width: fit-content;
    background-color: #ffb100;
    border-radius: 10px;
    padding: 1rem;
    margin: 1.5rem auto 0.3rem;
}

.subsc_btn_flex img {
    width: 90px;
}

#lalaco-lp .subsc_btn_flex p {
    color: #fff;
    margin-right: 1rem;
}


#lalaco-lp .subsc_btn_flex p a > *{
    color: #fff;

}



@media(max-width:999px){


#lalaco-lp .number1, #lalaco-lp .number2 {
align-items: start;
}

.number1::before {
    content: "1.";
    display: block;
    color: #ffb100;
    font-weight: bold;
    font-family: "Noto Sans JP";
    font-size: 26px;
    margin-right: 0.8rem;
    white-space: nowrap;
    margin-top: -5px;
}


.number2::before {
  font-size: 26px;
    margin-right: 0.8rem;
    white-space: nowrap;
    margin-top: -5px;
}
}

@media(max-width:768px){
.chairbad {
margin: 25px auto 1rem auto;
}

.subsc_kome {
    text-align: left;
}
}

/*新品*/

.subsc_new_section{
background-color:#fff3d9;
}

.subsc_new_section > div{
padding-left:1rem;
padding-right:1rem;
}



#lalaco-lp .subsc_new_p {
    margin-top: 2rem;
}



@media(max-width:600px){
#lalaco-lp .subsc_new_p {
text-align:left;
margin-top: 1rem;
}


}



/*サブスクイメージ*/

.subsc_image_section > div {
    border: 2px solid #ffc69c;
    padding: 1.5rem 1.2rem;
}

.subsc_image_section ul {
    margin: 2rem 0;
}

#lalaco-lp .subsc_image_section li {
    display: flex;
    align-items: start;
}

#lalaco-lp .subsc_image_section li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #ffb100;
    border-radius: 50%;
    margin-right: 0.5rem;
    white-space: nowrap;
    min-width: 10px;
    margin-top: 10px;
}


@media(max-width:900px){

#lalaco-lp .subsc_image_section li:first-child {
    margin-bottom: 0.5rem;
}
}


/*アニメーション*/

/*右*/

.right_animation{
opacity:0;

}

.right_animation.is-active{
-webkit-animation-name: rightanimation;
animation-name: rightanimation;
animation-fill-mode:forwards;
animation-duration:2s;
animation-iteration-count:1;
animation-timing-function:ease;


}

@keyframes rightanimation {
0% {
opacity: 0;
-webkit-transform: translatex(5%);
transform:translatex(5%)
}
to {
opacity: 1;
-webkit-transform: translatex(0);
transform:translatex(0)
    }
}

@-webkit-keyframes rightanimation {
0% {
opacity: 0;
-webkit-transform: translatex(5%);
transform:translatex(5%)
    }

to {
opacity: 1;
-webkit-transform: translatex(0);
transform:translatex(0)
    }
}


/*左*/

.left_animation{
opacity:0;
}

.left_animation.is-active{
-webkit-animation-name: leftanimation;
animation-name: leftanimation;
animation-fill-mode:forwards;
animation-duration:2s;/*2秒かけて*/
animation-iteration-count:1;/*1回のみ*/
animation-timing-function:ease;/*最初と最後ゆっくり*/


}

@keyframes leftanimation {
0% {
            opacity: 0;
            -webkit-transform: translatex(-5%);
            transform: translatex(-5%)
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            transform: translatex(0)
        }
}

@-webkit-keyframes leftanimation {
0% {
            opacity: 0;
            -webkit-transform: translatex(-5%);
            transform: translatex(-5%)
        }

        to {
            opacity: 1;
            -webkit-transform: translatex(0);
            transform: translatex(0)
        }
}


/*上に*/

.feadinup_animation{
opacity:0;
}

.feadinup_animation.is-active{
-webkit-animation-name: feadinupanimation;
animation-name: feadinupanimation;
animation-fill-mode:forwards;
animation-duration:2s;/*2秒かけて*/
animation-iteration-count:1;/*1回のみ*/
animation-timing-function:ease;/*最初と最後ゆっくり*/


}

@keyframes feadinupanimation {
0% {
            opacity: 0;
            -webkit-transform: translatey(5%);
            transform: translatey(5%)
        }

        to {
            opacity: 1;
            -webkit-transform: translatey(0);
            transform: translatey(0)
        }
}

@-webkit-keyframes feadinupanimation {
0% {
            opacity: 0;
            -webkit-transform: translatey(5%);
            transform: translatey(5%)
        }

        to {
            opacity: 1;
            -webkit-transform: translatey(0);
            transform: translatey(0)
        }
}




/*5、文字が１字ずつ出現する(eachTextAnimeクラスを付与しておく)*/

.eachTextAnime {opacity: 0;}
.eachTextAnime.appeartext {opacity: 1;}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.eachTextAnime2 {opacity: 0;}
.eachTextAnime2.appeartext {opacity: 1;}

.eachTextAnime2 span{opacity: 0;}
.eachTextAnime2.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


.eachTextAnime3 {opacity: 0;}
.eachTextAnime3.appeartext {opacity: 1;}

.eachTextAnime3 span{opacity: 0;}
.eachTextAnime3.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}



@media screen and (max-width:480px){
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysMain,#sysAside{ width: 100%!important;}
#sysMain{ margin-top: 0;}
.grid-col {
	float: none;
	width: 100%!important;
        margin-left: 0;
}
/* 10-1 Header */
#sysHeader{ margin-bottom: 5px;}
.h-siteinfo{ height: auto;}
.h-siteinfo h1 { font-size: xx-small;}

.h-sitelogo{ height: 52px;}
.h-sitelogo li img{
    width: auto;
    max-height: 47px;
}
.h-utilitybtn{ position: relative;}
.h-utilitybtn .sysContent {
    width: 32%;
    float: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 15%;
}
.h-utilitybtn ul li.sysText a {
    line-height: 17px;
    height: 47px;
    font-size: x-small;
}
.h-utilitybtn ul li {
    height: 47px;
}
.h-utilitybtn ul li.sysText a:before {
    content: "";
    width: 20px;
    margin: 5px auto 0;
    height: 20px;
    display: block;
}
.h-utilitybtn ul li.sysText:nth-child(1) a:before {
    background: url(http://ah-pro.aispr.jp/img/icon/icon-dojimarice.jpg);
    background-size: 100%;
}
.h-utilitybtn ul li.sysText:nth-child(2) a:before {
    background: url(http://ah-pro.aispr.jp/img/icon/icon-Twitter.gif);
    background-size: 100%;
}

/* 10-1-3 ドロップダウンメニュー */

.h-subMenu .sysHeadline{
    line-height: 47px;
    width: 15%;
    float: right;
    position: absolute;
    bottom: 4px;
    right: 0;
}
.h-subMenu ul li:nth-child(2n){
    width: 49%!Important;
    margin-left: 1%;
}
.h-subMenu ul li.sysText a {
    line-height: 40px;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0;
}

/* 12-12 見出し */
.headline-2nd {
    margin-left: 5px;
    
}
.headline-3rd {
    margin-left: 10px;
}

/* 12-14 Responsive Grid System */
.col { float: none;}
.gutters .col { margin-left: 0;}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,
.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{
	width: 100%!Important;
	float: none;
}

/* 12-2 Holizontal Item Block */
.sysContent .sysItemBlock .sysHorizontal {
    font-size: small;
}
.sysContent .sysItemBlock .sysHorizontal li{
    padding: 2.5px;
    width: 50%;
}
.sysItemList ul.sysThumbnail li{ width: 50%;}

/* 13-1-5 メインメニュー*/
.h-mainMenu ul li { height: 40px;}
.h-mainMenu ul li.sysText a {
    font-size: 0.5rem;
    padding: 15px 0;
}
/* 13-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}

/* 13-2-2 Half Banner */
.p-banner li {
   width: 100%;
   margin-bottom: 5px;
}

/* 13-2-3 PICK UP Item */
.p-pickup .sysContent {
    padding: 0 0 5px;
}


/* 13-2-4 News & SNS */
.p-news,.p-sns { width: 100%;}

/* 13-2-5 ShopInformation */
.p-shopInfo .sysContent,
.shopinfo-inner,
.shopinfo-row { display: block;}
.shopinfo-inner {
    width: 100%;
}


/* 13-4-1 Footer Site Map */
.f-sitemap li {
    width: 100%!important;
}
.f-sitemap ul li.sysText a {
    padding: 10px 20px;
    text-align: left;
}

/* 13-4-2 Page Top Btn */
.p-pagetop .btn { width: 90%;}

/* 14-1-2 Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* 14-1-7  Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* 14-2-3 Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}
/* 14-5-2 MyPage*/
.sysMypageNav .sysButton{ font-size: 0.75rem;}


/* 2023-7-25*/
.u-sp-hidden {
    display: block;
}
.u-pc-hidden {
    display: none;
}
.l-col {
    flex-direction: column;
}
.l-gap {
    gap: .5rem;
}
.l-col>div:last-of-type {
    margin-bottom: 2rem;
}
.l-col-2 > div, div.l-col-30, div.l-col-70, div.l-col-20, div.l-col-80, .l-col-3 > div{
    width: 100%;
}
.u-reverse-sp {
    flex-direction: column-reverse;
}
.u-reverse-sp>div:first-of-type {
    margin-bottom: 2rem;
}
.u-reverse-sp>div:last-of-type {
    margin-bottom: 0;
}

body:not(#lalaco-lp) iframe {
    width: 100%;
    height: 250px;
}
.products-sp li {
    margin-bottom: 1.5rem;
}

.p-media-list{
    margin-left:2rem;
    margin-right:1rem;
}

.p-solution .p-solution-title{
    font-size:1.4rem;
}

.solution-2 .p-solution-title{
    font-size:1.4rem;
}

.solution-3 .p-solution-title{
    font-size:1.4rem;
}

.solution-4 .p-solution-title{
    font-size:1.4rem;
}
.p-reason__video {
    width: 100%;
}
.p-onayami-title{
    font-size:1.0rem;
}
.p-onayami-container .u-center{
    margin-bottom: 1.5rem;
}
.l-col>div:last-of-type{
    margin-bottom: 0rem;
}

/* LP */
.l-width-80{
    width : 100%;
}
.c-content-title{
   font-size:2.0rem;
}


}
@media screen and (min-width:481px) and (max-width:800px){
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
div#sysMain,div#sysAside{ width: 100%; float: none;}/* PCレイアウトを維持する場合は削除 */


/* 20-1 Header */
.h-utilitybtn {
    margin:0 5px;
}
/* 20-1-3 ドロップダウンメニュー */
.h-subMenu .sysHeadline{
    width: 30%;
    float: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.h-subMenu ul li:nth-child(2n){
    width: 49%!Important;
    margin-left: 1%;
}
.h-subMenu ul li.sysText a {
    line-height: 40px;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding: 30px 0;
}

/* 23-1-5 メインメニュー*/
.h-mainMenu{
border-right: none;
border-left: none;
}
/* 23-1-6 検索フォーム */
.h-search .sysContent{ padding: 5px;}


/* 23-3-3 Aside Banner */
.s-banner li {
    margin: 0 1%;
    width: 48%;
    float: left;
}
.s-banner {
    overflow: hidden;
}

/* LoginForm & Search Form */
.s-login,.s-search{
    width: 49%;
    width: -webkit-calc( 50% - .2em);
    width: calc( 50% - .2em);
    float: none;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.s-login li a{
    font-size: 0.75rem;
    padding: 10px 0;
}
.s-search.asideCnt .sysItemSearchAndOr label{;
    display: block;
}

/* 23-4-2 Page Top Btn */
.p-pagetop .btn { width: 50%;}

.reason-1 .p-reason__video:last-child iframe{
    width: 100%
}

.reason-2 .p-reason__video iframe{
    width: 100%
}

.reason-3 .p-reason__video:first-child iframe{
    width: 100%
}

.reason-3 .u-vertical-center iframe{
    width: 100%
}


.reason-4 .p-reason__video iframe{
    width: 100%
}

.reason-4 .u-vertical-center iframe{
    width: 100%
}
}
@media screen and (min-width:801px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
/* 30-1 Header */
.h-siteinfo,
.h-subMenu {
    margin: 0 auto;
}
.h-siteinfo { text-align: left;}
/* 30-1-3 ドロップダウンメニュー */
.h-subMenu > .sysContent {  display: block!important;}
.h-subMenu > .sysHeadline { display: none;}
body:not(#lalaco-lp) .h-subMenu .sysAccordionInitialHide {
    position: absolute;
    bottom: 1px;
    right: 0;
    z-index: 999;
    width: 70%;
    background: transparent;
}
.h-subMenu ul {
    display: table;
    width: 100%;
}
body:not(#lalaco-lp) .h-subMenu ul li {
        display: table-cell;
        width: auto!important;
        float: none;
        text-align: center;
    }

.h-mainMenu nav {
    width: 70%;
    border-right: 1px solid;
}
.h-search .sysContent {
    width: 30%;
    position: absolute;
    top: -55px;
    height: 50px;
    right: 0;
    padding: 5px;
}

/* 32-9 トグル機能アニメーション */
body:not(#lalaco-lp) .h-subMenu .sysAccordionInitialHide { opacity: 1;}

/* 33-3-1 Aside Check List */
.s-checklist li > div {
    width: 90%;
    margin: 0 auto;
}
.s-checklist .sysContent .sysVertical .sysItemImage img {
    width: 100%;
    float: none;
    margin: 5px auto;
}

/* 34-4-1 Footer Site Map */
.f-sitemap .sysContent {
    width: 95%;
    margin: 0 auto;
}
/* 34-4-2 Page Top Btn */
.p-pagetop .sysContent {
    overflow: hidden;
    padding: 0 2px;
    width: 95%;
    margin: 0 auto;
}
.p-pagetop .btn {
    float: right;
    padding: 10px 20px;
}

/*【ご注文・お問い合わせ】03-5578-4906の配置を調整*/
.h-utilitybtn .sysContent {
    height: 5px;
}

.sysFuncText.h-callcenter {
    text-align: right;
    max-width: 1105px;
}




}
/* #END_OF_RESOURCE_FILE */
