@charset "utf-8";

/* ======================
 * Component CSS
======================= */
/* /shared/css/top.css
----------------------- */

/* For PC
------------------------------------------ */
@media print, screen and (min-width: 768px) {
  
/* Reset
------------------------------------------ */

/* Layout
------------------------------------------ */
  #top #content,
  #top #main > *:first-child {
    margin-top: 0 !important;
  }
  #top #content .wrap {
    width: 100%;
  }
  #top #content .l-article {
    width: 760px;
    margin: 0 auto;
  }
  #top #content .l-article > *:first-child {
    margin-top: 0 !important;
  }
  
  /* l-pagetitle */
  #top .l-pagetitle {
    padding: 15px 0;
    background: url(/group/shared/img/top_bg01.gif) 0 0 repeat;
  }
  #top .pagetitle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 760px;
    margin: 0 auto;
  }
  #top .pagetitle_head {
    font-size: 171.42%;
  }
  #top .pagetitle_logo {
    margin-left: 10px;
  }

/* Hero
------------------------------------------ */  
  #top #content .l-hero {
    margin-bottom: 20px;
  }
  #top .top-slider {
    -webkit-transition: background .4s;
    transition: background .4s;
  }
  #top .slider_visual {
    width: 735px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #top .slider_ui {
    padding: 7px 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
  #top .slider_ui .slider_pager {
    position: relative;
    width: 735px;
    margin: 0 auto;
  }
  #top .slider_ui .slider_pager .prevBtn,
  #top .slider_ui .slider_pager .nextBtn {
      cursor: pointer;
      position: absolute;
      top: -33px;
      width: 14px;
      height: 24px;
      text-indent: -9999px;
  }
  #top .slider_ui .slider_pager .prevBtn {
      left: 0;
      background: url(/group/shared/img/top_sprite01.png) no-repeat 0 -100px;
  }
  #top .slider_ui .slider_pager .nextBtn {
      right: 63px;
      background: url(/group/shared/img/top_sprite01.png) no-repeat -50px -100px;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item {
      position: relative;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-start,
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-stop {
      position: absolute;
      display: block;
      width: 20px;
      height: 24px;
      text-indent: -9999px;
      bottom: 10px;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-stop {
    right: -85px;
    background: url(/group/shared/img/top_sprite01.png) no-repeat -200px -100px;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-stop.Pressed {
    background: url(/group/shared/img/top_sprite01.png) no-repeat -250px -100px;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-start {
    right: -60px;
    background: url(/group/shared/img/top_sprite01.png) no-repeat -100px -100px;
  }
  #top .slider_ui .bx-controls.bx-has-controls-auto .bx-controls-auto .bx-controls-auto-item .bx-start.Pressed  {
    background: url(/group/shared/img/top_sprite01.png) no-repeat -150px -100px;
  }
  #top .slider_ui .slider_thumb {
    overflow: hidden;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff)\9; /* for IE8 */
    font-size: 0;
    text-align: center;
    zoom: 1;
  }
  #top .slider_ui .bx-wrapper {
    position: relative;
    left: -32px;
  }
  :root #top .slider_ui .slider_thumb { /* for IE9 */
    filter: none\9;
    -ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff)\9; /* for IE9 */
  }
  #top .slider_ui .slider_thumb li,
  #top .slider_ui .slider_thumb li a {
    width: 175px;
    height: 55px;
  }
  #top .slider_ui .slider_thumb li {
    float: left;
    width: 148px;
    height: 50px;
    margin: 0 7px 7px 0;
    background-position: 0 0;
    cursor: pointer;
  }
  #top .slider_ui .slider_thumb li.on,
  #top .slider_ui .slider_thumb li.border {
    background-position: 0 -50px;
  }
  #top .slider_ui .slider_thumb li.on:after,
  #top .slider_ui .slider_thumb li.border:after {
    position: absolute;
    width: 148px;
    height: 50px;
    left: 0;
    bottom: 0;
    content: "";
    background: url(/group/shared/img/top_thumb_bg01.png) no-repeat 0 0;
    background-size: 148px auto;
    z-index: 5000;
  }
  #top .slider_ui .slider_thumb li:last-child {
    margin-right: 0;
  }
  #top .slider_ui .slider_thumb li img {
    display: none;
  }
  #top .slider_ui .slider_thumb li a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #top .slider_ui .slider_thumb li a.active {
    position: relative;
  }
  #top .slider_ui .slider_thumb li a.active:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -9px;
    border-bottom: solid 10px #01a369;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  #top .slider_ui .slider_thumb li a.active:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    border-bottom: solid 7px #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  #top .slider_ui .slider_thumb li a.active {
    display: block;
  }
  #top .slider_ui .slider_thumb li a.active img {
    display: none;
  }

