@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&display=swap');
/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}
* + html .clearfix {
    zoom: 1;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
/*------------------------------------------------------------
    default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
@font-face {
    font-family: 'good times rg';
    src: url('https://gigaplus.makeshop.jp/nlc01010/font/good times rg.eot'); /* IE9 Compat Modes */
    src: url('https://gigaplus.makeshop.jp/nlc01010/font/good times rg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gigaplus.makeshop.jp/nlc01010/font/good times rg.woff') format('woff'), /* Modern Browsers */ url('https://gigaplus.makeshop.jp/nlc01010/font/good times rg.ttf') format('truetype'); /* Safari, Android, iOS */
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
    text-align: left;
}
#main {
    margin: 50px 0 85px;
}
article h2 {
    background: none !important;
    border: none !important;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
.noLink {
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #main {
        margin: 1px 0 100px;
    }
}
/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0 20px;
    display: flex;
    justify-content: space-between;
}
#gHeader h1 {
    margin-top: 20px;
    width: 270px;
}
#gHeader h1 a {
    display: block;
}
#gHeader h1 span {
    margin-top: 4px;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1E1E1E;
}
#gHeader .hRight {
    /*width: 66%;*/
    width: 850px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
#gHeader .hRight .hSearch {
    /*width: 57%;*/
    width: 520px;
    padding: 2px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
#gHeader .hRight .hSearch input[type^="text"] {
    width: 100%;
    height: 34px;
    padding: 0 50px 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
    box-sizing: border-box;
    font-weight: 300;
}
#gHeader .hRight .hSearch input[type^="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #9F9F9F;
    opacity: 1;
}
#gHeader .hRight .hSearch input[type^="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9F9F9F;
    opacity: 1;
}
#gHeader .hRight .hSearch input[type^="text"]::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1;
}
#gHeader .hRight .hSearch input[type^="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9F9F9F;
    opacity: 1;
}
#gHeader .hRight .hSearch button {
    width: 44px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #DFDFDF url("https://gigaplus.makeshop.jp/nlc01010/images/icon18.png") no-repeat center center;
    background-size: 22px 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
#gHeader .hRight .hSearch button:hover {
    opacity: 0.7;
}
#gHeader .hTxt {
    width: 310px;
    display: flex;
    justify-content: space-between;
}
#gHeader .hTxt .red {
    width: 90px;
    padding: 13px 5px 10px;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #fff;
    text-align: center;
    background-color: #AF1E23;
    border-radius: 2px;
    box-sizing: border-box;
}
#gHeader .hTxt .txt {
    width: 200px;
    font-size: 1.4rem;
    color: #1E1E1E;
    text-align: center;
    line-height: 1.4;
}
#gHeader .hTxt .txt .tel {
    display: block;
    font-size: 3.2rem;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.25;
}
#gHeader .hTxt .txt .blue {
    padding: 5px 0 6px;
    display: block;
    color: #fff;
    background-color: #0082CA;
    border-radius: 2px;
}
#gHeader .hLink {
    display: flex;
}
#gHeader .hLink table td {
    display: flex;
}
#gHeader .hLink li:not(:last-child) {
    /*margin-right: 10px;*/
    margin-right: 5px;
}
#gHeader .hLink a {
    height: 40px;
    display: block;
    color: #fff;
    /*font-size: 0.8em;*/
    padding: 5px 11.8px;
    background-color: #2D2D2D;
}
#gHeader .hLink a, #gHeader .spLink a {
    border-radius: 3px;
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
}
#gHeader a.btn_red {
    background: -moz-linear-gradient(top, #AF1E23, #821A1E);
    background: -webkit-linear-gradient(top, #AF1E23, #821A1E);
    background: linear-gradient(to bottom, #AF1E23, #821A1E);
}
#gHeader a.btn_red02 {
    background: -moz-linear-gradient(top, #AF1E23, #821A1E);
    background: -webkit-linear-gradient(top, #AF1E23, #821A1E);
    background: linear-gradient(to bottom, #AF1E23, #821A1E);
}
#gHeader a.btn_blue01 {
    background: -moz-linear-gradient(top, #005CAD, #023F74);
    background: -webkit-linear-gradient(top, #005CAD, #023F74);
    background: linear-gradient(to bottom, #005CAD, #023F74);
}
#gHeader a.btn_blue02 {
    background: -moz-linear-gradient(top, #0082CA, #035D8F);
    background: -webkit-linear-gradient(top, #0082CA, #035D8F);
    background: linear-gradient(to bottom, #0082CA, #035D8F);
}
#gHeader a.btn_blue03 {
    background: -moz-linear-gradient(top, #0082CA, #035D8F);
    background: -webkit-linear-gradient(top, #0082CA, #035D8F);
    background: linear-gradient(to bottom, #0082CA, #035D8F);
}
#gHeader a.btn_blue04 {
    background: -moz-linear-gradient(top, #005CAD, #023F74);
    background: -webkit-linear-gradient(top, #005CAD, #023F74);
    background: linear-gradient(to bottom, #005CAD, #023F74);
}
#gHeader a.btn_gray {
    background: -moz-linear-gradient(top, #5D5D5D, #323232);
    background: -webkit-linear-gradient(top, #5D5D5D, #323232);
    background: linear-gradient(to bottom, #5D5D5D, #323232);
}
#gHeader .loginList {
    display: none;
    margin-top: 10px;
    text-align: center
}
#gHeader .loginList li {
    width: 30%;
}
#gHeader .loginList li a {
    height: 30px;
    background: -moz-linear-gradient(top, #0082CA, #035D8F);
    background: -webkit-linear-gradient(top, #0082CA, #035D8F);
    background: linear-gradient(to bottom, #0082CA, #035D8F);
}
#gHeader .loginList02 {
    display: none;
    /*margin-top: 10px;*/
    text-align: center
}
#gHeader .loginList02 li {
    width: 100%;
    height: 60px;
    margin: 0;
}
#gHeader .loginList02 li a {
    height: 60px;
    background-color: #F5F5F5;
    border: 1px solid #B6B6B6;
    color: #1E1E1E;
    padding: 0;
    line-height: 60px;
    font-size: 1.5rem;
    background: url(https://gigaplus.makeshop.jp/nlc01010/images/arrow06.png) no-repeat right 20px center #fff;
    background-size: 11px auto;
}
#gHeader .hLink a.btn_gray, #gHeader .hLink a.btn_blue03, #gHeader .hLink a.btn_blue04, #gHeader .hLink a.btn_red02 {
    padding-top: 13px;
    height: 32px !important;
}
#gHeader a .yrw {
    font-size: 13px;
    color: #FFFF00;
}
#gHeader a .red {
    font-size: 13px;
    color: #AF1E23;
}
#gHeader .hLink a span, #gHeader .spLink a span {
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
#gHeader .hLink img {
    /*width: 23px;*/
    width: 13px;
    margin: -5px 9px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#gHeader .hLink a:hover {
    opacity: 0.7;
}
#gHeader .hNavi {
    background-color: #000;
    position: relative;
}
#gHeader .hideBox {
    height: 60px;
    display: none;
}
.spHide {
    display: none;
}
#gHeader .hNavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#gHeader .hNavi .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#gHeader .menu {
    width: 80px;
}
#gHeader .menu > img {
    cursor: pointer;
}
#gHeader .menu .on {
    display: none;
}
#gHeader .menu.on .on {
    display: block;
}
#gHeader .menu.on .out {
    display: none;
}
#gHeader .menuBox {
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.99);
    box-sizing: border-box;
    overflow: auto;
}
#gHeader .menuBox .menuInner {
    width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#gHeader .menuBox .menuL {
    width: 301px;
    padding-right: 40px;
    border-right: 1px solid #666;
    box-sizing: border-box;
}
#gHeader .menuBox .menuLink {
    margin-bottom: 20px;
}
#gHeader .menuBox .menuLink a {
    padding: 28px 40px 28px 64px;
    display: block;
    color: #1E1E1E;
    font-weight: 700;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon05.png") no-repeat left 32px center, url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat right 25px center;
    background-size: 21px auto, 8px auto;
    background-color: #fff;
}
#gHeader .menuBox .menuLink a:hover {
    opacity: 0.7;
}
#gHeader .menuBox .menuTtl {
    margin-bottom: 20px;
    padding: 28px 10px 28px 64px;
    color: #fff;
    font-weight: 700;
    background: #1E1E1E url("https://gigaplus.makeshop.jp/nlc01010/images/icon06.png") no-repeat left 32px center;
    background-size: 20px auto;
}
#gHeader .menuBox .menuList {
    margin-left: 40px;
}
#gHeader .menuBox .menuList ul li:not(:last-child) {
    margin-bottom: 16px;
}
#gHeader .menuBox .menuList a {
    padding-left: 24px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat left center;
    background-size: 8px auto;
}
#gHeader .menuBox .menuList a:hover {
    opacity: 0.7;
}
#gHeader .menuBox .menuTxt {
    margin: 42px 0 22px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
