@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #161616;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    /*	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
    /*	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;*/
    /*  font-family: メイリオ, Meiryo, "Open Sans", Helvetica, Arial;*/
    /*  font-family: "Raleway","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    
    font-size: 14px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
table {
    table-layout: fixed;
}
table td img {
    max-width: 100% !important;
    height: auto !important;
}
pre {
    margin: 0;
    padding: 0;
    white-space: pre-line;
}
b,
strong {
    font-weight: bold;
}
u {
    text-decoration: line-through;
}
img {
    max-width: 100%;
    height: auto !important;
}
small {
    font-size: 80%;
}
hr {
    border: none;
    height: 0;
    border-bottom: 1px dashed #B3B3B3;
}
span {
    font-weight: inherit;
}
.youtube iframe {
    width: 100%;
}
u {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline !important;
}
.transition {
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* ----------------------------------------------------------

		2018-2-16変更点

---------------------------------------------------------- */



.object_fit img{
   width:100% !important;
   height: 266px !important;
   object-fit: cover;
   font-family: 'object-fit: cover;'
}

.object_fit td{
   border:none !important;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.img_txt .leftArea{
    width: 60%;
}
.img_txt .rightArea{
    width: 30%;
}
.dsnone{
    display: none;
}


/* ################################################################### */
@media only screen and (max-width: 468px){
/* tablet size ############################################################## */

.object_fit{
    margin-bottom: 30px !important;
}
.reverse{
    flex-direction: column-reverse;
}
.img_txt .leftArea{
    width: 100%;
}
.img_txt .rightArea{
    width: 100%;
    margin-bottom: 20px;
}

}


/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

.tbl_scroll td {
    word-break: break-all;
}
/* sitemap */

.map {
    margin: 56px 20px 0;
}
.map li {
    border-left: 5px solid #CCCCCC;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    text-align: left;
}
/* policy */

.policy h3 {
    border-bottom: 2px solid #BBBBBB;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.policy p {
    margin: 0 0 20px;
}
/* input */

input[type="button"] {
    cursor: pointer;
    padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}
#contents_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: auto;
}
#contents {} .ColLeft {
    float: left;
}
.ColRight {
    float: right;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

header#global_header {
    clear: both;
    width: 100%;
    min-width: auto;
}
h1.description {
    font-size: 13px;
    color: #000;
}
.header {
    padding: 10px 0px 15px;
}
#logo {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    float: left;
}
.info {
    position: absolute;
    top: 0px;
    right: 0px;
}
.info p {
    float: left;
    margin-left: 10px;
}
.mail {
    padding: 5px;
}
/*------------------------------------
nav
----------------------------------------*/

#nav_global {
    float: right;
    padding-top: 45px;
    color: #000;
    font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
}
#nav_global ul li {
    float: left;
    position: relative;
    margin-left: 60px;
    text-align: center;
	padding-bottom: 10px;
}
#nav_global ul li a {
    text-decoration: none;
    color: #676767;
    display: block;
    line-height: 1.1;
    font-size: 15px;
}
#nav_global ul li a span {
    display: block;
    margin-bottom: 10px;
}
#nav_global ul li a:hover,
.navActive a {
    text-decoration: none !important;
    opacity: 0.7;
    color: #d0af33;
    font-weight: bold;
}
#nav_global li ul {
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: 98999;
    background: rgba(0, 0, 0, 0.3);
    min-width: 180px;
}
#nav_global li ul li {
    float: none;
    margin: 0px;
}
#nav_global li ul a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px dotted #fff;
    text-align: left;
    padding: 10px 15px;
}
#nav_global li ul a:hover {
    color: #fff;
}
#nav_global li:hover ul {
    display: block;
}
.slider {} .mainImg img,
.slider img {
    width: 100%;
}
.slider .bx-viewport {
    overflow: visible !Important;
}

/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