/* ------------------------------------------
 * Components
------------------------------------------ */
/* box
------------------------------------------ */
  #top [class*="top-box"] {
    margin-top: 20px;
  }
  #top .top-box {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box .box_head {
    padding: 12px 20px 11px;
    background: #efefef;
  }
  #top .top-box-v2 {
    border: 2px solid #cfedd6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-v2 .box_head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 20px 11px;
    border-bottom: 2px solid #cfedd6;
  }
  #top .top-box-v3 {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-v3 .box_head {
    padding: 8px 20px 7px;
    background: url(/group/shared/img/top_bg02.gif) 0 0 repeat;
  }
  #top [class*="top-box"] .box_head .box_title {
    margin: 0;
    font-size: 114.28%;
    font-weight: 700;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon {
    position: relative;
    padding-left: 64px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(/group/shared/img/top_sprite01.png);
    background-repeat: no-repeat;
    content: "";
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v1::before {
    width: 39px;
    height: 31px;
    background-position: 0 -50px;
    margin-top: -16px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v2::before {
    width: 36px;
    height: 33px;
    background-position: -50px -50px;
    margin-top: -17px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v3::before {
    width: 51px;
    height: 36px;
    background-position: -100px -50px;
    margin-top: -17px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v4::before {
    width: 58px;
    height: 31px;
    background-position: -200px -50px;
    margin-top: -16px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v5::before {
    width: 37px;
    height: 35px;
    background-position: -300px -50px;
    margin-top: -18px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v6::before {
    width: 52px;
    height: 35px;
    background-position: -350px -50px;
    margin-top: -18px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v7::before {
    width: 36px;
    height: 38px;
    background-position: -450px -50px;
    margin-top: -19px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v8::before {
    width: 40px;
    height: 40px;
    background-position: -300px -100px;
    margin-top: -20px;
  }
  
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v9::before {
    width: 62px;
    height: 44px;
    background-position: -150px -50px;
    margin-top: -12px;
  }
  
  
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-gift {
    padding-left: 50px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-gift::before {
    width: 36px;
    height: 25px;
    background-position: -350px -100px;
    margin-top: -12px;
  }
  #top [class*="top-box"] .box_detail {
    padding: 15px 20px 13px;
    font-size: 92.85%;
  }
  #top [class*="top-box"] .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  #top a.top-box-v2 {
    text-decoration: none;
  }
  #top a.top-box-v2:hover {
    color: #333;
  }
  #top a.top-box-v2 .box_head {
    position: relative;
    padding-right: 25px;
  }
  #top a.top-box-v2 .box_head::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  #top a.top-box-v2:hover .box_head .box_title {
    color: #096;
  }
  #top a.top-box-v2 .box_head .box_title.is-logo-text img {
    margin-right: 10px;
    vertical-align: middle;
  }
  #top a.top-box-v2:hover .box_head .box_title.is-logo,
  #top a.top-box-v2:hover .box_head .box_title.is-logo-text img {
    opacity: .7;
  }
  
  #top .top-box-gift {
    display: none;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-gift .box_head {
    padding: 12px 20px 11px;
    background: #fff2c0;
  }
  #top .top-box-gift .box_detail {
    padding: 20px 20px 30px;
  }
  #top .gift-media-column .media_image {
    float: left;
    margin-right: 20px;
    width: 240px;
  }
  #top .gift-media-column .media_image figure {
    margin-top: 0;
  }
  #top .gift-media-column .media_detail {
    overflow: hidden;
  }
  #top .gift-media-column .gift_name {
    margin-top: .3em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top .gift-media-column .gift_notice {
    margin-top: 1em;
  }
  #top .gift-media-column .gift_notice > li {
    position: relative;
    padding-left: 1em;
    color: #c00;
  }
  #top .gift-media-column .gift_notice > li::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "※";
  }
  #top .top-box-gift .gift_submit {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #top .top-box-gift .submit_able {
    display: none;
    position: relative;
    width: 370px;
    margin: 20px auto 0;
  }
  #top .top-box-gift .submit_able:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #069b64 #069b64 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: "";
  }
  #top .top-box-gift .submit_able .submit_btn {
    width: 370px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ffdf00;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #fff900 0%,#ffc600 100%);
    background: -moz-linear-gradient(top, #fff900 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #fff900 0%,#ffc600 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: bold;
    font-size: inherit;
    line-height: 52px;
    cursor: pointer;
  }
  #top .top-box-gift .submit_able .submit_btn:hover {
    background: -webkit-linear-gradient(top, #ffc600 0%,#fff900 100%);
    background: -moz-linear-gradient(top, #ffc600 0%, #fff900 100%);
    background: linear-gradient(to bottom, #ffc600 0%,#fff900 100%);
  }
 #top .top-box-gift .submit_disable {
    display: none;
    position: relative;
    width: 370px;
    margin: 20px auto 0;
  }
  #top .top-box-gift .submit_disable:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #acacac #acacac transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: "";
  }
  #top .top-box-gift .submit_disable .submit_btn {
    width: 370px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ececec;
    text-align: center;
    font-weight: bold;
    color: #aaa;
    line-height: 52px;
  }