#gHeader .menuSns {
    text-align: center;
}
#gHeader .menuSns li {
    display: inline-block;
	margin: 0 15px;
}
#gHeader .menuSns a {
    display: block;
}
#gHeader .menuSns img {
    height: 28px;
}
#gHeader .menuSns span {
    margin-top: 5px;
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
#gHeader .menuSns a:hover {
    opacity: 0.7;
}
#gHeader .menuBox .menuR {
    width: 860px;
    display: flex;
    flex-wrap: wrap;
}
#gHeader .menuBox .menuR .menuItem {
    width: 260px;
    margin-right: 40px;
}
#gHeader .menuBox .menuR .menuTtl {
    background-image: url("https://gigaplus.makeshop.jp/nlc01010/images/icon04.png");
    background-size: 16px auto;
}
#gHeader .menuBox .menuR .menuItem01 {
    margin-right: 0;
}
#gHeader .menuBox .menuR .menuItem01 .menuList {
    display: flex;
}
#gHeader .menuBox .menuR .menuItem01 .menuList > li {
    width: 100px;
}
/*ログインボタン*/
#gHeader .hLink .hNavi {
    background-color: transparent !important;
    position: relative;
}
#gHeader .hLink .hNavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#gHeader .hLink .hNavi .inner {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.hLink #gNavi2 {
    width: auto !important;
    display: flex;
}
.hLink #gNavi2 > li {
    position: relative;
}
.hLink #gNavi2 > li > a {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
}
.hLink #gNavi2 > li > a {
    padding: 13px 10px 6px 10px !important;
}
.hLink #gNavi2 > li > a.navIco {
    padding: 13px 31px 6px 14px !important;
}
/*
.hLink #gNavi2 > li > a:hover,
.hLink #gNavi2 > li > a.on {
    background-color: rgba(0,130,202,0.2);
}*/
.hLink #gNavi2 > li > a.navIco:hover, .hLink #gNavi2 > li > a.navIco.on {
    border-radius: 3px 3px 0 0;
}
/*
.hLink #gNavi > li > a span {
    padding-right: 23px;
    display: inline-block;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow01.png") no-repeat right center;
    background-size: 14px auto;
}
*/
.hLink #gNavi2 .naviMenu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    box-sizing: border-box;
    border: 1px solid rgba(182, 182, 182, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
}
.hLink #gNavi2 .naviMenu li:not(:last-child) {
    border-bottom: 1px solid rgba(182, 182, 182, 0.8);
    margin: 0 !important;
}
.hLink #gNavi2 .naviMenu a {
    padding: 15px 17px 0 5px;
    display: block;
    color: #000;
    position: relative;
    background-color: transparent !important;
    font-size: 13px !important;
    text-align: center;
    border-radius: 0;
}
.hLink #gNavi2 .naviMenu a:before {
    position: absolute;
    top: 20px;
    right: 6px;
    width: 10px;
    height: 12px;
    background: url(images/mypage_icon03.png) no-repeat right center;
    content: '';
    background-size: cover;
}
.hLink #gNavi2 .naviMenu a:hover {
    background-color: rgba(190, 190, 190, 0.9) !important;
    opacity: 1 !important;
}
.hLink #gNavi2 > li > a.navIco:before {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 13px;
    height: 14px;
    background: url(images/mypage_icon02.png) no-repeat right center;
    content: '';
    background-size: cover;
}
#gHeader .hLink a.btn_blue04 img {
    width: 18px !important;
}
@media all and (min-width: 768px) {
    .spMenuBox {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    .spHide {
        display: block;
        height: 120px;
    }
    #gHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #FFF;
        z-index: 1000;
    }
    #gHeader .hBox {
        width: auto;
        height: auto;
        padding: 14px 20px 5px;
        display: block;
        position: relative;
        z-index: 700;
        background-color: #fff;
    }
    #gHeader h1 {
        margin-top: 0;
        width: 290px;
    }
    #gHeader h1 a {
        display: inline-block;
    }
    #gHeader h1 img {
        width: 131px;
    }
    #gHeader h1 span {
        margin: -7px 0 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
    }
    #gHeader .hRight {
        display: none;
    }
    #gHeader .hNavi {
        display: none;
    }
    #gHeader .spMenu {
        width: 24px;
        position: absolute;
        right: 15px;
        top: 16px;
        z-index: 2;
        cursor: pointer;
    }
    #gHeader .spMenu .on {
        display: none;
    }
    #gHeader .spMenu.on .on {
        display: block;
    }
    #gHeader .spMenu.on .out {
        display: none;
    }
    #gHeader .hSpBox {
        background-color: #000;
    }
    .spTxt {
        padding: 6px 5px;
        font-size: 1.2rem;
        text-align: center;
        background-color: #EEEEEE;
    }
    #gHeader .hSpBox .spNavi {
        padding: 10px 0;
        display: flex;
    }
    #gHeader .hSpBox .spNavi li {
        width: 36.5%;
        border-right: 1px solid #0082CA;
        box-sizing: border-box;
    }
    #gHeader .hSpBox .spNavi .style02 {
        width: 19.5%;
    }
    #gHeader .hSpBox .spNavi .style03 {
        width: 17%;
    }
    #gHeader .hSpBox .spNavi .style04 {
        width: 27%;
        border-right: none;
    }
    #gHeader .hSpBox .spNavi a {
        display: block;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        padding: 0 5px;
    }
    #gHeader .hSpBox .spNavi img {
        height: 20px;
    }
    #gHeader .hSpBox .spNavi span {
        margin-top: 5px;
        display: block;
    }
    .spMenuBox {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 600;
        background-color: #fff;
        overflow-y: auto;
        max-height: 100%;
    }
    .spMenuBox .greyBox {
        padding: 80px 0 20px;
        background-color: #EEEEEE;
    }
    .spMenuBox .greyBox .txtBox {
        width: 315px;
        margin: 0 auto 15px;
        display: flex;
        justify-content: space-between;
    }
    .spMenuBox .greyBox .txtBox .lTxt {
        width: 170px;
        font-size: 1.1rem;
        font-weight: 700;
    }
    .spMenuBox .greyBox .txtBox .lTxt a {
        display: inline-block;
        font-size: 2.5rem;
        font-family: Arial;
        margin-top: -1px;
    }
    .spMenuBox .greyBox .txtBox .rTxt {
        width: 140px;
    }
    .spMenuBox .greyBox .txtBox .rTxt span {
        padding: 3px 0 4px;
        display: block;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        border-radius: 2px;
    }
    .spMenuBox .greyBox .txtBox .rTxt .red {
        margin-bottom: 1px;
        background-color: #AF1E23;
    }
    .spMenuBox .greyBox .txtBox .rTxt .blue {
        background-color: #0082CA;
    }
    .spMenuBox .greyBox .spLink {
        text-align: center;
        /*font-size: 0;
		width: 315px;
		margin: 0 auto;*/
        display: flex;
        flex-wrap: wrap;
        padding-left: 8%;
        padding-bottom: 15px;
    }
    .spMenuBox .greyBox .spLink li {
        display: inline-block;
        margin: 0 5px 5px 0;
        width: 45%;
    }
    .spMenuBox .greyBox .spLink li.btn_wide, .spMenuBox .greyBox .spLink li.btn_wide02 {
        width: 92%;
    }
    .spMenuBox .greyBox .spLink li.btn_wide a {
        position: relative;
    }
    .spMenuBox .greyBox .spLink li.btn_wide > a:before {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 14px;
        height: 16px;
        background: url(images/mypage_icon02.png) no-repeat right center;
        content: '';
        background-size: cover;
    }
    .spMenuBox .greyBox .spLink li.btn_wide > a.on:before {
        background-image: url(images/mypage_icon01.png);
    }
    .spMenuBox .greyBox .spLink img {
        /*width: 30px;*/
        height: 13px;
        display: inline-block;
        vertical-align: middle;
        margin: -3px 9px 0 0;
    }
    .spMenuBox .greyBox .spLink a {
        display: block;
        /*font-size: 1rem;
        font-weight: 700;*/
        font-size: 1.2rem;
        font-weight: normal;
        height: 40px;
        color: #fff;
        padding-top: 5px;
    }
    .spMenuBox .greyBox .spLink a.btn_blue03 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px !important;
        padding-top: 0 !important;
    }
    .spMenuBox .greyBox .spLink a.btn_red02, .spMenuBox .greyBox .spLink a.btn_blue04, .spMenuBox .greyBox .spLink a.btn_gray {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px !important;
        padding-top: 0 !important;
    }
    .spMenuBox .spList > li {
        margin-bottom: 2px;
        box-shadow: 0 1px 0 0 #000, 0 2px 0 0 #333;
    }
    .spMenuBox .spList > li:last-child {
        box-shadow: none;
    }
    .spMenuBox .spList .ttl {
        padding: 13px 35px 12px 56px;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon04.png") no-repeat left 25px center, url("https://gigaplus.makeshop.jp/nlc01010/images/arrow01.png") no-repeat right 20px center;
        background-color: #1E1E1E;
        background-size: 16px auto, 14px auto;
        cursor: pointer;
    }
    .spMenuBox .spList .ttl.on {
        background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon04.png") no-repeat left 25px center, url("https://gigaplus.makeshop.jp/nlc01010/images/arrow03.png") no-repeat right 20px center;
        background-color: #1E1E1E;
        background-size: 16px auto, 14px auto;
    }
    .spMenuBox .spList .txt {
        padding: 13px 35px 12px 56px;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        background: #1E1E1E url("https://gigaplus.makeshop.jp/nlc01010/images/icon06.png") no-repeat left 25px center;
        background-size: 20px auto;
    }
    .spMenuBox .spList .listUl {
        display: flex;
        flex-wrap: wrap;
        background-color: #666;
        margin: -1px;
    }
    .spMenuBox .spList .item {
        display: none;
        overflow: hidden;
    }
    .spMenuBox .spList .style05 .item {
        display: block;
    }
    .spMenuBox .spList .listUl li {
        width: 50%;
        box-sizing: border-box;
        border-left: 1px solid #989898;
        border-right: 1px solid #333;
        border-top: 1px solid #989898;
        border-bottom: 1px solid #333;
    }
    .spMenuBox .spList .listUl a {
        padding: 14px 5px;
        display: block;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 300;
        color: #fff;
        height: 100%;
        box-sizing: border-box;
    }
    .spMenuBox .spList .listUl a:hover {
        background-color: #0082CA;
    }
    .spMenuBox .spList .style01 a {
        padding: 13px 35px 12px 56px;
        display: block;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon05.png") no-repeat left 25px center, url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat right 23px center;
        background-size: 20px auto, 9px auto;
        background-color: #1E1E1E;
    }
    .spMenuBox .spList .style02 .listUl li {
        width: 33.33%;
    }
    .spMenuBox .spList .style03 .listUl li {
        width: 25%;
    }
    /* .spMenuBox .spList .style04 .listUl li:last-child {
        width: 100%;
    }*/
    .spMenuBox .spSns {
        padding: 29px 0;
        text-align: center;
    }
    .spMenuBox .spSns .ttl {
        margin-bottom: 22px;
        color: #1E1E1E;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .spMenuBox .spSns .snsUl li {
        display: inline-block;
    }
    .spMenuBox .spSns .snsUl li:nth-child(2) {
        margin: 0 17px 0 27px;
    }
    .spMenuBox .spSns .snsUl a {
        display: block;
    }
    .spMenuBox .spSns .snsUl img {
        height: 28px;
    }
    .spMenuBox .spSns .snsUl span {
        display: block;
        font-size: 1rem;
        color: #1E1E1E;
        font-weight: 700;
        margin-top: 5px;
    }
    .spMenuBox .menuSearch {
        width: 315px;
        margin: 0 auto 20px;
        padding: 2px;
        border-radius: 2px;
        border: 1px solid #CCCCCC;
        box-sizing: border-box;
        position: relative;
        background-color: #fff;
    }
    .spMenuBox .menuSearch input[type^="text"] {
        width: 100%;
        height: 44px;
        padding: 0 50px 0 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 0;
        font-size: 1.5rem;
        box-sizing: border-box;
        font-weight: 300;
    }
    .spMenuBox .menuSearch input[type^="text"]::-webkit-input-placeholder { /* WebKit browsers */
        color: #9F9F9F;
        opacity: 1;
    }
    .spMenuBox .menuSearch input[type^="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #9F9F9F;
        opacity: 1;
    }
    .spMenuBox .menuSearch input[type^="text"]::-moz-placeholder {
        color: #9F9F9F;
        opacity: 1;
    }
    .spMenuBox .menuSearch input[type^="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #9F9F9F;
        opacity: 1;
    }
    .spMenuBox .menuSearch button {
        width: 49px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #DFDFDF url("https://gigaplus.makeshop.jp/nlc01010/images/icon18.png") no-repeat center center;
        background-size: 22px 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
}
/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
#gNavi {
    width: 1120px;
    display: flex;
}
#gNavi > li {
    position: relative;
}
#gNavi > li > a {
    color: #fff;
    display: block;
    padding: 18px 25px 18px;
    cursor: pointer;
}
#gNavi > li > a:hover, #gNavi > li > a.on {
    background-color: rgba(0, 130, 202, 0.2);
}
#gNavi > li > a span {
    padding-right: 23px;
    display: inline-block;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow01.png") no-repeat right center;
    background-size: 14px auto;
}
#gNavi .naviMenu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    box-sizing: border-box;
    border: 1px solid rgba(0, 130, 202, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
}
#gNavi .naviMenu li {
    overflow: hidden;
}
#gNavi .naviMenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 130, 202, 0.8);
}
#gNavi .naviMenu a {
    padding: 17px 16px 17px 20px;
    display: block;
    color: #fff;
}
#gNavi .naviMenu a:hover {
    background-color: rgba(0, 130, 202, 0.8);
}
/*------------------------------------------------------------
    パンクズリスト
------------------------------------------------------------*/
#pagePath {
    margin: 0 -40px 74px;
    padding: 17px 32px 19px;
    background-color: #E5F2FA;
}
#pagePath li {
    margin-right: 12px;
    display: inline-block;
    color: #1E1E1E;
    font-size: 1.4rem;
}
#pagePath li:last-child {
    margin-right: 0;
}
#pagePath a {
    padding-right: 27px;
    display: inline-block;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat right center;
    background-size: 9px auto;
}
#pagePath a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #pagePath {
        margin: 0 -15px 66px;
        padding: 19px 32px 20px;
    }
}
/*------------------------------------------------------------
    conts
------------------------------------------------------------*/
#conts {
    width: 900px;
    float: right;
    padding: 0 40px;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    #conts {
        width: auto;
        float: none;
        padding: 0 15px;
    }
}
/*------------------------------------------------------------
    sideBar
------------------------------------------------------------*/
#sideBar {
    width: 260px;
    float: left;
}
#sideBar .banner01 {
    margin-bottom: 41px;
}
#sideBar .banner01 a:hover {
    opacity: 0.7;
}
#sideBar .banner02 {
    margin-bottom: 41px;
}
#sideBar .banner02 img {
    margin-bottom: 8px;
}
#sideBar .banner02 a:hover {
    opacity: 0.7;
}
#sideBar .ttl01 {
    padding: 13px 10px 13px 56px;
    font-weight: 500;
    color: #fff;
    background: #1E1E1E url("https://gigaplus.makeshop.jp/nlc01010/images/icon04.png") no-repeat left 24px center;
    background-size: 16px auto;
}
#sideBar .ttl02 {
    padding: 13px 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #1E1E1E;
}
#sideBar .ttl03 {
    padding: 13px 24px;
    font-weight: 500;
    color: #fff;
    background-color: #1E1E1E;
}
#sideBar .item {
    margin-bottom: 40px;
    overflow: hidden;
}
#sideBar .listUl {
    margin: -1px;
    display: flex;
    flex-wrap: wrap;
    background-color: #555;
}
#sideBar .listUl li {
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #989898;
    border-right: 1px solid #333;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #333;
    display: table;
}
#sideBar .listUl a {
    padding: 0;
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    background-color: #666;
}
#sideBar .item01 .listUl {
    margin-right: -2px;
}
#sideBar .item01 .listUl li {
    width: 33.33%;
}
#sideBar .item07 .listUl {
    margin-right: -2px;
}
#sideBar .item07 .listUl li {
    width: 100%;
}
#sideBar .item07 .listUl a {
    padding: 14px 25px;
    text-align: left;
}
#sideBar .item07 .listUl .text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 14px 25px;
}
#sideBar .item07 .listUl .wid01 {
    width: 33.33%;
}
#sideBar .item07 .listUl .wid02 {
    width: 50%;
}
#sideBar .item07 .listUl .wid01 a, #sideBar .item07 .listUl .wid02 a {
    text-align: center;
    padding: 14px 5px;
}
#sideBar .item07 .listUl .color a {
    background-color: #555;
}
#sideBar .txtUl {
    margin: -1px 0;
    background-color: #666;
}
#sideBar .txtUl li {
    border-top: 1px solid #989898;
    border-bottom: 1px solid #333;
}
#sideBar .txtUl a {
    padding: 12px 24px 13px;
    display: block;
    color: #fff;
    font-weight: 300;
}
#sideBar .listUl a:hover, #sideBar .txtUl a:hover {
    background-color: #0082CA !important;
}
#sideBar .calendar {
    background-color: #ccc;
    overflow: hidden;
}
#sideBar .calendar #l_calendar {
    margin: -2px;
}
#sideBar .calendar table {
    width: 100%;
    border-spacing: 0;
}
#sideBar .calendar td {
    font-size: 1.4rem !important;
    font-weight: 500;
    border-bottom: 1px solid #999;
    border-top: 1px solid #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #fff;
    text-align: center;
}
#sideBar .calendar tr {
    height: 34px;
}
#sideBar .calendar tr td:first-child {
    color: #AF1E23 !important;
    background-color: #92CCEE;
}
/*#sideBar .calendar tr td:last-child {
    color: #0082CA !important;
    background-color: #92CCEE;
}*/
#sideBar .calendar tr:first-child td {
    background-color: #666;
    color: #fff !important;
    border-right-color: #333;
    border-left-color: #999;
    border-top-color: #999;
}
#sideBar .calendar tr:first-child td:first-child {
    background-color: #AF1E23;
}
#sideBar .calendar tr:first-child td:first-child font {
    color: #fff;
}
#sideBar .calendar tr:first-child td:last-child {
    background-color: #0082CA;
}
#sideBar .calendar .holi {
    background-color: #92CCEE;
}
#sideBar #l_calendar table:first-child tr td {
    background-color: #666;
    color: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #333;
    font-size: 1.6rem !important;
}
#sideBar #l_calendar table:nth-child(3) {
    display: none;
}
#sideBar #l_calendar table:nth-child(4) tr td {
    background-color: #666;
    color: #fff;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.6rem !important;
}
#sideBar #l_calendar table:nth-child(6) {
    display: none;
}
#sideBar #l_calendar .specialTable {
    padding-top: 12px;
    background-color: #fff;
    margin-top: -1px;
}
#sideBar #l_calendar .specialTable tr:nth-child(2n-1) {
    height: 13px;
}
#sideBar #l_calendar .specialTable tr {
    height: 27px;
}
#sideBar #l_calendar .specialTable td {
    background-color: #fff;
    border: none;
    text-align: left;
}
#sideBar #l_calendar .specialTable td:first-child {
    width: 16px;
}
#sideBar #l_calendar .specialTable td font {
    font-size: 1.4rem !important;
    color: #1E1E1E;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
}
/*#sideBar .day01 {
    padding: 24px 0 6px;
    font-size: 1.4rem;
    color: #1E1E1E;
    font-weight: 500;
    background-color: #FFF;
}
#sideBar .day01 span,
#sideBar .day02 span {
    padding: 5px 0 5px 37px;
    position: relative;
    display: block;
}
#sideBar .day01 span:before {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-color: #92CCEE;
    content: "";
}
#sideBar .day02 {
    background-color: #fff;
    font-size: 1.4rem;
    color: #1E1E1E;
    font-weight: 500;
}
#sideBar .day02 span:before {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-color: #666;
    content: "";
}*/
@media all and (max-width: 767px) {
    #sideBar {
        display: none;
    }
}
/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding-top: 0;
    background-color: #000;
    position: relative;
}
#gFooter .pageTop {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter .footerCont .fWidth {
    padding-top: 100px;
}
#gFooter .fWidth {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gFooter .fLogo {
    width: 260px;
}
#gFooter .fNavi {
    width: 872px;
    display: flex;
    justify-content: space-between;
}
#gFooter .fNavi p {
    font-weight: 700;
    color: #fff;
}
#gFooter .fNavi a {
    padding-left: 20px;
    display: inline-block;
    font-weight: 300;
    color: #fff;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat left center;
    background-size: 9px auto;
}
#gFooter .fNavi a:hover {
    opacity: 0.7;
}
#gFooter .fNavi ul li {
    margin-top: 16px;
}
#gFooter .fBg {
    margin-top: 96px;
    padding: 38px 100px;
    background-color: #1E1E1E;
    color: #fff;
}
#gFooter .fLink a {
    display: inline-block;
    color: #fff;
}
#gFooter .fLink a:hover {
    opacity: 0.7;
}
#gFooter .copyright {
    font-weight: 300;
}
#gFooter .fSnsArea {
    width: 100%;
    height: 100px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gFooter .fSnsIco {
    position: relative;
    margin-left: 4rem;
    padding-left: 2rem;
    display: flex;
}
#gFooter .fSnsIco:before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 2rem;
    background: #D8D8D8;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#gFooter .fSnsArea p {
    color: #A7A7A7;
    font-size: 15px;
}
#gFooter .fSnsArea .fSnsIco a {
    padding: 0 0 0 2rem;
    display: block;
}
#gFooter .fSnsArea .fSnsIco a:hover {
    opacity: 0.5;
}
@media all and (max-width: 767px) {
    #gFooter {
        padding-top: 60px;
    }
    #gFooter .pageTop {
        width: 60px;
        margin-right: -30px;
        right: 50%;
        bottom: inherit;
        top: -30px;
    }
    #gFooter .fWidth {
        width: auto;
        display: block;
    }
    #gFooter .fLogo {
        width: 200px;
        margin: 0 auto;
    }
    #gFooter .fNavi {
        display: none;
    }
    #gFooter .fSpNavi {
        width: 316px;
        margin: 45px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #gFooter .fSpNavi li {
        width: 55%;
        margin-bottom: 16px;
    }
    #gFooter .fSpNavi li:nth-child(2n) {
        width: 42%;
    }
    #gFooter .fSpNavi a {
        padding-left: 20px;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat left center;
        background-size: 9px auto;
    }
    #gFooter .fBg {
        margin-top: 0;
        padding: 19px 0 25px;
    }
    #gFooter .fLink {
        margin-bottom: 11px;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.66;
    }
    #gFooter .fLink .spBlock {
        display: block;
    }
    #gFooter .copyright {
        font-size: 1rem;
        text-align: center;
    }
    #gFooter .footerCont {
        display: flex;
        flex-direction: column-reverse;
    }
    #gFooter .fSnsArea {
        margin-top: 25px;
    }
    #gFooter .fSnsIco {
        margin-left: 2rem;
        padding-left: 0.5rem;
    }
    #gFooter .fSnsArea p {
        font-size: 0.7em;
    }
    #gFooter .fSnsIco a {
        padding: 0 0 0 1.5rem;
    }
    #gFooter .fSnsIco a img {
        max-width: 80%;
    }
}
/*------------------------------------------------------------
    mainBox
------------------------------------------------------------*/
#main .mainBox {
    width: 1200px;
    margin: 0 auto;
}
@media all and (max-width: 767px) {
    #main .mainBox {
        width: auto;
    }
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 78px;
    font-size: 3.2rem;
    color: #1E1E1E;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    #main .headLine01 {
        margin: 0 25px 68px;
        font-size: 3rem;
    }
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
#main .headLine02 {
    padding-left: 16px;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #1E1E1E;
    font-weight: 400;
    border-left: 1px solid #0082CA;
}
#main .headLine02 span {
    margin: -4px 0 0 17px;
    display: inline-block;
    vertical-align: middle;
    color: #0082CA;
    font-size: 1.2rem;
    font-family: Arial;
    letter-spacing: 1.4px;
}
@media all and (max-width: 767px) {
    #main .headLine02 {
        padding-left: 0;
        margin-bottom: 26px;
        border-left: none;
        text-align: center;
    }
    #main .headLine02 span {
        margin: 4px 0 0;
        display: block;
        font-size: 1rem;
        letter-spacing: 1px;
    }
}
/*------------------------------------------------------------
    comScroll
------------------------------------------------------------*/
.comScroll .jspVerticalBar .jspArrow {
    background-color: #ccc;
    height: 20px;
}
.comScroll .jspVerticalBar .jspArrow.jspArrowUp {
    background: url(https://gigaplus.makeshop.jp/nlc01010/images/icon16.png) no-repeat center center;
    background-size: 8px auto;
}
.comScroll .jspVerticalBar .jspArrow.jspArrowDown {
    background: url(https://gigaplus.makeshop.jp/nlc01010/images/icon17.png) no-repeat center center;
    background-size: 8px auto;
}
.comScroll .jspTrack {
    margin: 0 1px 0 2px;
}
/*------------------------------------------------------------
    comBtn
------------------------------------------------------------*/
#main .comBtn {
    width: 160px;
    margin: 0 auto;
}
#main .comBtn a {
    padding: 13px 5px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #0082CA;
    font-weight: 500;
}
#main .comBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #main .comBtn a {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
    privacy
------------------------------------------------------------*/
#conts .privacyInfo p {
    margin-bottom: 56px;
    font-weight: 300;
    line-height: 1.75;
}
#conts .privacyInfo p span {
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
}
#conts .privacyInfo .txtUl {
    margin: -44px 0 56px;
}
#conts .privacyInfo .txtUl li {
    font-weight: 300;
    line-height: 1.75;
    text-indent: -1em;
    padding-left: 1em;
}
#conts .privacyInfo .mail:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #conts .privacyInfo p {
        margin-bottom: 30px;
    }
    #conts .privacyInfo p span {
        margin-bottom: 10px;
    }
    #conts .privacyInfo .txtUl {
        margin: -15px 0 30px;
    }
}
/*------------------------------------------------------------
    shop
------------------------------------------------------------*/
#conts .ancherLink {
    overflow: hidden;
    background-color: #EEE;
    border: 1px solid #CCC;
    margin: 0 -40px 50px;
    padding: 20px 0 20px 30px;
}
#conts .ancherLink li {
    float: left;
    margin: 5px 30px 5px 0;
    padding: 0 0 0 25px;
    background: url(images/ancherlink.png) no-repeat 0 50%;
}
#conts .ancherLink li a {
    text-decoration: underline;
}
#conts .ancherLink li a:hover {
    color: #0082CA;
    text-decoration: none;
}
@media (max-width: 767px) {
    #conts .ancherLink {
        margin: 0 auto 50px;
        padding: 20px 0 20px 20px;
    }
    #conts .ancherLink li {
        margin: 5px 20px 5px 0;
    }
}
#conts .shopInfo {
    margin: 0 -40px;
    padding: 34px 0 80px;
    border-top: 1px solid #ccc;
}
#conts .shopInfo h3 {
    margin-bottom: 46px;
}
#conts .shopInfo h3 span {
    margin-bottom: 7px;
    display: block;
    font-size: 3.2rem;
    color: #0082CA;
    font-weight: normal;
    font-family: 'good times rg';
}
#conts .shopInfo .photoList {
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .shopInfo .photoList li {
    width: 430px;
    margin-top: 40px;
}
#conts .shopInfo .photoList .photo {
    margin-bottom: 19px;
}
#conts .shopInfo .photoList .photo img {

    width: 100%;
}
#conts .shopInfo .photoList .photo a:hover {
    opacity: 0.7;
}
#conts .shopInfo .photoList .txtBox {
    display: flex;
    justify-content: space-between;
}
#conts .shopInfo .photoList .txtBox .text {
    width: 250px;
    font-size: 2rem;
    font-weight: 500;
}
#conts .shopInfo .photoList .txtBox .text > span {
    display: block;
    font-size: 1.4rem;
    color: #0082CA;
}
#conts .shopInfo .photoList .txtBox .link {
    margin-top: 1px;
    width: 160px;
}
#conts .shopInfo .photoList .txtBox .link a {
    padding: 12px 5px;
    display: block;
    font-weight: 500;
    color: #0082CA;
    border: 1px solid #0082CA;
    text-align: center;
}
#conts .shopInfo .photoList .txtBox .link a:hover {
    opacity: 0.7;
}
#conts .shopInfo #listOther a {
    padding: 20px 5px;
    display: block;
    font-weight: 700;
    color: #0082CA;
    border: 1px solid #0082CA;
    text-align: center;
    font-size: 2rem;
}
#conts .shopInfo #listOther a:hover {
    opacity: 0.7;
}
#conts .shopInfo .inner {
    display: flex;
    justify-content: space-between;
}
#conts .shopInfo .inner h3 {
    margin: 5px 0 0;
}
#conts .shopInfo .bgBox {
    width: 430px;
    position: relative;
}
#conts .shopInfo .bgBox > img {
    width: 100%;
}
#conts .shopInfo .bgBox .btn {
    width: 160px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
#conts .shopInfo .bgBox .btn a {
    padding: 12px 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: rgba(0, 130, 202, 0.8);
    border: 1px solid #fff;
}
#conts .shopInfo .bgBox .btn a:hover {
    opacity: 0.7;
}
#conts .shopInfo01 {
    padding: 29px 0 30px;
}
@media all and (max-width: 767px) {
    #conts .shopInfo {
        margin: 0;
        padding: 38px 0 40px;
    }
    #conts .shopInfo h3 {
        margin-bottom: 39px;
        font-size: 1.8rem;
    }
    #conts .shopInfo h3 span {
        margin-bottom: 4px;
        font-size: 1.6rem;
    }
    #conts .shopInfo .photoList {
        margin-top: -50px;
    }
    #conts .shopInfo .photoList li {
        width: 47.8%;
        margin-top: 50px;
    }
    #conts .shopInfo #listOther {
        padding-top: 30px;
    }
    #conts .shopInfo #listOther li {
        width: 100%;
        margin: 20px auto 0;
    }
    #conts .shopInfo .photoList .photo {
        margin-bottom: 15px;
    }
    #conts .shopInfo .photoList .txtBox {
        display: block;
    }
    #conts .shopInfo .photoList .txtBox .text {
        width: auto;
        font-size: 1.6rem;
    }
    #conts .shopInfo .photoList .txtBox .text > span {
        margin-top: -2px;
        font-size: 1.6rem;
    }
    #conts .shopInfo .photoList .txtBox .text > span span {
        font-size: 1rem;
        display: block;
    }
    #conts .shopInfo .photoList .txtBox .link {
        margin-top: 11px;
        width: auto;
    }
    #conts .shopInfo .photoList .txtBox .link a {
        padding: 6px 5px 8px;
    }
    #conts .shopInfo .inner {
        display: block;
    }
    #conts .shopInfo .inner h3 {
        margin: 0 0 26px;
    }
    #conts .shopInfo .bgBox {
        width: auto;
    }
    #conts .shopInfo .bgBox .btn {
        width: 150px;
        right: 15px;
    }
    #conts .shopInfo .bgBox .btn a {
        padding: 7px 5px;
    }
    #conts .shopInfo01 {
        padding: 38px 0 48px;
    }
}
/*------------------------------------------------------------
    news
------------------------------------------------------------*/
#conts .newsInfo .listUl li {
    margin-bottom: 66px;
}
#conts .newsInfo .listUl li.hide {
    display: none;
}
#conts .newsInfo .listUl a {
    display: flex;
    justify-content: space-between;
}
#conts .newsInfo .listUl a:hover {
    opacity: 0.7;
}
#conts .newsInfo .listUl .photo {
    width: 390px;
}
#conts .newsInfo .listUl .photo img {
    width: 100%;
}
#conts .newsInfo .listUl .txtBox {
    margin-top: 20px;
    width: 390px;
}
#conts .newsInfo .listUl .txtBox .text {
    font-weight: 300;
    line-height: 1.75;
}
#conts .newsInfo .listUl .txtBox .ttl {
    margin-bottom: 23px;
    font-size: 2rem;
    font-weight: 500;
}
#conts .newsInfo .listUl .txtBox .time {
    margin-bottom: 23px;
    font-weight: 300;
}
#conts .newsInfo .listUl .txtBox .tag {
    margin: -6px 0 0 24px;
    padding: 5px 5px 4px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    background-color: #0082CA;
    box-sizing: border-box;
}
#conts .newsInfo .listUl .txtBox .tag.red {
    background-color: #AF1E23;
}
#conts .newsInfo .listUl .txtBox .tag.yellow {
    background-color: #FFFF00;
    color: #333;
}
@media all and (max-width: 767px) {
    #conts .newsInfo .listUl li {
        margin-bottom: 40px;
    }
    #conts .newsInfo .listUl a {
        display: block;
    }
    #conts .newsInfo .listUl .photo {
        width: auto;
    }
    #conts .newsInfo .listUl .txtBox {
        width: auto;
    }
    #conts .newsInfo .listUl .txtBox .ttl {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    #conts .newsInfo .listUl .txtBox .time {
        margin-bottom: 10px;
    }
    #conts .newsInfo .listUl .txtBox .tag {
        margin: -6px 0 0 15px;
        min-width: 110px;
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
    news detail
