@charset "utf-8";

/* ==========================================================================
   common
   ========================================================================== */

.single_line {
  font-weight: bold;
}

.single_line i {
  padding-left: 10px;
}

img {
  max-width: 100%;
}


/* ==========================================================================
   グローバルナビゲーション
   ========================================================================== */

nav {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.12);
  z-index: 10001;
  position: fixed;
}

nav>ul {
  width: 950px;
  padding: 0;
  margin: 0 auto;
}

nav>ul>li {
  width: 16.666%;
  background: #ffffff;
  position: relative;
}

nav>ul>li[class*="logo"] {
  width: 16.666%;
  display: table;
  table-layout: fixed;
}

nav>ul>li>a, nav>ul>li.active>div:not(.nav_second) {
  display: block;
  text-align: center;
  border-left: 1px dotted #e50011;
  padding: 19px 10px 10px 5px;
}

nav>ul>li .txt {
  width: 100%;
  display: table;
  table-layout: fixed;
}

nav>ul>li .name {
  line-height: 0;
  display: table-cell;
  vertical-align: middle;
  width: 107px;
}

nav>ul>li .name>div {
  margin-top: 6px;
}

nav>ul>li>a:hover i {
  color: #ffffff;
}

nav>ul>li:first-child>a {
  border-left: none;
  height: 80px;
}

nav>ul>li:last-child>a {
  border-right: 1px dotted #e50011;
}

nav>ul>li>a:hover {
  border: none;
}

nav>ul>li[class*="logo"]>a {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
}

nav>ul>li[class*="logo"]>a img {
  width: 120px;
}

nav>ul>li>a div.icon img {
  width: 45px;
  padding: 0 0 3px 0;
}

nav .icon {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

nav>ul>li.active {
  background: #e50011;
}

nav>ul>li.active div.icon img {
  width: 45px;
  padding: 0 0 3px 0;
}

nav>ul>li.active>div {
  text-align: center;
}

nav>ul>li.active>div i {
  color: #ffffff;
}

nav .nav_second {
  padding-top: 10px;
  display: none;
  position: absolute;
  top: 73px;
}

nav .nav_second[class*="item_3"] {
  width: 400%;
}

nav .nav_second[class*="item_4"] {
  width: 500%;
}

nav .nav_second[class*="item_l5"] {
  width: 600%;
}

nav .nav_second[class*="item_5"] {
  width: 600%;
  right: 0;
}

nav .nav_second_inn {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.12);
  display: table;
  width: 100%;
  table-layout: fixed;
}

nav .nav_second_inn li {
  display: table-cell;
}

nav .nav_second_inn li a {
  display: block;
  padding: 20px 30px;
  font-size: 10px;
  text-align: center;
}

nav .nav_second_inn li a img {
  margin-bottom: 5px;
}


/* ==========================================================================
   SNSボタン
   ========================================================================== */

#btn_sns_fixed {
  position: fixed;
  top: 0px;
  right: 0;
  width: 40px;
  z-index: 10006;
  line-height: 0;
}

#btn_sns_fixed img {
  width: 100%;
}

#happy #btn_sns_fixed {
  position: fixed;
  top: 120px;
  right: 0;
  width: 37px;
  z-index: 10050;
  line-height: 0;
}

#btn_sns {
  padding: 20px 0;
  text-align: right;
}

#container_kitchen #btn_sns {
  padding: 20px 0 0;
}

#btn_sns>div {
  padding: 0 0 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#btn_sns_center {
  padding: 20px 0;
  text-align: center;
}

#btn_sns_center>div {
  padding: 0 0 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#btn_sns_left {
  padding: 20px 0;
  text-align: left;
}

#btn_sns_left>div {
  padding: 0 20px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}


/* ==========================================================================
   コンテナ
   ========================================================================== */

#container {
  background: #e50011;
  position: relative;
  padding-bottom: 20px;
}

#container_inn {
  margin: 0 auto;
  padding: 40px 0;
  width: 950px;
  position: relative;
}

#container_inn_pd0 {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 950px;
  position: relative;
}

#top #container_inn_pd0 {
  padding: 0 0 0 0;
}

#box_404 .txt_top {
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

#box_404 .vi {
  width: 30%;
  padding: 20px 0;
  margin: 0 auto;
}


/* ==========================================================================
   背景ドット
   ========================================================================== */

#bg_dot {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}

#trivia #bg_dot {
  height: 150%;
}

.circle {
  position: absolute;
  width: 100px;
  height: auto;
  background: #ffffff;
  border-radius: 50%;
}

#bg_dot[class*="lineup"] .circle {
  background: transparent;
  border-radius: none;
}

#dot1 {
  top: 1%;
  left: 0%;
}

#dot2 {
  top: 10%;
  left: 95%;
}

#dot3 {
  top: 20%;
  left: 5%;
}

#dot4 {
  top: 30%;
  left: 90%;
}

#dot5 {
  top: 40%;
  left: 4%;
}

#dot6 {
  top: 50%;
  left: 95%;
}

#dot7 {
  top: 60%;
  left: 2%;
}

#dot8 {
  top: 70%;
  left: 85%;
}

#dot9 {
  top: 80%;
  left: -1%;
}

#dot10 {
  top: 90%;
  left: 90%;
}

#bg_dot[class*="lineup"] #dot1 {
  top: 1%;
  left: 0%;
}

#bg_dot[class*="lineup"] #dot2 {
  top: 10%;
  left: 95%;
}

#bg_dot[class*="lineup"] #dot3 {
  top: 30%;
  left: 7%;
}

#bg_dot[class*="lineup"] #dot4 {
  top: 50%;
  left: 93%;
}

#bg_dot[class*="lineup"] #dot5 {
  top: 70%;
  left: 2%;
}

#bg_dot[class*="lineup"] #dot6 {
  top: 90%;
  left: 90%;
}


/* ==========================================================================
   スライダー
   ========================================================================== */

#mov_40th {
  width: 100%;
  background: url("/imgs/bg_mov_40th.png") no-repeat;
  background-position: center top;
  position: absolute;
  text-align: center;
  line-height: 0;
  top: 105px;
  z-index: 1;
}

#mov_40th_inn {
  width: 950px;
  margin: 0 auto;
  position: relative;
  height: 420px;
}

#mov_40th_box_outer {
  width: 587px;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -293px;
  margin-top: -165px;
}

#mov_40th_inn .btn {
  position: absolute;
  z-index: 1;
  right: 70px;
  width: 90px;
  top: 31px;
  cursor: pointer;
}

#container-slide {
  padding-top: 80px;
  position: relative;
  margin-bottom: 20px;
}

#owl-main {
  overflow: hidden;
}

#owl-main .owl-item {
  width: 950px;
}

#owl-main .owl-item a {
  display: block;
  width: 950px;
  border: 1px solid #ffffff;
}

#owl-main .owl-item img {
  margin: 0 auto;
}

#owl-main .owl-nav {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

#owl-main .owl-prev, #owl-main .owl-next {
  width: 950px;
  height: 420px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -420px;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

#owl-main .owl-prev {
  left: -950px;
}

#owl-main .owl-next {
  right: -950px;
}

#owl-main .owl-prev>div, #owl-main .owl-next>div {
  width: 46px;
  height: 66px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
}

#owl-main .owl-prev>div {
  background: url(../imgs/btn_left.png) no-repeat;
  right: 20px;
}

#owl-main .owl-next>div {
  background: url(../imgs/btn_right.png) no-repeat;
  left: 20px;
}

#container-thumb {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 0;
  text-align: center;
}

#container-thumb .thumb {
  width: 12%;
  display: inline-block;
  padding: 0 10px;
  line-height: 0;
  cursor: pointer;
  vertical-align: bottom;
  position: relative;
}

#container-thumb .thumb img.vi {
  max-width: 100%;
  border: 1px solid #ffffff;
}

#container-thumb .thumb img.icon {
  opacity: 0;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  width: 13px;
}

#container-thumb .thumb.active img.icon {
  opacity: 1;
}

#container-slide-sub-page {
  background: #bc010f;
  position: relative;
  z-index: 11;
}

#container_trivia #container-slide-sub-page {
  background: rgba(255, 255, 255, 0.25);
}

#bg-cloud #container-slide-sub-page {
  background: #0090d9;
}

#container-slide-sub-page #container-slide-sub {
  max-width: 950px;
  width: 100%;
  padding: 40px 15px;
  margin: 0 auto;
}

#owl-sub .owl-item {}

