@charset "UTF-8";
/*========================================================
	Foundation
========================================================*/
/*
	Basesetting
--------------------------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  min-width: 1000px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.68;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  min-width: 1000px;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/*__link__*/
a {
  color: inherit;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:link, a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover, a:active {
  text-decoration: underline;
  text-decoration: none;
  color: inherit;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}

/*__Common Layout__*/
.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

h2, h3 {
  font-weight: bold;
}
h2{font-size: 25px;}

/*========================================================
   Layout
========================================================*/
/*
	Header
--------------------------------------------------------*/
/*header*/
header .hd-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 55px 11px 20px;
}

header #g-nav {
  padding: 15px 0;
}
header #g-nav .g-list {
  width: 800px;
  text-align: right;
}
header #g-nav .g-list li {
  display: inline-block;
  line-height: 1.4;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: 50px;
}
header #g-nav .g-list li a {
  font-size: 1.6rem;
  font-weight: normal;
  color: #545454;
  padding: 0 6px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
header #g-nav .g-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #172696;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
header #g-nav .g-list li:hover:after, header #g-nav .g-list li.current:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

/*
	Footer
--------------------------------------------------------*/
/*Page Top Button*/
.pagetop-btn {
  position: fixed;
  z-index: 100;
  bottom: 45px;
  right: 30px;
  cursor: pointer;
}
.pagetop-btn a {
  width: 42px;
  height: 43px;
  display: block;
  font-size: 0;
  background: url("../images/common/btn_top_hover.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .pagetop-btn a {
    background-image: url("../images/common/btn_top_hover@2x.png");
    background-size: contain;
  }
}
.pagetop-btn a:hover img {
  opacity: 0;
}

footer {
  width: 100%;
  background: #2B2B2B;
  text-align: center;
  padding: 40px 0 15px;
}
footer .ft-list {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 22px;
}
footer .ft-list li a {
  color: #BFBFBF;
  font-size: 14px;
}
footer .ft-list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}
footer .copyright {
  font-size: 11px;
  color: #fff;
}