------------------------------------------------------------*/
#conts .newsDetailInfo .time {
    font-weight: 300;
    margin-bottom: 20px;
}
#conts .newsDetailInfo .time .tag {
    margin: -6px 0 0 24px;
    padding: 5px 5px 4px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    background-color: #0082CA;
    box-sizing: border-box;
}
#conts .newsDetailInfo .time .tag.red {
    background-color: #AF1E23;
}
#conts .newsDetailInfo .time .tag.yellow {
    background-color: #FFFF00;
    color: #333;
}
#conts .newsDetailInfo .ttl {
    margin-bottom: 62px;
    font-size: 3.2rem;
    font-weight: 500;
}
#conts .newsDetailInfo .inner {
    padding-bottom: 66px;
    margin-bottom: 29px;
    border-bottom: 1px solid #ccc;
}
#conts .newsDetailInfo .inner .photo {
    margin-bottom: 46px;
}
#conts .newsDetailInfo .inner p {
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 1.75;
}
#conts .newsDetailInfo .pageUl li {
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
}
#conts .newsDetailInfo .pageUl a {
    display: inline-block;
    font-weight: 300;
}
#conts .newsDetailInfo .pageUl .prev {
    float: left;
    text-align: left;
    margin: 0;
}
#conts .newsDetailInfo .pageUl .prev a {
    padding: 0 10px 0 34px;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow04.png") no-repeat left top 6px;
    background-size: 9px auto;
}
#conts .newsDetailInfo .pageUl .next {
    float: right;
    text-align: right;
    margin: 0;
}
#conts .newsDetailInfo .pageUl .next a {
    padding: 0 34px 0 10px;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/arrow02.png") no-repeat right top 6px;
    background-size: 9px auto;
}
#conts .newsDetailInfo .pageUl a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #conts .newsDetailInfo .time {
        margin-bottom: 10px;
    }
    #conts .newsDetailInfo .time .tag {
        margin: -6px 0 0 15px;
        min-width: 110px;
        font-size: 1.2rem;
    }
    #conts .newsDetailInfo .ttl {
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    #conts .newsDetailInfo .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #conts .newsDetailInfo .inner .photo {
        margin-bottom: 20px;
    }
    #conts .newsDetailInfo .inner p {
        margin-bottom: 10px;
    }
    #conts .newsDetailInfo .pageUl .prev a {
        padding: 0 10px 0 20px;
        background-position: left top 4px;
    }
    #conts .newsDetailInfo .pageUl .next a {
        padding: 0 20px 0 10px;
        background-position: right top 4px;
    }
}
/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
#conts .contactInfo .topUl {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
#conts .contactInfo .topUl li {
    width: 260px;
}
#conts .contactInfo .topUl li:not(:last-child) {
    margin-right: 20px;
}
#conts .contactInfo .topUl a {
    height: 100%;
    padding: 38px 5px 81px;
    display: block;
    text-align: center;
    background: #E5F2FA url("https://gigaplus.makeshop.jp/nlc01010/images/arrow05.png") no-repeat center bottom 34px;
    background-size: 28px auto;
    border: 1px solid #B7DCF1;
    box-sizing: border-box;
}
#conts .contactInfo .topUl img {
    height: 62px;
}
#conts .contactInfo .topUl span {
    margin-top: 21px;
    display: block;
    line-height: 1.75;
    color: #1E1E1E;
    font-weight: 700;
}
#conts .contactInfo .topUl a:hover {
    opacity: 0.7;
}
#conts .contactInfo .formBox .tabUl {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
#conts .contactInfo .formBox .tabUl li {
    width: 400px;
}
#conts .contactInfo .formBox .tabUl img {
    height: 31px;
    margin: -5px 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#conts .contactInfo .formBox .tabUl a {
    padding: 18px 10px 14px 29px;
    display: block;
    font-weight: 500;
    color: #666;
    background-color: #EEEEEE;
    box-sizing: border-box;
    position: relative;
}
#conts .contactInfo .formBox .tabUl .on a {
    color: #fff;
    background-color: #1E1E1E;
}
#conts .contactInfo .formBox .tabUl .on a:before {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon11.png") no-repeat;
    background-size: 28px 28px;
    content: "";
}
#conts .contactInfo .formBox form table {
    width: 100%;
    border-collapse: collapse;
}
#conts .contactInfo .formBox form th, #conts .contactInfo .formBox form td {
    padding: 25px 39px 24px 40px;
    text-align: left;
    vertical-align: top;
    color: #666;
    font-weight: 500;
    font-size: 1.6rem;
    border: 1px solid #CCC;
    word-break: break-all;
}
#conts .contactInfo .formBox form th {
    width: 36.6%;
    padding: 27px 29px 24px;
    background-color: #EEE;
}
#conts .contactInfo .formBox form input[type^="text"], #conts .contactInfo .formBox form input[type^="tel"], #conts .contactInfo .formBox form input[type^="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 30px;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #FFF;
    outline: none;
}
#conts .contactInfo .formBox form input[type^="text"]:focus, #conts .contactInfo .formBox form input[type^="tel"]:focus, #conts .contactInfo .formBox form input[type^="email"]:focus {
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#conts .contactInfo .formBox form .must {
    padding: 5px 0 4px;
    margin-top: -3px;
    min-width: 50px;
    float: right;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #AF1E23;
    font-size: 1.4rem;
    font-weight: 500;
}
#conts .contactInfo .formBox form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 160px;
    font-size: 1.6rem;
    color: #666;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 5px;
    background-color: #FFF;
    resize: vertical;
}
#conts .contactInfo .formBox .scrollBox {
    margin-top: 23px;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
}
#conts .contactInfo .formBox .scrollBox .inner {
    height: 158px;
}
#conts .contactInfo .formBox .scrollBox .txtInner {
    padding: 26px 40px;
}
#conts .contactInfo .formBox .scrollBox p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #666;
}
#conts .contactInfo .formBox .scrollBox a {
    color: #666;
}
#conts .contactInfo .formBox .scrollBox .mail:hover {
    text-decoration: underline;
}
#conts .contactInfo .formBox .scrollBox p span {
    margin-bottom: 2px;
    display: block;
    font-weight: 500;
}
#conts .contactInfo .formBox .scrollBox .ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
#conts .contactInfo .formBox .submit {
    margin-top: 40px;
    text-align: center;
}
#conts .contactInfo .formBox .submit .ajax-loader {
    display: block;
}
#conts .contactInfo .formBox .submit input {
    margin: 0 38px;
    display: inline-block;
    width: 240px;
    padding: 13px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #0082CA;
    cursor: pointer;
}
#conts .contactInfo.confirmed .formBox .submit input {
    width: 160px;
}
#conts .contactInfo .formBox .submit input:hover {
    opacity: 0.7;
}
#conts .contactInfo .faqBox {
    margin-top: 121px;
}
#conts .contactInfo .faqBox .textList .q {
    position: relative;
    color: #0082CA;
    font-weight: 500;
    background-color: #E5F2FA;
}
#conts .contactInfo .faqBox .textList .a {
    position: relative;
}
#conts .contactInfo .faqBox .textList .txt01 {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    font-size: 3.2rem;
    font-weight: bold;
    font-family: Arial;
}
#conts .contactInfo .faqBox .textList .a .txt01 {
    top: 18px;
    left: 32px;
    transform: none;
    color: #AF1E23;
}
#conts .contactInfo .faqBox .textList .a .txt02 {
    padding: 28px 30px 44px 80px;
}
#conts .contactInfo .faqBox .textList .a .txt02 p {
    font-weight: 300;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}
#conts .contactInfo .faqBox .textList .a .txt02 p a {
    text-decoration: underline;
    color: #0082CA;
}
#conts .contactInfo .faqBox .textList .a .txt02 p a:hover {
    text-decoration: none;
}
#conts .contactInfo .faqBox .textList .a .txt02 .photo {
    margin: -54px 0 0 -50px;
}
#conts .contactInfo .faqBox .textList .q .txt02 {
    padding: 18px 30px 18px 80px;
}
#conts .contactInfo.confirmed .formBox form input[type^="text"], #conts .contactInfo.confirmed .formBox form input[type^="tel"], #conts .contactInfo.confirmed .formBox form input[type^="email"], #conts .contactInfo.confirmed .formBox form textarea {
    border: none;
    background: none;
    background-color: transparent !important;
}
#conts .contactInfo.confirmed .formBox form textarea {
    resize: none;
}
#conts .contactInfo.confirmed .formBox input:-internal-autofill-selected, #conts .contactInfo.confirmed .formBox input:-internal-autofill-previewed {
    background-color: transparent !important;
}
#conts .contactInfo form {
    padding-top: 60px;
    margin-top: -60px;
}
#conts .headLine01.confirmed {
    display: none;
}
#conts .contactInfo .confirmTxt {
    display: none;
}
#conts .contactInfo.confirmed .confirmTxt {
    display: block;
}
#conts .contactInfo.confirmed .topUl {
    display: none;
}
#conts .contactInfo.confirmed .formBox .tabUl {
    display: none;
}
#conts .contactInfo.confirmed .faqBox {
    display: none;
}
#conts .contactInfo div.wpcf7-validation-errors, #conts .contactInfo div.wpcf7-acceptance-missing {
    border-color: #AF1E23;
}
#conts .contactInfo .formBox form .checkUl .wpcf7-list-item {
    margin: 0;
    width: 50%;
    float: left;
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 4px;
}
#conts .contactInfo .formBox form .checkUl .wpcf7-list-item:nth-child(2n) {
    width: 46%;
    float: right;
}
#conts .contactInfo .formBox form .checkUl .wpcf7-list-item:last-child {
    margin-bottom: 8px;
    width: 100%;
}
#conts .contactInfo .formBox form .checkUl input[type="checkbox"] {
    display: none;
}
#conts .contactInfo .formBox form .checkUl input[type="hidden"] + span, #conts .contactInfo .formBox form .checkUl input[type="checkbox"] + span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 17px;
    margin: 0;
    cursor: pointer;
    position: relative;
}
#conts .contactInfo .formBox form .checkUl input[type="hidden"] + span:before, #conts .contactInfo .formBox form .checkUl input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
}
#conts .contactInfo .formBox form .checkUl input[type="hidden"] + span:after, #conts .contactInfo .formBox form .checkUl input[type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    left: 2px;
    width: 6px;
    height: 10px;
    border-right: 3px solid #0082CA;
    border-bottom: 3px solid #0082CA;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#conts .contactInfo .formBox form .checkUl {
    position: relative;
    padding: 12px 0 13px;
}
#conts .contactInfo .formBox form .checkUl .wpcf7-form-control-wrap.know {
    position: static;
}
#conts .contactInfo .formBox form .checkUl span.wpcf7-not-valid-tip {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -13px;
}
#conts .contactInfo .formBox form .checkUl {
    position: relative;
    padding: 12px 0 13px;
}
#conts .contactInfo .formBox form .checkUl .wpcf7-form-control-wrap.know {
    position: static;
}
#conts .contactInfo .formBox form .checkUl span.wpcf7-not-valid-tip {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -13px;
}
#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox{margin-bottom: 30px;}
#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox .txt03{display: block; width: auto; background-color: #eeeeee; padding: 10px 20px; margin: 20px 0; font-weight: 500;}
#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox .txt04{display: block; font-size: 0.9em; font-weight: 500; height: 20px;}
#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox .txt05{display: block; font-size: 0.9em; margin: 0 0 8px 15px;}

#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox a::after {
    width: 24px;
    height: 24px;
}
#conts .contactInfo .faqBox .textList .a .txt02 .settingsBox a::after {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 27px;
    margin-left: -4px;
    background: url(https://zweb-blog.com/wp-content/themes/twentytwenty/assets/img/icon/link_new-window.svg) no-repeat top left;
    background-size: 100%;
    content: '';
}
p.mailsettings{
	text-align: center;
    color: #0082CA;
    margin-top: 30px;
    border: 1px solid #0082CA;
    background-color: #E5F2FA;
	padding: 30px;
}
p.mailsettings a{color: #0082CA!important; text-decoration: underline;}

@media all and (max-width: 767px) {
    #conts .contactInfo form {
        padding-top: 120px;
        margin-top: -120px;
    }
    #conts .contactInfo .topUl {
        margin-bottom: 56px;
        display: block;
        border-top: 1px solid #ccc;
        padding-top: 50px;
    }
    #conts .contactInfo .topUl li {
        width: auto;
    }
    #conts .contactInfo .topUl li:not(:last-child) {
        margin-right: 0;
    }
    #conts .contactInfo .topUl a {
        padding: 20px 50px 20px 70px;
        text-align: left;
        background-position: right 15px center;
        position: relative;
    }
    #conts .contactInfo .topUl img {
        height: 41px;
        position: absolute;
        left: 14px;
        top: 50%;
        margin-top: -20px;
    }
    #conts .contactInfo .topUl span {
        margin-top: 0;
        font-size: 1.6rem;
    }
    #conts .contactInfo .formBox .tabUl {
        margin-bottom: 30px;
    }
    #conts .contactInfo .formBox .tabUl li {
        width: 47.8%;
    }
    #conts .contactInfo .formBox .tabUl img {
        margin: 0 auto 19px;
        display: block;
    }
    #conts .contactInfo .formBox .tabUl a {
        padding: 26px 5px 18px;
        font-size: 2rem;
        text-align: center;
    }
    #conts .contactInfo .formBox .tabUl span {
        display: block;
        font-size: 1.5rem;
    }
    #conts .contactInfo .formBox form table {
        border-top: 1px solid #ccc;
    }
    #conts .contactInfo .formBox form th, #conts .contactInfo .formBox form td {
        padding: 15px !important;
        font-size: 1.4rem;
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    #conts .contactInfo .formBox form th {
        border-bottom: none;
        border-top: none;
    }
    #conts .contactInfo .formBox form input[type^="text"] {
        font-size: 1.4rem;
    }
    #conts .contactInfo .formBox form .must {
        padding: 3px 0 4px;
        font-size: 1.2rem;
    }
    #conts .contactInfo .formBox form textarea {
        font-size: 1.4rem;
    }
    #conts .contactInfo .formBox .scrollBox .txtInner {
        padding: 15px;
    }
    #conts .contactInfo .formBox .scrollBox .ttl {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    #conts .contactInfo .formBox .scrollBox .mail:hover {
        text-decoration: none;
    }
    #conts .contactInfo .formBox .submit {
        margin-top: 30px;
    }
    #conts .contactInfo .formBox .submit input {
        width: 200px;
        margin: 0 5px;
        padding: 13px 5px;
        font-size: 1.4rem;
    }
    #conts .contactInfo.confirmed .formBox .submit input {
        width: 135px;
    }
    #conts .contactInfo .formBox .submit input:hover {
        opacity: 1;
    }
    #conts .contactInfo .faqBox {
        margin-top: 44px;
        padding-top: 69px;
        border-top: 1px solid #ccc;
    }
    #conts .contactInfo .faqBox .headLine01 {
        margin-left: 0;
        margin-right: 0;
    }
    #conts .contactInfo .faqBox .textList {
        margin: 0 -15px;
    }
    #conts .contactInfo .faqBox .textList .txt01 {
        left: 15px;
    }
    #conts .contactInfo .faqBox .textList .a .txt01 {
        left: 16px;
    }
    #conts .contactInfo .faqBox .textList .a .txt02 {
        padding: 28px 15px 63px 64px;
    }
    #conts .contactInfo .faqBox .textList .a .txt02 p {
        font-size: 1.6rem;
    }
    #conts .contactInfo .faqBox .textList .a .txt02 p a:hover {
        text-decoration: underline;
    }
    #conts .contactInfo .faqBox .textList .a .txt02 .photo {
        margin: 63px 0 0 -49px;
    }
    #conts .contactInfo .faqBox .textList .a .txt02 .photo img {
        width: 100%;
    }
    #conts .contactInfo .faqBox .textList .q .txt02 {
        padding: 18px 15px 18px 64px;
        font-size: 1.6rem;
    }
    #conts .contactInfo .formBox form .checkUl li {
        width: auto !important;
        float: none !important;
    }
    #conts .contactInfo .formBox form .checkUl {
        padding: 10px 0;
    }
    #conts .contactInfo .formBox form .checkUl {
        padding: 10px 0;
    }
}
/*------------------------------------------------------------
    confirm
------------------------------------------------------------*/
#conts .contactInfo .confirmTxt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 88px;
}
#conts .contactInfo.confirm .formBox form th {
    width: 31.7%;
    padding-top: 25px;
    padding-bottom: 24px;
}
#conts .contactInfo.confirm .formBox .submit {
    margin-top: 84px;
}
#conts .contactInfo.confirm .formBox .submit li {
    width: 160px;
    margin: 0 38px;
}
@media all and (max-width: 767px) {
    #conts .contactInfo .confirmTxt {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    #conts .contactInfo.confirm .formBox .submit {
        margin-top: 30px;
    }
    #conts .contactInfo.confirm .formBox .submit li {
        width: 133px;
        margin: 0 5px;
    }
}
/*------------------------------------------------------------
    thanks
------------------------------------------------------------*/
#conts .thanksInfo h2 {
    font-size: 2.5rem;
    color: #0082CA;
    font-weight: 500;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 48px;
    margin-bottom: 53px;
}
#conts .thanksInfo p {
    margin-bottom: 31px;
    line-height: 1.85;
    font-weight: 300;
}
#conts .thanksInfo .text {
    margin-bottom: 110px;
}
@media all and (max-width: 767px) {
    #conts .thanksInfo h2 {
        font-size: 2rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    #conts .thanksInfo p {
        margin-bottom: 10px;
    }
    #conts .thanksInfo .text {
        margin-bottom: 30px;
    }
}
/*------------------------------------------------------------
    index
------------------------------------------------------------*/
.mainVisual {
    padding: 20px 0 20px;
    position: relative;
    background-color: #CCCCCC;
    text-align: center;
}
.mainVisual .arrowUl img {
    width: 40px;
}
.mainVisual .arrowUl .prev {
    margin: -20px 0 0 -414px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
}
.mainVisual .arrowUl .next {
    margin: -20px -414px 0 0;
    position: absolute;
    right: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
}
.mainVisual .slider .item {
    margin: 0;
}
.mainVisual .slider .item a:hover {
    opacity: 0.7;
}
.mainVisual .slider {
    font-size: 0;
}
.mainVisual .slick-slide {
    width: 787px;
    margin: 0 13px;
}
.mainVisual .slick-dots {
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 100%;
    text-align: center;
}
.mainVisual .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px 0 4px;
    display: inline-block;
    background-color: #E5E5E5;
    border-radius: 100%;
    cursor: pointer;
}
.mainVisual .slick-dots li button {
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.mainVisual .slick-dots .slick-active {
    background-color: #0082CA;
}
.mainVisual .slider .item a {
    display: block;
}
.mainVisual .slider .item span {
    display: block;
    position: relative;
}
.mainVisual .slider .item span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.4;
    content: "";
    z-index: 5;
    transition: all 1.5s;
}
.mainVisual .slick-slide.slick-center span:before {
    opacity: 0;
}
#conts .indexInfoPc {
    margin: 0 -40px;
}
#conts .indexInfoPc .sec01 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
#conts .indexInfoPc .sec01 .lBox, #conts .indexInfoPc .sec01 .rBox {
    padding: 19px 19px 23px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