#owl-sub .owl-item a {
  display: block;
  text-align: center;
  border: 1px solid #ffffff;
}

#owl-sub .owl-nav {
  margin: 0;
}

#owl-sub .owl-dots {
  margin-top: 10px;
}

#owl-sub .owl-prev, #owl-sub .owl-next {
  position: absolute;
  top: 20%;
  background: transparent;
  margin: 0;
  padding: 0;
}

#owl-sub .owl-prev>div, #owl-sub .owl-next>div {
  width: 46px;
  height: 66px;
}

#owl-sub .owl-prev {
  left: -66px;
}

#owl-sub .owl-next {
  right: -66px;
}

#owl-sub .owl-prev>div {
  background: url(../imgs/btn_left.png) no-repeat;
  right: 20px;
}

#owl-sub .owl-next>div {
  background: url(../imgs/btn_right.png) no-repeat;
  left: 20px;
}

.owl-theme .owl-dots {
  line-height: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 10px 10px 0;
  background: #5c4037;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.6);
}

.panel_shadow_list .owl-theme .owl-dots .owl-dot.active span {
  background: #ffbabf;
}

.box_lineup_detail .owl-theme .owl-dots .owl-dot.active span {
  background: #ffbabf;
}

/* ==========================================================================
   パネルスタイル
   ========================================================================== */

.height_1 {
  height: 175px;
}

.height_2 {
  height: 350px;
}

.height_3 {
  height: 525px;
}

.panel-outer {
  padding: 10px;
}

.panel-outer.left {
  padding: 10px 10px 10px 0;
}

.panel-outer.right {
  padding: 10px 0 10px 10px;
}

.panel-outer.left:last-child {
  padding: 10px 10px 0 0;
}

.panel-outer.right:last-child {
  padding: 10px 0 0 10px;
}


.panel {
  background: #ffffff;
  border: 1px solid #e50011;
  padding: 10px;
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
}

#result_info .panel {
  border: 1px solid #e50011;
  border-right: 0px;
  border-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel[class*="table"] {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.panel[class*="table"]>div {
  display: table-cell;
  vertical-align: middle;
}

.panel .title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #e50011;
}

.panel-news-outer {
  border: 1px solid #e50011;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #ffffff;
}

.panel-news {
  background: #ffffff;
  padding: 10px;
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.panel-news:last-child {
  border-left: 1px dotted #e50011;
}

.panel-news>div {
  display: table-cell;
  vertical-align: top;
}

.panel-news .vi {
  width: 50px;
  height: 50px;
  line-height: 0;
}

.panel-news .txt {
  padding-left: 10px;
}

.panel-news .txt .date {
  font-weight: bold;
  font-size: 11px;
}

.panel-news-outer .title {
  display: table;
  table-layout: fixed;
  position: absolute;
  color: #ffffff;
  height: 30px;
  top: -30px;
}

.panel-news-outer .title h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.panel-news-outer .title a {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 40px;
  line-height: 30px;
}

.panel-news-outer .title a:hover {
  text-decoration: underline;
  ;
}

.panel-news-outer .title a i {
  margin-left: 10px;
}


#list-lineup .panel {
  border-left: 0px!important;
  border-bottom: 0px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#list-lineup .panel:last-child {
  border-right: 0px!important;
}

.label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 99px;
  height: 36px;
  z-index: 9999;
}

.panel[class*="news"] .label {
  background: url(../imgs/label_news.png);
}

.panel[class*="lineup"] .label {
  background: url(../imgs/label_lineup.png);
}

.panel[class*="museum"] .label {
  background: url(../imgs/label_museum.png);
}

.panel[class*="cp"] .label {
  background: url(../imgs/label_cp.png);
}

.panel[class*="kitchen"] .label {
  background: url(../imgs/label_kitchen.png);
}

.panel[class*="cm"] .label {
  background: url(../imgs/label_cm.png);
}

.panel[class*="enjoy"] .label {
  background: url(../imgs/label_enjoy.png);
}

.panel[class*="party"] .label {
  background: url(../imgs/label_party.png);
}

.panel[class*="fondue"] .label {
  background: url(../imgs/label_fondue.png);
}

.panel[class*="black"] .vi {
  background: url(../imgs/vi_black.jpg);
  background-position: center center;
}

.panel[class*="museum"] .vi {
  background: url(../imgs/vi_museum.jpg);
  background-position: left center;
}

.panel[class*="pino"] .vi {
  background: url(../imgs/vi_pino.png);
  background-position: center center;
}

.panel[class*="pino40"] .vi {
  background: url(../imgs/vi_pino40.png);
  background-position: center center;
}

.panel[class*="black_s"] .vi {
  background: url(../imgs/vi_black_s.png);
  background-position: center center;
}

.panel[class*="velvet"] .vi {
  background: url(../imgs/vi_velvet.png);
  background-position: center center;
}

.panel[class*="rouge"] .vi {
  background: url(../imgs/vi_rouge.png);
  background-position: center center;
}

.panel[class*="coffee"] .vi {
  background: url(../imgs/vi_coffee.jpg);
  background-position: center center;
}

.panel[class*="velvet"] .vi {
  background: url(../imgs/vi_velvet.jpg);
  background-position: center center;
}

.panel[class*="tsumtsum"] .vi {
  background: url(../imgs/vi_tsumtsum.jpg);
  background-position: center center;
}

.panel[class*="party"] .vi {
  background: url(../imgs/vi_party.jpg);
  background-position: center center;
}

.panel.asort2016 .vi {
  background: url(../imgs/vi_asort2016.png);
  background-position: center center;
}

.panel.happy2016 .vi {
  background: url(../imgs/vi_happy_s.png);
  background-position: center center;
}

.panel.asort2015w .vi {
  background: url(../imgs/vi_asort2015w.png);
  background-position: center center;
}

.panel.season2015w .vi {
  background: url(../imgs/vi_season2015w.png);
  background-position: center center;
}

.panel[class="season2015w"] .vi {
  background: url(../imgs/vi_season2015w.jpg);
  background-position: center center;
}

.panel[class*="velvet_s"] .vi {
  background: url(../imgs/vi_velvet_s.png);
  background-position: center center;
}

.panel[class*="rouge_s"] .vi {
  background: url(../imgs/vi_rouge_s.png);
  background-position: center center;
}

.panel[class*="coffee_s"] .vi {
  background: url(../imgs/vi_coffee_s.png);
  background-position: center center;
}

.panel[class*="matcha_s"] .vi {
  background: url(../imgs/vi_matcha_s.png);
  background-position: center center;
}

.panel[class*="soleil_s"] .vi {
  background: url(../imgs/vi_soleil_s.png);
  background-position: center center;
}

.panel[class*="aloma_s"] .vi {
  background: url(../imgs/vi_aloma_s.png);
  background-position: center center;
}

.panel[class*="grapeberry"] .vi {
  background: url(../imgs/vi_grapeberry_s.png);
  background-position: center center;
}

.panel[class*="matcha2017_s"] .vi {
  background: url(../imgs/vi_matcha2017_s.png);
  background-position: center center;
}

.panel[class*="roast_s"] .vi {
  background: url(../imgs/vi_roast_s.png);
  background-position: center center;
}

.panel.dars_s .vi {
  background: url(../imgs/vi_dars_s.png);
  background-position: center center;
}

.panel.dars .vi {
  background: url(../imgs/vi_dars.jpg);
  background-position: center center;
}

.panel.matcha .vi {
  background: url(../imgs/vi_matcha.jpg);
  background-position: center center;
}

.panel.soleil .vi {
  background: url(../imgs/vi_soleil.jpg);
  background-position: center center;
}

.panel.roast .vi {
  background: url(../imgs/vi_roast.jpg);
  background-position: center center;
  background-size: 452px;
}

.panel.tsumtsum2016 .vi {
  background: url(../imgs/vi_tsumtsum2016.jpg);
  background-position: center center;
  background-size: 452px;
}

.panel.matcha2017 .vi {
  /*background: url(../imgs/vi_matcha2017.jpg) no-repeat;
    background-position: center center;
    background-size: 452px;*/
}

.panel.asort .vi {
  background: url(../imgs/vi_asort.png);
  background-position: center center;
}

.panel.season2017s .vi {
  background: url(../imgs/vi_season2017s.png);
  background-position: center center;
}

.panel.asort2016_s .vi {
  background: url(../imgs/vi_asort2016.png);
  background-position: center center;
}

.panel.season2016_s .vi {
  background: url(../imgs/vi_season2016.png);
  background-position: center center;
}

