<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


html {
    scroll-behavior: smooth;
}
header {
    box-shadow: 0 2px 2px rgba(0,0,0,0.20);
    padding-bottom: 10px
}
/*ドロワーメニュー*/		
.drawer-menu {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: auto;
    padding: 60px 0px 40px;
    margin-top: -20px;
    background: rgba(253,253,253,1);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}
.drawer-menu li {
    text-align: left;
    padding-left: 10px;
}
.drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .8s;
    transition: all .8s;
}


/* checkbox */
.check {
    display: none;
}
/* menu button - label tag */
.menu-btn {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 10px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 2px;
    background: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.bar.middle {
    top: 6px;
    opacity: 1;
}
.bar.bottom {
    top: 12px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.menu-btn__text {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 6;
    margin: auto;
    color: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}
.menu-btn:hover .bar {
    background: #ccc;
}
.menu-btn:hover .menu-btn__text {
    color: #ccc;
}
.close-menu {
    position: absolute;
    top: 0;
    /*right: 250px;*/
    left: 0;
    width: 100%;
    height: 4050px;
    margin-top: -20px;
    background: rgba(0,0,0,0);
    cursor: url(https://theorthodoxworks.com/demo/images/cross.svg), auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
/* ハンバーガーメニューのｃｓｓ */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}
.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
    width: 29px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
    width: 29px;
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,0.5);
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
/* drawer menu ここまで↑*/
	
	
	/*drawer menu-nemotoスペシャル*/
.link {
    display: block;
    text-decoration: none;
}
.slide {
    height: 40px;
    vertical-align: middle;
    margin-left: -20px;
}
.dots {
    list-style: none;
    padding-left: 30px
}
p, h3, h5 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
p {
    text-align: center;
    padding: 20px;
    font-size: 16px
}
img {
    width: 100%
}
/*ヘッダー部分*/	
a {
    text-decoration: none;
    color: #000
}
#guide {
    font-size: 14px;
    margin-right: 10px
}
#header {
    padding: 0px;
    margin-bottom: 20px;
}
#header .text {
    width: 280px;
    height: 30px;
    border: 2px solid #bf0000;
    text-indent: 10px;
    margin-left: 10px
}
#header .btn {
    margin-top: 5px;
    height: 30px;
    border: 2px solid #bf0000;
    width: 80px;
    background-color: #bf0000;
    color: #fff
}
.dropmenu {
*zoom: 1;
    list-style-type: none;
    width: 100%;
    max-width: 1020px;
    margin: 5px 0px;
    padding: 0;
    background-color: #000 !important
}
.dropmenu:before, .dropmenu:after {
    content: "";
    display: table;
}
.dropmenu:after {
    clear: both;
}
.dropmenu li {
    position: relative;
    width: 14.285%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    border-left: 0.5px solid #fff;
    border-right: 1px solid #fff;
}
.dropmenu li a {
    display: block;
    margin: 0;
    padding: 15px 0 14px;
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}
.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 20000;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li {
    width: 100%;
}
.dropmenu li ul li a {
    padding: 13px 15px;
    border-top: 1px solid #fff;
    background: #6e6e6e;
    text-align: left;
}
.dropmenu li:hover &gt; a {
    background: #6e6e6e;
}
.dropmenu li a:hover {
    background: #ccc;
}
/*スライドしながら伸び縮み*/
#dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .5s;
}
#dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
}
/*本体部分*/
		
.specialpoint {
    width: 30%;
    margin: 0 auto
}