#conts .indexInfoPc .sec01 .ttl {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background-color: #25AAB4;
}
#conts .indexInfoPc .sec01 .lBox {
    width: 592px;
}
#conts .indexInfoPc .sec01 .lBox .ttl span {
    padding: 15px 0 15px 40px;
    display: inline-block;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon15.png") no-repeat left center;
    background-size: 24px auto;
}
#conts .indexInfoPc .sec01 .lBox ul {
    margin-top: -8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .indexInfoPc .sec01 .lBox ul li {
    margin-top: 8px;
    width: 360px;
}
#conts .indexInfoPc .sec01 .lBox ul li:nth-child(2n) {
    width: 184px;
}
#conts .indexInfoPc .sec01 .lBox ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    text-align: center;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.57;
    padding: 28px 5px;
}
#conts .indexInfoPc .sec01 .rBox {
    width: 300px;
}
#conts .indexInfoPc .sec01 .rBox .ttl {
    padding: 15px 5px;
    background-color: #0082CA;
}
#conts .indexInfoPc .sec01 .rBox li:not(:last-child) {
    margin-bottom: 8px;
}
#conts .indexInfoPc .sec01 a:hover {
    opacity: 0.7;
}
#conts .indexInfoPc .sec02 {
    margin-bottom: 40px;
}
#conts .indexInfoPc .sec02 .imgBox {
    display: flex;
    justify-content: space-between;
    background-image: -moz-linear-gradient(rgb(0, 0, 0) 0%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(rgb(0, 0, 0) 0%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(rgb(0, 0, 0) 0%, rgb(50, 50, 50) 100%);
}
#conts .indexInfoPc .sec02 .imgBox .photoBox {
    width: 450px;
}
#conts .indexInfoPc .sec02 .imgBox .photoBox a:hover {
    opacity: 0.7;
}
#conts .indexInfoPc .sec02 .imgBox .photoBox img {
    width: 100%;
}
#conts .indexInfoPc .sec02 .imgBox .textBox {
    padding: 57px 50px 20px;
    width: 450px;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #fff;
}
#conts .indexInfoPc .sec02 .imgBox .textBox p {
    line-height: 1.75;
}
#conts .indexInfoPc .sec02 .imgBox .textBox .ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.66;
}
#conts .indexInfoPc .sec02 .imgBox .textBox .comBtn {
    margin: 62px 0 0;
    width: auto;
    text-align: right;
}
#conts .indexInfoPc .sec02 .imgBox .textBox .comBtn a {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
}
#conts .indexInfoPc .sec03 {
    margin-bottom: 40px;
}
#conts .indexInfoPc .sec03 .scrollBox {
    overflow-y: auto;
}
#conts .indexInfoPc .sec03 .inner {
    height: 270px;
}
#conts .indexInfoPc .sec03 ul li {
    padding: 33px 33px 30px;
    display: flex;
    justify-content: space-between;
    background-color: #EEEEEE;
}
#conts .indexInfoPc .sec03 ul li:nth-child(2n) {
    background-color: #fff;
}
#conts .indexInfoPc .sec03 ul .time {
    width: 270px;
    font-weight: 300;
}
#conts .indexInfoPc .sec03 ul .time .tag {
    margin: -6px 0 0 24px;
    padding: 5px 5px 4px;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    background-color: #0082CA;
    box-sizing: border-box;
}
#conts .indexInfoPc .sec03 ul .time .tag.red {
    background-color: #AF1E23;
}
#conts .indexInfoPc .sec03 ul .time .tag.yellow {
    background-color: #FFFF00;
    color: #333;
}
#conts .indexInfoPc .sec03 ul .txt {
    width: 530px;
}
#conts .indexInfoPc .sec03 ul .txt a {
    font-weight: 500;
    display: inline-block;
}
#conts .indexInfoPc .sec03 ul .txt a:hover {
    text-decoration: underline;
}
#conts .indexInfoPc .sec04 {
    margin-bottom: 40px;
}
#conts .indexInfoPc .sec04 li {
    display: flex;
    justify-content: space-between;
}
#conts .indexInfoPc .sec04 li .photo {
    width: 300px;
}
#conts .indexInfoPc .sec04 li .photo img {
    width: 100%;
}
#conts .indexInfoPc .sec04 li .photo a:hover {
    opacity: 0.7;
}
#conts .indexInfoPc .sec04 li .textBox {
    margin-top: 47px;
    width: 560px;
}
#conts .indexInfoPc .sec04 li .textBox p {
    line-height: 1.75;
}
#conts .indexInfoPc .sec04 li .textBox .ttl {
    margin-bottom: 19px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0082CA;
}
#conts .indexInfoPc .sec04 li .comBtn {
    margin: 36px 0 0;
    width: auto;
    text-align: right;
}
#conts .indexInfoPc .sec04 li .comBtn a {
    display: inline-block;
    width: 160px;
    box-sizing: border-box;
}
#conts .indexInfoPc .sec05 {
    margin-bottom: 40px;
}
#conts .indexInfoPc .sec05 .text {
    margin: -44px 0 39px 170px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #1E1E1E;
    text-align: right;
}
#conts .indexInfoPc .sec05 .sliderBox {
    margin: 0 -15px 37px 0;
    display: flex;
    flex-wrap: wrap;
}
#conts .indexInfoPc .sec05 .sliderBox .item {
    width: 290px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    margin-right: 15px;
}
#conts .indexInfoPc .sec05 .sliderBox .item a {

    display: block;
    height: 100%;
}
#conts .indexInfoPc .sec05 .sliderBox .item a:hover {
    opacity: 0.7;
}
#conts .indexInfoPc .sec05 .sliderBox .item .photo img {
    width: 100%;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox {
    padding: 16px 20px 32px;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.66;
    color: #515151;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox p.content {
    font-weight: normal;
    margin-top: 10px;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox .ttl {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox .ttl .time {
    font-size: 1.3rem;
    color: #808080;
    font-weight: 300;
    display: block;
}
#conts .indexInfoPc .sec05 .sliderBox .item .textBox .ttl .tag {
    margin-right: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background-color: #666;
    border-radius: 1px;
    font-size: 1.1rem;
    font-family: Arial;
    display: block;
}
#conts .indexInfoPc .sec06 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .indexInfoPc .sec06 ul li {
    width: 445px;
}
#conts .indexInfoPc .sec06 ul li img {
    width: 100%;
}
#conts .indexInfoPc .sec06 ul a:hover {
    opacity: 0.7;
}
#conts .indexInfoPc .sec07 {
    margin-bottom: 40px;
}
#conts .indexInfoPc .sec07 .reviewInfo {
    overflow-y: auto;
}
#conts .indexInfoPc .sec07 .reviewInfo .photoList {
    height: 500px;
}
@media all and (max-width: 767px) {
    .mainVisual {
        padding: 0;
        margin-bottom: -8px;
        background-color: transparent;
    }
    .mainVisual .arrowUl img {
        width: 30px;
    }
    .mainVisual .arrowUl .prev {
        margin: -15px 0 0;
        left: 10px;
    }
    .mainVisual .arrowUl .next {
        margin: -15px 0 0;
        right: 10px;
    }
    .mainVisual .slider {
        font-size: inherit;
    }
    .mainVisual .slider .item {
        margin: 0;
    }
    .mainVisual .slider .item img {
        width: 100%;
    }
    .mainVisual .slick-slide {
        margin: 0;
    }
}
#conts .indexInfoSp {
    margin: 0 -15px;
}
#conts .indexInfoSp .sec01 {
    margin-bottom: 25px;
}
#conts .indexInfoSp .sec01 .tabUl {
    display: flex;
}
#conts .indexInfoSp .sec01 .tabUl li {
    width: 50%;
}
#conts .indexInfoSp .sec01 .tabUl a {
    padding: 21px 5px 20px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #25AAB4;
    height: 100%;
    box-sizing: border-box;
}
#conts .indexInfoSp .sec01 .tabUl a span {
    padding: 0 5px 0 24px;
    display: inline-block;
    position: relative;
}
#conts .indexInfoSp .sec01 .tabUl a span:before {
    width: 16px;
    height: 23px;
    margin-top: -11px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/icon15.png") no-repeat;
    background-size: 16px 23px;
    content: "";
}
#conts .indexInfoSp .sec01 .tabUl li:last-child a {
    background-image: -moz-linear-gradient(rgb(0, 104, 161) 0%, rgb(0, 129, 201) 100%);
    background-image: -webkit-linear-gradient(rgb(0, 104, 161) 0%, rgb(0, 129, 201) 100%);
    background-image: -ms-linear-gradient(rgb(0, 104, 161) 0%, rgb(0, 129, 201) 100%);
}
#conts .indexInfoSp .sec01 .tabItem {
    padding: 10px;
    background-color: #25AAB4;
}
#conts .indexInfoSp .sec01 .tabItem02 {
    background-color: #0081C9;
}
#conts .indexInfoSp .sec01 .tabBox ul li {
    margin-top: 5px;
    text-align: center;
}
#conts .indexInfoSp .sec01 .tabBox .txtUl01, #conts .indexInfoSp .sec01 .tabBox .bannerUl {
    margin-top: -5px;
}
#conts .indexInfoSp .sec01 .tabBox .tabItem01 ul a {
    padding: 27px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.57;
    color: #25AAB4;
    background-color: #fff;
}
#conts .indexInfoSp .sec01 .tabBox .txtUl02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .indexInfoSp .sec01 .tabBox .txtUl02 li {
    width: 49%;
}
#conts .indexInfoSp .sec02 {
    margin-bottom: 25px;
}
#conts .indexInfoSp .sec02 .imgBox .photoBox img {
    width: 100%;
}
#conts .indexInfoSp .sec02 .imgBox .textBox {
    padding: 25px 37px 29px;
    color: #fff;
    background-image: -moz-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
    background-image: -webkit-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
    background-image: -ms-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
    border: 1px solid #000;
}
#conts .indexInfoSp .sec02 .imgBox .textBox p {
    line-height: 1.66;
    font-size: 1.2rem;
}
#conts .indexInfoSp .sec02 .imgBox .textBox .ttl {
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
}
#conts .indexInfoSp .sec02 .imgBox .textBox .comBtn {
    margin: 27px 0 0;
    width: auto;
}
#conts .indexInfoSp .sec03 {
    margin-bottom: 25px;
}
#conts .indexInfoSp .sec03 .scrollBox {
    overflow-y: auto;
}
#conts .indexInfoSp .sec03 .inner {
    height: 270px;
}
#conts .indexInfoSp .sec03 ul li {
    padding: 19px 30px 21px;
    background-color: #EEEEEE;
}
#conts .indexInfoSp .sec03 ul li:nth-child(2n) {
    background-color: #fff;
}
#conts .indexInfoSp .sec03 ul .time {
    margin-bottom: 5px;
    font-weight: 300;
}
#conts .indexInfoSp .sec03 ul .time .tag {
    margin: -4px 0 0 11px;
    padding: 1px 5px;
    font-size: 1.2rem;
    min-width: 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    background-color: #0082CA;
    box-sizing: border-box;
}
#conts .indexInfoSp .sec03 ul .time .tag.red {
    background-color: #AF1E23;
}
#conts .indexInfoSp .sec03 ul .time .tag.yellow {
    background-color: #FFFF00;
    color: #333;
}
#conts .indexInfoSp .sec03 ul .txt a {
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
}
#conts .indexInfoSp .sec04 {
    margin-bottom: 30px;
    padding: 0 10px;
}
#conts .indexInfoSp .sec04 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .indexInfoSp .sec04 li {
    width: 49%;
}
#conts .indexInfoSp .sec04 li .photo img {
    width: 100%;
}
#conts .indexInfoSp .sec04 li .textBox {
    margin: 10px 10px 0;
}
#conts .indexInfoSp .sec04 li .textBox p {
    line-height: 1.57;
}
#conts .indexInfoSp .sec04 li .textBox .ttl {
    margin-bottom: 9px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    color: #0082CA;
}
#conts .indexInfoSp .sec04 li .comBtn {
    margin: 16px -10px 0;
    width: auto;
}
#conts .indexInfoSp .sec05 {
    margin-bottom: 45px;
}
#conts .indexInfoSp .sec05 .text {
    margin: -18px 25px 19px;
    line-height: 1.57;
    font-weight: 500;
    color: #1E1E1E;
}
#conts .indexInfoSp .sec05 .sliderBox {
    margin-bottom: 30px;
}
#conts .indexInfoSp .sec05 .sliderBox .slick-slide:nth-child(2n-1) .item {
    background-color: #EEEEEE;
}
#conts .indexInfoSp .sec05 .sliderBox .item a {
    display: block;
    padding: 20px 20px 36px;
}
#conts .indexInfoSp .sec05 .sliderBox .item .photo img {
    width: 100%;
}
#conts .indexInfoSp .sec05 .sliderBox .item .textBox {
    margin: 28px 10px 0;
}
#conts .indexInfoSp .sec05 .sliderBox .item .textBox p {
    font-size: 1.5rem;
    line-height: 1.66;
    font-weight: 700;
    color: #515151;
}
#conts .indexInfoSp .sec05 .sliderBox .item .textBox .ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#conts .indexInfoSp .sec05 .sliderBox .item .textBox .ttl .time {
    font-size: 1.3rem;
    color: #808080;
    font-weight: 300;
    display: block;
}
#conts .indexInfoSp .sec05 .sliderBox .item .textBox .ttl .tag {
    margin-right: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background-color: #666;
    border-radius: 1px;
    font-size: 1.1rem;
    font-family: Arial;
    display: block;
}
#conts .indexInfoSp .sec05 .info {
    position: relative;
}
#conts .indexInfoSp .sec05 .info .arrowUl img {
    width: 30px;
}
#conts .indexInfoSp .sec05 .info .arrowUl .prev {
    position: absolute;
    left: 10px;
    top: calc((100vw - 40px) * 434/580 * 0.5 + 6px);
    z-index: 1;
}
#conts .indexInfoSp .sec05 .info .arrowUl .next {
    position: absolute;
    right: 10px;
    top: calc((100vw - 40px) * 434/580 * 0.5 + 6px);
    z-index: 1;
}
#conts .indexInfoSp .sec06 ul {
    margin: 0 10px;
}
#conts .indexInfoSp .sec06 ul li img {
    width: 100%;
}
#conts .indexInfoSp .sec06 ul li:not(:last-child) {
    margin-bottom: 10px;
}
/*------------------------------------------------------------
    guide
------------------------------------------------------------*/
#conts .guideInfo .topLink {
    margin: -5px 0 120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .guideInfo .topLink li {
    margin-top: 5px;
    width: 49.7%;
}
#conts .guideInfo .topLink a {
    height: 100%;
    box-sizing: border-box;
    padding: 18px 5px 18px 60px;
    display: block;
    background-color: #E5F2FA;
    font-weight: 500;
    position: relative;
}
#conts .guideInfo .topLink a img {
    width: 30px;
    height: 24px;
    position: absolute;
    left: 17px;
    top: 18px;
}
#conts .guideInfo .topLink a:hover {
    opacity: 0.7;
}
#conts .guideInfo .sec {
    margin-bottom: 92px;
}
#conts .guideInfo .sec h3 {
    padding: 10px 0 40px 68px;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
}
#conts .guideInfo .sec h3 img {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
#conts .guideInfo .sec h4 {
    padding: 18px 30px;
    font-weight: 500;
    background-color: #EEEEEE;
}
#conts .guideInfo .sec .inner {
    padding: 28px 30px 44px;
}
#conts .guideInfo .sec .inner p {
    font-weight: 300;
    line-height: 1.75;
}
#conts .guideInfo .sec .link {
    color: #0082CA;
    text-decoration: underline;
}
#conts .guideInfo .sec .link01 {
    font-weight: 500;
}
#conts .guideInfo .sec .link:hover {
    text-decoration: none;
}
#conts .guideInfo .sec .text {
    position: relative;
    z-index: 1;
}
#conts .guideInfo .sec .map {
    margin: -59px 0 39px;
}
#conts .guideInfo .sec .tableBox {
    margin: 31px 0 0;
}
#conts .guideInfo .sec .tableBox table {
    width: 100%;
    border-collapse: collapse;
}
#conts .guideInfo .sec .tableBox th, #conts .guideInfo .sec .tableBox td {
    padding: 13px 24px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border: 1px solid #CCCCCC;
}
#conts .guideInfo .sec .tableBox thead {
    background-color: #666666;
    color: #fff;
    font-weight: 500;
}
#conts .guideInfo .sec .tableBox tbody td {
    width: 34%;
    text-align: right;
    font-weight: 300;
}
#conts .guideInfo .sec .tableBox tbody th {
    width: 32%;
    font-size: 2rem;
    background-color: #EEEEEE;
}
#conts .guideInfo .sec .tableBox tbody th span {
    margin-top: 9px;
    display: block;
    font-size: 1rem;
    color: #AF1E23;
    line-height: 1.8;
}
#conts .guideInfo .sec .txtUl {
    margin: 35px -30px 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #EEEEEE;
}
#conts .guideInfo .sec .txtUl > li {
    width: 20%;
    box-sizing: border-box;
}
#conts .guideInfo .sec .txtUl > li:not(:last-child) {
    border-right: 1px solid #fff;
}
#conts .guideInfo .sec .txtUl .ttl {
    padding: 35px 5px;
    background-color: #0082CA;
    position: relative;
    text-align: center;
}
#conts .guideInfo .sec .txtUl .ttl .num {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
}
#conts .guideInfo .sec .txtUl .ttl .txt {
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 2;
}
#conts .guideInfo .sec .txtUl .textBox {
    padding: 23px 25px 24px;
    position: relative;
    display: flex;
    align-items: center;
}
#conts .guideInfo .sec .txtUl .textBox:before {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 50%;
    background: url("https://gigaplus.makeshop.jp/nlc01010/images/guide_icon11.png") no-repeat;
    background-size: 30px 30px;
    content: "";
}
#conts .guideInfo .sec .txtUl > li:last-child .textBox:before {
    display: none;
}
#conts .guideInfo .sec .txtUl .textBox p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.66;
}
#conts .guideInfo .sec .txtUl .textBox01 {
    justify-content: center;
}
#conts .guideInfo .sec .txtUl .textBox01 p {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}
#conts .guideInfo .sec .txtUl .textBox01 p span {
    display: block;
    color: #0082CA;
}
#conts .guideInfo .sec .txtUl .textBox02 p span {
    color: #AF1E23;
}
#conts .guideInfo .sec .txtUl .textBox03 .dotUl {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
}
#conts .guideInfo .sec .txtUl .textBox03 .dotUl span {
    margin-bottom: 3px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #0082CA;
    display: block;
}
#conts .guideInfo .sec .txtUl .textBox03 .dotUl li:not(:last-child) {
    margin-bottom: 17px;
}
#conts .guideInfo .sec .txtUl .textBox04 img {
    display: block;
    margin: 30px auto 0;
}
#conts .guideInfo .sec .txtUl .textBox05 p {
    letter-spacing: -0.6px;
}
#conts .guideInfo .sec .txtUl .textBox05 img {
    display: block;
    margin: 33px auto 0;
}
#conts .guideInfo .sec h5 {
    margin: 32px 0 18px;
    padding-left: 20px;
    font-weight: 700;
    position: relative;
}
#conts .guideInfo .sec h5:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "■";
    font-size: 1.6rem;
    font-weight: 700;
    color: #0082CA;
}
#conts .guideInfo .sec .numUl {
    line-height: 1.75;
    margin-left: 20px;
}
#conts .guideInfo .sec .numUl li {
    text-indent: -1.9em;
    padding-left: 1.9em;
}
@media all and (max-width: 767px) {
    #conts .guideInfo .topLink {
        margin: -5px 0 40px;
        display: block;
    }
    #conts .guideInfo .topLink li {
        width: auto;
    }
    #conts .guideInfo .topLink a {
        padding: 18px 10px 18px 55px;
    }
    #conts .guideInfo .topLink a img {
        left: 15px;
    }
    #conts .guideInfo .sec {
        margin-bottom: 40px;
    }
    #conts .guideInfo .sec h3 {
        padding: 7px 0 25px 56px;
        font-size: 1.6rem;
    }
    #conts .guideInfo .sec h3 img {
        width: 40px;
    }
    #conts .guideInfo .sec h4 {
        padding: 15px;
    }
    #conts .guideInfo .sec .inner {
        padding: 15px 15px 30px;
    }
    #conts .guideInfo .sec .link:hover {
        text-decoration: underline;
    }
    #conts .guideInfo .sec .map {
        margin: 15px 0 0;
    }
    #conts .guideInfo .sec .tableBox {
        margin: 15px 0 0;
    }
    #conts .guideInfo .sec .tableBox th, #conts .guideInfo .sec .tableBox td {
        padding: 10px;
    }
    #conts .guideInfo .sec .tableBox tbody th {
        font-size: 1.6rem;
    }
    #conts .guideInfo .sec .txtUl {
        margin: 15px -15px 0;
        display: block;
    }
    #conts .guideInfo .sec .txtUl > li {
        width: auto;
    }
    #conts .guideInfo .sec .txtUl > li:not(:last-child) {
        border-right: none;
    }
    #conts .guideInfo .sec .txtUl .ttl {
        padding: 20px 5px;
    }
    #conts .guideInfo .sec .txtUl .ttl .num {
        font-size: 5rem;
    }
    #conts .guideInfo .sec .txtUl .textBox {
        padding: 20px 15px;
        display: block;
    }
    #conts .guideInfo .sec .txtUl .textBox:before {
        display: none;
    }
    #conts .guideInfo .sec .txtUl .textBox01 p {
        font-size: 1.4rem;
    }
    #conts .guideInfo .sec .txtUl .textBox03 .dotUl li:not(:last-child) {
        margin-bottom: 10px;
    }
    #conts .guideInfo .sec .txtUl .textBox04 p {
        text-align: center;
    }
    #conts .guideInfo .sec .txtUl .textBox04 img {
        margin: 15px auto 0;
        height: 30px
    }
    #conts .guideInfo .sec .txtUl .textBox05 p {
        letter-spacing: 0;
        text-align: center;
    }
    #conts .guideInfo .sec .txtUl .textBox05 img {
        margin: 15px auto 0;
        height: 30px;
    }
    #conts .guideInfo .sec h5 {
        margin: 20px 0 10px;
    }
    #conts .guideInfo .sec h5:before {
        font-size: 1.4rem;
    }
}
/*------------------------------------------------------------
    review
------------------------------------------------------------*/
#conts .reviewInfo .photoList {
    margin: 0 5px;
    border-top: 1px solid #ccc;
}
#conts .reviewInfo .photoList li .innerBox {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
#conts .reviewInfo .photoList li.hide {
    display: none;
}
#conts .reviewInfo .photoList .photo {
    margin-top: 2px;
    width: 150px;
}
#conts .reviewInfo .photoList .photo img {
    width: 100%;
}
#conts .reviewInfo .photoList .photo a {
    display: block;
    border: 1px solid #EEEEEE;
}
#conts .reviewInfo .photoList .photo a:hover {
    opacity: 0.7;
}
#conts .reviewInfo .photoList .textBox {
    width: 630px;
}
#conts .reviewInfo .photoList .textBox.noPhoto {
    width: 100%;
}
#conts .reviewInfo .photoList .textBox h2 {
    margin-bottom: 4px;
    min-height: 50px;
}
#conts .reviewInfo .photoList .textBox h2 a {
    display: inline-block;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.53;
}
#conts .reviewInfo .photoList .textBox h2 a:hover {
    text-decoration: none;
}
#conts .reviewInfo .photoList .textBox .starBox {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#conts .reviewInfo .photoList .textBox .starBox .star {
    width: 35%;
}
#conts .reviewInfo .photoList .textBox .starBox .star span {
    margin-left: 10px;
    font-size: 2rem;
}
#conts .reviewInfo .photoList .textBox .starBox .star img {
    width: 21px;
    margin: -7px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#conts .reviewInfo .photoList .textBox .starBox .txt {
    width: 63%;
    margin-top: 7px;
    font-size: 1.3rem;
    color: #7E7E7E;
    text-align: right;
}
#conts .reviewInfo .photoList .textBox .text {
    font-size: 1.3rem;
    line-height: 1.53;
}
@media all and (max-width: 767px) {
    #conts .reviewInfo .photoList {
        margin: 0;
    }
    #conts .reviewInfo .photoList li .innerBox {
        padding: 30px 0;
        display: block;
    }
    #conts .reviewInfo .photoList .photo {
        margin: 0 auto 15px;
        width: 150px;
    }
    #conts .reviewInfo .photoList .textBox {
        width: auto;
    }
    #conts .reviewInfo .photoList .textBox h2 a {
        font-size: 1.4rem;
    }
    #conts .reviewInfo .photoList .textBox h2 a:hover {
        text-decoration: underline;
    }
    #conts .reviewInfo .photoList .textBox .starBox {
        margin-bottom: 15px;
        display: block;
    }
    #conts .reviewInfo .photoList .textBox .starBox .star {
        width: auto;
    }
    #conts .reviewInfo .photoList .textBox .starBox .star span {
        font-size: 1.7rem;
    }
    #conts .reviewInfo .photoList .textBox .starBox .txt {
        width: auto;
        font-size: 1.2rem;
        text-align: left;
    }
}
/*------------------------------------------------------------
    comBlackBg
------------------------------------------------------------*/
#conts .comBlackBg {
    padding: 0 40px 40px;
    margin: 0 -40px;
    background-color: #1E1E1E;
}
@media all and (max-width: 767px) {
    #conts .comBlackBg {
        padding: 0 15px 40px;
        margin: 0 -15px;
    }
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
#main .headLine03 {
    margin-bottom: 30px;
    padding: 15px 5px 15px 25px;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    background-color: rgba(0, 130, 202, 0.1);
    border-left: 5px solid #0082CA;
}
@media all and (max-width: 767px) {
    #main .headLine03 {
        margin-bottom: 20px !important;
        padding: 10px 5px 10px 15px;
        font-size: 1.6rem;
        border-left-width: 3px;
    }
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
#main .headLine04 {
    margin-bottom: 20px;
    text-align: center;
}
#main .headLine04 span {
    padding: 8px;
    display: inline-block;
    font-weight: 500;
    min-width: 180px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: #0082CA;
}
#main .headLine04.grey span {
    background-color: #666666;
}
@media all and (max-width: 767px) {
    #main .headLine04 {
        margin-bottom: 15px !important;
    }
}
/*------------------------------------------------------------
    comTopic
------------------------------------------------------------*/
#conts .comTopic {
    padding: 0 0 0 190px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}