.panel[class*="season2015s"] .vi {
  background: url(../imgs/vi_season2015s.png);
  background-position: center center;
}

.panel[class*="cm"] .vi {
  /*background: url(../imgs/vi_cm.png);*/
  background-position: center center;
  text-align: center;
  background: #000000;
  overflow: hidden;
}

.panel[class*="cp"] .vi {
  background: url(../imgs/vi_cp.png);
  background-position: center center;
}

.panel[class*="enjoy"] .vi_inn {
  background: url(../imgs/vi_enjoy.jpg);
  background-position: center center;
}

.panel[class*="seibun_single"] .vi_inn {
  background: url(../imgs/vi_seibun.png);
  background-position: center center;
}

.panel[class*="fondue"] .vi_inn {
  background: url(../imgs/vi_fondue.png) no-repeat;
  background-position: center bottom;
  background-size: 90% auto;
}

.panel[class*="cm"] .mov_attention {
  position: absolute;
  right: 20px;
  bottom: -120px;
}

#slide {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

#slide>div {
  width: 100%;
  height: 250px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#kitchen_s1 {
  background: url(../imgs/vi_kichen1.png) no-repeat;
  background-position: center center;
}

#kitchen_s2 {
  background: url(../imgs/vi_kichen2.png) no-repeat;
  background-position: center center;
}

#kitchen_s3 {
  background: url(../imgs/vi_kichen3.png) no-repeat;
  background-position: center center;
}

#kitchen_s4 {
  background: url(../imgs/vi_kichen4.png) no-repeat;
  background-position: center center;
}

.height_1 .vi {
  height: 125px;
}

.height_1 .txt {
  height: 40px;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.height_1 .txt>div {
  display: table-cell;
  vertical-align: middle;
}

.height_2 .vi {
  height: 250px;
}

.height_2 .txt {
  height: 90px;
  padding: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.height_2 .txt>div {
  display: table-cell;
  vertical-align: middle;
}

.height_2 .txt>div.icon {
  width: 8px;
}

.height_1_half {
  height: 175px;
  width: 100%;
  position: relative;
}

.height_1_half .height_1_half_inn {
  height: 155px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.height_1_half .vi {
  height: 150px;
  display: table-cell;
  padding: 0 10px 0 0;
}

.height_1_half .vi_inn {
  height: 150px;
}

.height_1_half .txt {
  height: 90px;
  padding: 10px 0;
  display: table-cell;
  vertical-align: bottom;
}

.height_1_half .txt>div {
  display: table-cell;
  vertical-align: middle;
}

.height_3 .mov {
  height: 250px;
}

.height_3 .txt {
  height: 90px;
  padding: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.height_3 .txt>div {
  display: table-cell;
  vertical-align: middle;
}

.panel .arrow {
  text-align: right;
  position: relative;
}


/* =======================================
   パネルスタイル　-ニュース-
   ======================================= */

.panel[class*="news"] {
  padding: 40px 10px 0;
}

#box_news {
  width: 100%;
  height: 250px;
}

.panel[class*="news"] li {
  padding: 10px 0;
  border-bottom: 1px dotted #e50011;
}

.panel[class*="news"] li a {
  display: block;
}

.panel[class*="news"] .cat {
  padding: 3px 10px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  width: 20%;
  font-size: 11px;
}

.panel[class*="news"] .txt_news {
  padding: 3px 0 3px 10px;
  width: 80%;
}

.panel[class*="news"] .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 5px 3px 0;
  font-weight: bold;
}

.cat[class*="lineup"] {
  background: #e50011;
}

.cat[class*="info"] {
  background: #888889;
}

.cat[class*="kitchen"] {
  background: #ee847b;
}

.cat[class*="campaign"] {
  background: #66a2d1;
}

.link_news {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}


/* =======================================
   パネルスタイル　-リスト-
   ======================================= */

a.panel_shadow_list {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

a.panel_shadow_list:last-child {
  margin-bottom: 0;
}

a.panel_shadow_list:hover {
  text-decoration: none;
}

.panel_shadow_list>div {
  display: table-cell;
  vertical-align: middle;
}

.panel_shadow_list>div img {
  max-width: 100%;
}

.panel_shadow_list .pkg {
  padding: 30px;
  width: 25%;
}

.panel_shadow_list .txt {
  padding: 20px 20px 20px 0;
  width: 40%;
  font-size: 15px;
}

.panel_shadow_list .txt .title {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.panel_shadow_list .sizzle {
  padding: 40px 0;
  width: 27%;
}

.panel_shadow_list .arrow {
  text-align: right;
  padding: 0 20px;
  width: 8%;
  position: relative;
}

.panel_shadow_list[class*="pino"] .txt {
  color: #e50011;
}

.panel_shadow_list[class*="pino_black"] .txt {
  color: #000000;
}

.panel_shadow_list[class*="pino_coffee"] .txt {
  color: #003608;
}

.panel_shadow_list[class*="pino_rouge"] .txt {
  color: #dca900;
}

.panel_shadow_list[class*="pino_velvet"] .txt {
  color: #dca900;
}

.panel_shadow_list[class*="pino_matcha"] .txt {
  color: #213b17;
}

.panel_shadow_list[class*="pino_soleil"] .txt {
  color: #c7000b;
}

.panel_shadow_list[class*="pino_happy"] .txt {
  color: #E4007F;
}

.panel_shadow_list[class*="pino_roast"] .txt {
  color: #440205;
}

.panel_shadow_list[class*="pino_aloma"] .txt {
  color: #000000;
}

.panel_shadow_list[class*="pino_matcha2017"] .txt {
  color: #213b17;
}

.panel_shadow_list[class*="grapeberry"] .txt {
  color: #181878;
}

/* =======================================
   パネルスタイル　-ラインアップ-
   ======================================= */

.panel_shadow_box {
  width: 100%;
  background: #ffffff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  position: relative;
}

.panel_shadow_box:last-child {
  margin-bottom: 0px;
}

.box_lineup_detail {
  width: 45%;
  padding: 40px;
}

.box_lineup_detail .title {
  font-weight: bold;
  font-size: 26px;
}

.box_lineup_detail .pkg {
  padding: 30px 0;
}

.box_lineup_detail .pkg img {
  max-width: 100%;
}

.box_lineup_detail .txt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.box_lineup_desc {
  width: 50%;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 675px;
  color: #ffffff;
  font-size: 11px;
}

.box_lineup_sub {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #ffffff;
  padding: 20px;
}

.box_lineup_sub>div {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.box_lineup_sub.special > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.box_lineup_sub.special > div:first-child {
  padding: 0 10px 0 0;
}

.box_lineup_sub.special > div:last-child {
  padding: 0 0 0 10px;
}

.btn_special a {
  display: block;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
}

.box_lineup_sub_bottom {
  background: #ffffff;
}

.box_lineup_sub_bottom > div {
  display: inline-block;
}

.panel_shadow_box .prev {
  position: absolute;
  top: 240px;
  left: -60px;
}

.panel_shadow_box .next {
  position: absolute;
  top: 240px;
  right: -60px;
}

.prev.fixed, .next.fixed {
  position: fixed;
  top: 50%;
  margin-top: -36px;
}

.prev.fixed {
  left: 20px;
}

.next.fixed {
  right: 20px;
}


.btn_flavor a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}

.box_lineup_sub_right #btn_sns_center {
  padding: 0 0 20px 0;
  text-align: left;
}

.box_lineup_sub_right #btn_sns_center>div {
  padding: 0;
  display: inline-block;
}

.box_lineup_sub_right #btn_sns_center>div:last-child {
  padding-left: 20px;
}

.box_lineup_sub_right {
  padding-left: 40px;
}

/*ピノスタイリング詳細*/

#pino .panel_shadow_box {
  background: url(../imgs/sizzle_vanilla_b.jpg) no-repeat;
  background-position: -80px 0px;
  color: #ffffff;
}


/*アソートスタイリング詳細*/

#page_asort .panel_shadow_box {
  background: url(../imgs/sizzle_asort_b.jpg) no-repeat;
  background-position: -3px -28px;
  color: #e50011;
  position: relative;
}

#page_asort .btn_afc {
  position: absolute;
  right: 40px;
  top: 550px;
  width: 50%;
}

#page_asort .btn_afc a {
  display: block;
}

#page_asort .panel_shadow_box .pkg {
  padding: 30px 50px;
}

