@charset "utf-8";
.pd{ display: block;}
.sd{ display: none;}
.clear01 {clear: both;}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9より前 */
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック";/*'游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
}
.wrapper {
	width: 100%;
}
.content_inner {
	width: 1000px;
	margin: 0 auto 0;
}
section/*:not(.toptxt)*/ {
	margin: 0 0 120px;
}
ul.float_area {
	display: flex;
	justify-content: space-between;
}

ul.float_area li a:nth-child(2) {
	margin-left: 20px;
}
.content_inner a:hover {
	opacity: 0.8;
}
.mainLogo {
  padding: 10px;
  text-align: center;
  display: block;
  border-bottom: 7px solid #c29a44;
}
@media (min-width: 769px) {
  .mainLogo {
    padding: 10px;
    text-align: left;
  }
}
.mainLogo img {
  vertical-align: bottom;
  max-width: 100%;
}
@media (min-width: 769px) {
  .mainLogo img {
    height: 40px;
  }
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h2 {
	margin:  0 0 40px;
	padding: 0 0 5px;
	color: #000;
	font-weight:bold;
	font-size: 2.0rem;
	text-align: justify;
	border-bottom: solid 1px #000;
}
h3 {
	color:#000;
	font-weight:bold;
	font-size: 2.0rem;
	text-align: center;
}
h4 {
	margin:  0 0 20px;
	background-color:#200e00;
	color:#fff;
	font-size:2.0rem;
	font-weight:bold;
	padding:10px 20px;
}
h5 {
  font-size: 1.25em;
  font-weight: bold;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	box-sizing: border-box;
	padding: 30px 0;
	border-bottom:7px solid #c29a44;
	background: #fff;
}
.header_inner {
	width: 1000px;
	margin: auto;	
}
.header_inner img {
	width: auto;
	height: 40px;
}
/*---------------------------------------------------------------------

mainvisual

---------------------------------------------------------------------*/
.main_visual {
	text-align: center;
	background: url(../img/bg_main.jpg) no-repeat bottom center #fff;
	min-width: 1000px;
}
.main_visual_inner {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
}
/*---------------------------------------------------------------------

interview

---------------------------------------------------------------------*/
section.interview div{
	display: flex;
}
section.interview div a img{
	/*margin: auto;*/
	display: block;
	max-width: 95%;
}
/*---------------------------------------------------------------------

movie_area

---------------------------------------------------------------------*/
.movie_area,.movie_area03 {
	position: relative;
	width: 100%;
	max-width: 600px;
	/*margin: 0 auto 10px;*/
	text-align: center;
}
.movie_area::before{
	content:url("../img/youtube.svg");
	color:#0b186d;
	display: inline-block;
	width:18%;
	position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
		}
.movie_area img {
	width: 100%;
	height: auto;
}
.movie_area p {
	line-height: 1.4 !important;
	background: none !important;
}
.movie_area p a {
	position:relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: url(../img/icon_movie.png) no-repeat center left 25px #cc0048;
	background-size: 30px;
}
.movie_area p a:hover {
	opacity: 0.9;
}
.movie_area p a::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 25px 0;
}
.sliderArea.w300 {
  max-width: 300px;
}
.sliderArea p {
	margin: 10px 5px 0!important;
	line-height: 1.4!important;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666!important;
    border-right: 2px solid #666!important;
    height: 15px;
    width: 15px;
}
.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg)!important;
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg)!important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
	width:100%;
  max-width: 1100px;
  margin: 0 auto;
}
/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
.main_cont {
	margin: 0 0 30px;
}
.main_cont p {
	margin: 0 0 20px;
	max-height: 100%;
	line-height: 1.8;
	text-align: justify;
}
.date {
	margin: 0 0 20px;
	text-align: right !important;
	background: none !important;
}
.imbox {
	max-width: 300px;
	width: 100%;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.imbox figure {
	margin: 0 0 5px;
}
.imbox p {
	margin: 0;
	line-height: 1.4;
	background: none;
}
.imbox img{
	max-width: 320px;
	width: 100%;
}
.imbox span {
	font-weight: bold;
	font-size: 1.8rem;
}
.imtxt {
    max-width: 650px;
	width: 100%;
}
.top_float {
	order:1;
}
.gra_area {
	box-sizing: border-box;
	max-width: 850px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	background: #fff;
	clear: both;
}
.gratit {
	margin: 0 0 20px;
	padding: 5px;
	text-align: center !important;
	text-indent: 0;
	background: #004898 !important;
	color: #fff;
	line-height: 1.6 !important;
}
.notes {
	margin: 10px 0 0;
	text-indent: 0;
	font-size: 10px;
	background: none;
	text-align: left !important;
}
section ul.arrow {
	padding: 0 15px;
}
section ul.arrow li {
	position: relative;
	/*  display: inline-block;*/
	padding-left: 20px;
	margin-bottom: 1rem;
}
section ul.arrow li:last-of-type {
	margin-bottom: 0;
}
section ul.arrow li:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0.5rem;
	left: 0;
	/*bottom: 0;*/
	margin: auto;
}
/*---------------------------------------------------------------------
gold-product
---------------------------------------------------------------------*/
section.product div.btn  {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.product div.btn a {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	width: calc(100% / 2 - 30px);
	height: 50px;
	border-radius:10px;
}
a.btn_447A {
	color: #000533;
	background-color: #f3e125/*#FFE900*/;
}
a.btn_448A {
	color: #000533;
	background-color: #f5edb0;/*#f5edb0*/
}
a.btn_GLD, a.btn_GLDM, a.btn_1326 {
	color: #fff;
	background-color: #000533;
}
section.product div.btn a:nth-child(odd) {
	margin-right: 5px;
}
section.product .btn p {
	line-height: 1.3;
	margin: 0;
}
section.product .btn p span {
	font-weight: 600;
}
section.product .btn img {
	height: 42px;
	margin: 0 20px 0 0;
}
p.important-notice {
	font-size: 1.65rem!important;
	font-weight: 600;
	margin: 2rem 0 0 0!important;
}
p.important-notice a {
	color: #000;
	text-decoration: underline;
}
#ssim div.disclaimer {
	border: none;
	background-color: #f3f0ed;
	font-size: 1.2rem;
	margin-top: 4rem;
	padding: 2rem;
}
#ssim div.disclaimer h5 {
    font-size: 1.25em;
    font-weight: bold;
}
#ssim div.disclaimer p:last-child {
	margin-top: 3rem;
}
/*---------------------------------------------------------------------

annotation

---------------------------------------------------------------------*/
.annotation {
	font-size: 1.2rem;
}
/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.pan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pan li::after {
	content: "＞";
	margin: 0 0 0 1em;
}
.pan li:last-child::after {
	content: "";
}
table.notes tr td {
	vertical-align: top;
}
.atten01 {
	color: #333;
}
.atten02 {
	color: #005ea1;
}
.atten03 {
	color: orange;
}
.photo_area {
	box-sizing: border-box;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #ccc;
}
.photo_area img {
	width: 100%;
	height: auto;
}
.disc_area {
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.2rem;
}
.disc_area p {
	background: none;
	line-height: 1.4;
	font-size: 1.2rem !important;
}
.disc_area p.disc_head01 {
	margin: 0 0 10px;
	font-size: 1.6rem !important;
	font-weight: bold;
	color: #a04044;
}
.disc_area p.l-text {
	font-size: 1.6rem !important;
}
.disc_area p span.number {
	margin: 0 7px 0 0;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	background: #a04044;
}
.disc_area ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.disc_area .col_2 {
	width: calc(100% / 2 - 5px);
}
.disc_area table {
	width: 100%;
	border-top: solid 2px #aaa;
	border-bottom: solid 2px #aaa;
}
.disc_area table th,
.disc_area table td {
	padding: 5px 10px;
	border-bottom: solid 1px #aaa;
	border-top: solid 1px #aaa;
}
.disc_area table th {
	width: 85px;
	text-align: center;
	background: #ddd;
}
.disc_area .icon_area {
	justify-content: center;
	margin: 0 0 20px;
}
.disc_area .icon_area p {
	margin: 10px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.disc_area p.pc {
	padding: 0 0 0 50px;
	background: url(../img/icon_pc.gif) top left no-repeat;
}
.disc_area p.semi {
	padding: 0 0 0 50px;
	background: url(../img/icon_semi.gif) top left no-repeat;
}
/*---------------------------------------------------------------------

top_navi_area
article_movie_area

---------------------------------------------------------------------*/

.top_navi_area img {
	width: 100%;
}
.top_navi_area li div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_navi_area li div p {
	width: 49%;
	background: none !important;
}
.article_movie_area {
	text-align: center;
	margin: 0 0 60px;
}
.article_movie_area p.movie_btn01 {
	width: 100%;
	max-width: 250px;
	margin: auto !important;
	background: none;
}
.article_movie_area p.movie_title {
	margin: 0 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
	background: none !important;
}
.top_navi_area>li {
	flex-basis: 49%;
}
.top_navi_area:not(.none)>li img{
	padding:3% 0 2%;
}
.none >li img{
	padding:3% 0 0;
}
.top_navi_area li div p a,
.article_movie_area p.movie_btn01 a {
	position: relative;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.top_navi_area li div p a:hover,
.article_movie_area a:hover {
	opacity: 0.8;
}
.top_navi_area li div p a::before,
.article_movie_area p.movie_btn01 a::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top_navi_area li div p.movie_btn a,
.movie_btn01 a {
	background: url(../img/icon_movie.png) no-repeat center left 25px #cc0048;
	background-size: 24px;
}
.top_navi_area li div p.article_btn a {
	background: url(../img/icon_article.png) no-repeat center left 15px #007c6d;
	background-size: 24px;
}

/*section:last-of-type img {
	width:100%;
	max-width: 1000px;
}*/
/*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.disclaimer{
	margin: 0 0 10px;
	padding: 0 20px 10px 20px;
	font-size: 1.2rem;
	border: 1px #200e00 solid;
}
.disclaimer h4{
	margin: 2rem 0 1rem;
	font-weight: 600;
	color: #ffffff;
}
/*.disclaimer h5{
	margin:  2rem 0 1rem;
	font-size: 1rem;

	font-weight: 600;
	color: #000000;
}*/
.disclaimer ul {
	margin: 0 0 10px;
    list-style: disc;
	padding-left: 20px;
}
.disclaimer ul li {
	margin: 0 0 10px;
    list-style: disc;
}
.disclaimer p{
	margin: 0 0 10px;
}
/* フッター */
#footerms{
	padding: 10px 0;
	border-top: 4px solid #c29a44;
	text-align: center;
}
.copyms{
	font-size: 1.2rem;
}
/* スクロールしてページトップへリンク */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*---------------------------------------------------------------------

semi_list

---------------------------------------------------------------------*/
.semi_list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.semi_list li {
	box-sizing: border-box;
	width: calc(100% / 4 - 23px);
	margin: 0 30px 30px 0;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;
}
.semi_list li:nth-child(4n) {
	margin: 0 0 30px;
}
.semi_list li a {
	text-decoration: none;
	color: inherit;
}
.semi_list li:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition:all 0.3s;
}
.semi_list li dl {
	box-sizing: border-box;
}
.semi_list li dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.semi_list li dl dd {
	padding: 10px;
}
.semi_list li dl dd p.title,
.semi_list li dl dd p.sub_title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.semi_list li dl dd p.date {
	margin: 10px 0 0;
}
.d-none {
	display: none !important;
}
/*-<!--▼追記▼-->-*/
.semi_list p.tag{
	border:1px solid #ccc;
	background-color:#fff;
	padding:1px 8px 0 6px;
	margin:3px 0 8px 0;
	font-size:1.4rem;
	display:inline-block;
}
.list p{
	width: 90%;
	font-size:1.0em;
	text-align: left;
	padding: 10px;
}
/*-<!--▲追記▲-->-*/
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	display: none;
}