/* toggle
------------------------------------------ */
  #top .top-toggle {
    margin-top: 20px;
    background: #fff;
  }
  #top .top-toggle .toggle_head {
    position: relative;
    padding: 18px 60px 16px 20px;
    border: 1px solid #01a369;
    border-bottom: none;
    background: -webkit-linear-gradient(top, #61cd70 0%, #01a369 100%);
    background: -moz-linear-gradient(top, #61cd70 0%, #01a369 100%);
    background: linear-gradient(to bottom, #61cd70 0%,#01a369 100%);
    cursor: pointer;
  }
  #top .top-toggle .toggle_head .toggle_title {
    font-size: 157.14%;
    font-weight: 700;
    color: #fff;
  }
  #top .top-toggle .toggle_head .text_strong {
    color: #ff0;
  }
  #top .top-toggle .toggle_head .toggle_title .sub {
    font-size: 81.81%;
  }
  #top .top-toggle .toggle_head .toggle_title.is-icon {
    position: relative;
    padding-left: 60px;
  }
  #top .top-toggle .toggle_head .toggle_title.is-icon::before {
    display: block;
    position: absolute;
    width: 49px;
    height: 44px;
    top: 50%;
    left: 0;
    margin-top: -24px;
    background-image: url(/group/shared/img/top_sprite01.png);
    background-repeat: no-repeat;
    content: "";
  }
  #top .top-toggle .toggle_head .toggle_title.icon-v1::before { background-position: 0 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v2::before { background-position: -50px 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v3::before { background-position: -100px 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v9::before { background-position: -150px 0; }
  #top .top-toggle .toggle_head > i {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: "";
  }
  #top .top-toggle .toggle_head > i::before,
  #top .top-toggle .toggle_head > i::after {
    display: block;
    position: absolute;
    width: 18px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -9px;
    background: #01a369;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: "";
  }
  #top .top-toggle .toggle_head > i::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  #top .top-toggle .toggle_head.is-active > i::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #top .top-toggle .toggle_detail {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
  }
  #top .top-toggle .toggle_detail.is-frame {
    padding: 0;
    border: none;
  }
  #top .top-toggle .toggle_detail > *:first-child {
    margin-top: 0 !important;
  }