#char_afc {
  position: absolute;
  width: 150px;
  bottom: 20px;
  right: -15px;
}






.icon_terms {
  padding: 3px 10px;
  border-radius: 30px;
  width: 100px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.icon_terms_b {
  padding: 3px 10px;
  border-radius: 30px;
  width: 160px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.icon_terms[class~='black_list'] {
  color: #ffffff;
  background: #000000;
}

.icon_terms[class~='coffee_list'] {
  color: #ffffff;
  background: #E4007F;
}

.icon_terms[class~='roast_list'] {
  color: #ffffff;
  background: #440205;
}

.icon_terms[class~='aloma_list'] {
  color: #e4007f;
  background: #000000;
}

.icon_terms[class~='soleil_list'] {
  color: #ffffff;
  background: #c7000b;
}

.icon_terms[class~='happy_list'] {
  color: #ffffff;
  background: #E4007F;
}

.icon_terms[class~='black'] {
  color: #000000;
  background: #ffffff;
}

.icon_terms[class*='rouge'] {
  color: #ffffff;
  background: #dca900;
}

.icon_terms[class*='matcha'] {
  color: #ffffff;
  background: #213b17;
}

.icon_terms[class*='soleil'] {
  color: #ffffff;
  background: #c7000b;
}

.icon_terms[class*='happy'] {
  color: #ffffff;
  background: #E4007F;
}

.icon_terms[class*='coffee'] {
  color: #ffffff;
  background: #003608;
}

.icon_terms[class*='roast'] {
  color: #ffffff;
  background: #440205;
}

.icon_terms[class*='aloma'] {
  color: #000000;
  background: #e4007f;
}

.icon_terms[class*='grapeberry_list'] {
  color: #ffffff;
  background: #e5004f;
}

.icon_terms_b[class*='asort_list'] {
  color: #ffffff;
  background: #e50011;
}

.icon_terms_b[class*='season_list'] {
  color: #ffffff;
  background: #004097;
}

.icon_terms[class*='season_list'] {
  color: #e50011;
  background: #FFD751;
}


/*ハッピーベリーアソート詳細*/

body#page_happy, #page_happy #container {
  background: #E4007F;
}

#page_happy nav>ul>li.active {
  background: #E4007F;
}

#page_happy .panel {
  border: 1px solid #E4007F;
}

#page_happy .panel_shadow_box {
  background: url(../imgs/sizzle_happy_b.jpg) no-repeat;
  background-position: -80px -40px;
  color: #E4007F;
}

#page_happy .box_lineup_sub {
  background: #ffe1f2;
}


/*ピノ ベルベットショコラ詳細*/

body#velvet, #velvet #container {
  background: url(../imgs/bg_lineup_velvet.png);
  #background: #410000;
}

#velvet nav>ul>li.active {
  background: #410000;
}

#velvet .panel {
  border: 1px solid #410000;
}

#velvet .panel_shadow_box {
  background: url(../imgs/sizzle_velvet_b.png) no-repeat;
  background-position: -80px -20px;
  color: #dca900;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}

#velvet .box_lineup_sub {
  background: #FFFFFF;
}


/*ピノ ルージュベリー詳細*/

body#rouge, #rouge #container {
  background: #bb1b21;
}

#rouge nav>ul>li.active {
  background: #bb1b21;
}

#rouge .panel {
  border: 1px solid #bb1b21;
}

#rouge .panel_shadow_box {
  background: url(../imgs/sizzle_rouge_b.jpg) no-repeat;
  background-position: -80px -20px;
  color: #dca900;
}

#rouge .box_lineup_sub {
  background: #FAEBB8;
}


/*ピノ アロマ薫る珈琲詳細*/

body#coffee, #coffee #container {
  background: url(../imgs/bg_lineup_coffee.jpg);
}

#coffee nav>ul>li.active {
  background: #003608;
}

#coffee .panel {
  border: 1px solid #d5af75;
}

#coffee .panel_shadow_box {
  background: url(../imgs/sizzle_coffee_b.jpg) no-repeat;
  background-position: -80px -20px;
  color: #003608;
}

#coffee .box_lineup_sub {
  background: #e4dcc2;
}


/*ピノ 旨み抹茶詳細*/

body#matcha, #matcha #container {
  background: url(../imgs/bg_lineup_matcha.jpg);
}

#matcha nav>ul>li.active {
  background: #003608;
}

#matcha .panel {
  border: 1px solid #213b17;
}

#matcha .panel_shadow_box {
  background: url(../imgs/sizzle_matcha_b.jpg) no-repeat;
  background-position: -125px -15px;
  color: #003608;
}

#matcha .box_lineup_sub {
  background: #e4dcc2;
}


/*ピノ 熟成抹茶詳細*/

body#matcha2017, #matcha2017 #container {
  background: #213b17;
}

#matcha2017 nav>ul>li.active {
  background: #003608;
}

#matcha2017 .panel {
  border: 1px solid #213b17;
}

#matcha2017 .panel_shadow_box {
  background: url(../imgs/sizzle_matcha2017_b.jpg) no-repeat;
  background-position: -130px -60px;
  color: #003608;
}

#matcha2017 .box_lineup_sub {
  background: #ffffff;
}

#matcha2017 #container-slide-sub-page {
  background: #162810;
}


/*ピノ 香ばしアーモンドキャラメル詳細*/

body#roast, #roast #container {
  background: #ed6c00;
}

#roast nav>ul>li.active {
  background: #ed6c00;
}

#roast .panel {
  border: 1px solid #ed6c00;
}

#roast .panel_shadow_box {
  background: url(../imgs/sizzle_roast_b.jpg) no-repeat;
  background-position: -125px -15px;
  color: #440205;
}

#matcha .box_lineup_sub {
  background: #e4dcc2;
}


/*ピノ アロマショコラ*/

body#aloma, #aloma #container {
  background: #000000;
}

#aloma nav>ul>li.active {
  background: #e4007f;
}

#aloma .panel {
  border: 1px solid #000000;
}

#aloma .panel_shadow_box {
  background: url(../imgs/sizzle_aloma_b.jpg) no-repeat;
  background-position: -85px -40px;
  color: #ffffff;
}

#matcha .box_lineup_sub {
  background: #e4dcc2;
}

#aloma #container-slide-sub-page {
  background: #000000;
}

/*ピノ グレープ＆ベリー*/

body#grapeberry, #grapeberry #container {
  background: url(../imgs/bg_grapeberry.jpg);
  background-position: center;
  background-size: cover;
}

#grapeberry nav>ul>li.active {
  background: #e5004f;
}

#grapeberry nav>ul>li:last-child>a {
  border-right: 1px dotted #e5004f;
}

#grapeberry nav>ul>li>a,
#grapeberry nav>ul>li.active>div:not(.nav_second) {
  border-left: 1px dotted #e5004f;
}

#grapeberry nav>ul>li[class*="logo"]>a {
  border-left: none;
}

#grapeberry .panel {
  border: 1px solid #d9bdcf;
}

#grapeberry .panel_shadow_box {
  background: url(../imgs/sizzle_grapeberry_b.jpg) no-repeat;
  background-position: -123px -40px;
  color: #181878;
}

#grapeberry .box_lineup_sub {
  background: #ffffff;
}

#grapeberry #container-slide-sub-page {
  background: #faedf5;
}



/*シーズン2017sスタイリング詳細*/

#page_season2017s #container {
  background: #0064b4;
}

#page_season2017s .title span {
  display: block;
  font-size: 14px;
}

#page_season2017s .panel_shadow_box .pkg {
    padding: 30px 50px;
}

#page_season2017s .panel_shadow_box {
  background: url(../imgs/sizzle_season2017s_b.jpg) no-repeat;
  background-position: 0px 0px;
  color: #0064b4;
  position: relative;
}

#page_season2017s nav>ul>li.active {
  background: #0064b4;
}

#page_season2017s nav>ul>li:last-child>a {
  border-right: 1px dotted #0064b4;
}

#page_season2017s nav>ul>li>a,
#page_season2017s nav>ul>li.active>div:not(.nav_second) {
  border-left: 1px dotted #0064b4;
}

#page_season2017s nav>ul>li[class*="logo"]>a {
  border-left: none;
}

#page_season2017s .panel {
  border: 1px solid #0064b4;
}

#page_season2017s .box_lineup_sub {
  background: #ffffff;
  border-top: 1px solid #0064b4;
}

#page_season2017s #container-slide-sub-page {
  background: #014a7c;
}



/*ピノ ソレイユパッション詳細*/