#conts .comTopic:before {
    width: 184px;
    height: 184px;
    margin-top: -89px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url("images/difference_icon11.png") no-repeat;
    background-size: 184px 184px;
    content: "";
}
@media all and (max-width: 767px) {
    #conts .comTopic {
        padding: 0 0 0 100px !important;
        font-size: 1.8rem !important;
        line-height: 1.8 !important;
    }
    #conts .comTopic:before {
        width: 100px;
        height: 100px;
        margin-top: -50px !important;
        left: 0 !important;
        background-size: 100px 100px;
    }
}
/*------------------------------------------------------------
    comPhotoUl
------------------------------------------------------------*/
#conts .comPhotoUl {
    margin-bottom: 67px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .comPhotoUl li {
    width: 400px;
}
#conts .comPhotoUl .photo img {
    width: 100%;
}
#conts .comPhotoUl p {
    display: flex;
    align-items: center;
    justify-content: center;
}
#conts .comPhotoUl .txt01 {
    margin-right: 17px;
    font-size: 5.2rem;
    font-weight: 900;
    color: #0082CA;
}
#conts .comPhotoUl .txt01.color {
    color: #AF1E23;
}
#conts .comPhotoUl .txt02 {
    color: #fff;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    #conts .comPhotoUl {
        margin-bottom: 30px !important;
        display: block;
    }
    #conts .comPhotoUl li {
        width: auto;
    }
    #conts .comPhotoUl li:not(:last-child) {
        margin-bottom: 20px;
    }
    #conts .comPhotoUl .txt01 {
        margin-right: 10px;
        font-size: 3rem;
    }
}
/*------------------------------------------------------------
    comNote
------------------------------------------------------------*/
#conts .comNote a {
    display: flex;
    justify-content: space-between;
    background-color: #EEEEEE;
}
#conts .comNote a:hover {
    opacity: 0.7;
}
#conts .comNote .noteImg {
    width: 300px;
}
#conts .comNote .noteText {
    width: 520px;
    box-sizing: border-box;
    padding: 35px 10px 10px 40px;
}
#conts .comNote .noteText p {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.45;
}
#conts .comNote .noteText .note01 {
    margin-bottom: 15px;
}
#conts .comNote .noteText .note01 span {
    padding: 4px;
    min-width: 90px;
    display: inline-block;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    border: 1px solid #0082CA;
    background-color: rgba(0, 130, 202, 0.8);
    box-sizing: border-box;
    text-align: center;
}
#conts .comNote .noteText .note02 {
    margin-bottom: 7px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #0082CA;
}
@media all and (max-width: 767px) {
    #conts .comNote a {
        display: block;
    }
    #conts .comNote .noteImg {
        width: auto;
    }
    #conts .comNote .noteImg img {
        width: 100%;
    }
    #conts .comNote .noteText {
        width: auto;
        padding: 15px;
    }
    #conts .comNote .noteText p {
        font-size: 1.6rem;
    }
    #conts .comNote .noteText .note01 {
        margin-bottom: 10px;
    }
    #conts .comNote .noteText .note01 span {
        font-size: 1.3rem;
    }
    #conts .comNote .noteText .note02 {
        margin-bottom: 5px;
    }
}
#gNavi > li.color > a {
    background-color: rgba(0, 130, 202, 0.2);
}
/*------------------------------------------------------------
    performance
------------------------------------------------------------*/
#conts .performanceInfo .comBlackBg {
    background: #0B0F12 url("images/difference_bg01.png") no-repeat right top;
    background-size: 100% auto;
}
#conts .performanceInfo .sec01 {
    padding: 56px 0 60px 30px;
    color: #fff;
}
#conts .performanceInfo .sec01 .ttl {
    margin-bottom: 47px;
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.72;
}
#conts .performanceInfo .sec01 .ttl .txt01 {
    display: block;
    font-size: 2.8rem;
}
#conts .performanceInfo .sec01 .ttl .txt02 {
    color: #0082CA;
}
#conts .performanceInfo .sec01 .textBox {
    display: flex;
    justify-content: space-between;
}
#conts .performanceInfo .sec01 .textBox .lBox {
    margin-top: 26px;
    width: 320px;
}
#conts .performanceInfo .sec01 .textBox .lBox p {
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 1.75;
}
#conts .performanceInfo .sec01 .textBox .rBox {
    padding-bottom: 25px;
    width: 420px;
    box-sizing: border-box;
    border: 1px solid #0082CA;
    background-color: rgba(255, 255, 255, 0.1);
}
#conts .performanceInfo .sec01 .textBox .rBox .title {
    padding: 14px 10px 15px;
    text-align: center;
    background-color: rgba(0, 130, 202, 0.8);
    font-size: 2rem;
    font-weight: 500;
}
#conts .performanceInfo .sec01 .textBox .rBox .dotUl {
    display: flex;
    justify-content: space-between;
    margin: 18px 30px 19px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
#conts .performanceInfo .sec01 .textBox .rBox .dotUl > li {
    width: 50%;
}
#conts .performanceInfo .sec01 .textBox .rBox .dotUl ul li {
    padding-left: 19px;
    position: relative;
    font-weight: 300;
    line-height: 1.75;
}
#conts .performanceInfo .sec01 .textBox .rBox .dotUl ul li:before {
    width: 15px;
    height: 15px;
    background-color: #0082CA;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
}
#conts .performanceInfo .sec01 .textBox .rBox .dotUl ul .text {
    font-weight: 500;
}
#conts .performanceInfo .sec01 .textBox .rBox .txt {
    text-align: center;
    font-weight: 300;
}
#conts .performanceInfo .sec02 .topBox {
    margin-bottom: 43px;
    text-align: center;
    color: #fff;
}
#conts .performanceInfo .sec02 .topBox .photo {
    margin-bottom: 46px;
}
#conts .performanceInfo .sec02 .topBox .photo img {
    width: 390px;
}
#conts .performanceInfo .sec02 .topBox p {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
}
#conts .performanceInfo .sec02 .topBox .text {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
}
#conts .performanceInfo .sec02 .listBox h4 {
    padding: 16px 5px 14px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    background-color: rgba(0, 130, 202, 0.8);
}
#conts .performanceInfo .sec02 .listBox .whiteBox {
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
}
#conts .performanceInfo .sec02 .listBox .whiteBox ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#conts .performanceInfo .sec02 .listBox .whiteBox ul li {
    margin: 0 14px 4px;
    font-weight: 500;
}
#conts .performanceInfo .sec02 .listBox .whiteBox ul img {
    height: 66px;
}
#conts .performanceInfo .sec02 .listBox .greyBox {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.2);
}
#conts .performanceInfo .sec02 .listBox .greyBox ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#conts .performanceInfo .sec02 .listBox .greyBox ul li {
    margin: 0 30px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#conts .performanceInfo .sec02 .listBox .greyBox ul .photo {
    width: 120px;
}
#conts .performanceInfo .sec02 .listBox .greyBox ul p {
    max-width: 70px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
#conts .performanceInfo .sec02 .lightBox {
    margin: 70px 40px 89px;
}
#conts .performanceInfo .sec02 .lightBox a {
    display: block;
}
#conts .performanceInfo .sec02 .lightBox a:hover {
    opacity: 0.7;
}
#conts .performanceInfo .sec02 .lightBox .imgBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 17px;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .lBox {
    width: 320px;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .lBox a {
    position: relative;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .lBox a:before {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -20px;
    bottom: 28px;
    background: url("images/difference_icon03.png") no-repeat;
    background-size: 60px 60px;
    content: "";
}
#conts .performanceInfo .sec02 .lightBox .imgBox .rBox {
    width: 360px;
    color: #fff;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .rBox .text {
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 28px;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl {
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl img {
    width: 48px;
}
#conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl span {
    width: 260px;
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
    font-family: 'Noto Serif JP', serif;
}
#conts .performanceInfo .sec02 .lightBox .lightUl {
    display: flex;
    flex-wrap: wrap;
}
#conts .performanceInfo .sec02 .lightBox .lightUl li {
    width: 66px;
}
#conts .performanceInfo .sec02 .lightBox .lightUl li:not(:last-child) {
    margin-right: 8px;
}
@media all and (max-width: 767px) {
    #conts .performanceInfo .sec01 {
        padding: 30px 0 40px;
    }
    #conts .performanceInfo .sec01 .ttl {
        margin-bottom: 15px;
        font-size: 2.7rem;
        line-height: 1.6;
    }
    #conts .performanceInfo .sec01 .ttl .txt01 {
        font-size: 2rem;
    }
    #conts .performanceInfo .sec01 .textBox {
        display: block;
    }
    #conts .performanceInfo .sec01 .textBox .lBox {
        margin: 0 0 20px;
        width: auto;
    }
    #conts .performanceInfo .sec01 .textBox .lBox p {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    #conts .performanceInfo .sec01 .textBox .rBox {
        padding-bottom: 15px;
        width: auto;
    }
    #conts .performanceInfo .sec01 .textBox .rBox .title {
        padding: 10px 5px 11px;
        font-size: 1.6rem;
    }
    #conts .performanceInfo .sec01 .textBox .rBox .dotUl {
        margin: 15px;
        padding-bottom: 10px;
    }
    #conts .performanceInfo .sec01 .textBox .rBox .dotUl ul li {
        padding-left: 15px;
        line-height: 1.6;
    }
    #conts .performanceInfo .sec01 .textBox .rBox .dotUl ul li:before {
        width: 10px;
        height: 10px;
    }
    #conts .performanceInfo .sec02 .topBox {
        margin-bottom: 40px;
    }
    #conts .performanceInfo .sec02 .topBox .photo {
        margin-bottom: 20px;
    }
    #conts .performanceInfo .sec02 .topBox .photo img {
        width: 100%;
    }
    #conts .performanceInfo .sec02 .topBox p {
        font-size: 2rem;
        line-height: 1.6;
    }
    #conts .performanceInfo .sec02 .topBox .text {
        margin-top: 10px;
    }
    #conts .performanceInfo .sec02 .listBox h4 {
        padding: 11px 5px 10px;
        font-size: 1.6rem;
    }
    #conts .performanceInfo .sec02 .listBox .whiteBox ul li {
        margin: 0 10px 4px;
    }
    #conts .performanceInfo .sec02 .listBox .whiteBox ul img {
        height: 50px;
    }
    #conts .performanceInfo .sec02 .listBox .greyBox {
        padding: 15px 0;
    }
    #conts .performanceInfo .sec02 .listBox .greyBox ul li {
        margin: 0 2%;
        width: 40%;
    }
    #conts .performanceInfo .sec02 .listBox .greyBox ul .photo {
        width: 50%;
    }
    #conts .performanceInfo .sec02 .listBox .greyBox ul .photo img {
        width: 100%;
    }
    #conts .performanceInfo .sec02 .listBox .greyBox ul p {
        max-width: inherit;
        width: 45%;
        font-size: 1.6rem;
    }
    #conts .performanceInfo .sec02 .lightBox {
        margin: 40px 0;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox {
        display: block;
        margin-bottom: 20px;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .lBox {
        margin-top: 25px;
        width: auto;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .lBox img {
        width: 100%;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .lBox a:before {
        right: -10px;
        bottom: 9%;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .rBox {
        width: auto;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .rBox .text {
        line-height: 1.6;
        margin-bottom: 15px;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl {
        margin-bottom: 15px;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl img {
        width: 30px;
    }
    #conts .performanceInfo .sec02 .lightBox .imgBox .rBox .ttl span {
        width: 77%;
        font-size: 1.8rem;
    }
    #conts .performanceInfo .sec02 .lightBox .lightUl li {
        width: 18.4%;
        margin: 0 2% 10px 0 !important;
    }
    #conts .performanceInfo .sec02 .lightBox .lightUl li:nth-child(5n) {
        margin-right: 0 !important;
    }
}
/*------------------------------------------------------------
    difference
------------------------------------------------------------*/
#conts .differenceInfo .h3Ttl {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 1.5px;
    margin-bottom: 99px;
}
#conts .differenceInfo .h3Ttl01 {
    margin-bottom: 32px;
}
#conts .differenceInfo .h3Ttl span {
    margin-top: 2px;
    display: block;
    color: #0082CA;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: 'good times rg';
}
#conts .differenceInfo .sec01 {
    margin: 0 -40px;
    padding: 90px 40px 46px;
    background: url("images/difference_bg02.png") no-repeat center top, url("images/difference_bg03.png") no-repeat center bottom;
    background-size: 100% auto, 100% auto;
}
#conts .differenceInfo .sec01 p {
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 1.75;
    color: #fff;
    text-align: center;
}
#conts .differenceInfo .sec01 .txt01 {
    font-weight: 500;
}
#conts .differenceInfo .sec01 .text01 {
    margin-bottom: 20px;
}
#conts .differenceInfo .sec01 .text01 span {
    display: inline-block;
    position: relative;
    font-size: 4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}