/* column
------------------------------------------ */
  #top .top-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    margin: 20px -10px 0;
  }
  #top .top-column[data-row-pc="2"] > * {
    width: calc(50% - 20px);
  }
  #top .top-column[data-row-pc="3"] > * {
    width: calc(33.3% - 20px);
  }
  #top .top-column[data-row-pc="4"] > * {
    width: calc(25% - 20px);
  }
  #top .top-column[data-row-pc="2"] > *:nth-child(-n+2),
  #top .top-column[data-row-pc="3"] > *:nth-child(-n+3),
  #top .top-column[data-row-pc="4"] > *:nth-child(-n+4){
    margin-top: 0;
  }
  #top .top-column .column_item {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: wrap column;
    flex-flow: wrap column;
    margin-top: 20px;
    padding: 0 10px;
  }
  #top .top-column .column_item > * {
    -webkit-flex: 1 1 auto; 
    flex: 1 1 auto;
    margin-top: 0 !important;
  }

/* iframe
------------------------------------------ */
  #top .top-iframe {
    width: 100%;
    height: 600px;
  }

/* recipe
------------------------------------------ */
  #top .top-recipe .recipe_sub {
    margin: 0;
    font-size: 92.3%;
    font-weight: 700;
  }
  #top .top-recipe .recipe_title {
    margin: 0;
    font-size: 123.07%;
    font-weight: 700;
  }
  #top .top-recipe .recipe_column {
    margin-top: 5px;
  }
  #top .top-recipe .recipe_video {
    float: left;
    width: 300px;
    margin-right: 20px;
  }
  #top .top-recipe .recipe_video .recipe_video-frame {
    width: 300px;
    height: 300px;
  }
  #top .top-recipe .recipe_data {
    overflow: hidden;
  }
  #top .top-recipe .recipe_howto {
    margin: 0;
  }
  #top .top-recipe .recipe_provider {
    margin-top: 1.8em;
    text-align: right;
  }
  
/* trivia
------------------------------------------ */
  #top .top-trivia .trivia_title {
    margin: 0;
    font-size: 123.07%;
    font-weight: 700;
  }
  #top .top-trivia .trivia_provider {
    margin-top: 1.8em;
    text-align: right;
  }

/* navAnchor02 */
.navAnchor02 {
	margin: 20px 0 0 0;
}
.navAnchor02 ul {
	overflow: hidden;
	letter-spacing: -0.4em;
	margin-top: -10px;
}
.navAnchor02 ul li {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 0 15px 0 0;
	background: url(/shared/images/com_bg13.png) repeat-y 100% 0;
	vertical-align: top;
	letter-spacing: normal;
}
.navAnchor02 ul li a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(/shared/images/link_ic15.png) no-repeat 0 0.6em;
}

.navAnchor02 ul.col4 li {
	width: 172px;
	padding-right: 14px;
}
.navAnchor02 ul.col5 li {
	width: 132px;
	padding-right: 15px;
}
.navAnchor02 ul.noFloat li {
	display: block;
	margin: 0.5em 0 0;
	background: none;
}
.navAnchor02 ul.col4 li:nth-child(4n),
.navAnchor02 ul.col5 li:nth-child(5n) {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

/* boxNotice02 */
.boxNotice02 {
	margin: 20px 0 0 0;
	border: 2px solid #cc0000;
  border-radius: 5px;
}
.boxNotice02 .hdg {
	padding: 10px 18px 10px 54px;
	background: #cc0000 url(/shared/images/com_ic01.png) no-repeat 18px 50%;
	color: #ffffff;
	font-size: 128.57%;
	font-weight: bold;
	line-height: 1.2;
}
.boxNotice02 .inner {
	padding: 10px 18px;
	background-color: #ffebeb;
  border-radius: 0 0 5px 5px;
}
.boxNotice02 .inner > *:first-child {
	margin-top: 0;
}

}