body#soleil, #soleil #container {
  background: #FF8700;
}

#soleil nav>ul>li.active {
  background: #c7000b;
}

#soleil .panel {
  border: 1px solid #FF8700;
}

#soleil .panel_shadow_box {
  background: url(../imgs/sizzle_soleil_b.jpg) no-repeat;
  background-position: -125px -15px;
  color: #c7000b;
}

#soleil .box_lineup_sub {
  background: #ffffff;
}


/*アソート2015w詳細*/

#page_asort2015w .panel_shadow_box {
  background: url(../imgs/bg_asort2015w.jpg);
  color: #ffffff;
  position: relative;
}

#page_asort2015w .box_lineup_detail {
  width: 100%;
}

#page_asort2015w .panel_shadow_box .title {
  text-align: center;
}

#page_asort2015w .panel_shadow_box .sizzle {
  padding: 30px 0;
}

#page_asort2015w .panel_shadow_box .info {
  padding: 0 30px 0 0;
}

#page_asort2015w .btn_afc {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}

#page_asort2015w .btn_afc a {
  display: block;
}

#page_asort2015w #char_afc {
  position: absolute;
  width: 150px;
  bottom: 20px;
  right: -15px;
}


/*アソート2016w詳細*/

#page_asort2016w .panel_shadow_box {
  background: url(../imgs/bg_asort2016w.jpg);
  color: #ffffff;
  position: relative;
}

#page_asort2016w .box_lineup_detail {
  width: 100%;
}

#page_asort2016w .panel_shadow_box .title {
  text-align: center;
}

#page_asort2016w .panel_shadow_box .sizzle {
  padding: 30px 0;
}

#page_asort2016w .panel_shadow_box .info {
  padding: 0 30px 0 0;
}

#page_asort2016w .btn_afc {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}

#page_asort2016w .btn_afc a {
  display: block;
}

#page_asort2016w #char_afc {
  position: absolute;
  width: 150px;
  bottom: 20px;
  right: -15px;
}






/*シーズン2015w詳細*/

body#page_season2015w, #page_season2015w #container {
  background: #ffd900;
}

#page_season2015w nav>ul>li.active {
  background: #FFC800;
}

#page_season2015w .panel {
  border: 1px solid #ffd900;
}

#page_season2015w .panel_shadow_box {
  background: url(../imgs/bg_season2015w.jpg);
  color: #6a3906;
  position: relative;
}

#page_season2015w .box_lineup_detail {
  width: 100%;
}

#page_season2015w .panel_shadow_box .title {
  text-align: center;
}

#page_season2015w .panel_shadow_box .sizzle {
  padding: 30px 0;
}

#page_season2015w .panel_shadow_box .info {
  padding: 0 30px 0 0;
}


/*シーズン2016w詳細*/

body#page_season2016w, #page_season2016w #container {
  background: #004097;
}

#page_season2016w nav>ul>li.active {
  background: #004097;
}

#page_season2016w .panel {
  border: 1px solid #004097;
}

#page_season2016w .panel_shadow_box {
  background: url(../imgs/bg_season2016.jpg);
  color: #ffffff;
  position: relative;
}

#page_season2016w .box_lineup_detail {
  width: 100%;
}

#page_season2016w .panel_shadow_box .title {
  text-align: center;
}

#page_season2016w .panel_shadow_box .sizzle {
  padding: 30px 0;
}

#page_season2016w .panel_shadow_box .info {
  padding: 0 30px 0 0;
}


/*ピノ ルージュベリー特設*/

.ln0 {
  line-height: 0;
}

#loading_sp {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  background: url(../imgs/rouge/loading.gif);
  z-index: 10013;
}

#intro_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10011;
  background: #000000;
}

#rouge_sp {
  background: #000000;
}

#container_ln_sp {
  display: none;
}

#container_ln_sp_inn {
  width: 950px;
  margin: 0 auto;
}

#rouge_sp #container_ln_sp {
  background: url(../imgs/rouge/bg.jpg);
}

#rouge_sp #container_ln_sp .cont {
  background: #ffffff;
  text-align: center;
  padding: 50px 0;
}

#rouge_sp #container_ln_sp .link {
  width: 678px;
  margin: 0 auto;
}

#rouge_sp #container_ln_sp .pkg {
  float: left;
  width: 275px;
}

#rouge_sp #container_ln_sp .detail {
  float: right;
}

#intro_rouge {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10010;
  background: url(../imgs/rouge/bg_rouge_sp.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#intro_rouge_box {
  position: absolute;
  bottom: 30px;
  ;
  left: 50%;
  margin-left: -174px;
  text-align: center;
}

#intro_rouge_copy {
  margin-bottom: 30px;
}

#intro_rouge_pkg {
  opacity: 0;
  position: relative;
}

#intro_btn_skip {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 10013;
  line-height: 0;
}


/* =======================================
   パネルスタイル　-通常-
   ======================================= */

.panel_shadow_normal {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.panel_shadow_normal:last-child {
  margin-bottom: 0;
}

.panel_shadow_nopd {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.panel_shadow_normal_40 {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
}


/* =======================================
   CMページ
   ======================================= */

#cm h2 {
  color: #e50011;
  height: 42px;
  line-height: 42px;
  background-position: left center;
  margin: 0;
}

#cm ul li {
  height: 135px;
}

#cm ul li.cut1 {
  background: url(../imgs/p_cut1.jpg) no-repeat;
  background-position: center center;
}

#cm ul li.cut2 {
  background: url(../imgs/p_cut2.jpg) no-repeat;
  background-position: center center;
}

#cm ul li.cut3 {
  background: url(../imgs/p_cut3.jpg) no-repeat;
  background-position: center center;
}

.box_cm {
  text-align: center;
  padding-bottom: 20px;
}

.btn_square {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.btn_square span {
  display: block;
  padding: 20px 30px;
}

.btn_square.red {
  background: #e50011;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn_square.red:hover {
  background: #BF000E;
}

.btn_square.white {
  background: #ffffff;
  color: #e50011;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn_square.white:hover {
  background: #FFDFDF;
}

#vi_cm_mov {
  width: 460px;
  margin: 0 auto;
  padding-top: 30px;
}

#vi_cm_mov a {
  width: 100%;
}


/* =======================================
   NEWSページ
   ======================================= */

#news>div {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px dotted #e50011;
  padding: 20px 0;
}

#news>div:last-child {
  border-bottom: none;
}

#news .thumb img {
  max-width: 100%;
}

#news .desc {
  padding: 0 0 0 20px;
}

#news .detail {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #ffffff;
}

#news .detail>div {
  display: table-cell;
  vertical-align: top;
}

#news .detail .cat {
  padding: 3px 10px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  width: 20%;
  margin-bottom: 10px;
}

#news .detail .title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

#news .detail .arrow {
  vertical-align: middle;
  text-align: right;
  position: relative;
}


/* =======================================
   キャンペーンページ
   ======================================= */

#cp>div>a, #cp>div>div {
  display: block;
  padding: 15px;
}

#cp .vi {
  margin-bottom: 15px;
}

#cp .vi img {
  width: 100%;
}

#cp .title {
  color: #e50011;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

#cp .date {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}


/* =======================================
   エンジョイページ
   ======================================= */

#enjoy>div>a, #enjoy>div>div {
  display: block;
  padding: 15px;
}

#enjoy .vi {
  margin-bottom: 15px;
}

#enjoy .vi img {
  width: 100%;
}

#enjoy .title {
  color: #e50011;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

#enjoy .date {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

#enjoy .title_page {
  text-align: center;
  color: #e50011;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}

#container_game {
  text-align: center;
}


/* =======================================
   成分チェッカーページ
   ======================================= */

#container_seibun {
  background: url(../imgs/bg_grid.jpg);
}

#container_seibun_inn {
  padding: 20px 20px 50px;
  background: url(../imgs/bg_seibun.png) no-repeat;
  background-position: center bottom;
}

#seibun .title {
  padding: 20px 0 40px;
  text-align: center;
}

#seibun .sub {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #e50011;
}

#seibun form {
  padding: 40px 150px;
}

.container_form>div {
  padding: 30px 0;
}

#seibun form .head {
  font-weight: bold;
  font-size: 13px;
}

#seibun form .box_input {
  border: 2px solid #e50011;
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

#seibun form .box_input input {
  border: none;
  background: transparent;
  width: 100%;
}

.box_radio li {
  position: relative;
}