#conts .differenceInfo .sec01 .text01 span:before {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -30px;
    top: -5px;
    background: url("images/difference_icon04.png") no-repeat;
    background-size: 40px 40px;
    content: "";
}
#conts .differenceInfo .sec01 .text01 span:after {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -30px;
    bottom: -5px;
    background: url("images/difference_icon05.png") no-repeat;
    background-size: 40px 40px;
    content: "";
}
#conts .differenceInfo .sec01 .text02 {
    margin-bottom: 31px;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP', serif;
}
#conts .differenceInfo .sec01 .text03 {
    margin: 139px 0 19px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-weight: 500;
    background: url("images/difference_bg04.png") no-repeat center center;
    background-size: 400px 100%;
}
#conts .differenceInfo .sec01 .text04 {
    margin: -10px 0 20px;
}
#conts .differenceInfo .sec01 .text04 span {
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid #0082CA;
    font-size: 2.4rem;
    font-weight: 500;
}
#conts .differenceInfo .sec01 .title {
    margin: 96px 0 0;
}
#conts .differenceInfo .sec01 .title span {
    min-width: 480px;
    padding: 12px 5px 27px;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    background: url("images/difference_bg05.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
#conts .differenceInfo .sec02 {
    margin: 0 -40px;
}
#conts .differenceInfo .sec02 .numBox {
    padding: 60px 40px;
    text-align: center;
    background: url("images/difference_bg06.png") no-repeat center center;
    background-size: cover;
}
#conts .differenceInfo .sec02 .numBox .text {
    color: #fff;
    margin-bottom: 36px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
}
#conts .differenceInfo .sec02 .numBox .ttl {
    margin-bottom: 14px;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.71;
    font-family: 'Noto Serif JP', serif;
}
#conts .differenceInfo .sec02 .numBox .num {
    margin-bottom: 16px;
}
#conts .differenceInfo .sec02 .numBox .num span {
    min-width: 60px;
    min-height: 60px;
    border-radius: 100%;
    display: inline-block;
    font-size: 3.8rem;
    color: #0082CA;
    background-color: #fff;
    box-shadow: 0 0 20px #fff;
    box-sizing: border-box;
}
#conts .differenceInfo .sec02 .numBox .link a {
    width: 240px;
    margin: 0 auto;
    padding: 13px 5px;
    display: block;
    color: #fff;
    background-color: #1E1E1E;
    font-weight: 500;
    box-sizing: border-box;
}
#conts .differenceInfo .sec02 .numBox .link a:hover {
    opacity: 0.7;
}
#conts .differenceInfo .sec02 .numBox01 {
    background-image: url("images/difference_bg07.png");
}
#conts .differenceInfo .sec02 .numBox01 .link a, #conts .differenceInfo .sec02 .numBox03 .link a {
    background-color: #0082CA;
}
#conts .differenceInfo .sec02 .numBox02 {
    background-image: url("images/difference_bg08.png");
}
#conts .differenceInfo .sec02 .numBox03 {
    background-image: url("images/difference_bg09.png");
}
#conts .differenceInfo .sec03 {
    margin: 0 -40px;
    padding: 91px 40px 180px;
    background: url("images/difference_bg10.png") no-repeat center center;
    background-size: cover;
}
#conts .differenceInfo .sec03 .h3Ttl {
    margin-bottom: 51px;
}
#conts .differenceInfo .sec03 p {
    margin-bottom: 28px;
    line-height: 1.75;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
#conts .differenceInfo .sec03 .link {
    margin-top: 40px;
}
#conts .differenceInfo .sec03 .link a {
    width: 320px;
    margin: 0 auto;
    padding: 13px 5px;
    display: block;
    color: #fff;
    background-color: #0082CA;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
}
#conts .differenceInfo .sec03 .link a:hover {
    opacity: 0.7;
}
#conts .differenceInfo .sec04 {
    padding: 76px 0 0;
}
#conts .differenceInfo .sec04 h3 {
    margin-bottom: 92px;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
}
#conts .differenceInfo .sec04 h3 span {
    display: inline-block;
    font-size: 2.4rem;
    border-bottom: 2px solid #0082CA;
    padding-bottom: 8px;
    margin-bottom: 28px;
    letter-spacing: 5px;
}
#conts .differenceInfo .sec04 .openBox {
    margin-bottom: 40px;
    padding: 60px 60px 40px;
    background-color: #EEEEEE;
    position: relative;
}
#conts .differenceInfo .sec04 .openBox:before {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("images/difference_bg11.png") no-repeat;
    background-size: 100% 200px;
    content: "";
}
#conts .differenceInfo .sec04 .openBox.on:before {
    display: none;
}
#conts .differenceInfo .sec04 .openBox .imgBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}
#conts .differenceInfo .sec04 .openBox .imgBox .photoBox {
    width: 300px;
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox {
    width: 340px;
    margin-top: 68px;
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox p {
    line-height: 1.75;
    font-weight: 300;
    color: #1E1E1E;
    margin-bottom: 28px;
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox .txt01 {
    font-weight: 500;
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl {
    margin-bottom: 42px;
    text-align: center;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl:before {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -18px;
    background: url("images/difference_icon06.png") no-repeat;
    background-size: 30px 30px;
    content: "";
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl:after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: -18px;
    background: url("images/difference_icon07.png") no-repeat;
    background-size: 30px 30px;
    content: "";
}
#conts .differenceInfo .sec04 .openBox .imgBox .textBox .en {
    margin-bottom: 14px;
    color: #000;
    font-family: 'good times rg';
}
#conts .differenceInfo .sec04 .openBox .innerOpen {
    display: none;
    padding-bottom: 48px;
}
#conts .differenceInfo .sec04 .openBox .text {
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 1.75;
    color: #1E1E1E;
}
#conts .differenceInfo .sec04 .openBox .q {
    margin-bottom: 32px;
    font-weight: 500;
    line-height: 1.75;
}
#conts .differenceInfo .sec04 .openBox .q span {
    color: #0082CA;
    font-family: 'good times rg';
}
#conts .differenceInfo .sec04 .openBox .photo {
    margin: 62px 0 58px;
    text-align: center;
}
#conts .differenceInfo .sec04 .openBox .openLink {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -80px;
    width: 160px;
    text-align: center;
    background-color: #0082CA;
    z-index: 10;
}
#conts .differenceInfo .sec04 .openBox .openLink a {
    display: block;
}
#conts .differenceInfo .sec04 .openBox .openLink a:hover {
    opacity: 0.7;
}
#conts .differenceInfo .sec04 .openBox .openLink span {
    padding: 13px 0 13px 22px;
    display: inline-block;
    color: #fff;
    background: url("images/difference_icon08.png") no-repeat left center;
    background-size: 14px auto;
    font-weight: 500;
}
#conts .differenceInfo .sec04 .openBox .openLink .close {
    display: none;
    background-image: url("images/difference_icon09.png");
}
#conts .differenceInfo .sec04 .openBox .openLink.on .open {
    display: none;
}
#conts .differenceInfo .sec04 .openBox .openLink.on .close {
    display: inline-block;
}
#conts .differenceInfo .sec05 {
    padding: 39px;
    background: url("images/difference_bg12.jpg") no-repeat center top;
    background-size: cover;
    border: 1px solid #fff;
}
#conts .differenceInfo .sec05 .inner {
    width: 460px;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 40px 50px 44px;
}
#conts .differenceInfo .sec05 .inner p {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
    text-align: center;
}
#conts .differenceInfo .sec05 .inner .ttl {
    padding: 11px 0 10px;
    margin-bottom: 25px;
    font-size: 2.4rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
}
@media all and (max-width: 767px) {
    #conts .differenceInfo .h3Ttl {
        font-size: 1.8rem;
        margin-bottom: 30px !important;
    }
    #conts .differenceInfo .sec01 {
        padding: 30px 15px 20px;
        margin: 0 -15px;
    }
    #conts .differenceInfo .sec01 p {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec01 .text01 span {
        font-size: 2.7rem;
    }
    #conts .differenceInfo .sec01 .text01 span:before {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #conts .differenceInfo .sec01 .text01 span:after {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
    #conts .differenceInfo .sec01 .text02 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    #conts .differenceInfo .sec01 .text03 {
        margin: 50px 0 19px;
        background-size: 290px 100%;
    }
    #conts .differenceInfo .sec01 .text04 {
        margin: 0 0 20px;
    }
    #conts .differenceInfo .sec01 .text04 span {
        font-size: 1.8rem;
    }
    #conts .differenceInfo .sec01 .title {
        margin: 50px 0 0;
    }
    #conts .differenceInfo .sec01 .title span {
        min-width: inherit;
        padding: 10px 10px 22px;
        font-size: 1.6rem;
    }
    #conts .differenceInfo .sec02 {
        margin: 0 -15px;
    }
    #conts .differenceInfo .sec02 .numBox {
        padding: 30px 15px;
    }
    #conts .differenceInfo .sec02 .numBox .text {
        margin-bottom: 20px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec02 .numBox .ttl {
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec02 .numBox .num {
        margin-bottom: 15px;
    }
    #conts .differenceInfo .sec02 .numBox .num span {
        min-width: 50px;
        min-height: 50px;
        font-size: 2.6rem;
        padding-top: 4px;
    }
    #conts .differenceInfo .sec02 .numBox .link a {
        width: 220px;
        padding: 12px 5px 13px;
    }
    #conts .differenceInfo .sec03 {
        margin: 0 -15px;
        padding: 30px 15px;
    }
    #conts .differenceInfo .sec03 p {
        margin-bottom: 20px;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec03 .link {
        margin-top: 30px;
    }
    #conts .differenceInfo .sec03 .link a {
        width: 290px;
        padding: 13px 5px;
    }
    #conts .differenceInfo .sec04 {
        padding: 30px 0 0;
    }
    #conts .differenceInfo .sec04 h3 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    #conts .differenceInfo .sec04 h3 span {
        font-size: 1.8rem;
        margin-bottom: 8px;
        letter-spacing: 0;
    }
    #conts .differenceInfo .sec04 .openBox {
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    #conts .differenceInfo .sec04 .openBox:before {
        height: 160px;
        background-size: 100% 160px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox {
        display: block;
        margin-bottom: 30px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .photoBox {
        width: auto;
        text-align: center;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox {
        width: auto;
        margin-top: 30px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox p {
        line-height: 1.6;
        margin-bottom: 10px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl {
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl:before {
        width: 20px;
        height: 20px;
        top: -12px;
        background-size: 20px 20px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox .ttl:after {
        width: 20px;
        height: 20px;
        bottom: -12px;
        background-size: 20px 20px;
    }
    #conts .differenceInfo .sec04 .openBox .imgBox .textBox .en {
        margin-bottom: 10px;
    }
    #conts .differenceInfo .sec04 .openBox .innerOpen {
        padding-bottom: 20px;
    }
    #conts .differenceInfo .sec04 .openBox .text {
        margin-bottom: 30px;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec04 .openBox .q {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    #conts .differenceInfo .sec04 .openBox .photo {
        margin: 30px 0;
    }
    #conts .differenceInfo .sec05 {
        padding: 222px 15px 15px;
        background-image: url("images/sp_difference_bg12.jpg");
    }
    #conts .differenceInfo .sec05 .inner {
        width: auto;
        padding: 15px;
    }
    #conts .differenceInfo .sec05 .inner p {
        line-height: 1.8;
    }
    #conts .differenceInfo .sec05 .inner .ttl {
        padding: 10px 0 10px;
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}
/*------------------------------------------------------------
    comparison
------------------------------------------------------------*/
#conts .comparisonInfo .comBlackBg {
    background: #1E1E1E url("images/difference_bg13.png") no-repeat right top;
    background-size: 100% auto;
}
#conts .comparisonInfo .sec01 {
    padding: 56px 0 40px 30px;
    color: #fff;
}
#conts .comparisonInfo .sec01 p {
    font-weight: 300;
    line-height: 1.75;
    margin-bottom: 28px;
}
#conts .comparisonInfo .sec01 .ttl {
    margin-bottom: 26px;
    font-size: 2.8rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.71;
}
#conts .comparisonInfo .sec02 {
    margin-bottom: 63px;
}
#conts .comparisonInfo .sec02 .headLine03 {
    margin-bottom: 18px;
}
#conts .comparisonInfo .sec02 .headLine03 span {
    margin: -8px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 300;
}
#conts .comparisonInfo .sec02 .photoUl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .comparisonInfo .sec02 .photoUl > li {
    width: 395px;
}
#conts .comparisonInfo .sec02 .photoUl .photo {
    margin-bottom: 15px;
}
#conts .comparisonInfo .sec02 .photoUl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .comparisonInfo .sec02 .photoUl ul li {
    width: 195px;
    text-align: center;
}
#conts .comparisonInfo .sec02 .photoUl ul .textBox {
    position: relative;
    padding: 0 25px;
}
#conts .comparisonInfo .sec02 .photoUl ul li:not(:last-child) .textBox:before {
    width: 45px;
    height: 30px;
    position: absolute;
    margin-top: -20px;
    right: -28px;
    top: 50%;
    background: url("images/difference_icon10.png") no-repeat;
    background-size: 45px 30px;
    content: "";
}
#conts .comparisonInfo .sec02 .photoUl ul p {
    display: inline-block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}
#conts .comparisonInfo .sec02 .photoUl ul p span {
    padding-bottom: 4px;
    margin-bottom: -1px;
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid #fff;
}
#conts .comparisonInfo .sec02 .txt {
    margin: 29px 0 60px;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
    color: #fff;
}
#conts .comparisonInfo .sec02 .text {
    margin: 0 30px 28px;
    font-weight: 300;
    color: #fff;
    line-height: 1.75;
}
#conts .comparisonInfo .sec02 .comTopic {
    margin-top: 58px;
}
#conts .comparisonInfo .sec03 {
    margin-bottom: 66px;
}
#conts .comparisonInfo .sec03 .headLine03 {
    margin-bottom: 37px;
}
#conts .comparisonInfo .sec03 .text {
    margin: 0 37px 28px;
    color: #fff;
    font-weight: 300;
    line-height: 1.75;
}
#conts .comparisonInfo .sec03 .text01 {
    margin: -26px 30px 36px;
}
#conts .comparisonInfo .sec03 .photoUl {
    margin: 44px -10px 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .comparisonInfo .sec03 .photoUl li {
    width: 410px;
}
#conts .comparisonInfo .sec03 .red {
    margin-bottom: 40px;
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    background-color: #AF1E23;
}
#conts .comparisonInfo .sec03 .inner {
    margin: 0 0 75px 40px;
    display: flex;
    justify-content: space-between;
}
#conts .comparisonInfo .sec03 .inner .lBox {
    margin-top: 10px;
    width: 320px;
    text-align: center;
}
#conts .comparisonInfo .sec03 .inner .lBox p {
    padding: 73px 0 95px;
    color: #fff;
    line-height: 1.75;
    font-weight: 300;
    background: url("images/difference_bg14.png") no-repeat;
    background-size: 100% 100%;
}
#conts .comparisonInfo .sec03 .inner .rBox {
    width: 400px;
    position: relative;
}
#conts .comparisonInfo .sec03 .inner .rBox:before {
    width: 80px;
    height: 70px;
    position: absolute;
    left: -50px;
    top: 90px;
    background: url("images/difference_icon12.png") no-repeat;
    background-size: 80px 70px;
    content: "";
}
#conts .comparisonInfo .sec03 .inner .rBox table {
    width: 100%;
    border-collapse: collapse;
}
#conts .comparisonInfo .sec03 .inner .rBox th, #conts .comparisonInfo .sec03 .inner .rBox td {
    padding: 13px 5px 12px;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    border: 1px solid #707070;
}
#conts .comparisonInfo .sec03 .inner .rBox th {
    font-weight: 500;
    color: #000;
    background-color: #CCCCCC;
}
#conts .comparisonInfo .sec03 .inner .rBox thead th, #conts .comparisonInfo .sec03 .inner .rBox thead td {
    background-color: #333;
    color: #fff;
}
#conts .comparisonInfo .sec03 .inner .rBox .style01 {
    background-color: #000;
}
#conts .comparisonInfo .sec03 .inner .rBox .style02 {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #0082CA;
    color: #fff;
}
#conts .comparisonInfo .sec03 .line {
    margin: 0 30px 50px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.9;
    letter-spacing: 4.5px;
}
#conts .comparisonInfo .sec03 .line span {
    padding-bottom: 6px;
    display: inline;
    border-bottom: 1px solid #0082CA;
}
#conts .comparisonInfo .sec03 .comPhotoUl01 {
    margin-bottom: 30px;
}
#conts .comparisonInfo .sec03 .text02 {
    margin: 0 28px 28px;
}
@media all and (max-width: 767px) {
    #conts .comparisonInfo .sec01 {
        padding: 30px 0;
    }
    #conts .comparisonInfo .sec01 p {
        line-height: 1.6;
        margin-bottom: 10px;
    }
    #conts .comparisonInfo .sec01 .ttl {
        margin-bottom: 15px;
        font-size: 2rem;
        line-height: 1.6;
    }
    #conts .comparisonInfo .sec02 {
        margin-bottom: 40px;
    }
    #conts .comparisonInfo .sec02 .headLine03 span {
        margin: -3px 0 0 5px;
        font-size: 1.2rem;
    }
    #conts .comparisonInfo .sec02 .photoUl {
        display: block;
    }
    #conts .comparisonInfo .sec02 .photoUl > li {
        margin-bottom: 30px;
        width: auto;
    }
    #conts .comparisonInfo .sec02 .photoUl > li:last-child {
        margin-bottom: 0;
    }
    #conts .comparisonInfo .sec02 .photoUl .photo {
        margin-bottom: 10px;
    }
    #conts .comparisonInfo .sec02 .photoUl .photo img {
        width: 100%;
    }
    #conts .comparisonInfo .sec02 .photoUl ul li {
        width: 48%;
    }
    #conts .comparisonInfo .sec02 .photoUl ul .textBox {
        padding: 0 14px;
    }
    #conts .comparisonInfo .sec02 .photoUl ul li:not(:last-child) .textBox:before {
        width: 36px;
        height: 24px;
        margin-top: -13px;
        right: -23px;
        background-size: 36px 24px;
    }
    #conts .comparisonInfo .sec02 .photoUl ul p {
        font-size: 1.8rem;
    }
    #conts .comparisonInfo .sec02 .photoUl ul p span {
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    #conts .comparisonInfo .sec02 .txt {
        margin: 20px 0 30px;
    }
    #conts .comparisonInfo .sec02 .text {
        margin: 0 0 20px;
        line-height: 1.6;
    }
    #conts .comparisonInfo .sec02 .comTopic {
        margin-top: 30px;
    }
    #conts .comparisonInfo .sec03 {
        margin-bottom: 40px;
    }
    #conts .comparisonInfo .sec03 .text {
        margin: 0 0 20px;
        line-height: 1.6;
    }
    #conts .comparisonInfo .sec03 .text01 {
        margin: 0 0 30px;
    }
    #conts .comparisonInfo .sec03 .photoUl {
        margin: 0 0 20px;
        display: block;
    }
    #conts .comparisonInfo .sec03 .photoUl li {
        width: auto;
        margin-bottom: 30px;
    }
    #conts .comparisonInfo .sec03 .photoUl li:last-child {
        margin-bottom: 0;
    }
    #conts .comparisonInfo .sec03 .photoUl .photo img {
        width: 100%;
    }
    #conts .comparisonInfo .sec03 .red {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    #conts .comparisonInfo .sec03 .inner {
        margin: 0 0 30px;
        display: block;
    }
    #conts .comparisonInfo .sec03 .inner .lBox {
        margin: 0 auto 20px;
        width: auto;
        max-width: 320px;
    }
    #conts .comparisonInfo .sec03 .inner .lBox p {
        padding: 60px 0 82px;
        line-height: 1.6;
    }
    #conts .comparisonInfo .sec03 .inner .rBox {
        width: auto;
        margin-left: 30px;
    }
    #conts .comparisonInfo .sec03 .inner .rBox:before {
        width: 56px;
        height: 49px;
        left: -40px;
        top: 94px;
        background-size: 56px 49px;
    }
    #conts .comparisonInfo .sec03 .inner .rBox .style02 {
        padding-left: 17px;
        padding-right: 17px;
    }
    #conts .comparisonInfo .sec03 .line {
        margin: 0 0 30px;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    #conts .comparisonInfo .sec03 .line span {
        padding-bottom: 3px;
    }
    #conts .comparisonInfo .sec03 .text02 {
        margin: 0 0 20px;
    }
}
/*------------------------------------------------------------
    factory
------------------------------------------------------------*/
#conts .factoryInfo .sec01 {
    padding-bottom: 54px;
    background-color: #EEEEEE;
    margin: 0 -40px 40px;
}
#conts .factoryInfo .sec01 .photo img {
    width: 100%;
}
#conts .factoryInfo .sec01 p {
    margin-top: 46px;
    font-weight: 300;
    text-align: center;
    ;
    line-height: 1.75;
}
#conts .factoryInfo .sec01 span {
    margin-bottom: 16px;
    font-size: 2.8rem;
    font-weight: 500;
    display: block;
    line-height: 1.71;
    font-family: 'Noto Serif JP', serif;
}
#conts .factoryInfo .h4Ttl {
    padding: 16px 30px 14px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    background-color: #333;
}
#conts .factoryInfo .sec02 {
    margin-bottom: 99px;
}
#conts .factoryInfo .sec02 .headLine03 {
    margin-bottom: 18px;
}
#conts .factoryInfo .sec02 .text {
    margin: 0 30px 28px;
    font-weight: 300;
    color: #fff;
    line-height: 1.75;
}
#conts .factoryInfo .sec02 .photoUl {
    margin-bottom: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .factoryInfo .sec02 .photoUl li {
    position: relative;
}
#conts .factoryInfo .sec02 .photoUl .icon {
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 60px;
    margin-left: -30px;
}
#conts .factoryInfo .sec02 .photoUl li {
    width: 400px;
}
#conts .factoryInfo .sec02 .photoUl .ttl {
    margin-bottom: 28px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}