/* For SP
------------------------------------------ */
@media screen and (max-width: 767px) {
/* Layout
------------------------------------------ */
  /* l-pagetitle */
  #top .l-pagetitle {
    margin: 0 -10px;
    padding: 15px 10px;
    background: url(/group/shared/img/top_bg01.gif) 0 0 repeat;
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  #top .pagetitle {
    margin: 0 auto;
  }
  #top .pagetitle_head {
    font-size: 1.9rem;
  }
  #top .pagetitle_logo {
    margin-top: 6px;
    text-align: right;
  }
  #top .pagetitle_logo img {
    width: 130px;
    height: auto;
  }
  #top .l-article > *:first-child {
    margin-top: 0 !important;
  }

/* Hero
------------------------------------------ */  
  #top #content .l-hero {
  }
  #top .slider_visual {
    position: relative;
    padding: 20px 15px;
  }
  #top .slider_visual .bx-wrapper {
    position: relative;
  }
  #top .slider_visual .bx-pager {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
  #top .slider_visual .bx-pager .bx-pager-item {
    width: 13px;
    height: 13px;
    margin: 0 3px;
  }
  #top .slider_visual .bx-pager .bx-pager-item > a {
    display: block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    text-indent: -9999px;
  }
  #top .slider_visual .bx-pager .bx-pager-item > a.active {
    background-color: #096;
  }
  #top .slider_visual .bx-controls-direction {
  }
  #top .slider_visual .bx-controls-direction .bx-prev,
  #top .slider_visual .bx-controls-direction .bx-next {
    position: absolute;
    display: inline-block;
    top: 50%;
    width: 14px;
    height: 24px;
    margin-top: -33px;
    text-indent: -9999px;
  }
  #top .slider_visual .bx-controls-direction .bx-prev {
    left: -15px;
  }
  #top .slider_visual .bx-controls-direction .bx-next {
    right: -15px;
  }
  #top .slider_visual .bx-controls-direction .bx-prev::before,
  #top .slider_visual .bx-controls-direction .bx-next::before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    border-right: 2px solid #096;
    border-bottom: 2px solid #096;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
  }
  #top .slider_visual .bx-controls-direction .bx-prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #top .slider_visual .bx-controls-direction .bx-next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #top .slider_ui {
    display: none;
  }