.box_radio input {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.box_radio label {
  background: #ffffff;
  padding: 15px;
  text-align: center;
  display: block;
  border: 2px solid #e50011;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
}

.box_radio li:last-child label {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

.box_radio label.active {
  background: #e50011;
  color: #ffffff;
}

.submit_seibun {
  display: block;
  border: 0px;
  width: 327px;
  height: 87px;
  background: url(../imgs/btn_seibun_post.png) no-repeat;
  margin: 0 auto;
}


/* =======================================
   成分チェッカー結果
   ======================================= */

#result {
  background: #ffffff;
}

#result_img {
  background: #ffffff;
  border: 1px solid #e50011;
  text-align: center;
  border-bottom: none;
  border-right: none;
}

#result_img .title {
  font-size: 40px;
  font-weight: bold;
  color: #e50011;
  padding: 20px;
}

#result_img .vi img {
  max-width: 370px;
}

.btn_post_fb, .btn_post_tw {
  cursor: pointer;
}

.btn_post_fb {
  color: #385590;
}

.btn_post_tw {
  color: #66a3d1;
}

.seibun_fukidashi {
  position: absolute;
  right: 90px;
  width: 0;
  height: 0;
}

.seibun_char {
  position: absolute;
  right: 20px;
  bottom: -108px;
}


/* =======================================
   投稿完了ページ
   ======================================= */

#box_comp {
  width: 100%;
  height: 300px;
  position: relative;
}

#char_comp {
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 40%;
}

#char_comp_fukidashi {
  width: 0;
  position: absolute;
  top: 45px;
  left: 27%;
}


/* =======================================
   サイトマップページ
   ======================================= */

#sitemap .title {
  font-size: 18px;
  font-weight: bold;
  color: #e50011;
  margin-bottom: 30px;
}

#sitemap .left {
  padding: 0 40px 0 0;
}

#sitemap .head {
  color: #e50011;
  font-weight: bold;
  list-style-type: none;
  border-bottom: 1px dotted #e50011;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 0;
}

#sitemap div>ul>li {
  list-style-type: disc;
  margin-left: 40px;
}

#sitemap div>ul>li>a {
  padding: 10px 0;
  font-weight: bold;
  display: block;
}

#sitemap div>ul>li>ul>li {
  list-style-type: circle;
  margin-left: 20px;
}

#sitemap div>ul>li>ul>li a {
  padding: 10px 0;
  display: block;
}


/* ==========================================================================
   ピノキッチンページ
   ========================================================================== */

ol {
  margin: 0;
  padding: 0;
}

.attention {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  text-align: center;
}

#container_kitchen {
  background: #ffffff;
  width: 100%;
}

#container_kitchen_title {
  padding-top: 110px;
  background: url(../imgs/bg_kitchen_title.jpg);
}

#container_kitchen_title_inn {
  width: 950px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 0 0 30px 0;
  font-size: 13px;
}

#container_kitchen_title_inn .title {
  margin-bottom: 20px;
}

#container_recipe_recommend {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 10px;
  display: table;
  table-layout: fixed;
}

#container_recipe_recommend .thumb_resipe {
  padding: 0 40px 0 0;
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#container_recipe_recommend .detail_recipe {
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#container_recipe_recommend .title_resipe {
  font-size: 16px;
  color: #e50011;
  margin-bottom: 5px;
  font-weight: bold;
}

#container_recipe_recommend .desc_resipe {
  font-size: 14px;
  font-weight: bold;
}

.icon_recommend {
  padding: 0 0 10px 0;
}

#container_kitchen_recipe {
  padding: 20px 0 40px;
}

#container_kitchen_recipe .item {
  width: 24.5%;
  padding: 30px;
  text-align: center;
  display: block;
}

#container_kitchen_recipe .thumb_resipe {
  margin-bottom: 10px;
  position: relative;
}

#container_kitchen_recipe .thumb_resipe img {
  max-width: 100%;
}

#container_kitchen_recipe .title_resipe {
  font-size: 14px;
  color: #e50011;
  margin-bottom: 5px;
}


/* =======================================
   ピノキッチンレシピ詳細
   ======================================= */

#container_kitchen_recipe_detail {
  width: 950px;
  margin: 0 auto;
}

#recipe_detail {
  padding: 0 0 20px 0;
  position: relative;
}

#recipe_detail .vi {
  width: 620px;
}

#recipe_detail .detail {
  width: 330px;
  padding: 0 0 0 20px;
}

#recipe_detail .detail .title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e50011;
}

#recipe_detail .detail .txt_b {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#recipe_detail .detail .txt_s {
  margin-bottom: 20px;
}

#recipe_detail .recommend {
  background: #eeeae8;
  width: 100%;
  padding: 10px;
  display: table;
  table-layout: fixed;
}

#recipe_detail .recommend .pkg {
  width: 40%;
  display: table-cell;
}

#recipe_detail .recommend .pkg img {
  max-width: 100%;
}

#recipe_detail .recommend .txt {
  padding: 0 0 0 10px;
  width: 60%;
  display: table-cell;
  vertical-align: bottom;
}

#recipe_detail .recommend .name {
  padding: 10px 0 0 0;
  text-align: center;
}

#recipe_detail .recommend .name i {
  margin-left: 10px;
}

#recipe_howto .material {
  padding: 0 20px 0 0;
}

#recipe_howto .material .title {
  background: #e50011;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

#recipe_howto .material p, #recipe_howto .step p {
  line-height: 2.3em;
}

#recipe_howto .step {
  padding: 0 0 0 20px;
}

#recipe_howto .step .title {
  background: #e50011;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

#recipe_howto .step .point, #recipe_howto .step .arrange {
  border-top: 1px dotted #e50011;
  padding: 30px 0 20px 80px;
  font-weight: bold;
  font-size: 15px;
  color: #e50011;
  background: url(../imgs/char_kitchen.png) no-repeat;
  background-position: left center;
}

.btn_brown {
  display: table;
  table-layout: fixed;
  width: 50%;
  background: #eeeae8;
  padding: 15px 5px;
  margin: 40px auto 0;
}

.btn_brown .txt {
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.btn_brown .arrow {
  display: table-cell;
  text-align: right;
}

#materialInfo {
  padding: 15px 0;
}

#materialInfo>div {
  margin-bottom: 10px;
}

#materialText {
  font-weight: bold;
}

#howToMake {
  padding: 15px 0;
}

#howToMake #htmDetail>div {
  margin-bottom: 10px;
}

#htmNumber, #rpoNumber, #rarNumber {
  font-weight: bold;
  font-size: 15px;
  color: #e50011;
}

#htmCaution {
  padding: 10px;
  border: 1px dotted #e50011;
}

#recipePoint {
  padding: 15px 0;
}

#recipePoint>div {
  margin-bottom: 10px;
}

#recipeArrange {
  padding: 15px 0;
}

#recipeArrange>div {
  margin-bottom: 10px;
}

/* ==========================================================================
   ピノミュージアム
   ========================================================================== */

#museum #container {
  padding-bottom: 0;
}

#museum #container_inn_pd0 {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 1054px;
  position: relative;
}

#museum_top {
  width: 950px;
  height: 384px;
  background: url(../imgs/bg_museum_top.png) no-repeat;
  margin: 0 auto;
  position: relative;
}

#museum_top .pino {
  position: absolute;
  top: 212px;
  right: 383px;
}

#museum_top .logo {
  position: absolute;
  left: 50%;
  margin-left: -157px;
  top: 155px;
}

#museum_top .fukidashi {
  position: absolute;
  top: 125px;
  right: 180px;
  width: 0;
}

#museum_body {
  width: 950px;
  height: 953px;
  margin: 0 auto;
}

#museum_left {
  width: 475px;
  height: 953px;
  background: url(../imgs/bg_museum_left.png) no-repeat;
}

#museum_right {
  width: 475px;
  height: 953px;
  background: url(../imgs/bg_museum_right.png) no-repeat;
}

#museum_bottom {
  width: 1054px;
  height: 102px;
  background: url(../imgs/bg_museum_bottom.png) no-repeat;
  background-position: center bottom;
}


/*共通*/

#museum_body a.btn {
  position: relative;
  display: block;
  width: 363px;
  height: 262px;
}

#museum_body h1 {
  font-weight: bold;
  font-size: 13px;
}

#museum_body h2 {
  font-weight: bold;
  font-size: 19px;
  color: #e50011;
}

#museum_body a.btn .vi {
  position: absolute;
  top: 0;
  left: 0;
  width: 363px;
  height: 262px;
}