#conts .factoryInfo .sec02 .photoUl .ttl span {
    margin-bottom: 2px;
    display: block;
    font-size: 2.4rem;
}
#conts .factoryInfo .sec02 .photoUl .photo {
    position: relative;
}
#conts .factoryInfo .sec02 .photoUl .photo img {
    width: 100%;
}
#conts .factoryInfo .sec02 .photoUl .photo p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.43;
    box-sizing: border-box;
    padding: 14px 20px;
}
#conts .factoryInfo .sec02 .photoUl .photo .txt {
    width: 115px;
    height: 115px;
    position: absolute;
    left: inherit;
    bottom: inherit;
    right: 15px;
    top: -24px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    box-sizing: border-box;
    padding: 14px 0 0;
    color: #000;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}
#conts .factoryInfo .sec02 .photoUl .photo .txt span {
    font-size: 5.1rem;
    font-weight: 700;
    color: #0082CA;
}
#conts .factoryInfo .sec02 .txtUl {
    margin-bottom: 106px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .factoryInfo .sec02 .txtUl li {
    width: 400px;
}
#conts .factoryInfo .sec02 .txtUl .inner {
    padding: 17px 40px 19px;
    margin-top: 30px;
    border: 1px solid #fff;
    color: #fff;
}
#conts .factoryInfo .sec02 .txtUl .innerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 21px;
    margin-bottom: 18px;
}
#conts .factoryInfo .sec02 .txtUl .innerBtm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#conts .factoryInfo .sec02 .txtUl .inner .lTxt {
    width: 60px;
    font-size: 5.2rem;
    color: #0082CA;
    font-weight: 900;
    line-height: 1.75;
}
#conts .factoryInfo .sec02 .txtUl .innerBtm .lTxt {
    color: #AF1E23;
}
#conts .factoryInfo .sec02 .txtUl .inner .rTxt {
    width: 250px;
    font-weight: 500;
    line-height: 1.75;
}
#conts .factoryInfo .sec02 .comTopic {
    margin-bottom: 56px;
    font-size: 2.8rem;
    line-height: 1.71;
    padding-left: 213px;
}
#conts .factoryInfo .sec02 .comTopic:before {
    left: 24px;
    margin-top: -92px;
}
#conts .factoryInfo .sec03 {
    margin-bottom: 61px;
}
#conts .factoryInfo .sec03 .textImg {
    margin: 0 0 29px -21px;
}
#conts .factoryInfo .sec03 .red {
    margin-bottom: 130px;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 2rem;
    font-weight: 500;
    background-color: #AF1E23;
}
#conts .factoryInfo .radioInner .ttl {
    padding: 15px 30px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #0082CA;
    font-size: 2rem;
    font-weight: 500;
}
#conts .factoryInfo .radioInner .img {
    margin-bottom: 20px;
}
#conts .factoryInfo .radioInner .img img {
    width: 100%;
}
#conts .factoryInfo .radioInner .radio video {
    width: 100%;
    height: auto;
}
#conts .factoryInfo .sec04 .headLine03 {
    margin-bottom: 39px;
}
#conts .factoryInfo .sec04 .radioInner {
    margin-bottom: 40px;
}
#conts .factoryInfo .sec04 .text {
    margin: 0 30px 28px;
    color: #fff;
    font-weight: 300;
    line-height: 1.75;
}
#conts .factoryInfo .sec04 .comPhotoUl {
    margin: 54px 0 0;
}
#conts .factoryInfo .sec04 {
    margin-bottom: 62px;
}
#conts .factoryInfo .sec05 {
    margin-bottom: 50px;
}
#conts .factoryInfo .sec05 .txtUl {
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conts .factoryInfo .sec05 .txtUl li {
    padding-bottom: 27px;
    margin-bottom: 20px;
    width: 400px;
    background-color: #EEEEEE;
    box-sizing: border-box;
}
#conts .factoryInfo .sec05 .txtUl .photo {
    margin-bottom: 20px;
}
#conts .factoryInfo .sec05 .txtUl .photo img {
    width: 100%;
}
#conts .factoryInfo .sec05 .txtUl .photo video {
    width: 100%;
    height: auto;
}
#conts .factoryInfo .sec05 .txtUl p {
    margin: 0 30px;
    font-weight: 300;
}
#conts .factoryInfo .sec05 .txtUl .ttl {
    margin-bottom: 9px;
    font-size: 2.4rem;
    color: #0082CA;
    font-weight: 500;
}
#conts .factoryInfo .sec05 .txtUl .txt {
    padding: 0 10px;
    background-color: transparent;
}
#conts .factoryInfo .sec05 .txtUl .txt p {
    color: #fff;
    line-height: 1.75;
    margin-top: 28px;
}
@media all and (max-width: 767px) {
    #conts .factoryInfo .sec01 {
        padding-bottom: 30px;
        margin: 0 -15px 40px;
    }
    #conts .factoryInfo .sec01 p {
        margin: 20px 15px 0;
        line-height: 1.6;
    }
    #conts .factoryInfo .sec01 span {
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 1.6;
    }
    #conts .factoryInfo .h4Ttl {
        padding: 10px 20px;
        margin-bottom: 20px !important;
        font-size: 1.6rem;
    }
    #conts .factoryInfo .sec02 {
        margin-bottom: 40px;
    }
    #conts .factoryInfo .sec02 .text {
        margin: 0 0 20px;
        line-height: 1.6;
    }
    #conts .factoryInfo .sec02 .photoUl {
        margin-bottom: 30px;
        display: block;
    }
    #conts .factoryInfo .sec02 .photoUl .icon {
        display: none;
    }
    #conts .factoryInfo .sec02 .photoUl li {
        margin-bottom: 30px;
        width: auto;
    }
    #conts .factoryInfo .sec02 .photoUl li:last-child {
        margin-bottom: 0;
    }
    #conts .factoryInfo .sec02 .photoUl .ttl {
        margin-bottom: 20px;
    }
    #conts .factoryInfo .sec02 .photoUl .ttl span {
        font-size: 1.8rem;
    }
    #conts .factoryInfo .sec02 .photoUl .photo p {
        padding: 10px 15px;
    }
    #conts .factoryInfo .sec02 .photoUl .photo .txt {
        width: 80px;
        height: 80px;
        top: -20px;
        font-size: 1.6rem;
    }
    #conts .factoryInfo .sec02 .photoUl .photo .txt span {
        font-size: 3rem;
    }
    #conts .factoryInfo .sec02 .txtUl {
        margin-bottom: 30px;
        display: block;
    }
    #conts .factoryInfo .sec02 .txtUl li {
        width: auto;
        margin-bottom: 30px;
    }
    #conts .factoryInfo .sec02 .txtUl li:last-child {
        margin-bottom: 0;
    }
    #conts .factoryInfo .sec02 .txtUl .inner {
        padding: 15px;
        margin-top: 0;
    }
    #conts .factoryInfo .sec02 .txtUl .innerTop {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #conts .factoryInfo .sec02 .txtUl .inner .lTxt {
        width: 13%;
        font-size: 3rem;
        line-height: 1.6;
    }
    #conts .factoryInfo .sec02 .txtUl .inner .rTxt {
        width: 87%;
        line-height: 1.6;
    }
    #conts .factoryInfo .sec02 .comTopic {
        margin-bottom: 30px;
    }
    #conts .factoryInfo .sec03 {
        margin-bottom: 40px;
    }
    #conts .factoryInfo .sec03 .textImg {
        margin: 0 0 30px;
    }
    #conts .factoryInfo .sec03 .textImg img {
        width: 100%;
        max-width: inherit;
    }
    #conts .factoryInfo .sec03 .red {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    #conts .factoryInfo .radioInner .ttl {
        padding: 10px 20px;
        font-size: 1.6rem;
    }
    #conts .factoryInfo .sec04 .radioInner {
        margin-bottom: 30px;
    }
    #conts .factoryInfo .sec04 .text {
        margin: 0 0 30px;
        line-height: 1.6;
    }
    #conts .factoryInfo .sec04 .comPhotoUl {
        margin: 0;
    }
    #conts .factoryInfo .sec04 {
        margin-bottom: 40px;
    }
    #conts .factoryInfo .sec05 {
        margin-bottom: 40px;
    }
    #conts .factoryInfo .sec05 .txtUl {
        margin-top: 0;
        display: block;
    }
    #conts .factoryInfo .sec05 .txtUl li {
        padding-bottom: 15px;
        width: auto;
    }
    #conts .factoryInfo .sec05 .txtUl .photo {
        margin-bottom: 10px;
    }
    #conts .factoryInfo .sec05 .txtUl p {
        margin: 0 15px;
    }
    #conts .factoryInfo .sec05 .txtUl .ttl {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }
    #conts .factoryInfo .sec05 .txtUl .txt {
        padding: 0;
    }
    #conts .factoryInfo .sec05 .txtUl .txt p {
        line-height: 1.6;
        margin-top: 10px;
    }
}
@media all and (-ms-high-contrast:none) {
    #conts .newsDetailInfo .pageUl .prev a {
        background-position: left top 3px;
    }
    #conts .newsDetailInfo .pageUl .next a {
        background-position: right top 3px;
    }
    #conts .contactInfo .formBox form .checkUl input[type='checkbox'] + label:before {
        top: 3px;
    }
}
#makebanner {
    width: 1200px;
}
#makebanner #conts .indexInfoPc {
    text-align: left;
}
#pagetop #main {
    margin: 0;
}
#mainContents #conts .indexInfoSp .headLine02 {
    padding-left: 0;
    margin-bottom: 26px;
    border-left: none;
    text-align: center;
    font-size: 2rem;
    color: #1E1E1E;
    font-weight: 400;
}
#mainContents #conts .indexInfoSp .headLine02 span {
    margin: 4px 0 0;
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: Arial;
    color: #0082CA;
}
#mainContents #conts .indexInfoSp .sec05 .comBtn {
    width: 160px;
    margin: 0 auto;
}
#mainContents #conts .indexInfoSp .comBtn a {
    padding: 13px 5px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    background-color: #0082CA;
    font-weight: 500;
}
#mainContents #conts .indexInfoSp .comBtn a:hover {
    opacity: 0.7;
}
#mainContents {
    margin-bottom: 100px;
}
body > img {
    display: none;
}
/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket {
    margin-bottom: 60px;
}
#basketTable {
    width: 100%;
    margin-top: 30px;
}
#basketTable th, #basketTable td {
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    padding: 6px;
}
#basketTable th {
    border-top: 2px solid #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
    white-space: nowrap;
}
#basketTable .basketNum {
    width: 30px;
    padding: 0;
}
#basketTable .basketImg {
    width: 56px;
}
#basketTable .basketName {
    width: 400px;
    text-align: left;
}
#basketTable .basketMatomegai {
    margin-top: 4px;
    display: inline-block;
}
#basketTable .basketMatomegai a {
    border: 1px solid #999;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    text-decoration: none;
}
#basketTable .basketMatomegai a:hover {
    background: #999;
    color: #fff;
}
.quantityWrap {
    display: table;
}
.quantityInput, .basketQunantity, .quantityAmend {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
}
#basketTable .basketQuantity td {
    border: none;
    padding: 0;
}
#basketTable .basketPoint {
    width: 70px;
}
#basketTable .basketPrice {
    width: 70px;
}
#basketTable .basketOption {
    text-align: left;
    margin-top: 4px;
}
#basketTable .basketHaisou {
    padding: 0;
}
#basketTable .carriageWrap {
    margin: 4px 0;
}
#basketTable .basketHaisou p {
    text-align: right;
}
#basketTable .basketHaisou .carriageMsg1 {
    color: #cc0000;
}
#basketTable .basketHaisou .carriageMsg2 {
    font-size: 11px;
}
#basketTable .basketBtns {
    width: 80px;
}
#basketTable .basketBtns img {
    margin-bottom: 2px;
}
#basketTable .basketTotal {
    text-align: right;
    background: #ebebeb;
    border-top: 3px solid #b2b2b2;
}
#basketTable .basketTotal em {
    font-weight: bold;
    font-size: 15px;
    color: #cc0000;
}
#basketTable .basketTotal a {
    text-decoration: underline;
    margin-left: 4px;
}
#basketTable .basketTotal a:hover {
    text-decoration: none;
}
#basketTable .totalWrap {
    width: 60%;
    margin: 0 0 0 auto;
}
#basketTable .totalItem {
    float: left;
    clear: left;
    width: 60%;
    text-align: right;
}
#basketTable .matomegaiWrap {
    margin-bottom: 4px;
}
#basketTable .basketEmpty p {
    text-align: center;
    margin: 10px auto;
}
#r_basket .btnWrap .btnBack {
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}
#r_basket .btnWrap .btnOrder {
    float: right;
    margin-right: 10px;
}
/* Amazonボタン */
.amazonButtonWrap {
    margin-top: 10px;
}
.amazonButton {
    width: 205px;
}
/* お気に入りリスト */
#wishTable {
    width: 100%;
}
#wishTable th, #wishTable td {
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    padding: 6px;
}
#wishTable th {
    border-top: 2px solid #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
}
#wishTable .wishName {
    text-align: left;
    width: 240px;
}
#wishTable .wishQuantity input {
    margin-right: 4px;
}
/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu {
    text-align: left;
    background: #e6e6e6;
    border: 1px solid #c9c9c9;
    line-height: 20px;
    margin-bottom: 10px;
}
.pankuzu a {
    padding: 0 5px;
    font-size: 11px;
    color: #333;
}
.pankuzu font {
    color: #333;
    font-size: 11px;
}
/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink {
    margin-bottom: 30px;
    font-size: 11px;
}
.item_prev {
    float: left;
    background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
    padding-left: 14px;
}
.item_next {
    float: right;
    background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
    padding-right: 14px;
}
#itemImg {
    float: left;
    width: 300px;
}
#itemInfo {
    float: right;
    width: 440px;
    text-align: left;
}
/* [INFO]タグ */
#detailInfo table {
    width: 100%;
    margin-bottom: 10px;
}
#detailInfo table td {
    height: auto;
    text-align: left;
}
#itemInfo #detailInfo table font {
    color: #d42222;
}
#detailInfo table input {
    margin-right: 5px;
}
#detailInfo table img {
    vertical-align: auto; /* IE対策 */
}
#detailInfo #M_usualValue td {
    font-size: 16px;
    padding: 10px 0;
}
#wrapper #makebanner #detailInfo #M_usualValue, #wrapper #makebanner #detailInfo #M_price2, #wrapper #makebanner #detailInfo #M_taxview {
    border: none;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
#detailInfo #M_usualValue {
    font-size: 15px;
    font-weight: bold;
}
#detailInfo #M_taxview {
    width: auto;
}
/* 拡大画像ボタン */
#viewButton {
    text-align: right;
}
/* 商品名 */
#detail h2 {
    margin-bottom: 20px;
    font-size: 15px;
}
/* 商品詳細 */
#detail .detailTxt {
    border-top: 1px dotted #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
    padding: 10px 0;
    margin-bottom: 20px;
}
/* オプション表 */
#wrapper #detail .stockList input {
    border: 0;
}
#wrapper #detail .stockList td {
    text-align: center;
}
.M_inventory * {
    font-size: 13px;
}
.M_inventory table.stockList th, .M_inventory table.stockList td {
    padding: 6px !important;
}
.M_inventory span[class^="M_select-option"] {
    display: block;
    margin-top: 4px;
}
.M_inventory .M_select-option-soldout, .M_inventory .M_select-option-smallstock {
    color: #D42222;
}
.M_inventory .M_select-option-soldout {
    margin-bottom: 4px;
}
.M_select-option-restock-btn:link, .M_select-option-restock-btn:active, .M_select-option-restock-btn:visited {
    display: inline-block;
    padding: 2px 24px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.M_select-option-restock-btn:hover {
    background: #666;
}
/* メールリンク */
#r_contact {
    margin: 10px 0 10px -5px;
}
#r_contact li {
    float: left;
    margin-left: 5px;
}
/* SNS */
#r_sns {
    margin-top: 10px;
}
#r_sns li {
    float: left;
}
/* カートにいれるボタン */
#basketBtn {
    background: #e6e6e6;
    padding: 10px;
    margin-top: 10px;
}
#basketBtn .soldout {
    text-align: center;
    color: #cc0000;
}
/* 追加商品説明文 */
#r_detailExt {
    margin-bottom: 0;
}
/* 追加商品画像 */
#r_addImg {
    margin-bottom: 0;
}
#r_addImg li {
    float: left;
    width: 33%;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
}
#r_addImg li .inner {
    margin: 0 10px;
}
#r_addImg .addImg a {
    border: 1px solid #b2b2b2;
    padding: 5px;
    display: block;
}
#r_addImg li p {
    width: 100%;
    margin: 10px 5px 0;
}
/* レビュー */
#detail #r_review {
    margin-bottom: 40px;
}
#detail #r_review td {
    text-align: left;
}
#detail #r_review .imgLi input {
    border: none;
}
#detail #m_reviewView td {
    text-align: center;
}
/* 商品グループ */
#r_group {
    border-top: 1px dashed #B2B2B2;
    padding-top: 20px;
}
#r_group h3 {
    font-weight: bold;
    background: url(/images/original_design_default/samplesource/3/titleIcon.png) no-repeat left;
    padding-left: 20px;
}
#r_group #M_group {
    width: 100%;
    margin: 16px auto;
    border-collapse: collapse;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width: 170px;
}
#r_group #M_group .itemBox {
    vertical-align: top;
}
#r_group #M_group .name, #r_group #M_group .spe, #r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#r_group #M_group .itemImg {
    text-align: center;
}
#r_group #M_group .line {
    width: 10px;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