/* ------------------------------------------
 * Components
------------------------------------------ */
/* box
------------------------------------------ */
  #top [class*="top-box"] {
    margin-top: 25px;
  }
  #top .top-box {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box .box_head {
    padding: 10px 15px 8px;
    background: #efefef;
  }
  #top .top-box-v2 {
    border: 2px solid #cfedd6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-v2 .box_head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 10px 13px;
    border-bottom: 2px solid #cfedd6;
  }
  #top .top-box-v3 {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-v3 + .top-box-v3 {
    margin-top: 15px;
  }
  #top .top-box-v3 .box_head {
    padding: 8px 15px 7px;
    background: url(/group/shared/img/top_bg02.gif) 0 0 repeat;
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  #top [class*="top-box"] .box_head .box_title {
    margin: 0;
    font-size: 1.5rem;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon {
    position: relative;
    padding-left: 52px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(/group/shared/img/top_sprite01@2x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    content: "";
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v1::before {
    width: 34px;
    height: 29px;
    background-position: 0 -50px;
    margin-top: -14px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v2::before {
    width: 32px;
    height: 29px;
    background-position: -50px -50px;
    margin-top: -14px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v3::before {
    width: 43px;
    height: 30px;
    background-position: -100px -50px;
    margin-top: -15px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v4::before {
    width: 45px;
    height: 24px;
    background-position: -150px -50px;
    margin-top: -12px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v5::before {
    width: 31px;
    height: 29px;
    background-position: -200px -50px;
    margin-top: -14px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v6::before {
    width: 47px;
    height: 30px;
    background-position: -250px -50px;
    margin-top: -15px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v7::before {
    width: 31px;
    height: 33px;
    background-position: -300px -50px;
    margin-top: -16px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v8::before {
    width: 36px;
    height: 36px;
    background-position: -350px -50px;
    margin-top: -18px;
  }
  
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-v9::before {
    width: 47px;
    height: 30px;
    background-position: -150px -50px;
    margin-top: -15px;
  }
  
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-gift {
    padding-left: 45px;
  }
  #top [class*="top-box"] .box_head .box_title.is-icon.icon-gift::before {
    width: 45px;
    height: 28px;
    background-position: -400px -50px;
    margin-top: -13px;
  }
  #top [class*="top-box"] .box_detail {
    padding: 10px 15px 8px;
    font-size: 1.2rem;
  }
  #top [class*="top-box"] .box_detail > *:first-child {
    margin-top: 0 !important;
  }
  #top a.top-box-v2 {
    text-decoration: none;
  }
  #top a.top-box-v2:hover {
    color: #333;
  }
  #top a.top-box-v2 .box_head {
    position: relative;
    padding-right: 25px;
  }
  #top a.top-box-v2 .box_head::before {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  #top a.top-box-v2:hover .box_head .box_title {
    color: #096;
  }
  #top a.top-box-v2 .box_head .box_title.is-logo-text img {
    margin-right: 10px;
    vertical-align: middle;
  }
  #top a.top-box-v2:hover .box_head .box_title.is-logo,
  #top a.top-box-v2:hover .box_head .box_title.is-logo-text img {
    opacity: .7;
  }
  
  #top .top-box-gift {
    display: none;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #top .top-box-gift .box_head {
    padding: 12px 8px 11px;
    background: #fff2c0;
  }
  #top .top-box-gift .box_detail {
    padding: 20px 14px 15px;
  }
  #top .gift-media-column .media_image {
    width: 240px;
    margin: 0 auto 24px;
  }
  #top .gift-media-column .media_image figure {
    margin-top: 0;
    text-align: center;
  }
  #top .gift-media-column .gift_name {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #top .gift-media-column .gift_notice {
    margin-top: .6em;
  }
  #top .gift-media-column .gift_notice > li {
    position: relative;
    padding-left: 1em;
    color: #c00;
  }
  #top .gift-media-column .gift_notice > li::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "※";
  }
  #top .top-box-gift .gift_submit {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #top .top-box-gift .submit_able {
    display: none;
    position: relative;
    margin-top: 20px;
  }
  #top .top-box-gift .submit_able:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #069b64 #069b64 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: "";
  }
  #top .top-box-gift .submit_able .submit_btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #ffdf00;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #fff900 0%,#ffc600 100%);
    background: -moz-linear-gradient(top, #fff900 0%, #ffc600 100%);
    background: linear-gradient(to bottom, #fff900 0%,#ffc600 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: bold;
    font-size: inherit;
    line-height: 48px;
    cursor: pointer;
  }
  #top .top-box-gift .submit_able .submit_btn:hover {
    background: -webkit-linear-gradient(top, #ffc600 0%,#fff900 100%);
    background: -moz-linear-gradient(top, #ffc600 0%, #fff900 100%);
    background: linear-gradient(to bottom, #ffc600 0%,#fff900 100%);
  }
 #top .top-box-gift .submit_disable {
    display: none;
    position: relative;
    margin-top: 20px;
  }
  #top .top-box-gift .submit_disable:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid solid none none;
    border-color: #acacac #acacac transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    content: "";
  }
  #top .top-box-gift .submit_disable .submit_btn {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ececec;
    text-align: center;
    font-weight: bold;
    color: #aaa;
    line-height: 48px;
  }