footer#global_footer {
    width: 100%;
    position: relative;
    min-width: auto;
    margin-top: 105px;
}
.footer {
    border-top: 1px solid #cccccc;
    padding: 20px 0px 25px;
}
.pagetop {
    position: absolute;
    top: -45px;
    right: 0px;
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.fLogo {
    float: left;
}
.footer_right {
    float: right;
}
.footer_right ul li {
    float: right;
    margin-left: 18px;
}
.footer_right ul li a {
    color: #333;
}
.cr {
    text-align: center;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
    background: none !important;
    border-top: 3px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px !important;
    line-height: 1.3;
    margin: 0 0 20px !important;
    padding: 10px !important;
}
h2.title_h2 span {
    border: none !important;
    padding: 0 !important;
}
ul.item_list li {
    margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
    font-size: 18px !important;
}
.btn_cart a {
    background: url(../images/common/ico_cart_w.html) no-repeat 10px 12px #000000 !important;
    background-size: 30px auto !important;
    color: #FFFFFF !important;
    display: block !important;
    padding: 10px 10px 10px 50px !important;
    width: 100% !important;
    border: 1px solid #ffffff;
}
.btn_cart a:hover {
    background: url(../images/common/ico_cart_w.html) no-repeat 10px 12px #CCCCCC !important;
    background-size: 30px auto !important;
}
.sort_catalog {
    overflow: hidden;
}
.sort_catalog ul {
    margin: 0 -4.16% 20px 0 !important;
    width: auto !important;
}
.sort_catalog ul li {
    padding: 0 !important;
    margin-right: 4.16% !important;
    width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
    clear: both;
}
.item_title,
.wishlist {
    margin: 0 !important;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
    border-top: 2px solid #CCCCCC;
}
.shop_cont a,
.item_info a {
    /*color: #CCCCCC;*/
}
.shop_cont a:hover,
.item_info a:hover {
    text-decoration: none;
}
.item_title h2 {
    border-top: 2px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
table.standard {
    table-layout: auto;
}
/* ----------------------------------------------------------

		COMMON STYLE

---------------------------------------------------------- */

.disnone {
    display: none;
}
/* float */

.ColLeft {
    float: left;
}
.ColRight {
    float: right;
}
.clear {
    clear: both;
}
/* font-size */

.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs17 {
    font-size: 17px;
}
.fs18 {
    font-size: 18px;
}
.fs19 {
    font-size: 19px;
}
.fs20 {
    font-size: 20px;
}
.fs21 {
    font-size: 21px;
}
.fs22 {
    font-size: 22px;
}
.fs23 {
    font-size: 23px;
}
.fs24 {
    font-size: 24px;
}
.fs25 {
    font-size: 25px;
}
.fs26 {
    font-size: 26px;
}
.fs27 {
    font-size: 27px;
}
.fs28 {
    font-size: 28px;
}
.fs29 {
    font-size: 29px;
}
.fs30 {
    font-size: 30px;
}
.fs31 {
    font-size: 31px;
}
.fs32 {
    font-size: 32px;
}
.fs33 {
    font-size: 33px;
}
.fs34 {
    font-size: 34px;
}
.fs35 {
    font-size: 35px;
}
/* line-height */

.lh11 {
    line-height: 1.1;
}
.lh12 {
    line-height: 1.2;
}
.lh13 {
    line-height: 1.3;
}
.lh14 {
    line-height: 1.4;
}
.lh15 {
    line-height: 1.5;
}
.lh16 {
    line-height: 1.6;
}
.lh17 {
    line-height: 1.7;
}
.lh18 {
    line-height: 1.8;
}
.lh19 {
    line-height: 1.9;
}
.lh20 {
    line-height: 2;
}
.lh21 {
    line-height: 2.1;
}
.lh22 {
    line-height: 2.2;
}
.lh25 {
    line-height: 2.5;
}
/* letter-spacing */

.ls-1 {
    letter-spacing: -1px;
}
.ls0 {
    letter-spacing: 0px;
}
.ls1 {
    letter-spacing: 1px;
}
.ls2 {
    letter-spacing: 2px;
}
/* padding */
/* all */

.pd0 {
    padding: 0 !important;
}
.pd05 {
    padding: 5px !important;
}
.pd08 {
    padding: 8px !important;
}
.pd10 {
    padding: 10px !important;
}
.pd14 {
    padding: 14px !important;
}
.pd15 {
    padding: 15px !important;
}
.pd20 {
    padding: 20px !important;
}
.pd25 {
    padding: 25px !important;
}
.pd30 {
    padding: 30px !important;
}
/* top */

.pdT03 {
    padding-top: 3px !important;
}
.pdT05 {
    padding-top: 5px !important;
}
.pdT10 {
    padding-top: 10px !important;
}
.pdT15 {
    padding-top: 15px !important;
}
.pdT20 {
    padding-top: 20px !important;
}
.pdT25 {
    padding-top: 25px !important;
}
.pdT30 {
    padding-top: 30px !important;
}
.pdT35 {
    padding-top: 35px !important;
}
.pdT60 {
    padding-top: 60px !important;
}
/* bottom */

.pdB0 {
    padding-bottom: 0 !important;
}
.pdB05 {
    padding-bottom: 5px !important;
}
.pdB10 {
    padding-bottom: 10px !important;
}
.pdB14 {
    padding-bottom: 14px !important;
}
.pdB15 {
    padding-bottom: 15px !important;
}
.pdB20 {
    padding-bottom: 20px !important;
}
.pdB25 {
    padding-bottom: 25px !important;
}
.pdB30 {
    padding-bottom: 30px !important;
}
.pdB40 {
    padding-bottom: 40px !important;
}
/* top & bottom */

.pdTB03 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.pdTB05 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pdTB10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pdTB14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.pdTB15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pdTB20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pdTB25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.pdTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* left */

.pdL05 {
    padding-left: 5px !important;
}
.pdL10 {
    padding-left: 10px !important;
}
.pdL15 {
    padding-left: 15px !important;
}
.pdL17 {
    padding-left: 17px !important;
}
.pdL20 {
    padding-left: 20px !important;
}
.pdL25 {
    padding-left: 25px !important;
}
.pdL30 {
    padding-left: 30px !important;
}
.pdL35 {
    padding-left: 35px !important;
}
.pdL45 {
    padding-left: 45px !important;
}
/* right */

.pdR04 {
    padding-right: 4px !important;
}
.pdR05 {
    padding-right: 5px !important;
}
.pdR07 {
    padding-right: 7px !important;
}
.pdR08 {
    padding-right: 8px !important;
}
.pdR10 {
    padding-right: 10px !important;
}
.pdR11 {
    padding-right: 11px !important;
}
.pdR12 {
    padding-right: 12px !important;
}
.pdR13 {
    padding-right: 13px !important;
}
.pdR14 {
    padding-right: 14px !important;
}
.pdR15 {
    padding-right: 15px !important;
}
.pdR16 {
    padding-right: 16px !important;
}
.pdR17 {
    padding-right: 17px !important;
}
.pdR18 {
    padding-right: 18px !important;
}
.pdR20 {
    padding-right: 20px !important;
}
.pdR21 {
    padding-right: 21px !important;
}
.pdR22 {
    padding-right: 22px !important;
}
.pdR23 {
    padding-right: 23px !important;
}
.pdR25 {
    padding-right: 25px !important;
}
.pdR30 {
    padding-right: 30px !important;
}
.pdR35 {
    padding-right: 35px !important;
}
.pdR40 {
    padding-right: 40px !important;
}
/* left & right */

.pdLR05 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pdLR10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pdLR15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.pdLR20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.pdLR25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.pdLR30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
/* margin */
/* all */

.mg05 {
    margin: 5px;
}
.mg10 {
    margin: 10px;
}
.mg15 {
    margin: 15px;
}
.mg20 {
    margin: 20px;
}
.mg25 {
    margin: 25px;
}
.mg30 {
    margin: 30px;
}
/* top */

.mgT05 {
    margin-top: 5px !important;
}
.mgT10 {
    margin-top: 10px !important;
}
.mgT15 {
    margin-top: 15px;
}
.mgT20 {
    margin-top: 20px;
}
.mgT25 {
    margin-top: 25px;
}
.mgT30 {
    margin-top: 30px;
}
.mgTem15 {
    margin-top: 1.5em !important;
}
/* bottom */

.mgB05 {
    margin-bottom: 5px;
}
.mgB10 {
    margin-bottom: 10px;
}
.mgB15 {
    margin-bottom: 15px;
}
.mgB20 {
    margin-bottom: 20px;
}
.mgB25 {
    margin-bottom: 25px;
}
.mgB30 {
    margin-bottom: 30px;
}
.mgB35 {
    margin-bottom: 35px;
}
.mgB40 {
    margin-bottom: 40px;
}
/* top & bottom */

.mgTB05 {
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.mgTB10 {
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.mgTB15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mgTB20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mgTB25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mgTB30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* left */

.mgL05 {
    margin-left: 5px;
}
.mgL10 {
    margin-left: 10px;
}
.mgL15 {
    margin-left: 15px;
}
.mgL20 {
    margin-left: 20px;
}
.mgL25 {
    margin-left: 25px;
}
.mgL30 {
    margin-left: 30px;
}
/* right */

.mgR05 {
    margin-right: 5px;
}
.mgR10 {
    margin-right: 10px;
}
.mgR15 {
    margin-right: 15px;
}
.mgR20 {
    margin-right: 20px;
}
.mgR25 {
    margin-right: 25px;
}
.mgR30 {
    margin-right: 30px;
}
.mgR60 {
    margin-right: 60px;
}
/* left & right */

.mgLR05 {
    margin-left: 5px;
    margin-right: 5px;
}
.mgLR10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mgLR15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mgLR20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mgLR25 {
    margin-left: 25px;
    margin-right: 25px;
}
.mgLR30 {
    margin-left: 30px;
    margin-right: 30px;
}
.bgNorepeat {
    background-repeat: no-repeat;
}
.img_txtTb td:nth-child(1) {
    padding: 0px 10px 0px 0px !important;
}
.img_txtTb td:nth-child(2) {
    padding: 0px !important;
}
.tbPd0 td {
    padding: 0px !important;
}
.tbPdLR0 td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pcDisplay {
    display: block;
}
.spDisplay {
    display: none;
}
.spHalfTb td {
    padding: 0px !important;
}
/*-------------------------------------------------------
additional
----------------------------------------------------------*/

.bread {
    text-align: right;
    font-size: 13px;
}
.bread li {
    display: inline;
    margin-right: 10px;
}
.bread li a {
    color: #000000;
    text-decoration: none;
}
.bread li a:hover {
    text-decoration: underline;
}
.relative {
    position: relative;
}
.block01 {
    position: relative;
}
.blockOuter01 {
    width: 1000%;
    height: 100%;
    background: #006699;
    position: absolute;
    top: 0px;
    left: -500%;
    z-index: 1;
}
.blockInside01 {
    z-index: 2;
    position: relative;
    background: #006699;
    border: 1px solid #1271a0;
    margin-right: -3.22%;
    width: 100%;
}
.zIndex2 {
    z-index: 2;
    position: relative;
}
.block02 {
    position: relative;
    background: #f9f9f9;
}
.block02 div {
    position: relative;
    z-index: 2;
}
.blockOuter02 {
    width: 1000%;
    height: 100%;
    background: #f9f9f9;
    position: absolute !important;
    top: 0px;
    left: -500%;
    z-index: 1;
}
.block03Outer {
    background: url(../404.html);
    padding: 5px;
}
.block03Inner {
    background: #fff;
}
.mapFull {
    position: relative;
}
.mapOuter {
    position: absolute;
    top: 0px;
    width: 1000%;
    left: -500%;
    text-align: center;
}
.youtube2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/*ハンバーガーボタン*/

.icon-animation {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    z-index: 999999999;
    background-size: contain;
    margin-left: 5px;
    display: none;
    background: #666457;
}
.icon-animation span {
    width: 25px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.icon-animation span:before,
.icon-animation span:after {
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.icon-animation span {
    position: relative;
}
.icon-animation span:before {
    top: -7px;
}
.icon-animation span:after {
    bottom: -7px;
}
.menu_active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menu_active span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
.menu_active span {
    background: transparent !Important;
}
.sampleBtn a {
    font-size: 30px;
    color: #fff;
    background: url(../404.html) no-repeat center center;
    padding: 25px 100px;
    text-decoration: none;
}
.sampleBtn a img {
    position: relative;
    top: -15px;
    left: 10px;
}
.sampleBtn a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}
.imgAuto img {
    width: auto !important
}
/*--------------------------------------
HOME
----------------------------------------*/

.news {
    height: 270px;
    overflow-y: scroll;
    padding-right: 10px;
}
.news::-webkit-scrollbar {
    width: 1em;
}
.news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f4f4ef;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    
    border-radius: 5px;
}
.news::-webkit-scrollbar-thumb {
    background-color: #a3ccff;
    /*outline: 1px solid slategrey;*/
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    
    -webkit-border-radius: 5px;
    /* Firefox 1-3.6 */
    
    -moz-border-radius: 5px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    
    border-radius: 5px;
}
.newsItem {
    color: #333;
}
.newsItem span {
    color: #852030;
}
.spscroll {
    overflow: auto;
}
.spscroll::-webkit-scrollbar {
    width: 10px;
    background: #eee;
}
.spscroll::-webkit-scrollbar:horizontal {
    width: 10px;
    height: 10px;
    background: #eee;
}
.spscroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}
.spscroll::-webkit-scrollbar-thumb:horizontal {
    background: #ccc;
    border-radius: 2px;
}
/** slider **/

.bx-viewport {
    overflow: visible !important;
}
.slider {
    position: relative;
}
.bgSlider {
    width: 1000px;
    height: 2px;
    margin: 0px auto;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider .inner {
	position: relative;
}
.slider .inner:before {
    content: "";
	display: block;
    position: absolute;
    top: 0;
    left: calc(100%);
    left: -ms-calc(100%);
    left: -webkit-calc(100%);
    left: -moz-calc(100%);
    left: -o-calc(100%);
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}
.slider .inner:after {
    content: "";
	display: block;
    position: absolute;
    top: 0;
    right: calc(100%);
    right: -ms-calc(100%);
    right: -webkit-calc(100%);
    right: -moz-calc(100%);
    right: -o-calc(100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}
.homeTxt01 {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.homeTxt02 b {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.homeTxt03 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dashed #838070;
}
.button a, .btn02 a {
    display: inline-block;
}
.button a i, .btn02 a i {
    position: absolute;
    right: 10px;
    top: 17px;
    -webkit-text-stroke: 1px #fff;
    font-size: 13px;
}
.button a, .btn02 a {
    display: inline-block;
    width: 315px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
}
.button a::before,
.button a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button a,
.button a::before,
.button a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button a, .btn02 a {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #000;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.button a:hover {
    color: #fff;
    text-decoration: none !Important;
}
.button a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.button a:hover::after {
    background: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home_h3 h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 11px;
}
.btn02 a:hover{
	text-decoration: none !Important;
	background: #ccc;
	color: #fff;
}
/*--------------------------------------
subpage
----------------------------------------*/

.pageTitle {
    background-repeat: no-repeat;
    background-position: left center;
}
.pageTitle h2 {
    font-size: 28px;
    font-weight: bold;
    color: #161616;
}
.subTitle h3 {
    font-size: 24px;
    color: #161616;
    display: inline-block;
    border-bottom: 2px solid #262626;
    font-weight: bold;
}
.subTitle04 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}
.eventTitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
}
.aboutTb td {
    padding: 5px 0px !Important;
    border-bottom: 1px dashed #838070 !important;
}
.aboutTxt01 span {
    color: #852030;
}
.fullBtn a {
    width: 100% !Important;
	padding: 28px 0px;
	line-height: normal;
	height: auto;
}
.fullBtn a img {
	top: -5px;
}
.fullBtn img {
    position: relative;
    top: -15px;
}
.bdr01 {
    border: 4px solid #161616;
}
.tbPdV15 td {
    padding: 15px 0px !Important;
}
.p_border p {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000000;
    padding: 10px 0px;
    max-width: 205px;
    margin: auto;
}
.p_dashed p {
    font-weight: bold;
    border: 2px dashed #999999;
    padding: 10px;
    width: 230px;
    margin: auto;
	float: right;
}
.yellow_underline span {
    background: url(../images/common/yellow_decoration.png) repeat-x left bottom;
}
.mgL0 p {
    /*margin-left: 0px !Important;*/
}
.underline {
    text-decoration: underline;
}

.flexright {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/* 201801追加　review.html */
.ribbon_box3{
    display: block;
    position: relative;
    margin: auto;
    margin: 5px 0 0 5px;
    padding: 0;
    background: #fff;

}

.ribbon_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }

.ribbon16 {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -24px;
    top: 20px;
    width: 160px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background: #cc0000;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 201901追加　共通 */

.mt10 {
margin-top:10px;
}

.mt20 {
margin-top:20px;
}

.mt30 {
margin-top:30px;
}

.mt40 {
margin-top:40px;
}

.mt50 {
margin-top:5000px;
    border: 2px dashed #999999 !important;
}

.mb30 {
padding-bottom:30px!important;
}

.ml30 {
margin-left:30px;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#works.fs20 a strong{
color; #ff3333 !important;
text-decoration: none !important;
background-color #000;
}

/* 201912Newリボン更新 */


.frame {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.frame a:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 110px;
	height: auto;
	background: #cc0000;
	content: "New";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: ;
	font-weight: bold;
	padding: 5px 10px;
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.frame a{
	display :block;
	position:relative;
	overflow: hidden;
}


.ap01 a {
	text-align:center;
	font-size:1.2em;
	margin-top:0px !important;
	padding-top:0px !important;
	font-weight: bold;
	font-color:#000000;
}
.none img {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}