/*左列*/

#museum_left>div {
  width: 360px;
  margin-left: 95px;
  text-align: center;
  padding: 20px 0;
}

#museum_left .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 363px;
  height: 262px;
  background: url(../imgs/museum_mask_left.png) no-repeat;
}


/*右列*/

#museum_right>div {
  width: 360px;
  margin-left: 20px;
  text-align: center;
  padding: 20px 0;
}

#museum_right .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 363px;
  height: 262px;
  background: url(../imgs/museum_mask_right.png) no-repeat;
}


/*各ボタン*/

.secret a.btn .vi {
  background: url(../imgs/museum_bg_secret.jpg) no-repeat;
  background-position: center center;
}

.history a.btn .vi {
  background: url(../imgs/museum_bg_history.jpg) no-repeat;
  background-position: center center;
}

.trivia a.btn .vi {
  background: url(../imgs/museum_bg_trivia.jpg) no-repeat;
  background-position: center center;
}

.flavor a.btn .vi {
  background: url(../imgs/museum_bg_flavor.jpg) no-repeat;
  background-position: center center;
}


/* ==========================================================================
   美味しさの秘密
   ========================================================================== */

#secret nav {
  position: fixed;
  top: 0;
}

#secret #footer_museum {
  position: fixed;
  bottom: 0;
}

#icon_pino {
  margin: 0 auto;
  width: 0;
}

#fullpage .detail[class*="left"] {
  text-align: left;
  padding: 0 0 86px 70px;
  z-index: 9999;
  position: relative;
}

#fullpage .detail[class*="right"] {
  text-align: right;
  padding: 0 0 86px 0;
  z-index: 9999;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#fullpage .detail[class*="center"] {
  text-align: center;
  padding: 0 0 0 0;
  z-index: 9998;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#fullpage .detail>div {
  position: relative;
}

#fullpage .detail .icon, #fullpage .detail .title, #fullpage .detail .desc {
  opacity: 0;
  right: -20px;
}

#fullpage .detail div.title {
  padding: 40px 0;
}

#fullpage .detail div.title_intro {
  padding: 20px 0;
  margin: 0 auto;
}

#secret_0 {
  background: #e50011;
}

#secret_1 {
  background: #e50011;
}

#secret_1 {
  background: url(../imgs/secret/secret1_bg2.jpg) no-repeat;
  background-size: cover;
}

#secret_1 .vi1 {
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -270px;
}

#secret_2 {
  background: url(../imgs/secret/secret2_bg.jpg) no-repeat;
  background-size: cover;
}

#secret_2 .vi1 {
  position: absolute;
  top: 6%;
  left: 11%;
}

#secret_2 .vi2 {
  position: absolute;
  bottom: 19%;
  left: 15%;
}

#secret_3 {
  background: url(../imgs/secret/secret3_bg.jpg) no-repeat;
  background-size: cover;
}

#secret_4 {
  background: url(../imgs/secret/secret4_bg.jpg) no-repeat;
  background-size: cover;
}

#secret_5 {
  background: #e50011;
}

#secret_6 {
  background: #e50011;
}


/* ==========================================================================
   ブランドヒストリー
   ========================================================================== */

#fullpage_story .title_intro {
  width: 600px;
  margin: 0 auto;
}

.char_story {
  margin-top: 50px;
  position: relative;
}

.char_story>div {
  display: inline-block;
  * display: inline;
  *zoom: 1;
  padding: 0 5px;
}

.char_story .char_pino_b {
  position: relative;
  top: 33px;
}

.char_story .char_pino_ichigo, .char_story .char_pino_almond {
  position: relative;
  top: 15px;
}

.char_pino_m {
  width: 48px;
  position: relative;
  top: -12px;
}

.btn_trivia {
  width: 410px;
  display: table;
  table-layout: fixed;
  padding: 10px 0;
}

.btn_trivia>div {
  display: table-cell;
  vertical-align: middle;
}

.btn_trivia .icon {
  width: 54px;
}

.btn_trivia .txt {
  width: 350px;
  padding: 0 0 0 15px;
}

#fullpage_story {
  background: #e50011;
}

#page_story nav {
  position: fixed;
  top: 0;
}

#page_story #footer_museum {
  position: fixed;
  bottom: 0;
  z-index: 10002;
}

.type_left, .type_right {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#story_4 .type_right {
  padding: 150px 0;
}

.type_left .left {
  width: 220px;
  text-align: center;
  position: absolute;
}

.type_left .right {
  width: 950px;
  padding: 0 0 0 220px;
  margin-left: 50px;
}

.type_right .right {
  width: 220px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.type_right .left {
  width: 950px;
  padding: 0 220px 0 0;
  margin-right: 50px;
}

.type_left .detail, .type_right .detail {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.type_left .detail {
  background: #ffffff;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.12);
}

.detail h1, #detail_trivia h1 {
  color: #e50011;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2em;
}

.detail h2 {
  color: #e50011;
  font-size: 15px;
}

.anim_history_b, .anim_history_s {
  width: 0;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}

#story_intro #bg_dot {
  position: absolute;
  top: 0;
}


/*intro02設定*/

#story_intro_2 {
  line-height: 2;
  letter-spacing: 0.2em;
  background-image: url(../imgs/story/line_left_top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

#story_intro_2 .left {
  top: -16px;
}

#story_intro_2 .detail h1 {
  font-weight: bold;
}


/*story0設定*/

#story_0 {
  background: url(../imgs/story/line_left.png) no-repeat;
  background-position: center center;
}

#story_0 .left {
  top: -85px;
}


/*story0_1設定*/

#story_0_1 {
  background: url(../imgs/story/line_left.png) no-repeat;
  background-position: center center;
}

#story_0_1 .left {
  top: -100px;
}

#story_0_1 .detail_sub {
  color: #ffffff;
  padding: 30px;
}


/*story1設定*/

#story_1 {
  background: url(../imgs/story/line_left_connect.png) no-repeat;
  background-position: center top;
}

#story_1 .right {
  top: -40px;
}


/*story1_1設定*/

#story_1_1 {
  background: url(../imgs/story/line_right.png) no-repeat;
  background-position: center top;
}

#story_1_1 .detail_sub {
  color: #7f191e;
  padding: 30px;
}

#story_1_1 .right {
  top: -50px;
}


/*story2設定*/

#story_2 {
  background: url(../imgs/story/line_right_connect.png) no-repeat;
  background-position: center top;
}


/*story2_1設定*/

#story_2_1 {
  background: url(../imgs/story/line_left.png) no-repeat;
  background-position: center top;
}

#story_2_1 .detail_sub {
  color: #ffffff;
  padding: 30px;
}

#story_2_1 .left {
  top: -40px;
}


/*story3設定*/

#story_3 {
  background: url(../imgs/story/line_left_connect.png) no-repeat;
  background-position: center top;
}

#story_3 .right {
  top: -56px;
}


/*story3_1設定*/

#story_3_1 {
  background: url(../imgs/story/line_right.png) no-repeat;
  background-position: center top;
}


/*story4設定*/

#story_4 {
  background: url(../imgs/story/line_right_connect_end.png) no-repeat;
  background-position: center top;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.2em;
}

#story_4 .left {
  width: 1000px;
  padding: 0 382px 0 0;
  margin-right: 50px;
}

#story_4 .right {
  width: 332px;
  top: 50%;
  margin-top: -166px;
}


/* ==========================================================================
   トリビア
   ========================================================================== */

#trivia nav {
  position: fixed;
  top: 0;
}

#trivia #footer_museum {
  position: fixed;
  bottom: 0;
  z-index: 10003;
}

#container_trivia {
  width: 100%;
  height: 100%;
  position: relative;
}

#container_trivia_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#container_trivia_cont {
  position: relative;
  z-index: 10;
  padding: 150px 0 50px;
}

#container_trivia_cont_inn {
  display: table;
  table-layout: fixed;
  width: 950px;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
  opacity: 0;
}

#container_trivia_cont_inn .vi {
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}

#container_trivia_cont_inn .detail {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 50px;
  width: 600px;
}

#container_trivia_cont_inn .btn {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0 0 0;
}

#container_trivia_cont_inn .btn>a {
  display: table-cell;
  vertical-align: middle;
}

#detail_trivia, #list_trivia {
  display: none;
}

#list_trivia a {
  padding: 15px 0;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.list_trivia_outer .fancybox-skin {
  background: transparent;
}

#detail_trivia {
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2em;
}