/* toggle
------------------------------------------ */
  #top .top-toggle {
    margin: 20px -10px 0;
    background: #fff;
  }
  #top .top-toggle + .top-toggle {
    margin-top: 0;
  }
  #top .top-toggle .toggle_head {
    position: relative;
    min-height: 3.4em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 40px 4px 10px;
    border: 1px solid #01a369;
    border-bottom: none;
    background: -webkit-linear-gradient(top, #61cd70 0%, #01a369 100%);
    background: -moz-linear-gradient(top, #61cd70 0%, #01a369 100%);
    background: linear-gradient(to bottom, #61cd70 0%,#01a369 100%);
    cursor: pointer;
  }
  #top .top-toggle .toggle_head .toggle_title {
    font-size: 1.7rem;
    color: #fff;
  }
  #top .top-toggle .toggle_head .text_strong {
    color: #ff0;
  }
  #top .top-toggle .toggle_head .toggle_title .sub {
    font-size: 1.4rem;
  }
  #top .top-toggle .toggle_head .toggle_title.is-icon {
    position: relative;
    padding-left: 55px;
  }
  #top .top-toggle .toggle_head .toggle_title.is-icon::before {
    display: block;
    position: absolute;
    width: 45px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    background-image: url(/group/shared/img/top_sprite01@2x.png);
    -webkit-background-size: 490px auto;
    background-size: 490px auto;
    background-repeat: no-repeat;
    content: "";
  }
  #top .top-toggle .toggle_head .toggle_title.icon-v1::before { background-position: 0 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v2::before { background-position: -50px 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v3::before { background-position: -100px 0; }
  #top .top-toggle .toggle_head .toggle_title.icon-v9::before { background-position: -150px 0; }
  #top .top-toggle .toggle_head > i {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 10px;
    margin-top: -13px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: "";
  }
  #top .top-toggle .toggle_head > i::before,
  #top .top-toggle .toggle_head > i::after {
    display: block;
    position: absolute;
    width: 16px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -8px;
    background: #01a369;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: "";
  }
  #top .top-toggle .toggle_head > i::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  #top .top-toggle .toggle_head.is-active > i::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #top .top-toggle .toggle_detail {
    display: none;
    padding: 10px;
  }
  #top .top-toggle .toggle_detail.is-frame {
    padding: 0;
  }
  #top .top-toggle .toggle_detail > *:first-child {
    margin-top: 0 !important;
  }
  
  
