@charset "utf-8";
body {
    background: #000;
}

body .m-nav-breadcrumb a,
body .m-nav-breadcrumb-sub a,
body .m-nav-breadcrumb-ctg a {
    color: #fff
}

.fadeOff {
    opacity: 0;
    transform:translateY(30px);
    transition:1s;
}
.fadeOn {
    transform: translateY(0);
    opacity: 1;
}

.fbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.fbox.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.fbox.bxstart {
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

.fbox.bxend {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

.fbox.bxcenter {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.fbox.alstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fbox.alend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fbox.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fbox.albt {
  -ms-flex-line-pack: justify;
       align-content: space-between;
}

.fbox.linedist {
  -ms-flex-line-pack: distribute;
       align-content: space-around;
}

.pos0 {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: -1;
                      order: -1;
}

.block_01 {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.conts p {
    margin-top: 0
}

.conts .img100 {
    margin: 0
}

.conts .img100 img {
    width: 100%;
}

.conts .w1150 {
    max-width: 1150px;
    box-sizing: border-box;
    margin: 0 auto
}

.conts .fwb {
    font-weight: bold
}

.conts .fs14 {
    font-size: 1.4rem
}

.conts .fs16 {
    font-size: 1.6rem
}

.conts .fs18 {
    font-size: 1.8rem
}

.conts .fs20 {
    font-size: 2.0rem
}

.conts .fs22 {
    font-size: 2.2rem
}

.conts .fs24 {
    font-size: 2.4rem
}

.conts .fs26 {
    font-size: 2.6rem
}

.conts .fs28 {
    font-size: 2.8rem
}

.conts .fs30 {
    font-size: 3.0rem
}

.conts .fs34 {
    font-size: 3.4rem
}

.conts .mb50 {
    margin-bottom: 50px;
}
.conts .mb55 {
    margin-bottom: 55px;
}

.conts .mt10 {
    margin-top: calc((10/1000)*100%)
}

.conts .mt20 {
    margin-top: calc((20/1000)*100%)
}

.conts .mt30 {
    margin-top: calc((30/1000)*100%)
}

.conts .mt40 {
    margin-top: calc((40/1000)*100%)
}

.conts .part_btn {
    margin: 0 auto calc((15/1000)*100%);
    width: calc((480/1000)*100%);
    min-width: 300px
}

.conts .part_btn .a-space {
    margin-right: calc((20/1000)*100%)
}

.conts .bg_b {
    background: #000;
    color: #fff;
}

.sec {
    text-align: center;
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}

/*------------------------------------------------
　TOP_COMMON
------------------------------------------------*/
#nagatop {
    background-image: url(../img/bg_02.png), url(../img/bg_06.png), url(../img/bg_06.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 1500px auto, 1500px auto, 1500px auto;
    background-position: 50% 18.5%, 50% 35%, 50% 72%;
}
.sec00 {
    position: relative;
}
.sec00 .imgBg {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
.sec00 .imgBg .bgInner {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 680px;
    background-image: url(../img/bg_01.png);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 54s 0s infinite;
    animation: anime 54s 0s infinite;
    animation-timing-function: linear;
}
.sec00 .imgBg .bgInner:nth-of-type(2) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}
.sec00 .imgBg .bgInner:nth-of-type(3) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
.sec00 .imgBg .bgInner:nth-of-type(4) {
    -webkit-animation-delay: 27s;
    animation-delay: 27s;
}
.sec00 .imgBg .bgInner:nth-of-type(5) {
    -webkit-animation-delay: 36s;
    animation-delay: 36s;
}
.sec00 .imgBg .bgInner:nth-of-type(6) {
    -webkit-animation-delay: 45s;
    animation-delay: 45s;
}
@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

.sec00 .imgBg img {
    width: 100%;
}
.sec00 .block_01,
.sec00 .block_02 {
    position: relative;
    z-index: 1;
}
.sec00 .block_01 {
    margin-bottom: 60px;
}
.sec00 .main_imgBox.pcOnly {
    padding-top: 60px;
}
.sec00 .main_imgBox .ttl1 {
    margin-bottom: 30px;
}
.sec00 .main_imgBox .ttl2,
.sec00 .main_imgBox .ttl3 {
    margin-bottom: 35px;
}

.sec00 .block_01 {
    padding-bottom: 120px;
}

.sec00 .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX( -50% );
}
.sec00 .icon img {
    max-width: 65px;
}
.sec00 .iconBox {
    padding: 10px 15px 8px;
    position: absolute;
    right: 10px;
    bottom: -30px ;
    flex-direction: column;
    border: 1px solid #FFF;
    color: #FFF;
}
.sec00 .iconBox > p {
    text-align: right;
    font-size: 1.2rem;
}
.sec00 .iconBox > p:first-child {
    margin-bottom: 8px;
    text-align: center;
}
.sec00 .iconBox ul {
    margin-bottom: 8px;
}
.sec00 .iconBox li {
    padding: 2px;
}
.sec00 .iconBox li img {
    max-width: 43px;
}
.sec00 .iconBox a {
    text-decoration: underline;
    color: #FFF;
}
.sec00 .block_02 {
    display: inline-block;
    margin-bottom: 55px;
}
.sec00 .block_02 .capBox {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    font-size: 1.2rem;
    color: #FFF;
}

.sec01 {
    position: relative;
}
.sec01 .imgBg {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY( -50% );
}
.sec01 .imgBg img {
    width: 100%;
}
.sec01 .txtBox {
    position: relative;
}
.sec01 .txtBox p {
    font-family : YuMincho, 'Yu Mincho', serif;
    font-size: 1.7rem;
    color: #FFF;
    font-weight: 300;
    line-height: 2;
}
.sec01 .txtBox p:first-child {
    margin-bottom: .5em;
    font-size: 1.7rem;
}
.sec01 .txtBox .img img {
    max-width: 67px;
}

.sec01 .txtBox .btn01 a span {
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #FFF;
}
.sec01 .txtBox .btn01 a span::before,
.sec01 .txtBox .btn01 a span::after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    background-image: url(../img/icon_06.png);
    background-repeat: no-repeat;
}
.sec01 .txtBox .btn01 a span::before {
    margin-right: 1em;
}
.sec01 .txtBox .btn01 a span::after {
    margin-left: 1em;
}

.sec01 .txtBox .linkCut a,
.sec02 .fbox .linkCut a,
.sec04 .fbox .linkCut a {
    pointer-events: none;
    border-bottom: none;
}
.sec01 .txtBox .btn01 {
    border: 1px solid #FFF;
    position:relative;
}
.sec01 .txtBox .btn01 a::after {
    display: inline-block;
    content: '+';
    padding: 1px 5px 3px;
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #fff;
    transform: translateY( -50% );
    font-size: 1.8rem;
    line-height: 1em;
    color: #000;
}

.sec01 .block_01 {
    position: relative;
}
.sec01 .block_01 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.sec01 .block_01 .main_imgBox {
    position: relative;
    z-index: 0;
}
.sec01 .block_01 {
    width: 100%;
    height: 100%;
    padding: 30px;
/*    margin-bottom: 80px;*/
}
.sec01 .block_01 h3,
.sec01 .block_01 h4 {
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #FFF;
}
.sec01 .block_01 h3 {
    font-size: 2.3rem;
}
.sec01 .block_01 h3::before,
.sec01 .block_01 h3::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #fff;
    transform: rotate(30deg);
    position: relative;
    top: 5px;
}
.sec01 .block_01 h3::before {
    margin-right: .75em;
}
.sec01 .block_01 h3::after {
    margin-left: .75em;
}

.sec01 .block_01 h4 {
    font-size: 1.8rem;
}
.sec01 .block_01 h4::before {
    display: inline-block;
    width: 27px;
    height: 42px;
    position: relative;
    top: 13px;
    content: '';
    background-image: url(../img/icon_07.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.sec01 .block_01 .fbox {
    width: 100%;
    margin-bottom: 40px;
}
.sec01 .block_01 .fbox li {
    padding: 2px;
}
.sec01 .block_01 .fbox li img {
    max-width: 150px;
}
.sec01 .block_01 .indexBox {
    width: 500px;
    display: inline-block;
}
.sec01 .block_01 .indexBox a {
    display: inline-block;
    width: 100%;
    padding: 4px;
    background-color: #000;
}
.sec01 .block_01 .indexBox a p {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #FFF;
    font-size: 1.5rem;
    color: #FFF;
    transition-duration: .5s;
    transition-property: all;
}
.sec01 .block_01 .indexBox a p::after {
    content: '>';
    display: inline-block;
    margin-left: 1em;
}
.sec01 .block_01 .indexBox a:hover {
    opacity: 1;
    text-decoration: none;
}
.sec01 .block_01 .indexBox a:hover p {
    background-color: #fff;
    color: #000;
}

/*------------------------------------------------
　TOP-sec02
------------------------------------------------*/
.sec02 {
    width: 95%;
    margin: 0 auto;
    background-image: url(../img/bg_04.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.sec02 .ttl {
    text-align: center;
}
.sec02 .img {
    text-align: center;
}
.sec02 .list > div {
    position: relative;
    background-color: #efefef;
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #000;
}
.sec02 .list > div .txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background-color: rgba(255,255,255,.9);
}
.sec02 .list > div .txt span {
    text-decoration: underline;
}
.sec02 .list > div a:hover {
    opacity: .8;
}
.sec02 .list > div a:hover .txt span {
    text-decoration: none;
}
.sec02 .shop {
    width: 100%;
}
.sec02 .shop > div {
    text-align: left;
}
.sec02 .shop > div h6,
.sec02 .shop > div p {
    margin-bottom: 1em;
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #FFF;
}
.sec02 .shop > div p {
    margin-bottom: 1em;
    line-height: 1.75;
}
.sec02 .shop > div p.txtR {
    font-family: \30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33, "Hiragino Kaku Gothic Pro", \30e1\30a4\30ea\30aa, Meiryo, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF, "MS PGothic", sans-serif;
    text-align: right;
}
.sec02 .shop > div:first-child {
    text-align: center;
}
.sec02 .shop  > div:first-child .indexBox {
    display: inline-block;
    width: 210px;
    margin: 0 auto;
}
.sec02 .shop  > div:first-child .indexBox a {
    display: inline-block;
    width: 100%;
    padding: .5em 1em;
    background-color: rgba(255,255,255,.85);
    font-family : YuMincho, 'Yu Mincho', serif;
    text-align: left;
}
.sec02 .shop  > div:first-child .indexBox a:hover {
    text-decoration: none;
}
.sec02 .shop  > div:first-child .indexBox a span {
    text-decoration: underline;
}
.sec02 .shop  > div:first-child .indexBox a:hover span {
    text-decoration: none;
}


/*------------------------------------------------
　TOP-sec04
------------------------------------------------*/
.sec04 .inner01 {
    width: 95%;
    margin: 0 auto;
    background-image: url(../img/img_06_01.png);
    background-position: center 0;
    background-repeat: no-repeat;
    
}
.sec04 .inner01 > div {
    margin: 0 auto;
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #FFF;
}
.sec04 .inner01 .indexBox a {
    display: inline-block;
    background-color: rgba(255,255,255,.8);
    font-size: 1.7rem;
    font-family : YuMincho, 'Yu Mincho', serif;
    color: #000;
    text-decoration: underline;
}
.sec04 .inner01 .indexBox a:hover {
    text-decoration: none;
}

.sec04 .inner02 {
    text-align: center;
}
.sec04 .inner02 h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-family : YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
}
.sec04 .inner02 h3::before,
.sec04 .inner02 h3::after {
    content: url(../img/common/icon_02.png);
}
.sec04 .inner02 h3::before {
    margin-right: 1em;
}
.sec04 .inner02 h3::after {
    margin-left: 1em;
}
.sec04 .inner02 h3,
.sec04 .inner02 li a {
    color: #FFF;
}
.sec04 .inner02 .fbox {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.sec04 .inner02 .fbox li {
    text-align: left;
    margin-bottom: 8px;
}
.sec04 .inner02 li a {
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
}
.sec04 .inner02 li a:hover {
    border-bottom: none;
    text-decoration: none;
}
.sec04 .inner02 li a::before {
    content: '> ';
}
.sec04 .box02 {
/*    padding: 50px 100px;*/
    background-color: #fff;
    text-align: left;
}
.sec04 .box02 h4 {
    font-family : YuMincho, 'Yu Mincho', serif;
    font-size: 2.1rem;
    text-align: center;
}
.sec04 .box02 .img {
    text-align: center;
}




.sec03 {
    color: #FFF;
}
.sec03 .block_01 {
    max-width: 1500px;
    width: 100%;
    padding: 70px 0 90px;
    background-image: url(../img/bg_03.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.sec03 .block_01 .inner {
    text-align: left;
}
.sec03 .block_01 .w490 {
    text-align: center;
}
.sec03 .block_01 .w490 h4 {
    margin-bottom: 10px;
    font-family : YuMincho, 'Yu Mincho', serif;
    font-size: 24px;
}
.sec03 .block_01 .w490 h4 + .img {
    margin-bottom: 10px;
}
.sec03 .block_01 .w490 .list {
    width: 100%;
    margin-bottom: 10px;
}
.sec03 .block_01 .w490 .list li {
    width: 50%;
    font-size: 1.6rem;
    text-align: center;
}
.sec03 .block_01 .w490 .caption {
    margin-bottom: 20px;
    font-family : YuMincho, 'Yu Mincho', serif;
    font-size: 1.2rem;
    text-align: center;
}
.sec03 .block_01 .w490 .list li > p {
    margin-bottom: 15px;
    font-family : YuMincho, 'Yu Mincho', serif;
}
.sec03 .block_01 .w490 .list .fbox {
    width: calc( 100% - 2em );
    padding: 0 1em;
    margin-bottom: 10px;
    font-family : YuMincho, 'Yu Mincho', serif;
}
.sec03 .block_01 .w490 .list dt {
    padding-right: 1em;
}
.sec03 .block_01 .w490 .list .fbox.cap dd:nth-child(3) {
    width: 100%;
    font-size: 1.2rem;
    text-align: right;
}
.sec03 .iconBox {
    width: calc(490px - 20px);
    padding: 10px;
    border: 1px solid #FFF;
    text-align: left;
}
.sec03 .iconBox > p,
.sec03 .iconBox ul {
    width: 50%;
    vertical-align: top;
    font-size: 1.2rem;
}
.sec03 .iconBox ul.fbox {
    -webkit-box-pack: end;
     -ms-flex-pack: end;
    justify-content: flex-end;
}
.sec03 .iconBox li {
    max-width: 40px;
    padding: 2px;
}
.sec03 .iconBox .indexBox {
    width: 100%;
    text-align: right;
    font-size: 1rem;
}
.sec03 .iconBox .indexBox a {
    color: #FFF;
    text-decoration: underline;
}

.sec05 {
    max-width: 900px;
    margin: 0 auto 10px;
}
.sec05 p {
    font-size: 1rem;
    color: #FFF;
}

.sec06 .m-tab-content {
    margin-top: 0;
}
.sec06 .m-tab-content.cont01 {
    background: #000;
    color: #fff;
}
.sec06 .m-tab-content.cont01 .btn_note {
    color: #fff;
    text-align: left;
    font-family : YuMincho, 'Yu Mincho', serif;
    line-height: 1.25;
}
.sec06 .m-tab-content .block_01 {
    box-sizing: border-box;
}
.sec06 .m-tab-content .block_01 p {
    margin: 0;
}
.sec06 .m-tab-content .block_01 .ttl {
    display: inline-block;
    padding: 0 calc((10/1000)*100%) calc((15/1000)*100%);
    border-bottom: solid 1px #fff;
    letter-spacing: 1.0rem;
    margin: 0 0 calc((45/1000)*100%);
    font-family: YuMincho, 'Yu Mincho', serif;
}
.sec06 .m-tab-content .block_01 .txt {
    font-family : YuMincho, 'Yu Mincho', serif;
}
.sec06 .m-tab-content .block_01 .txt + .txt {
    margin: calc((35/1000)*100%);
}
.sec06 .m-tab-content .map {
    position: relative;
}
.sec06 .m-tab-content .btnpiece {
    position: absolute;
    bottom: 0;
    right: 10px;
    min-width: 240px;
    max-width: calc((300/1000)*100%);
}
.sec06 .m-tab-content .btnpiece .btn {
    background: #fff;
    display: block;
    margin-bottom: 5px;
    padding: calc((5/1000)*100%);
    transition: .3s ease all;
}
.sec06 .m-tab-content .btnpiece .btn span {
    display: block;
    border: solid 1px #000;
    color: #000;
    padding: calc((10/1000)*100%) calc((15/1000)*100%) calc((10/1000)*100%) calc((10/1000)*100%);
    position: relative;
}
.sec06 .m-tab-content .btnpiece .btn span::after {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
}
.sec06 .m-tab-content .btnpiece .btn:hover {
    opacity: .7;
}


/*------------------------------------------------
　Under_COMMON
------------------------------------------------*/
.conts.under {
    background-image: url(../img/common/bg_01.png),url(../img/common/bg_02.png),url(../img/common/bg_03.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top center, center center, center bottom;
    background-size: 2155px auto, 1570px auto, 1570px auto;
}
.conts [id^=page] {
    max-width: 1000px;
    width: 94.6%;
    margin: 0 auto;
}
.conts [id^=page] .pageHead {
    text-align: center;
    position: relative;
}
.conts [id^=page] .pageHead::before {
    content: url(../img/common/bg_04.png);
    position: absolute;
    z-index: 0;
}
.conts [id^=page] .pageHead [class^=ttl] {
    position: relative;
    z-index: 1;
}
.conts [id^=page] .pageHead .ttl3 a:hover,
.conts [id^=page] .pageHead .ttl3 a:hover img {
    opacity: 1;
}

.conts [id^=page] .pageInner {
    background-color: #FFF;
}
.conts [id^=page] #se01 {
    margin-bottom: 20px;
    text-align: center;
}
.conts [id^=page] #se01 .bold {
    margin-bottom: 15px;
    line-height: 1.75;
}
.conts [id^=page] #se01 h3 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-family : YuMincho, 'Yu Mincho', serif;
    letter-spacing: .1em;
}

.conts [id^=page] .slider {
    margin-bottom: 40px;
}
.conts [id^=page] .slider li div {
    max-width: 450px;
    padding: 0 10px;
    box-sizing: border-box;
}
.conts [id^=page] .slider img {
    width: 450px;
}
.conts [id^=page] .slick-dots {
    top: 15px;
}
.conts [id^=page] .slick-dots > li {
    padding: 0 10px;
}
.conts [id^=page] .slick-dots button {
    background-color: #CCC;
}
.conts [id^=page] .slick-dots > li.slick-active button {
    background-color: #333;
}

.conts [id^=page] .pageInner p {
    font-size: 1.3rem;
}
.conts [id^=page] .pageInner h3,
.conts [id^=page] .pageInner p.bold {
    font-size: 1.5rem;
    font-weight: bold;
}
.conts [id^=page] .pageInner .w740 {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.conts [id^=page] .infoBox {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.conts [id^=page] .infoBox h3 {
    font-size: 1.8rem;
    font-weight: bold;
}
.conts [id^=page] .infoBox table {
    border-collapse: collapse;
}
.conts [id^=page] .infoBox table th,
.conts [id^=page] .infoBox table td {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.conts [id^=page] .infoBox table td a {
    color: #387799;
}
.conts [id^=page] .indexBox {
    max-width: 650px;
    width: 90%;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
}
.conts [id^=page] .indexBox h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-family : YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
}
.conts [id^=page] .indexBox h3::before,
.conts [id^=page] .indexBox h3::after {
    content: url(../img/common/icon_02.png);
}
.conts [id^=page] .indexBox h3::before {
    margin-right: 1em;
}
.conts [id^=page] .indexBox h3::after {
    margin-left: 1em;
}
.conts [id^=page] .indexBox h3,
.conts [id^=page] .indexBox li a {
    color: #FFF;
}
.conts [id^=page] .indexBox .fbox {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.conts [id^=page] .indexBox .fbox li {
    text-align: left;
    margin-bottom: 8px;
}
.conts [id^=page] .indexBox li a {
    padding-bottom: 3px;
    border-bottom: 1px solid #FFF;
}
.conts [id^=page] .indexBox li.linkCut a {
    border-bottom: none;
    pointer-events: none;
}
.conts [id^=page] .indexBox li a:hover {
    border-bottom: none;
    text-decoration: none;
}
.conts [id^=page] .indexBox li a::before {
    content: '> ';
}
.conts [id^=page] .contsTopBox {
    text-align: center;
}
.conts [id^=page] .contsTopBox a {
    display: inline-block;
    background-color: #fff;
    background-position: center center;
    border: 1px solid #666;
    border-radius: 3px;
    transition-duration: .5s;
    transition-property: all;
}
.conts [id^=page] .contsTopBox a:hover {
    opacity: 1;
    background-image: url(../img/common/bg_05.png);
    background-color: transparent;
    border: 1px solid #CCC;
    color: #FFF;
    text-decoration: none;
}
.conts [id^=page] .contsTopBox a::before {
    content: '<';
    margin-right: .75em;
}


@media only screen and (min-width: 901px) {

/*------------------------------------------------
　TOP-sec
------------------------------------------------*/
    .sec00 .iconBox {
        max-width: 270px;
    }

    .sec01 .block_01 {
        margin-bottom: 100px;
    }

    .sec02 {
        max-width: 900px;
        margin-bottom: 10px;
        border: 1px solid #FFF;
        padding: 40px 100px 180px;
    }
    .sec02 .list {
        margin: 0 -20px 40px;
    }
    .sec02 .list > div {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .sec02 .list > div .txt {
        font-size: 1.6rem;
    }
    .sec02 .list > div .txt span {
        font-size: 1.4rem;
    }
    .sec02 .shop > div {
        width: 52%;
    }
    .sec02 .shop > div h6 {
        font-size: 2.1rem;
    }
    .sec02 .shop > div h6 span {
        font-size: 1.4rem;
    }
    .sec02 .shop > div p {
        font-size: 1.6rem;
    }
    .sec02 .shop > div p.txtR {
        padding-right: 5em;
        font-size: 1rem;
    }
    .sec02 .shop > div:first-child {
        width: 48%;
        text-align: center;
    }
    .sec02 .shop > div:first-child img {
        width: 210px;
        margin-bottom: 20px;
    }
    .sec02 .shop  > div:first-child .indexBox a {
        font-size: 1.6rem;
    }
    .sec02 .shop  > div:first-child .indexBox a span {
        font-size: 1.4rem;
    }


    .sec04 {
        width: 100%;
    }
    .sec04 .inner01 {
        max-width: 1200px;
        margin: 0 auto;
    }
    .sec04 .inner01 > div {
        max-width: 900px;
        height: 420px;
        padding: 65px 0 0;
        margin: 0 auto;
        position: relative;
    }
    .sec04 .inner01 h3 {
        font-size: 2.4rem;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    }
    .sec04 .inner01 .indexBox {
        display: inline-block;
        position: absolute;
        bottom: 45px;
        right: 0;
    }
    .sec04 .inner01 .indexBox a {
        padding: .75em 1em;
    }

    .sec04 .inner02 {
        max-width: 900px;
        padding: 35px 0 0;
        margin: 0 auto;
    }
    .sec04 .inner02 .box01 {
        max-width: 700px;
        margin: 0 auto 50px;
    }
    .sec04 .inner02 .box01 .mb30 {
        margin-bottom: 30px;
    }
    .sec04 .inner02 .fbox li {
        width: 50%;
    }

    .sec04 .inner02 .box02 {
        padding: 50px 100px 10px;
        background-image: url(../img/bg_05.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
    }
    .sec04 .inner02 .box02 p {
        padding-left: 1em;
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .sec04 .inner02 .box02 p a {
        text-decoration: underline;
    }
    .sec04 .inner02 .box02 p a:hover {
        text-decoration: none;
    }
    .sec04 .inner02 .box02 h5,
    .sec04 .inner02 .box02 .bold {
        font-weight: bold;
    }
    .sec04 .inner02 .box02 h5 {
        margin-bottom: 5px;
    }


/*------------------------------------------------
　Under_PC
------------------------------------------------*/
    .conts.under {
        padding-bottom: 100px;
    }
    .conts [id^=page] .pageHead {
        padding: 30px 0 0;
        margin-bottom: 50px;
    }
    .conts [id^=page] .pageHead::before {
        right: -70px;
    }
    .conts [id^=page] .pageInner {
        padding: 30px 50px 60px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    .conts [id^=page] .ttl1,
    .conts [id^=page] .ttl2 {
        margin: 30px;
    }

    .conts [id^=page] .pageInner .imgBox1 {
        margin: 0 -10px 0;
    }
    .conts [id^=page] .pageInner .imgBox1 .img {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .conts [id^=page] .pageInner .w740 {
        margin-bottom: 35px;
    }
    .conts [id^=page] .infoBox {
        padding: 45px 45px 35px;
    }
    .conts [id^=page] .infoBox h3 {
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .conts [id^=page] .infoBox table th {
        padding: 10px 10px 10px 25px;
    }
    .conts [id^=page] .infoBox table td {
        padding: 10px 25px 10px 50px;
    }
    .conts [id^=page] .indexBox {
        padding: 35px 0;
        margin-bottom: 40px;
    }
    .conts [id^=page] .indexBox .fbox li {
        width: 50%;
    }
    .conts [id^=page] .contsTopBox {
    }
    .conts [id^=page] .contsTopBox a {
        padding: 1em;
    }

}/* END min-width: 901px */


@media only screen and (max-width: 900px) {

    .sec00 {
        padding: 40px 0 0;
    }
    .sec00 .imgBg {
        width: 150%;
        top: 7vh;
        transform: translate( -50%, 0 ) scale(1.5) ;
    }

    .sec00 .block_01 {
        width: 95%;
        padding-bottom: 0;
        margin-bottom: 70px;
    }
    .sec00 .main_imgBox.spOnly {
        width: calc(90% - 40px);
        margin: 0 auto;
    }
    .sec00 .main_imgBox .ttl1,
    .sec00 .main_imgBox .ttl3 {
        width: 80%;
        margin: 0 auto;
    }
    .sec00 .main_imgBox .ttl1 {
        margin-bottom: 20px;
    }
    .sec00 .main_imgBox .ttl2 {
        margin-bottom: 15px;
    }
    .sec00 .main_imgBox .ttl3 {
        margin-bottom: 35px;
    }
    .sec00 .block_02 {
        margin-bottom: 40px;
    }
    .sec00 .block_02 .main_imgBox.spOnly {
        width: 100%;
        margin: 0 auto 8px;
    }
    .sec00 .block_02 .main_imgBox.spOnly img {
        width: 100%;
        max-width: 750px;
    }
    .sec00 .block_02 .capBox{
        display: block;
        width: 95%;
        margin: 0 auto;
        position: relative;
        bottom: auto;
        right: auto;
        text-align: right;
    }
    .sec00 .icon {
        margin-bottom: 15px;
        position: relative;
    }
    .sec00 .iconBox {
        max-width: 400px;
        width: 90%;
        padding: 8px 10px;
        margin: 0 auto;
        position: relative;
        right: 0;
        flex-direction: revert;
    }
    .sec00 .iconBox > p,
    .sec00 .iconBox ul {
        vertical-align: top;
    }
    .sec00 .iconBox > p {
        width: 55%;
        padding-right: .5em;
        font-size: 1rem;
    }
    .sec00 .iconBox > p:first-child {
        text-align: left;
        margin-bottom: 0;
    }
    .sec00 .iconBox ul {
        width: 45%;
        margin-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .sec00 .iconBox ul li {
        width: 20%;
        padding: 1px;
    }
    .sec00 .iconBox ul li img {
        width: 100%;
    }
    .sec00 .iconBox .indexBox {
        display: block;
        width: 100%;
    }
    .conts [id^=page] .indexBox li.linkCut a {
        border-bottom: none;
    }

}/* END max-width: 900px */

@media screen and (min-width: 768px) {
    .spOnly {
        display: none !important;
    }

    .conts .w1000 {
        max-width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .conts .w800 {
        max-width: 800px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .conts .w700 {
        max-width: 700px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .conts .w490 {
        max-width: 490px;
        box-sizing: border-box;
    }

    .sec01 .txtBox .btn01 {
        width: 600px;
        margin: 0 auto 55px;
    }
    .sec01 .txtBox .btn01 a {
        display: block;
        padding: 30px 0 25px;
        width: 100%;
        height: 100%;
        background-image: url(../img/btn_01_off.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
        transition-duration: .5s;
        transition-property: all;
        color: #FFF;
        text-decoration: none;
    }
    .sec01 .txtBox .btn01 a:hover {
        background-image: url(../img/btn_01_on.png);
        opacity: 1;
    }
    .sec01 .txtBox .btn01 a p {
        font-size: 2.2rem;
        margin-bottom: 3px;
        line-height: 1.25;
    }
    .sec01 .txtBox .btn01 a span {
        font-family : YuMincho, 'Yu Mincho', serif;
        font-size: 2.2rem;
    }
    .sec01 .block_01 {
        width: 700px;
        height: 420px;
        background-image: url(../img/img_03.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sec01 .block_01 h3 {
        margin-bottom: 20px;
    }
    .sec01 .block_01 h4 {
        margin-bottom: 20px;
    }
    .sec01 .block_01 h4::before {
        margin-right: .5em;
    }

    .sec06 .m-tab {
        margin: 70px 0;
    }
    .sec06 .m-tab-content .map {
        padding-bottom: 80px;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .conts .w96 {
        padding: 0 2%;
    }
    .conts .w1000 {
        max-width: 600px;
        margin: 0 auto;
    }
    .conts .w800 {
        max-width: 800px;
        margin: 0 auto;
    }
    .conts .w700 {
        max-width: 700px;
        margin: 0 auto;
    }
    .conts .w490 {
        max-width: 490px;
    }
    .conts .fs14 {
        font-size: 1.1rem;
    }
    .conts .fs16 {
        font-size: 1.2rem;
    }
    .conts .fs18 {
        font-size: 1.3rem;
    }
    .conts .fs20 {
        font-size: 1.4rem;
    }
    .conts .fs22 {
        font-size: 1.5rem;
    }
    .conts .fs24 {
        font-size: 1.6rem;
    }
    .conts .fs26 {
        font-size: 1.8rem;
    }
    .conts .fs28 {
        font-size: 1.9rem;
    }
    .conts .fs30 {
        font-size: 2.0rem;
    }
    .conts .fs34 {
        font-size: 2.2rem;
    }
    .sec00 .block_01 {
        margin-bottom: 20px;
    }

    .sec02 {
        max-width: 900px;
        margin-bottom: 60px;
        border: 1px solid #FFF;
        padding: 40px 50px 160px;
    }
    .sec02 .list {
        margin: 0 -20px 40px;
    }
    .sec02 .list > div {
        width: calc(50% - 40px);
        margin: 20px;
    }
    .sec02 .shop > div {
        width: 52%;
    }
    .sec02 .shop > div h6 {
        font-size: 2.1rem;
    }
    .sec02 .shop > div p {
        font-size: 1.6rem;
    }
    .sec02 .shop > div p.txtR {
        padding-right: 5em;
        font-size: 1rem;
    }
    .sec02 .shop > div:first-child {
        width: 48%;
        text-align: center;
    }
    .sec02 .shop > div:first-child img {
        width: 210px;
        margin-bottom: 20px;
    }
    .sec02 .list > div .txt,
    .sec02 .shop  > div:first-child .indexBox a {
        font-size: 1.4rem;
    }
    .sec02 .list > div .txt span,
    .sec02 .shop  > div:first-child .indexBox a span {
        font-size: 1.2rem;
    }

    .sec03 .block_01 {
        padding: 50px 0 90px;
        background-position: bottom right;
        background-size: auto;
    }
    .sec03 .block_01 .inner {
        margin-bottom: 400px;
    }
    .sec03 .block_01 .w490 {
        max-width: none;
    }
    
    .sec03 .block_01 .w490 .list  {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec03 .block_01 .w490 .list li {
        max-width:280px
    }
    .sec03 .block_01 .w490 .list li dl.fbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

/*------------------------------------------------
　TOP_sec04
------------------------------------------------*/
    .sec04 .inner01 {
        width: 95%;
        padding: 30px 0;
        background-size: auto 100%;
        text-align: center;
    }
    .sec04 .inner01 h3 {
        margin-bottom: 120px;
        font-size: 1.8rem;
    }
    .sec04 .inner01 .indexBox a {
        padding: .5em 1em;
        font-size: 1.7rem;
        text-decoration: underline;
    }

    .sec04 .inner02 {
        padding: 35px 0 0;
        margin-bottom: 0;
    }
    .sec04 .inner02 .box01 {
        margin-bottom: 50px;
    }
    .sec04 .inner02 .fbox li {
        width: 50%;
    }
    .sec04 .inner02 .box02 {
        width: 95%;
        padding: 50px 50px 20px;
        margin: 0 auto;
        background-image: url(../img/bg_05.png);
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
    }
    .sec04 .inner02 .box02 p {
        padding-left: 1em;
        font-size: 1.3rem;
        line-height: 1.75;
    }
    .sec04 .inner02 .box02 p a {
        text-decoration: underline;
    }
    .sec04 .inner02 .box02 p a:hover {
        text-decoration: none;
    }
    .sec04 .inner02 .box02 h5,
    .sec04 .inner02 .box02 .bold {
        font-weight: bold;
    }
    .sec04 .inner02 .box02 h5 {
        margin-bottom: 5px;
    }

    .sec06 .m-tab {
        margin: 70px 0 0;
    }
    .sec06 .m-tab-content .map {
        padding-bottom: 0;
    }
    .sec06 .m-tab-content .btnpiece {
        position: inherit;
        margin: 0 0 0 auto;
    }


    .conts.under {
        padding-bottom: 20px;
    }
    .conts [id^=page] .pageHead {
        padding: 30px 0 0;
        margin-bottom: 50px;
    }
    .conts [id^=page] .pageHead::before {
        right: -70px;
    }
    .conts [id^=page] .pageInner {
        padding: 30px 50px 60px;
        margin-bottom: 50px;
        box-sizing: border-box;
    }
    .conts [id^=page] .ttl1,
    .conts [id^=page] .ttl2 {
        margin: 30px;
    }
    .conts [id^=page] .pageInner .imgBox1 {
        margin: 0 -10px 0;
    }
    .conts [id^=page] .pageInner .imgBox1 .img {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .conts [id^=page] .pageInner .w740 {
        margin-bottom: 35px;
    }
    .conts [id^=page] .infoBox {
        padding: 45px 45px 35px;
    }
    .conts [id^=page] .infoBox h3 {
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .conts [id^=page] .infoBox table th {
        padding: 10px 10px 10px 25px;
    }
    .conts [id^=page] .infoBox table td {
        padding: 10px 25px 10px 50px;
    }
    .conts [id^=page] .indexBox {
        padding: 35px 0;
        margin-bottom: 40px;
    }
    .conts [id^=page] .indexBox .fbox li {
        width: 50%;
    }
    .conts [id^=page] .contsTopBox {
    }
    .conts [id^=page] .contsTopBox a {
        padding: 1em;
    }

}

@media screen and (max-width: 767px) {
    .pcOnly {
        display: none !important;
    }

    .conts .w96 {
        padding: 0 2%;
    }

    .conts .w1000 {
        width: 90%;
        margin: 0 auto
    }

    .conts .fs14 {
        font-size: 1.0rem;
    }

    .conts .fs16 {
        font-size: 1.2rem;
    }

    .conts .fs18 {
        font-size: 1.4rem;
    }

    .conts .fs20 {
        font-size: 1.6rem;
    }

    .conts .fs22 {
        font-size: 1.8rem;
    }

    .conts .fs24 {
        font-size: 2.0rem;
    }

    .conts .fs26 {
        font-size: 2.2rem;
    }

    .conts .fs28 {
        font-size: 2.4rem;
    }

    .conts .fs30 {
        font-size: 2.4rem;
    }

    .conts .fs34 {
        font-size: 2.4rem;
    }

    .conts .taL {
        text-align: left;
    }

    .conts .mt10 {
        margin-top: calc((10/750)*100%);
    }

    .conts .mt20 {
        margin-top: calc((20/750)*100%);
    }

    .conts .mt30 {
        margin-top: calc((40/750)*100%);
    }

    .conts .mt40 {
        margin-top: calc((50/750)*100%);
    }

    .conts .mb20 {
        margin-bottom: calc((20/750)*100%);
    }

    #nagatop {
        background-size: 800px auto, 800px auto, 0 auto;
        background-position: 5% 11%, 29% 32.2%, 0 50%;
    }

    .sec00 .imgBg .bgInner {
        width: 100%;
        height: 400px;
        background-position: center 0;
        background-size: 100% 100%;
        position: absolute;
        left: 30%;
        top: 0;
    }

    .sec01 .imgBg {
        width: 150%;
        top: 0;
        transform: translateY( 0 );
    }
    .sec01 .txtBox .img {
        padding: 1em 0;
    }
    .sec00 .block_02 .capBox {
        font-size: 1.2vw;
    }
    .sec01 .txtBox p {
        font-size: 1.6rem;
    }
    .sec01 .txtBox p:first-child {
        font-size: 1.6rem;
    }
    .sec01 .txtBox p.mb50 {
        margin-bottom: 30px;
    }
    .sec01 .txtBox .btn01 {
        max-width: 480px;
        width: 90%;
        padding: 0;
        margin: 0 auto 50px;
    }
    .sec01 .txtBox .btn01 a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 2em 0 1.5em;
        background-image: url(../img/sp/btn_01.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
    }
    .sec01 .txtBox .btn01 p {
        font-size: 5vw;
        line-height: 1.5;
    }
    .sec01 .txtBox .btn01 a span {
        font-size: 3.5vw;
    }

    .sec01 .block_01 {
        max-width: none;
        margin: 0 0 30px;
        background-image: url(../img/sp/img_03.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sec01 .block_01 .main_imgBox {
        width: auto;
        height: 100%;
    }
    .sec01 .block_01 {
        position: relative;
    }
    .sec01 .block_01 h3 {
        display: inline-block;
        padding: 0 1em;
        margin-bottom: 20px;
        position: relative;
        font-size: 5.5vw;
    }
    .sec01 .block_01 h3::before,
    .sec01 .block_01 h3::after {
        height: 12vw;
        margin: 0;
        position: absolute;
        top: 3vw;
        transform: rotate(20deg);
    }
    .sec01 .block_01 h3::before {
        left: 0;
    }
    .sec01 .block_01 h3::after {
        right: 0;
    }
    .sec01 .block_01 h4 {
        margin-bottom: 20px;
        font-size: 4.2vw;
        line-height: 1.75;
    }
    .sec01 .block_01 h4::before {
        margin-right: .5em;
        width: 4vw;
        height: 7vw;
        top: 1.2vw;
    }
    .sec01 .block_01 .fbox {
        width: 80%;
        max-width: 500px;
        margin-bottom: 20px;
    }
    .sec01 .block_01 .fbox li {
        width: 50%;
        padding: 5px;
    }
    .sec01 .block_01 .fbox li img {
        max-width: 240px;
        width: 100%;
    }

    .sec01 .block_01 .indexBox {
        max-width: 500px;
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        transform: translateX( 0 );
    }
    .sec01 .block_01 .indexBox a p {
        padding: 10px 0;
        position: relative;
        font-size: 3.8vw;
    }
    .sec01 .block_01 .indexBox a p::after {
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY( -50% );
    }

    .sec02 {
        width: 100%;
        padding-bottom: 100px;
        margin-bottom: 10px;
        background-image: url(../img/sp/bg_04.png);
        background-position: 0 bottom;
        background-size: 100% auto;
    }
    .sec02 .ttl {
        text-align: right;
        margin-bottom: 20px;
    }
    .sec02 .img {
        margin-bottom: 15px;
    }
    .sec02 .list {
        margin-bottom: 20px;
    }
    .sec02 .list > div {
        max-width: 510px;
        width: 85%;
        margin: 0 auto 20px;
    }
    .sec02 .list .txt {
        font-size: 1.6rem;
    }
    .sec02 .list .txt span {
        font-size: 1.4rem;
    }
    .sec02 .shop > div {
        width: 100%;
    }
    .sec02 .shop > div:nth-child(1) {
        order: 2;
    }
    .sec02 .shop > div:nth-child(2) {
        order: 1;
    }

    .sec02 .shop > div:nth-child(1) img {
        width: 45%;
        margin: 0 auto 30px;
    }
    .sec02 .shop > div:nth-child(1) .indexBox {
        width: 60%;
    }
    .sec02 .shop > div:nth-child(1) .indexBox a {
        font-size: 1.6rem;
    }
    .sec02 .shop > div:nth-child(1) .indexBox a span {
        font-size: 1.4rem;
    }

    .sec02 .shop > div:nth-child(2) {
        text-align: center;
    }
    .sec02 .shop > div:nth-child(2) h6 {
        font-size: 1.6rem;
    }
    .sec02 .shop > div h6 span {
        font-size: 1.3rem;
    }
    .sec02 .shop > div:nth-child(2) p {
        font-size: 1.6rem;
    }
    .sec02 .shop > div:nth-child(2) .txtR {
        margin-bottom: 20px;
        font-size: 1rem;
        text-align: center;
    }

    .sec03 .block_01 {
        background-image: url(../img/sp/bg_03.png);
        padding: 30px 0 250px;
        background-size: 100%;
        background-position: left bottom;
    }
    .sec03 .block_01 .w490 h4 {
        font-size: 6vw;
    }
    .sec03 .block_01 .img {
        margin-bottom: 20px;
    }
    .sec03 .block_01 .w490 .list {
        width: 90%;
        margin: 0 auto;
    }
    .sec03 .block_01 .w490 .list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec03 .block_01 .w490 .list li p {
        text-align: center;
        font-size: 4.6vw;
    }
    .sec03 .block_01 .w490 .list li dl.fbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 4.5vw;
    }
    .sec03 .block_01 .w490 .list .fbox {
        width: 100%;
    }
    .sec03 .block_01 .w490 .list .fbox.cap dd:nth-child(3) {
        text-align: center;
        font-size: 2.5vw;
    }
    .sec03 .iconBox {
        max-width: 400px;
        width: 90%;
        padding: 8px 10px;
    }
    .sec03 .iconBox > p {
        width: 55%;
        padding-right: .5em;
        font-size: 1rem;
    }
    .sec03 .iconBox ul {
        width: 45%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .sec03 .iconBox ul li {
        width: 20%;
        padding: 1px;
    }

/*------------------------------------------------
　TOP_sec04
------------------------------------------------*/
    .sec04 {
        background-image: url(../img/sp/bg_05.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 20%;
    }
    .sec04 .inner01 {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 40px;
        background-image: url(../img/sp/img_06_01.png);
        background-size: auto 100%;
        text-align: center;
    }
    .sec04 .inner01 h3 {
        margin-bottom: 120px;
        font-size: 1.8rem;
    }
    .sec04 .inner01 .indexBox a {
        padding: .5em 1em;
        font-size: 1.7rem;
        text-decoration: underline;
    }

    .sec04 .inner02 {
        width: 95%;
        padding: 20px 1em 0;
        margin: 0 auto;
    }
    .sec04 .inner02 .box01 {
        margin-bottom: 30px;
    }
    .sec04 .inner02 h3 {
        position: relative;
    }
    .sec04 .inner02 h3::before,
    .sec04 .inner02 h3::after {
        position: absolute;
        bottom: 0;
    }
    .sec04 .inner02 h3::before {
        left: -1.5em;
    }
    .sec04 .inner02 h3::after {
        right: -1.5em;
    }
    .sec04 .inner02 .fbox {
        width: 95%;
        margin: 0 auto 15px;
    }
    .sec04 .inner02 .fbox.mb30 {
        margin: 0 auto 50px;
    }
    .sec04 .inner02 .fbox li {
        width: 100%;
        padding: 0 7%;
        margin-bottom: 15px;
    }
    .sec04 .inner02 li a {
        font-size: 1.4rem;
    }
    .sec04 .inner02 li a::before {
        margin-right: .5em;
    }

    .sec04 .inner02 .box02 {
        padding: 30px 10px 10px;
        margin-bottom: 0;
    }
    .sec04 .inner02 .box02 h5 {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .sec04 .inner02 .box02 p {
        font-size: 1.4rem;
        line-height: 2;
    }
    .sec04 .inner02 .box02 p a {
        text-decoration: underline;
    }

    .sec06 .m-tab[data-type="tab"] .m-tab-content {
        margin-top: 0px;
    }
    .sec06 .m-tab {
        margin: 20px 0 0;
    }
    .sec06 .m-tab-content .btnpiece {
        position: inherit;
        margin: calc((30/750)*100%) auto;
        min-width: 280px;
        right: 0;
    }
    .sec06 .m-tab-content .block_01 .txt {
        font-size: 1.6rem;
    }


.conts.under {
    padding-bottom: 10px;

    background-image: url(../img/common/sp/bg_04.png), url(../img/common/bg_01.png),url(../img/common/bg_02.png),url(../img/common/bg_03.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;

    background-position: right top,66% -6%, 50% 90%, center 101%;
    background-size: 32% auto,1000px auto, 700px auto, 700px auto;
}
    .conts [id^=page] {
        padding-top: 20px;
    }
    .conts [id^=page] .pageHead {
        margin: 0 auto 20px;
    }
    .conts [id^=page] .pageHead {
        background-image: none;
    }
    .conts [id^=page] .pageHead::before {
        content: none;
    }
    .conts [id^=page] .pageHead .ttl1,
    .conts [id^=page] .pageHead .ttl2 {
        width: 80%;
        margin: 0 auto 1em;
    }
    .conts [id^=page] .pageHead .ttl1 {
        width: 50%;
        margin-bottom: 1em;
    }
    .conts [id^=page] .pageHead .ttl2 {
        margin-bottom: 1.5em;
    }
    .conts [id^=page] .pageInner {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .conts [id^=page] #se01 {
        padding: 20px 10px 20px;
        margin-bottom: 0;
    }
    .conts [id^=page] #se01 .bold {
        font-size: 1.4rem;
    }
    .conts [id^=page] #se01 h3 {
        font-size: 2.1rem;
    }
    .conts [id^=page] #se01 h3 span {
        font-size: 1.75rem;
    }
    .conts [id^=page] .slick-dots button {
        width: 12px;
        height: 12px;
    }
    .conts [id^=page] .pageInner .w740 {
        width: 90%;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .conts [id^=page] .pageInner .imgBox1 {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .conts [id^=page] .pageInner .imgBox1 .img {
        margin-bottom: 10px;
    }
    .conts [id^=page] .infoBox {
        width: calc(95% - 1.5em);
        padding: 1.5em .75em 20px;
    }
    .conts [id^=page] .infoBox h3 {
        padding-left: .5em;
        margin-bottom: 10px;
    }
    .conts [id^=page] .infoBox h3 span {
        font-size: 1.5rem;
    }
    .conts [id^=page] .infoBox table th {
        padding: 5px .5em;
    }
    .conts [id^=page] .infoBox table td {
        padding: 5px .5em;
        word-break: break-all;
    }

    .conts [id^=page] .indexBox {
        padding: 20px 1em;
        margin-bottom: 40px;
    }
    .conts [id^=page] .indexBox h3 {
        position: relative;
    }
    .conts [id^=page] .indexBox h3::before,
    .conts [id^=page] .indexBox h3::after {
        position: absolute;
        bottom: 0;
    }
    .conts [id^=page] .indexBox h3::before {
        left: -1.5em;
    }
    .conts [id^=page] .indexBox h3::after {
        right: -1.5em;
    }
    .conts [id^=page] .indexBox .fbox {
        width: 85%;
        margin: 0 auto;
    }
    .conts [id^=page] .indexBox .fbox li {
        width: 100%;
        margin-bottom: 15px;
    }
    .conts [id^=page] .indexBox li a {
        font-size: 1.4rem;
    }
    .conts [id^=page] .indexBox li a::before {
        margin-right: .5em;
    }
    .conts [id^=page] .contsTopBox {

    }
    .conts [id^=page] .contsTopBox a {
        font-size: 1.3rem;
        padding: 1em 1.5em;
    }

}/* END max-width: 767px */

@media only screen and (max-width: 400px) {
    .conts [id^=page] .indexBox h3 {
        font-size: 4.5vw;
    }
}/* END max-width: 400px */

@media only screen and (max-width: 320px) {

    .sec01 .block_01 h3 {
        font-size: 5.3vw;
    }
    .conts [id^=page] #se01 h3.a-fz-x {
        font-size: 1.8rem;
    }

    .sec02 .list .txt {
        font-size: 1.4rem;
    }
    .sec02 .list .txt span {
        font-size: 1.2rem;
        letter-spacing: .0;
    }


}/* END max-width: 320px */

/* cpnaria追加 */
.sec01 .subtitle {
    font-size: 2.8rem !important;
    margin-bottom: 15px;
    line-height: 1.25 !important;
}
.cpnbnraria {
		max-width: 960px;
		width: 100%;
		margin: 30px auto 50px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: center;
}
.cpnbnraria > li {
		width: calc(50% - 40px);
		position: relative;
}
.cpnbnraria > li .comingsoon {
		display:inline-block;		
		pointer-events: none;
}
.comingsoon::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #3D3D3D;
		opacity: 0.6;
		display: block;
}
.comingsoon::after {
		content: "キャンペーン第二弾3/17より開始予定";
		line-height: 50px;
		font-size: 2.5rem;
		color: white;
		position: absolute;
		top: 40%;
		bottom: 40%;
		left: 0;
		right: 0;
		text-align: center;
		font-family : YuMincho, 'Yu Mincho', serif;
}
.cpnbnraria .new::before {
  content: "NEW!";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  background-color: #990000;
  padding: 0 15px;
  width: auto;
  height: 28px;
  position: absolute;
  z-index: 500;
  top: -14px;
  left: 0;
}
@media screen and (max-width: 767px) {
		.cpnbnraria > li {
				width: 100%;
				padding: 0;
		}
		.cpnbnraria > li:last-child {
				margin-top: 30px;
		}
		.sec01 .subtitle {
				font-size: 5vw !important;
		    line-height: 1.5 !important;
		}
		.comingsoon:before {
				max-width: 600px;
				margin: auto;
		}
}

/* 20210331youtube動画追加 */
.section-youtube {
	max-width: 800px;
	margin: 50px auto 50px;
}
.cont-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.cont-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