#container_trivia .detail h1, #container_trivia .detail p {
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

#container_trivia_bg[class*="tr01"] {
  background: #fff45c;
}

#container_trivia_bg[class*="tr02"] {
  background: #79e9da;
}

#container_trivia_bg[class*="tr03"] {
  background: #5d4037;
}

.detail.tr03 h1, .detail.tr03 {
  color: #ffffff;
}

.detail.tr03 a {
  color: #ffffff;
}

.detail.tr03 a:hover {
  color: #ffffff;
}

#container_trivia_bg[class*="tr04"] {
  background: #7fc59c;
}

.detail.tr04 h1, .detail.tr04 {
  color: #5b3f36;
}

.detail.tr04 a:hover {
  color: #5b3f36;
}

#container_trivia_bg[class*="tr05"] {
  background: #00b7ee;
}

.detail.tr05 h1, .detail.tr05 {
  color: #ffffff;
}

.detail.tr05 a:hover {
  color: #ffffff;
}

#container_trivia_bg[class*="tr06"] {
  background: #fdad00;
}

.detail.tr06 h1, .detail.tr06 {
  color: #ffffff;
}

.detail.tr06 a:hover {
  color: #ffffff;
}

#container_trivia_bg[class*="tr07"] {
  color: #ffffff;
  background: #BE010F;
}

.detail.tr07 h1, .detail.tr07 {
  color: #ffffff;
}

.detail.tr07 a:hover {
  color: #ffffff;
}


/* ==========================================================================
   コンテナ　-フッターバナー-
   ========================================================================== */

#container_bnr {
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
  z-index: 10001;
  position: relative;
}

#container_bnr_inn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#container_bnr_inn a {
  display: inline-block;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}


/* ==========================================================================
   フッター
   ========================================================================== */

footer {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -2px 6px 2px rgba(0, 0, 0, 0.12);
  z-index: 10002;
  position: relative;
  padding: 20px 0;
  text-align: center;
}

#fondue footer {
  padding: 20px 0 150px;
}

#secret footer, #trivia footer, #page_story footer {
  padding: 20px 0 100px;
}

.footer-inn {
  max-width: 950px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-info {
    display: block;
}

.footer-info > div {
    display: block;
}

.footer-sns {
    text-align: center;
    margin-top: 20px;
}

.panel-sns-outer {
  margin-bottom: 30px;
}

.panel-sns {
  padding: 0 0 0 10px;
  width: 50%;
}

.panel-sns:first-child {
  padding: 0 10px 0 0;
}

.footer-info .cell {
    display: inline-block;
    vertical-align: middle;
}



@media only screen and (max-width:600px) {
  .panel-sns {
      width: 100%;
      padding: 0;
  }

  .panel-sns:first-child {
      padding: 0 0 0 0;
  }

}




#footer_museum {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

#footer_museum_inn {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}

#footer_museum_inn>a {
  padding: 5px 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  color: #e50011;
  vertical-align: middle;
  position: relative;
}

#footer_museum_inn>a.logo_museum {
  width: 17%;
}

.logo_museum_40th {
  position: absolute;
  width: 62px;
  bottom: 10px;
  left: -44px;
}

#footer_museum_inn>a>span.active {
  border-bottom: 2px solid #e50011;
}

#footer_museum_inn>a:hover>span {
  border-bottom: 2px solid #e50011;
}

#footer_museum_bottom {
  background: #e50011;
  width: 100%;
}

#footer_museum_bottom_inn {
  width: 950px;
  margin: 0 auto;
}

#footer_museum_bottom_inn>div {
  padding: 10px 0;
  color: #ffffff;
  font-size: 11px;
}

#footer_museum_bottom_inn>div a {
  color: #ffffff;
}

#footer_museum_bottom_inn>div a:hover {
  color: #ffffff;
  text-decoration: underline;
}


/* ==========================================================================
   アレルゲン
   ========================================================================== */

#allergen {
  display: none;
}

table {
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

tr.o th, tr.o td {
  background-color: #f0edeb;
}

td, th {
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  font-size: 100%;
}

th {
  padding: 8px 6px;
}

td {
  padding: 10px 6px 11px 6px;
}

td.as_name {
  text-align: left;
}

td.cal {
  text-align: right;
  padding: 0 9px;
}

.caution_wrap {
  margin: 18px 0 25px 0;
  overflow: hidden;
}

.caut {
  float: left;
  color: #f88e04;
  width: 14px;
}

.caut2 {
  color: #f88e04;
}

p.caution {
  float: left;
  width: 626px;
  /*margin: 18px 0 25px 0;
	padding: 0 0 0 12px;*/
  /*text-indent: -12px;*/
}


/* ==========================================================================
   シアター
   ========================================================================== */

.theater #container {
  background: url(../imgs/theater/bg.png);
}

#container_theater {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 100px;
}

#container_theater_inn {
  opacity: 0;
}

#curtain_left {
  width: 50%;
  height: 100%;
  background: url(../imgs/theater/curtain.png);
  background-position: right top;
  position: fixed;
  top: 0;
  left: 0;
  background-size: 300px 110%;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-box-shadow: 15px 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 0 20px rgba(0, 0, 0, 0.25);
}

#curtain_right {
  width: 50%;
  height: 100%;
  background: url(../imgs/theater/curtain.png);
  background-position: left top;
  position: fixed;
  top: 0;
  right: 0;
  background-size: 300px 110%;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-box-shadow: -15px 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: -15px 0 20px rgba(0, 0, 0, 0.25);
}

#container_theater .movie {
  padding: 20px 0 40px;
}

#container_theater .box_movie {
  width: 720px;
  line-height: 0;
  margin: 0 auto;
  -webkit-box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 15px 15px 0 0 rgba(0, 0, 0, 0.2);
  background: #000000;
}

#container_theater .txt {
  padding: 10px 0 20px;
}

#container_theater .movie .txt {
  padding: 40px 0 20px;
}

#container_theater .film_b {
  width: 1000px;
  height: 1080px;
  background: url(../imgs/theater/film.png) no-repeat;
  background-position: center top;
  margin: 0 auto;
}

#container_theater .film {
  padding: 20px 0 0;
}

#container_theater .film:last-child {
  padding: 20px 0 40px;
}

#container_theater .film .vi {
  width: 100%;
  height: 358px;
}

#container_theater .film .vi.first {
  background: url(../imgs/theater/film1.png) no-repeat;
  background-position: center top;
}

#container_theater .film .vi.second {
  background: url(../imgs/theater/film2.png) no-repeat;
  background-position: center top;
}

#container_theater .box_txt {
  width: 950px;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}

#container_theater .box_txt .txt {
  width: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}

#curtain_left .logo {
  width: 194px;
  height: 272px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -130px;
}

#curtain_right .logo {
  width: 194px;
  height: 272px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -130px;
}

#container_theater #intro {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background: url(../imgs/theater/bg.png);
}

#container_theater #intro ul {
  margin-top: 10px;
}

#container_theater #intro ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  bottom: -10px;
}

#container_theater #intro ul li.space {
  padding: 0 15px 0 0;
}

#intro_inn {
  width: 600px;
  height: 242px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -300px;
}

#box_svg {
  width: 600px;
  height: 221px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#mask {
  width: 600px;
  height: 221px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../imgs/theater/mask.png) no-repeat;
  background-size: 600px auto;
  z-index: 1;
}

#svg {}

#intro .sub {
  width: 100%;
  height: 114px;
  position: absolute;
  top: 35%;
  margin-top: -57px;
}

body.theater #container_bnr {
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.17);
}

.link_museum {
  padding: 0 0 50px;
}

.link_museum .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}

.link_museum .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 280px;
  padding: 0 20px;
  color: #ffffff;
}

.link_museum .btn a:hover {
  color: #FFDFDF;
}

.link_museum .btn a h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.link_museum .btn a p {
  padding: 5px 0 0 0;
  margin: 0;
}


/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/


/*
==============================================
pulse
==============================================
*/

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}


/*
==============================================
floating
==============================================
*/

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(16%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(16%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.floating_s {
  animation-name: floating_s;
  -webkit-animation-name: floating_s;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating_s {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating_s {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.floating_ss {
  animation-name: floating_ss;
  -webkit-animation-name: floating_ss;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating_ss {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating_ss {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.floating_m {
  animation-name: floating_m;
  -webkit-animation-name: floating_m;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating_m {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(13%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating_m {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(13%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}


/*
==============================================
tossing
==============================================
*/

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