/* 最近チェックした商品 */
#detail #r_recent {
    border-top: 1px dashed #b2b2b2;
    padding-top: 20px;
}
#detail #recent .itemBox, #detail #recent .itemBox table {
    width: 190px;
}
.makeshop {
    min-width: inherit;
}
.makeshop #main {
    margin: 0;
}
.makeshop #main .mainBox {
    width: auto;
}
.makeshop #conts {
    width: auto;
    float: none;
    padding: 0;
}
.makeshop #conts .indexInfoPc {
    margin: 0;
}
.makeshop #conts .indexInfoPc .sec02 {
    margin-bottom: 0;
}
.makeshop #conts .indexInfoPc .sec05 {
    margin-bottom: 0;
}
.makeshop #conts .indexInfoPc .sec05 .sliderBox {
    margin-right: 0;
}
.makeshop #conts .indexInfoPc .sec05 .sliderBox .item {
    margin-right: 1.5%;
    width: 32.2%;
    margin-bottom: 10px;
}
.makeshop #conts .indexInfoPc .sec05 .sliderBox .item:nth-child(3n) {
    margin-right: 0;
}
#gHeader .hRight iframe {
    width: 450px !important;
}
@media all and (max-width: 767px) {
    .spMenuBox .greyBox iframe {
        height: 112px !important;
    }
    .makeshop #conts .sec02 {
        margin-bottom: 0;
    }
    .makeshop #conts .sec02 .imgBox .photoBox {
        width: auto;
    }
    .makeshop #conts .sec02 .imgBox .photoBox img {
        width: 100%;
    }
    .makeshop #conts .sec02 .imgBox {
        display: block;
        background: none;
    }
    .makeshop #conts .sec02 .imgBox .textBox {
        width: auto;
        padding: 25px 37px 29px;
        color: #fff;
        background-image: -moz-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
        background-image: -webkit-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
        background-image: -ms-linear-gradient(rgb(0, 0, 0) 0%, rgb(29, 29, 29) 100%);
        border: 1px solid #000;
    }
    .makeshop #conts .sec02 .imgBox .textBox p {
        line-height: 1.66;
        font-size: 1.2rem;
    }
    .makeshop #conts .sec02 .imgBox .textBox .ttl {
        margin-bottom: 12px;
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 500;
    }
    .makeshop #conts .sec02 .imgBox .textBox .comBtn {
        margin: 27px 0 0;
        width: auto;
    }
    .makeshop #conts .sec02 .imgBox .textBox .comBtn a {
        display: block;
        width: auto;
    }
    .makeshop #conts .sec03 {
        margin-bottom: 25px;
    }
    .makeshop #conts .sec03 ul li {
        padding: 19px 30px 21px;
        background-color: #EEEEEE;
        display: block;
    }
    .makeshop #conts .sec03 ul li:nth-child(2n) {
        background-color: #fff;
    }
    .makeshop #conts .sec03 ul .time {
        margin-bottom: 5px;
        font-weight: 300;
        width: auto;
    }
    .makeshop #conts .sec03 ul .time .tag {
        margin: -4px 0 0 11px;
        padding: 1px 5px;
        font-size: 1.2rem;
        min-width: 120px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        font-weight: 500;
        color: #fff;
        border-radius: 2px;
        background-color: #0082CA;
        box-sizing: border-box;
    }
    .makeshop #conts .sec03 ul .time .tag.red {
        background-color: #AF1E23;
    }
    .makeshop #conts .sec03 ul .time .tag.yellow {
        background-color: #FFFF00;
        color: #333;
    }
    .makeshop #conts .sec03 ul .txt {
        width: auto;
    }
    .makeshop #conts .sec03 ul .txt a {
        font-size: 1.6rem;
        font-weight: 500;
        display: inline-block;
        text-decoration: underline;
    }
    .makeshop #conts .sec04 {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .makeshop #conts .sec04 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .makeshop #conts .sec04 li {
        width: 49%;
        display: block;
    }
    .makeshop #conts .sec04 li .photo {
        width: auto;
    }
    .makeshop #conts .sec04 li .photo img {
        width: 100%;
    }
    .makeshop #conts .sec04 li .textBox {
        margin: 10px 10px 0;
        width: auto;
    }
    .makeshop #conts .sec04 li .textBox p {
        line-height: 1.57;
    }
    .makeshop #conts .sec04 li .textBox .ttl {
        margin-bottom: 9px;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 700;
        color: #0082CA;
    }
    .makeshop #conts .sec04 li .comBtn {
        margin: 16px -10px 0;
        width: auto;
    }
    .makeshop #conts .sec04 li .comBtn a {
        display: block;
        width: auto;
    }
    .makeshop #conts .sec05 {
        margin-bottom: 0;
    }
    .makeshop #conts .sec05 .text {
        margin: -18px 25px 19px;
        line-height: 1.57;
        font-weight: 500;
        color: #1E1E1E;
        text-align: left;
    }
    .makeshop #conts .sec05 .sliderBox {
        margin-bottom: 30px;
        display: block;
    }
    .makeshop #conts .sec05 .sliderBox .slick-slide:nth-child(2n-1) .item {
        background-color: #EEEEEE;
    }
    .makeshop #conts .sec05 .sliderBox .item {
        width: 100% !important;
        margin: 0 !important;
        background: none;
        box-shadow: none !important;
    }
    .makeshop #conts .sec05 .sliderBox .item a {
        display: block;
        padding: 20px 20px 36px;
    }
    .makeshop #conts .sec05 .sliderBox .item .photo img {
        width: 100%;
    }
    .makeshop #conts .sec05 .sliderBox .item .textBox {
        margin: 28px 10px 0;
        padding: 0;
    }
    .makeshop #conts .sec05 .sliderBox .item .textBox p {
        font-size: 1.5rem;
        line-height: 1.66;
        font-weight: 700;
        color: #515151;
    }
    .makeshop #conts .sec05 .sliderBox .item .textBox .ttl {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .makeshop #conts .sec05 .sliderBox .item .textBox .ttl .time {
        font-size: 1.3rem;
        color: #808080;
        font-weight: 300;
        display: block;
    }
    .makeshop #conts .sec05 .sliderBox .item .textBox .ttl .tag {
        margin-right: 10px;
        padding: 3px 10px 2px;
        color: #fff;
        background-color: #666;
        border-radius: 1px;
        font-size: 1.1rem;
        font-family: Arial;
        display: block;
    }
    .makeshop #conts .sec05 .info {
        position: relative;
    }
    .makeshop #conts .sec05 .info .arrowUl img {
        width: 30px;
    }
    .makeshop #conts .sec05 .info .arrowUl .prev {
        position: absolute;
        left: 10px;
        top: calc((100vw - 40px) * 434/580 * 0.5 + 6px);
        z-index: 1;
    }
    .makeshop #conts .sec05 .info .arrowUl .next {
        position: absolute;
        right: 10px;
        top: calc((100vw - 40px) * 434/580 * 0.5 + 6px);
        z-index: 1;
    }
}
/*reCAPTCHAバッチ非表示*/
.grecaptcha-badge {
    visibility: hidden;
}
p.recap_copy {
    font-size: 1.2rem !important;
    font-weight: 300;
    color: #666;
    text-align: center;
}
p.recap_copy a {
    text-decoration: underline;
    color: #666;
}
/*------------------------------------------------------------
    autoparts
------------------------------------------------------------*/
.autoparts #pagePath {
    margin: 0 0 74px;
    padding: 5px 5px 0;
    border: 1px solid #C9C9C9;
    background-color: #E6E6E6;
}
.autoparts #pagePath li {
    margin-right: 1px;
    font-size: 1.14rem;
    vertical-align: top;
}
.autoparts #pagePath li a {
    margin-right: 5px;
    padding-right: 0;
    background: none;
}
.autoparts .topBanner {
    margin-bottom: 73px;
    display: flex;
    justify-content: space-between;
}
.autoparts .topBanner .bigBanner {
    width: 592px;
}
.autoparts .topBanner .smBanner {
    margin-top: -15px;
    width: 588px;
}
.autoparts .topBanner .smBanner ul {
    display: flex;
    flex-wrap: wrap;
}
.autoparts .topBanner li {
    margin-top: 15px;
    width: 136px;
}
.autoparts .topBanner li:not(:nth-child(4n)) {
    margin-right: 13px;
}
.autoparts .topBanner li a {
    display: block;
}
.autoparts .topBanner li a:hover {
    opacity: 0.7;
}
.autoparts .listBox {
    margin-top: -45px;
    display: flex;
    flex-wrap: wrap;
}
.autoparts .listBox .item {
    margin-top: 45px;
    width: 285px;
    min-height: 162px;
}
.autoparts .listBox .item:not(:nth-child(4n)) {
    margin-right: 20px;
}
.autoparts .listBox .item .ttl {
    margin-bottom: 24px;
    font-size: 1.54rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: #F0F0F0;
}
.autoparts .listBox .item .ttl img {
    margin-right: 15px;
    max-width: inherit;
    height: 56px;
}
.autoparts .listBox .item ul {
    margin: 0 0 11px 12px;
}
.autoparts .listBox .item li {
    display: none;
}
.autoparts .listBox .item li:nth-child(-n+8) {
    display: block;
}
.autoparts .listBox .item li:not(:last-child) {
    margin-bottom: 6px;
}
.autoparts .listBox .item li a {
    padding-left: 17px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 1.34rem;
}
.autoparts .listBox .item li a:hover {
    opacity: 0.7;
}
.autoparts .listBox .item li a::before {
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #DBDBDB;
    content: "";
}
.autoparts .listBox .item .btn a {
    padding: 11px 35px 12px;
    display: block;
    color: #0081B0;
    font-size: 1.34rem;
    text-align: center;
    background: #F1F4F5 url(images/autoparts_icon01.png) no-repeat right 17px center / 11px auto;
}
.autoparts .listBox .item .btn a.on {
    background-image: url(images/autoparts_icon03.png);
}
.autoparts .listBox .item .btn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .autoparts h2 {
        padding: 10px 9px;
        font-size: 1.25rem;
        font-weight: 400;
        background: url(images/autoparts_bg01.png) repeat-x left center / auto 100%;
    }
    .autoparts .topBanner {
        margin-bottom: 51px;
        display: block;
    }
    .autoparts .topBanner .bigBanner {
        width: auto;
    }
    .autoparts .topBanner .smBanner {
        margin: 26px 5px 0;
        width: auto;
        position: relative;
    }
    .autoparts .topBanner .smBanner ul {
        display: block;
        overflow: hidden;
    }
    .autoparts .topBanner .smBanner li {
        margin-top: 5px;
        width: calc((100% - 5px) / 2);
        float: left;
    }
    .autoparts .topBanner .smBanner li:nth-child(2n) {
        float: right;
    }
    .autoparts .topBanner .smBanner li:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .autoparts .topBanner .smBanner .arrowList li {
        margin-top: -21px;
        width: 40px;
        position: absolute;
        top: 50%;
    }
    .autoparts .topBanner .smBanner .arrowList li.prev {
        left: -5px;
    }
    .autoparts .topBanner .smBanner .arrowList li.next {
        right: -5px;
    }
    .autoparts .topBanner .smBanner .slick-dots {
        width: 100%;
        height: 8px;
        position: absolute;
        left: 0;
        bottom: -25px;
        text-align: center;
    }
    .autoparts .topBanner .smBanner .slick-dots li {
        margin: 0 13px;
        width: 8px;
        height: 8px;
        display: inline-block;
        float: none;
        vertical-align: top;
        border-radius: 50%;
        background: #DADADA;
    }
    .autoparts .topBanner .smBanner .slick-dots li:before {
        display: none;
    }
    .autoparts .topBanner .smBanner .slick-dots li.slick-active {
        background: #0198CF;
    }
    .autoparts .topBanner .smBanner .slick-dots li button {
        display: none !important;
    }
    .autoparts .listBox {
        margin-top: 0;
        display: block;
    }
    .autoparts .listBox .item {
        margin: 0 0 1px;
        width: auto;
        min-height: inherit;
    }
    .autoparts .listBox .item:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .autoparts .listBox .item .ttl {
        margin-bottom: 0;
        font-size: 1.5rem;
        background: #F0F0F0 url(images/autoparts_icon01.png) no-repeat right 18px center / 15px auto;
    }
    .autoparts .listBox .item .ttl.on {
        background-image: url(images/autoparts_icon04.png);
    }
    .autoparts .listBox .item .ttl img {
        margin-right: 27px;
        height: 71px;
    }
    .autoparts .listBox .item ul {
        margin: 0;
        display: none;
    }
    .autoparts .listBox .item li {
        display: block !important;
    }
    .autoparts .listBox .item li:not(:last-child) {
        margin-bottom: 1px;
    }
    .autoparts .listBox .item li a {
        padding: 22px 32px;
        display: block;
        font-size: 1.4rem;
        background: #DCE1E4 url(images/autoparts_icon02.png) no-repeat right 15px center / 8px auto;
    }
    .autoparts .listBox .item li a:hover {
        opacity: 1;
    }
    .autoparts .listBox .item li a::before {
        display: none;
    }
    .autoparts .listBox .item .btn {
        display: none;
    }
}
/*------------------------------------------------------------
    summerti
------------------------------------------------------------*/
#main .summertire {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
.summertire #pagePath {
    margin: 0 0 55px;
    padding: 5px 5px 0;
    border: 1px solid #C9C9C9;
    background-color: #E6E6E6;
}
.summertire #pagePath li {
    margin-right: 1px;
    font-size: 1.14rem;
    vertical-align: top;
}
.summertire #pagePath li a {
    margin-right: 5px;
    padding-right: 0;
    background: none;
}
.summertire .hTtl {
    margin-bottom: 35px;
    font-size: 3.2rem;
    font-weight: 400;
    height: 150px;
    padding: 10px 65px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: url("images/summertire_h2_bg.jpg") no-repeat center / cover;
}
.summertire .ttl {
    margin-bottom: 41px;
}
.summertire .col_blue {
    color: #0082CA;
}
.summertire .linkUl {
    margin: -13px 0 44px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.summertire .linkUl li {
    margin: 13px 10px 0 0;
    width: 138px;
    cursor: pointer;
}
.summertire .linkUl li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #F0F0F0;
    border: 1px solid #C9C9C9;
}
.summertire .linkUl li span {
    display: block;
    margin-right: 5px;
    font-weight: 600;
    font-size: 2.2rem;
}
.summertire .arrowImg {
    margin-bottom: 45px;
    text-align: center;
}
.summertire .numTxt {
    margin-bottom: 34px;
    padding: 8px 0 9px;
    background-color: #D5EAF6;
    border: 1px solid #0082CA;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summertire .tabSizeBox {
    margin: 0 -5px;
}
.summertire .numTxt span {
    font-size: 3.3rem;
    margin-right: 6px;
    display: inline-block;
    font-weight: 600;
}
.summertire .txt {
    margin-bottom: 31px;
}
.summertire .tireTable {
    width: 100%;
    margin: 0 -13px 0 -5px;
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 2rem;
    display: none;
}
.summertire .tireTable:first-child {
    display: block;
}
.summertire .tireTable thead tr th {
    width: 168px;
    padding: 18px 0px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    vertical-align: middle;
    background: #49687A;
}
.summertire .tireTable thead tr th:first-child {
    background-color: #0082CA;
}
.summertire .tireTable tbody tr th {
    width: 174px;
    padding: 10px 0px;
    text-align: center;
}
.summertire .tireTable tbody tr td {
    width: 1026px;
    padding: 7px 0 7px 5px;
}
.summertire .tireTable a {
    margin-bottom: 2px;
    margin-right: 10px;
    padding: 2px 0;
    text-decoration: underline;
    color: #0082CA;
    display: inline-block;
    min-width: 98px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 2px;
    height: 34px;
    line-height: 1.25;
}
.summertire .linkUl li.on a {
    background-color: #D5EAF6;
    border: 1px solid #0082CA;
}
@media all and (min-width: 768px) {
    .summertire .tireTable a:hover {
        padding: 1px 0;
        background-color: #D5EAF6;
        border: 1px solid #0082CA;
    }
    .summertire .linkUl li a:hover {
        background-color: #D5EAF6;
        border: 1px solid #0082CA;
    }
}
.summertire .tireTable a:nth-of-type(9n) {
    margin-right: 0;
}
.summertire .tireTable tbody tr:nth-child(2n) {
    background-color: #F3F3F3;
}
.summertire .tireTable tbody tr:nth-child(2n) th, .summertire .tireTable tbody tr:nth-child(2n) td {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 12px 0;
}
.summertire .tireTable tbody tr:nth-child(2n) td {
    padding: 10px 0 10px 5px;
}
@media all and (max-width: 767px) {
    .flat {
        margin: 0 0 0 6px;
    }
    .summertire #pagePath {
        padding: 10px 9px;
        font-size: 1.25rem;
        font-weight: 400;
        background: url(images/autoparts_bg01.png) repeat-x left center / auto 100%;
        margin-bottom: 0;
    }
    .summertire .hTtl {
        margin-bottom: 45px;
        padding: 10px 35px;
        height: 124px;
        background-image: url("images/sp_summertire_h2_bg.png");
        font-size: 2.7rem;
    }
    .summertire .ttl {
        margin-bottom: 40px;
        font-size: 1.7rem;
        text-align: center;
    }
    .summertire .ttl .col_blue {
        display: block;
        margin-top: 15px;
        font-size: 1.5rem;
    }
    .summertire .select {
        padding-right: 30px;
        border: 1px solid #707070;
        border-radius: 8px;
        font-size: 1.5rem;
        display: flex;
        overflow: hidden;
        min-height: 65px;
        cursor: pointer;
        background: url("images/summertire_arrow02.png") no-repeat center right 20px;
        background-size: auto;
        background-size: 14px auto;
        box-shadow: 1px 2px 2px 0 #ccc;
    }
    .summertire .select.on {
        border-radius: 8px 8px 0 0;
        background-image: url("images/summertire_arrow03.png");
    }
    .summertire .spContent {
        margin: 0 15px;
    }
    .summertire .arrowImg {
        margin-bottom: 38px;
    }
    .summertire .select .numTtl {
        width: 119px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 5px 0 15px;
        background-color: #EFEFEF;
    }
    .summertire .select .num {
        width: calc(100% - 120px);
        display: flex;
        font-size: 1.7rem;
        align-items: center;
        justify-content: center;
    }
    .summertire .select .numContent {
        min-width: 100px;
        text-align: left;
    }
    .summertire .arrowImg img {
        width: 52px;
    }
    .summertire .numTxt {
        padding: 25px 0;
        font-size: 1.4rem;
    }
    .summertire .numTxt .inch,
    .summertire .numTxt .flat {
        font-size: 2.5rem;
    }
    .summertire .numTxt .sSpan {
        font-size: 1.4rem;
        font-weight: normal;
        display: inline-block;
    }
    .summertire .spText {
        margin-bottom: 37px;
        font-size: 1.7rem;
        text-align: center;
    }
    .summertire .tabSizeUl {
        margin: -13px auto;
        display: flex;
        max-width: 345px;
        flex-wrap: wrap;
    }
    .summertire .tabSizeUl li {
        margin: 13px 14px 0 0;
        width: 105px;
    }
    .summertire .tabSizeUl li:nth-of-type(3n) {
        margin-right: 0;
    }
    .summertire .tabSizeUl li a {
        height: 105px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F3F3F3;
        color: #0082CA;
        font-size: 1.6rem;
        text-decoration: underline;
        border-radius: 5px;
        border: 1px solid #707070;
    }
    .summertire .tabSizeUl li a span {
        font-size: 2rem;
    }
    .summertire .selectBox {
        position: relative;
        margin-bottom: 16px;
    }
    .summertire .selectBox:last-of-type {
        margin-bottom: 40px;
    }
    .summertire .numBox {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        border-radius: 0 0 8px 8px;
        border: 1px solid #707070;
        border-top: none;
        box-sizing: border-box;
    }
    .summertire .selectBox:first-of-type .numBox {
        z-index: 10;
    }
    .summertire .numUl {
        text-align: center;
        font-size: 1.7rem;
    }
    .summertire .numUl li {
        padding: 5px 5px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }
    .summertire .numUl li:last-child {
        border-bottom: none;
    }
    .summertire .spContent .tBox .tableBox {
        display: none;
    }
    .summertire .spContent .tBox .tableBox:first-child {
        display: block;
    }
    .summertire .spContent .tBox .tableBox .inneBox {
        display: none;
    }
    .summertire .spContent .tBox .tableBox .inneBox:first-child {
        display: block;
    }
    .summertire .spContent .flatBox .flatList {
        display: none;
    }
    .summertire .spContent .flatBox .flatList:first-child {
        display: block;
    }
    .summertire .tabSizeUl li a:active {
        background-color: #D5EAF6;
        border: 1px solid #0082CA;
    }
    .summertire .selectBox:last-of-type {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 374px) {
    .summertire .tabSizeUl li {
        width: 87px;
    }
    .summertire .tabSizeUl li a {
        height: 87px;
    }
    .summertire .spText {
        font-size: 1.5rem;
    }
    .summertire .tabSizeUl {
        max-width: 290px;
    }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
    .summertire .tireTable a {
        margin-right: 8px;
    }
}