/*
	Wordpress misc
--------------------------------------------------------*/
.blog-single p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden;
}
.blog-single strong {
  font-weight: bold;
}
.blog-single cite, .blog-single em, .blog-single i {
  font-style: italic;
}
.blog-single big {
  font-size: 131.25%;
}
.blog-single ins {
  background: #ffc;
  text-decoration: none;
}
.blog-single blockquote {
  font-style: italic;
  padding: 03em;
}
.blog-single blockquotecite, .blog-single blockquoteem, .blog-single blockquotei {
  font-style: normal;
}
.blog-single pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
.blog-single abbr, .blog-single acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.blog-single sup, .blog-single sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.blog-single sup {
  bottom: 1ex;
}
.blog-single sub {
  top: .5ex;
}
.blog-single img {
  margin-bottom: 10px;
  font-size: inherit;
}
.blog-single img.size-auto, .blog-single img.size-full, .blog-single img.size-large, .blog-single img.size-medium, .blog-single .attachment img {
  max-width: 100%;
  height: auto;
}
.blog-single .alignleft, .blog-single img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.blog-single .alignright, .blog-single img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.blog-single .aligncenter, .blog-single img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-single img.alignleft, .blog-single img.alignright, .blog-single img.aligncenter {
  margin-bottom: 12px;
}
.blog-single table, .blog-single th, .blog-single td {
  border: 1px solid #000;
}
.blog-single table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
.blog-single table th, .blog-single caption {
  border-width: 0 1px 1px 0;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.blog-single table td {
  border-width: 0 1px 1px 0;
  padding: 7px;
  vertical-align: baseline;
}

/*
	TopPage
--------------------------------------------------------*/
/*__Main Visual__*/
.main-visual {
  position: relative;
  width: 100%;
  background-color: #000;
  height: 554px;
  background-image: url("../images/top/main_visual.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2303px 554px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .main-visual {
    background-image: url("../images/top/main_visual@2x.jpg");
    background-size: 2303px 554px;
  }
}
.main-visual h2 {
  position: absolute;
  top: 197px;
  text-align: center;
  width: 100%;
}

/*__Sub Visual__*/
.sub-visual {
  position: relative;
  width: 100%;
  background-color: #000;
  height: 778px;
  padding-top: 136px;
  background-image: url("../images/top/sub_visual.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2303px 778px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sub-visual {
    background-image: url("../images/top/sub_visual@2x.jpg");
    background-size: 2303px 778px;
  }
}
.sub-visual .txt {
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 25px;
  color: #fff;
  font-size: 21px;
  line-height: 1.98;
}
.sub-visual .txt p {
  margin-bottom: 45px;
}
.sub-visual .txt p:last-of-type {
  margin-top: 57px;
}

.top-dvd-box {
  background-color: #DAE1EA;
  padding: 115px 0 95px;
}
.top-dvd-box .box {
  background: url("../images/top/top_img_03.png") no-repeat 100%;
  width: 460px;
  height: 311px;
  padding: 47px 0px 42px 19px;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top-dvd-box .box h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 23px;
}
.top-dvd-box .box h2 small {
  font-size: 13px;
  display: block;
  font-weight: 500;
  padding-bottom: 2px;
}
.top-dvd-box .box figure {
  width: 50%;
  text-align: center;
}
.top-dvd-box .box > div {
  width: 50%;
}
.top-dvd-box .box:hover {
  background: url("../images/top/top_img_03_hover.png") no-repeat 100%;
}
.top-dvd-box .box:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

.top-sns-box {
  padding: 80px 0;
  margin-bottom: 90px;
  background: url("../images/top/top_img_04.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-sns-box {
    background-image: url("../images/top/top_img_04@2x.jpg");
    background-size: cover;
  }
}
.top-sns-box .box {
  width: 30%;
  height: 480px;
}
.top-sns-box .box h2 {
  color: #172696;
  font-size: 18px;
  line-height: 1;
  border-bottom: #172696 2px solid;
  padding-left: 40px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.top-sns-box .box h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  bottom: 9px;
  background: url("../images/common/icon_tw.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-sns-box .box h2:before {
    background-image: url("../images/common/icon_tw@2x.png");
    background-size: contain;
  }
}
.top-sns-box .box.tw {
  width: 250px;
}
.top-sns-box .box.tw h2:before {
  height: 20px;
}
.top-sns-box .box.fb {
  width: 330px;
}
.top-sns-box .box.fb h2:before {
  background: url("../images/common/icon_fb.png") no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-sns-box .box.fb h2:before {
    background-image: url("../images/common/icon_fb@2x.png");
    background-size: contain;
  }
}
.top-sns-box .box.ig {
  width: 360px;
}
.top-sns-box .box.ig h2:before {
  background: url("../images/common/icon_ig.png") no-repeat left center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-sns-box .box.ig h2:before {
    background-image: url("../images/common/icon_ig@2x.png");
    background-size: contain;
  }
}
.top-sns-box .box .tw-wrap, .top-sns-box .box .fb-wrap, .top-sns-box .box .ig-wrap {
  height: 480px;
}
.top-sns-box .box .tw-wrap iframe {
  border-left: 1px solid #EAEAEA !important;
}

/*
	SubPages
--------------------------------------------------------*/
/*__Common__*/
.page-ttl {
  background: url("../images/common/page_ttl_bg.jpg") repeat-x;
  background-size: 27px 172px;
  height: 172px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page-ttl {
    background-image: url("../images/common/page_ttl_bg@2x.jpg");
    background-size: 27px 172px;
  }
}

.contents700 {
  width: 700px;
  margin: 0 auto;
}

.contents800 {
  width: 800px;
  margin: 0 auto;
}

.sub-page-wrap-01 {
  background-image: url("../images/common/sub_page_bg_01_l.jpg"), url("../images/common/sub_page_bg_01_r.jpg");
  background-repeat: repeat-y;
  background-position: left top, right top;
  background-size: 380px 1669px;
  padding: 130px 0 80px;
}

.sub-page-wrap-02 {
  padding: 160px 0;
  background: url("../images/common/sub_page_bg_02.jpg") repeat-y left;
  background-size: 1400px 820px;
  min-height: calc(100vh - 376px);
}

.btn-style-01 {
  font-size: 12px;
  color: #000;
  line-height: 28px;
  min-width: 110px;
  background: #EFEFEF;
  border-radius: 2px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 18px;
}
.btn-style-01:after {
  content: "";
  width: 15px;
  height: 12px;
  display: block;
  background: url("../images/common/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn-style-01:hover {
  background: #CECECE;
}
.btn-style-01:hover:after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.table-style-01 th, .table-style-01 td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  padding: 17px 45px 17px 36px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table-style-01 th:first-of-type, .table-style-01 td:first-of-type {
  border-top: 1px solid #ddd;
}
.table-style-01 th {
  border-left: 1px solid #ddd;
  width: 150px;
}

/*__product__*/
.product-contents .box {
  padding: 37px 0;
  border-bottom: 1px solid #ddd;
}
.product-contents .box:first-of-type {
  padding-top: 0;
}
.product-contents .box:nth-last-of-type(2) {
  border-bottom: none;
}
.product-contents .box .txt {
  width: 565px;
  padding-left: 35px;
}
.product-contents .box .txt h3 {
  color: #172696;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 23px;
}
.product-contents .box .txt .frame {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 31px;
}
.product-contents .box .txt .frame b {
  font-weight: bold;
  padding-bottom: 15px;
  display: block;
}
.product-contents .box .txt .frame ul {
  padding-left: 1em;
}
.product-contents .box .txt .frame ul li {
  text-indent: -1em;
}
.product-contents .box .txt h3 + .frame {
  margin-bottom: 40px;
  line-height: 2.1;
  padding: 15px 20px 0px;
  margin-top: 35px;
}
.product-contents .box figure:nth-of-type(n+2) {
  margin-top: 20px;
}
.product-contents .btm-box {
  border: 1px solid #ddd;
  padding: 30px 52px 55px 55px;
  margin-top: 50px;
}
.product-contents .btm-box h3 {
  color: #172696;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 35px;
}
.product-contents .btm-box p b {
  color: #172696;
  font-weight: bold;
}
.product-contents .btm-box p:first-of-type b:before {
  content: "■";
  margin-left: -1em;
  display: inline-block;
}
.product-contents .btm-box p:last-of-type {
  margin-top: 40px;
}

/*__Profile__*/
.profile-contents .txt {
  width: 535px;
}
.profile-contents .txt h3 {
  font-weight: bold;
  padding-bottom: 33px;
  line-height: 1;
  font-size: 16px;
}
