@charset "utf-8";


/* for SP
-------------------------------------------------------------------------------------*/


@media only screen and (max-width: 800px) {
  .viewpc {
    display: none!important;
  }

  .viewsp {
    display: block!important;
  }

  /* base contents
-------------------*/
  body {
    padding-top: 60px !important;
  }

  /*header*/
  #header,
  #gNav {
    display: none;
  }

  #spHeader {
    height: 75px;
    padding: 7px 3%;
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 980;
    background: #FFF;
  }

  #spHeader .logo {
    padding-top: 5px;
  }

  #spHeader .logo img {
    height: 42px;
    width: auto;
  }

  #spHeader .logo span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
  }

  h1.tagline {
    display: none;
  }

  #spHeader ul {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 55px;
    top: 16px;
  }

  #spHeader li {
    float: left;
    margin: 0 5px;
    text-align: center;
  }

  #spHeader li a {
    color: #FFF;
    font-size: 2.6rem;
    line-height: 1;
  }

  #spHeader li a i {}

  .spMenu {
    background: #e7398f;
    cursor: pointer;
    display: block;
    height: 55px;
    width: 55px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999999999999;
  }

  .spMenu span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 2px;
    width: 25px;
    position: absolute;
    left: 15px;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .spMenu small {
    font-family: 'Quicksand', sans-serif;
    font-size: 10px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
  }

  .spMenu span:nth-of-type(1) {
    top: 12px;
  }

  .spMenu span:nth-of-type(2) {
    top: 19px;
  }

  .spMenu span:nth-of-type(3) {
    top: 26px;
  }

  .spMenu.active {
    height: 55px;
    width: 55px;
  }

  .spMenu.active {
    background: none;
  }

  .spMenu.active span {
    background-color: #000;
  }

  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  .spMenu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .spMenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .spMenu.active small {
    color: #000;
  }

  /*spNav*/
  #spNav {
    height: 100%;
    display: block;
    -webkit-transition: all 550ms ease 0.25s;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding-top: 59px;
    width: 80%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 999999;
  }

  #spNav.active {
    visibility: visible;
    right: 0;
  }

  #spNav #spBg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 500%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 550ms ease 0.25s;
    transition: all 550ms ease 0.25s;
    pointer-events: none;
  }

  #spNav.active #spBg {
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  #spNav::after {
    background: rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  #spNav::before,
  #spNav::after {
    opacity: 0;
    -webkit-transition: all 550ms ease 0.25s;
    transition: all 550ms ease 0.25s;
  }

  #spNav.active::before,
  #spNav.active::after {
    opacity: 1;
  }

  #spNav .closeBtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 3%;
    text-align: right;
  }

  #spNav nav {
    border-top: 1px solid #eee;
  }

  #spNav nav ul li {
    border-bottom: 1px solid #eee;
    float: none;
    width: 100%;
  }

  #spNav nav ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 15px 10px;
    position: relative;
  }

  #spNav nav ul li a span {
    color: #fe65b7;
    text-align: right;
    font-size: 1.4rem;
    margin: auto;
    width: 90%;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5em;
    z-index: 2;
  }

  #spNav nav ul li a:hover {
    background-color: #fe65b7;
    color: #FFF;
    text-decoration: none;
  }

  #spNav nav ul li a:hover::before {
    color: #FFF;
  }

  #spNav nav ul li .subNav {
    display: none;
  }

  ul.subNav02 li a::before {
    content: "-";
    display: inline-block;
    padding: 0 5px;
  }

  #spNav nav ul li .subNav li {
    border-bottom: none;
  }

  #spNav nav ul li .subNav li a {
    font-size: 1.4rem;
    padding: 14px 2em 12px 1.5em;
  }

  .menu-ul02 li {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 33.33% !important;
    float: left !important;
  }

  .menu-ul02 li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    display: block;
    word-break: keep-all !important;
  }

  .menu-ul02 li a span {
    font-size: 1.2rem;
    display: block !important;
    position: relative !important;
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 10px;
    right: 0% !important;
    margin-bottom: 6px !important;
  }

  /*breadChumbs*/
  #breadChumbs {
    display: none;
  }

  /*mv*/
  #mv {
    height: 130px;
  }

  #mv div.mvInr {
    margin: 0 3%;
    width: auto;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-dots {
    display: none !important;
  }

  .scroll {
    bottom: 3%;
    left: 50%;
    margin-left: -30px;
  }

  #uhd_bnr {
    margin-top: 0px;
    padding: 5px 5px 7px;
    height: 80px;
  }

  .obiInner {
    background-size: 100%;
  }

  .obiInnersp {
    background: url(/lib/cmn_img/obisp.jpg) no-repeat center center;
    height: 80px;
    background-size: auto;
  }




  /*contents*/
  #contents {
    margin: 0 auto;
    /* padding-top: 40px;*/
    width: 100%;
  }

  #contents p {
    font-size: 13px;
  }

  #main {
    float: none;
    margin: 0 3%;
    width: auto;
  }

  #sideNav {
    float: none;
    margin: 40px 3% 0;
    max-width: 100%;
    width: auto;
  }

  /*footer*/
  #footer {
    margin: 0px;
    width: 100%;
  }

  #footer div.ftInr {
    margin: 0%;
    width: 100%;
  }

  .ftbn li {
    margin: 0px 0px 4% 0px;
  }

  .ft_m ul li {
    margin: 10px 7px;
  }

  small#copyright {
    font-size: 1.0rem !important;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }



  /* section 01 - collection */
  #collection .clm3 li {
    float: left;
    margin-bottom: 20px;
    margin-right: 1.3%;
    width: 100%;
    /* height: 400px!important; */
    overflow: hidden;
  }

  /* section 02 - plan */
  #plan .clm3 li {
    float: none !important;
    width: 100%;
    margin: 0 0 20px;
    height: auto !important;
  }

  #plan .clm3 li .ph img {
    max-width: 100%;
  }

  /* section 03 - special */
  .ssbox {
    margin-top: 0px;
    padding: 60px 20px 10px;
  }

  .ssbox::before {
    display: none;
  }

  .top_p1 span {
    font-size: 17px;
    line-height: 1.4;
  }

  .top_p1 span:before {
    left: 0px;
  }

  .top_p1 span:after {
    right: 0px;
  }

  .top_p1 span:before,
  .top_p1 span:after {
    width: 1px;
    height: 68px;
    top: -10px;
  }

  .wrapbox {
    margin-top: 20px;
  }



  /* section 05 - shop */

  .btn {
    margin: 0px 0px 10px;
    width: 100%;
  }


  /* section 06 - news */
  .newbox li a p {
    display: block;
  }

  .newbox li a p.top-info-date {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
  }

  .newbox ul li svg#svgarrow {
    display: none;
  }


  /* ------- sub common -------------*/
  #listbox .clm3 li {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  figure img,
  .clm3 li.ph img {
    width: 100%;
  }




  /* indent
-------------------*/

  .is-sp {
    display: block !important;
  }

  .is-pc {
    display: none !important;
  }

  .spImg {
    max-width: 100%;
  }

  a.spTel {
    color: #fe65b7;
    pointer-events: auto;
    text-decoration: underline;
  }

  /* section
-------------------*/

  section {
    /* margin-bottom: 50px;*/
  }

  .scInr,
  .scInrS,
  .scInrSS,
  .scInrW {
    float: none;
    margin: 0 3%;
    width: auto;
  }

  /* compo parts
-------------------*/
  /*sub-btn*/
  #sub_btnbox p {
    margin-right: 0px;
    width: 100%;
  }

  /*btn*/
  .bscBtn01 a {
    display: block;
    padding: 20px 5%;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .bscBtn01 a + a {
    margin-left: 0;
  }

  /*box*/
  .bscBox01 {
    padding: 5%;
  }

  .bscBox02 {
    padding: 5%;
  }

  /*table*/
  .bscTbl01 th,
  .bscTbl01 td {
    display: block;
    font-size: 1.2rem;
    padding: 10px 3%;
    width: 100% !important;
  }

  .bscTbl01.scroll th,
  .bscTbl01.scroll td {
    display: table-cell;
  }

  .tblScroll {
    padding-bottom: 5px;
  }

  .tblScroll::before {
    content: '※横スクロールができます。';
    display: block;
    margin-bottom: 10px;
  }

  /*float*/
  .fltL,
  .fltR {
    float: none;
  }

  .fltImgL,
  .fltImgR {
    float: none;
    margin: 0;
    text-align: center;
  }

  .fltImgL img,
  .fltImgR img {
    max-width: 100%;
    margin-bottom: 5px;
  }

  br.clear_noie.spHide,
  div.clear_noie.spHide {
    display: none !important;
  }

  /*column*/
  .clm4 li {
    float: left;
    margin-right: 0;
    width: 48.5%;
  }

  .clm4 li.even,
  .clm4 li:nth-child(2n) {
    float: right;
  }

  .clm4 li:nth-child(4n) {
    margin-right: 0;
  }

  .clm3 li {
    float: left;
    margin-right: 0;
    width: 48.5%;
  }

  .clm3 li.even,
  .clm3 li:nth-child(2n) {
    float: right;
  }

  .clm4 li .img,
  .clm3 li .img,
  .clm2 li .img {
    height: 100px;
  }

  .clm4 li .img span img,
  .clm3 li .img span img,
  .clm2 li .img span img {
    max-height: 100px;
  }


  #topcontrol a {
    height: 40px !important;
    width: 40px !important;
  }

  /* pager
-------------------*/

  .pager a::before,
  .pager a::after {
    display: none;
  }

  /* form
-------------------*/

  .subscribeBtn input {
    padding: 15px 0 13px;
    margin-top: 5px;
    width: 100%;
  }

  input.wSS,
  input.wS,
  input.wM,
  input.wL,
  input.wLL {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wSS {
    width: 30%;
  }

  .wS {
    width: 50%;
  }

  .wM {
    width: 100%;
  }

  .wL {
    width: 100%;
  }

  .wLL {
    width: 100%;
  }

  .imeOn {
    ime-mode: active;
  }

  .imeOff {
    ime-mode: disabled;
  }

  textarea.txtarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    width: 100%;
  }

  select.timearea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  option {
    font-size: 1.4rem !important;
  }

  label {
    cursor: pointer;
  }

  label:hover {
    color: #999;
  }

  input[type="checkbox"],
  input[type="radio"] {
    margin-right: 3px;
  }

  .formErr {
    color: #E54E52;
    font-weight: bold;
  }

  input.inputErr,
  textarea.inputErr {
    background-color: #FADFDE;
  }

  .req {
    color: #FFF;
    font-size: 10px;
    line-height: 100%;
    margin-left: 3px;
    padding: 2px 5px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .cauText {
    display: block;
  }

  /*-----------------------------mv_css*/

  #topMv ul.slider {
    display: block;
  }

  .slick-list {
    height: 100%;
  }

  .slick-track {
    height: 100%;
  }

  .slick-slide {
    height: 100%;
  }

  .slider li {
    background-size: cover !important;
    background: no-repeat;
    background-position: 87% center;
  }

  .slider li:nth-child(2) {
    background-position: 90% center;
  }	

  .slider li:nth-child(3) {
    background-position: 96% center;
  }

  #topMv {
    margin-top: 15px;
  }

  #topMv ul.slider {
    /* height: 52vh;*/
  }


  #coupon .w40 {
    width: 100% !important;
  }

  #coupon .w20 {
    width: 33.333% !important;
  }





  /*-----------------------------movie_css*/

  .imgStyle .whBox {}

  .imgStyle .whBox {
    padding: 0;
    position: inherit;
    min-width: 100%;
  }

  .imgStyle .Img {
    width: 100%;
  }

  .cmnBtn a {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .other_ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .other_ul li dl dd h3 {
    font-size: 12px;
  }

  .other_ul li dl dd {
    padding: 20px 10px;
  }

  .other_ul li dl dd h3 span {
    font-size: 15px;
  }

  .flowList {
    overflow-x: scroll;
  }

  .flowList ul {
    width: 780px;
    margin: 0 auto;
  }

  .flowList li {
    background: url(/images/line.gif) center 150% repeat-x;
  }

  .fbArea {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .fbArea iframe {
    display: block;
    margin: 0 auto;
  }

  .fbArea iframe ._2p3a {
    width: 100% !important;
  }

  .meetArea {
    width: 100%;
    float: none;
  }

  .meetArea ul {
    max-width: 100%;
  }

  .recArea th,
  .recArea td {
    padding: 10px 0;
    display: block;
    width: 100% !important;
  }

  .recArea th {
    border: none;
  }

  .mvTxt {
    width: 90%;
    top: 40%;
  }

  .mvTxt02 {
    width: 90%;
    top: 30%;
  }

  .mvTxt03 {
    width: 90%;
    top: 35%;
  }

  .mvTxt span.en {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }

  .mvTxt span.ja {
    font-size: 13px;
  }

  .ancList {
    overflow-x: scroll;
    text-align: left;
    padding-bottom: 30px;
  }

  .ancList ul {
    display: inline-block;
    white-space: nowrap;
  }

  .ancList ul li {
    text-align: center;
  }


  #mv .title01 {
    top: 30% !important;
  }

.bg_shop {
    background: url(/images/sp_bg_shop.jpg) center center no-repeat;
    background-size: cover;
}
	
.bg_other {
    background: url(/images/sp_bg_ohter.jpg) center center no-repeat;
    background-size: cover;
}	

}

/*SP END*/



/*SP ANOTHER SCREEN */
@media screen and (max-width: 1280px) and (min-width: 1000px) {
  #header #navArea {
    margin-top: 14px;
  }

  #gNav ul li {
    padding: 5px;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 1000px) and (min-width: 801px) {
  #header #navArea {
    width: 80%;
    margin-top: 11px;
  }

  #gNav ul li {
    padding: 4px;
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}


@media screen and (max-width: 800px) and (min-width: 0px) {
  .ssbox h2 img {
    width: 245px;
  }

  .top_p1 span {
    font-size: 12px;
    line-height: 1.4;
  }
}


@media screen and (max-width: 800px) and (min-width: 480px) {
  #uhd_bnr {
    height: 100px;
    padding: 17px
  }

}

@media screen and (max-width: 640px) and (min-width: 480px) {}

@media screen and (max-width: 480px) and (min-width: 0px) {
  .obiInnersp {
    background-size: 100%;
  }

  /* section 04 - voice */
  /*.voice a figure {   height: 130px!important;} */
}