@media(max-width:480px) {
.specialpoint {
    width: 80%;
    margin: 0 auto
}
.ribbon1 {
    font-size: 14px!important
}
}
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 40px;/*リボンの高さ*/
    line-height: 40px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #00b3d3;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    margin-top: 20px
}
.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 15px;
    border-color: transparent transparent transparent #ebebeb;
    border-style: solid;
}
.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #ebebeb transparent transparent;
    border-style: solid;
}
.head_ttl {
    color: #00b3d3;
    text-align: center
}
.head_ttl em {
    font-family: "Josefin Sans", sans-serif;
    font-size: 60px;
    font-weight: bold;
    vertical-align: -5px;
}
.intro {
    padding: 10px 0 20px;
}
.intro .heading {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.8rem;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.intro .heading em {
    text-decoration: underline;
}
.movie {
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u67173738/pc/guide/original-card/img/pic_movie_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.movieInner {
    position: relative;
    z-index: 0;
}
.movieInner {
    padding: 4% 7%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}
.movieInner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    width: 198px;
    height: 126px;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u67173738/pc/guide/original-card/img/pic_clapperboard.png);
    background-repeat: no-repeat;
    -webkit-background-size: 198px 126px;
    background-size: 198px 126px;
    z-index: -1;
}
.movie_ttl {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 100
}
.movie_ttl em {
    font-size: 38px;
    font-size: 3.8rem;
}
.movie_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 10px
}
.movie_list {
    margin-top: 10px;
}
ol, ul {
    list-style: none;
}
.movie_list &gt; li {
    position: relative;
    padding-left: 20px;
}
.movie_list &gt; li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '●';
    color: #919191;
}
.movie_att {
    margin-top: 10px;
    text-align: left
}
.movie_mark {
    border: 4px solid #00b3d3;
    color: #00b3d3;
}
.choice, .card {
    margin: 40px auto;
    width: 100%;
    max-width: 980px
}
.mod_inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    font-weight: 100
}
.choice_ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 100
}
.choice_ttl em {
    font-size: 24px;
    font-size: 2.4rem;
    color: #00b3d3;
    font-weight: 200
}
.card_p {
    padding: 2px
}
.card_ttl {
    text-align: center;
}
.card_ttl span {
    padding: 5px 40px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #676159;
    border: 1px solid #676159;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.howto_section {
    background-color: #f0f0f0;
}
.howto_sectionInner {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0
}
.howto_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #00b3d3;
    text-align: center;
}
.howto_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left
}
.howto_list .list_ttl {
    text-align: center;
    position: relative;
}
.howto_list .list_ttl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #605c57;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.howto_list .list_ttl span {
    display: inline-block;
    background-color: #605c57;
    border-radius: 30px;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    line-height: 1.0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.howto_list .list_ttl span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 30px;
    border: 1px solid #fff;
}
.list_txt {
    text-align: left!important
}
.movie_mark {
    margin-top: 40px;
    background-color: #fff;
    padding: 10px;
}
.movie_mark {
    border: 6px solid #00b3d3;
}
.movie_mark .mark_ttl {
    color: #00b3d3;
}
.movie_mark .mark_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
}
.mark_ttl em {
    background-color: #4b4b4b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}
.movie_mark .mark_txt {
    border-top: 1px solid #00b3d3;
}
.mark_txt {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    color: #7e7e7e;
}
.mark_txt:before {
    content: '●';
    color: #7e7e7e;
}
/*ご利用上のご注意*/		
.notice {
    max-width: 768px;
    width: 100%;
    margin: 40px auto;
}
.notice_ttl {
    background-color: #969696;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.notice_body {
    border: 1px solid #c2c2c2;
    padding: 20px;
    height: 200px;
    font-size: 12px;
    font-size: 1.2rem;
    overflow-y: scroll;
}
.ttl {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 12px
}
ol, ul {
    list-style: none;
}
.type01 li, .type02 li {
    padding-left: 20px;
    text-indent: -20px;
    font-size: 12px
}
.notice-item p {
    font-size: 12px
}
.chu-i {
    color: red;
    text-align: left;
    margin-left: 50px
}

@media(max-width:480px) {
.chu-i {
    margin-left: 10px
}
}
/* ページトップへボタン*/	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    z-index: 99;
    opacity: 0.8;
}
#page-top a {
    display: inline-block;
    text-decoration: none;
    background: #666;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media(max-width:480px) {
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
}

</pre></body></html>