/* boxLoan11 */
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	margin-top: 20px;
	border: 2px solid #cfedd6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .hdg {
	border-bottom: 2px solid #cfedd6;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .hdg a,
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .hdg span {
	display: block;
	padding: 15px 20px;
	color: #333333;
	font-size: 114.28%;
	font-weight: bold;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .hdg a {
	padding-right: 35px;
	padding-left: 35px;
	background: url(/group/shared/img/link_ic02.png) no-repeat 22px 1.35em;
	text-decoration: none;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .hdg a:hover {
	color: #009966;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .boxLink02,
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .inner {
	padding: 20px;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .inner > *:first-child {
	margin-top: 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .boxLink02 {
	margin-top: 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .column.col2 {
	margin-top: 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .column.col2 .col {
	width: 300px;
	margin-right: 20px;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details {
	padding: 15px 17px 19px;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .message {
	margin-top: 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .message a {
	display: block;
	text-align: center;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .message a span {
	display: inline-block;
	max-width: 300px;
	min-height: 50px;
	margin: 0 auto;
	padding: 12px 0 0 86px;
	background: url(/group/shared/img/com_ic14.png) no-repeat 0 50%;
	font-size: 114.28%;
	font-weight: bold;
	line-height: 1.37;
	text-align: left;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .message a:hover span {
	background: url(/group/shared/img/com_ic14on.png) no-repeat 0 50%;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .service {
	overflow: hidden;
	margin-top: 15px;
	padding-top: 20px;
	background: url(/shared/images/hdg_bg11.png) repeat-x 0 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .service li {
	float: left;
	margin-right: 20px;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .service li:nth-child(even) {
	margin-right: 0;
}
  #top .top-toggle .toggle_head .toggle_title .top-boxLoan11 .details .service li a:hover img {
	opacity: 0.7;
}

/* column
------------------------------------------ */
  #top .top-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    margin: 10px -10px 0;
  }
  #top .top-column[data-row-sp="1"] > * {
    width: 100%;
  }
  #top .top-column[data-row-sp="2"] > * {
    width: calc(50% - 20px);
  }
  #top .top-column[data-row-sp="1"] > *:nth-child(-n+1),
  #top .top-column[data-row-sp="2"] > *:nth-child(-n+2){
    margin-top: 0;
  }
  #top .top-column .column_item {
    display: -webkit-flex;
    display: flex;
    -weblit-flex-flow: wrap column;
    flex-flow: wrap column;
    margin-top: 10px;
    padding: 0 10px;
  }
  #top .top-column .column_item > * {
    -webkit-flex: 1 1 auto; 
    flex: 1 1 auto;
    margin-top: 0 !important;
  }

/* iframe
------------------------------------------ */
  #top .top-iframe {
    width: 100%;
    height: 300px;
  }

/* recipe
------------------------------------------ */
  #top .top-recipe .recipe_sub {
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
  }
  #top .top-recipe .recipe_title {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
  }
  #top .top-recipe .recipe_column {
    margin-top: 5px;
  }
  #top .top-recipe .recipe_video {
    position: relative;
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 10px;
  }
  #top .top-recipe .recipe_video .recipe_video-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #top .top-recipe .recipe_data {
    overflow: hidden;
    font-size: 1.2rem;
  }
  #top .top-recipe .recipe_howto {
    margin: 0;
  }
  #top .top-recipe .recipe_provider {
    margin-top: 1.8em;
    text-align: right;
  }
  
  @media screen and (max-width: 500px) {
    #top .top-recipe .recipe_video {
      width: 100%;
      height: 0;
      margin: 0;
      padding-top: 100%;
      float: none;
    }
    #top .top-recipe .recipe_data {
      margin-top: 10px;
    }
  }
  
/* trivia
------------------------------------------ */
  #top .top-trivia .trivia_title {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem;
  }
  #top .top-trivia .trivia_text {
    font-size: 1.2rem;
  }
  #top .top-trivia .trivia_provider {
    margin-top: 1.8em;
    font-size: 1.2rem;
    text-align: right;
  }

  /* navAnchor02 */
.navAnchor02 {
	margin: 20px 0 0 0;
}
.navAnchor02 ul {
	overflow: hidden;
	letter-spacing: -0.4em;
	margin-top: -10px;
}
.navAnchor02 ul li {
	padding: 0 15px 0 0;
	background: url(/shared/images/com_bg13.png) repeat-y 100% 0;
	vertical-align: top;
	letter-spacing: normal;
}
.navAnchor02 ul li a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(/shared/images/link_ic15.png) no-repeat 0 0.6em;
}

/* boxNotice02 */
.boxNotice02 {
	margin: 20px 0 0 0;
	border: 2px solid #cc0000;
  border-radius: 5px;
}
.boxNotice02 .hdg {
	padding: 10px 18px 10px 54px;
	background: #cc0000 url(/shared/images/com_ic01.png) no-repeat 18px 50%;
	color: #ffffff;
	font-size: 128.57%;
	font-weight: bold;
	line-height: 1.2;
}
.boxNotice02 .inner {
	padding: 10px 18px;
	background-color: #ffebeb;
  border-radius: 0 0 5px 5px;
}
.boxNotice02 .inner > *:first-child {
	margin-top: 0;
}
}

/* ClearFix
------------------------------------------ */
#top .gift-media-column::after,
#top .top-recipe .recipe_column::after {
	content: "";
	display: block;
	clear: both;
}
#top .gift-media-column,
#top .top-recipe .recipe_column {
	min-height: 1%;
	zoom: 1;
}
