@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3470093, 2017-10-23T02:28:44-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Mute-Bold by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/mute/bold/
 * 
 * Webfont: Mute-Regular by Indian Type Foundry
 * URL: https://www.myfonts.com/fonts/indian-type-foundry/mute/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3470093
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 2015 Indian Type Foundry. All rights reserved.
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/34f30d");
@font-face {
  font-family: 'Mute-Bold';
  src: url("../webfonts/34F30D_0_0.eot");
  src: url("../webfonts/34F30D_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34F30D_0_0.woff2") format("woff2"), url("../webfonts/34F30D_0_0.woff") format("woff"), url("../webfonts/34F30D_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Mute-Regular';
  src: url("../webfonts/34F30D_1_0.eot");
  src: url("../webfonts/34F30D_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/34F30D_1_0.woff2") format("woff2"), url("../webfonts/34F30D_1_0.woff") format("woff"), url("../webfonts/34F30D_1_0.ttf") format("truetype");
}
/* base
----------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: Mute-Regular,"Myriad Pro", "Myriad Web", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

::selection {
  background: #0077C8;
  color: #fff;
}

::-moz-selection {
  background: #0077C8;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.color-white {
  color: #fff;
}

.color-red {
  color: #DA291C;
}

.color-blue {
  color: #0077C8;
}

.color-gray {
  color: #9FA0A0;
}

.color-green {
  color: #1eaa39;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-elm {
  cursor: pointer;
}

.hv-op0,
.hv-op {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.transition {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fw-b {
  font-family: Mute-Bold,"Myriad Pro", "Myriad Web", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fs-i {
  font-style: italic;
}

.lazy-bg,
.lazy {
  opacity: 0;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.lazyloaded {
  opacity: 1;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.sub {
  vertical-align: sub;
  line-height: 1;
  position: relative;
  bottom: -2px;
  font-size: 90%;
}

/* レイアウト */
.of-hid {
  overflow: hidden;
}

.bs-b {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.posi-r {
  position: relative;
}

.table-style {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.i-block {
  display: inline-block;
}

.block {
  display: block;
}

.bg-style {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.va-top {
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.w100 {
  width: 100%;
}

.mt30 {
  margin-top: 30px;
}

.mb17 {
  margin-bottom: 17px;
}

.pt30 {
  padding-top: 30px;
}


.bgwhite{
  background-color: #fff;
}

.mw-190 {
  max-width: 190px;
}

.pdb1 {
  padding-bottom: 1px;
}

.pt100 {
  padding-top: 100%;
}

.hidden {
  display: none !important;
}

.lh-1 {
  line-height: 1;
}

.customize-support .page-link-elm {
  padding-top: 108px !important;
  margin-top: -108px !important;
}

.page-link-elm {
  padding-top: 76px !important;
  margin-top: -76px !important;
}

.js-tab-contents {
  display: none;
}

.js-tab-contents.current {
  display: block;
}

@media only screen and (min-width: 769px) {
  .table-style-pc {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .table-cell-pc {
    display: table-cell;
  }

  .sp-mode {
    display: none !important;
  }

  a:hover {
    text-decoration: none;
  }
  a:hover .hv-op {
    opacity: 0.7;
  }
  a:hover .hv-op0 {
    opacity: 0;
  }
  a:hover .hv-line {
    text-decoration: underline;
  }
  a.hv-op:hover {
    opacity: 0.7;
  }

  a.hv-line:hover {
    text-decoration: underline;
  }

  .btn-elm:hover .hv-op {
    opacity: 0.7;
  }
  .btn-elm:hover .hv-op0 {
    opacity: 0;
  }
  .btn-elm:hover img {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .btn-elm.hv-op:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }

  .pc-mode {
    display: none !important;
  }

  .fl-l,
  .fl-r {
    float: none;
  }

  .customize-support .page-link-elm {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .page-link-elm {
    padding-top: 50px !important;
    margin-top: -50px !important;
  }

  .sub {
    bottom: -1px;
  }
}
/* header
----------------------------------------------------------*/
.global-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 150px;
}
.global-header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 32px 0;
}
.global-header .header-ct-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.global-header .logo {
  display: table-cell;
  width: 547px;
  vertical-align: top;
}
.global-header .logo .table-cell {
  height: 67px;
}
.global-header .left-logo {
  width: 210px;
  padding: 0 34px 0 0;
}
.global-header .right-logo {
  padding: 0 0 0 34px;
  border-left: 1px solid #808080;
}
.global-header .global-nav {
  display: table-cell;
  vertical-align: middle;
}

.global-nav-list {
  padding: 0 24px 0 20px;
  text-align: right;
  font-size: 0;
}
.global-nav-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6;
}
.global-nav-list li + li {
  margin-left: 45px;
}
.global-nav-list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.global-nav-list a:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (min-width: 769px) {
  .global-nav-list a:hover:before {
    width: 100%;
	}
	
	.mailicon{
		background: url(/assets/img/common/com_icon_contact_01_pc.png) top left no-repeat;
		background-position: 0px 8px;
		padding-left:1.2em;
		margin-left:-1.2em;
	}
	
	.foot_mailicon {
		height:1em;
		margin-right:0.4em;
		margin-bottom: 0.2em;
	}
	
}
@media only screen and (max-width: 768px) {
	.mailicon{
		background: url(/assets/img/common/com_icon_contact_01_sp.png) top left no-repeat;
		background-position: 8px 11px;
		padding-left:1.6em;
	}
	
	.foot_mailicon {
		height:1em;
		margin-right:0.4em;
		margin-bottom: 0.2em;
	}
	
  .global-header {
    position: fixed;
    height: 67px;
    background-color: #fff;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .global-header .header-inner {
    position: relative;
    z-index: 10000;
    padding: 16px 17px 0;
  }
  .global-header .logo {
    width: 250px;
  }
  .global-header .logo .table-cell {
    height: 30px;
  }
  .global-header .left-logo {
    width: 105px;
    padding: 0 16px 0 0;
  }
  .global-header .right-logo {
    padding: 2px 0 0 13px;
  }
  .global-header .right-logo p {
    width: 86px;
  }
  .global-header .global-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -57.5%;
    z-index: 9999;
    width: 56.875%;
    background: #545555;
    margin: 0;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  .global-header .global-nav.open {
    margin: 0 57.5% 0 0;
    -moz-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
  .global-header .global-nav a {
    color: #fff;
  }
  .global-header .global-nav .nav-wrap {
    padding-top: 94px;
    text-align: center;
  }

  .sp-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    display: block;
    width: 65px;
    height: 67px;
    cursor: pointer;
  }
  .sp-menu-btn span {
    display: block;
    background: #000;
    width: 25px;
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sp-menu-btn span.bar01 {
    top: 24px;
  }
  .sp-menu-btn span.bar02 {
    top: 33px;
  }
  .sp-menu-btn span.bar03 {
    top: 42px;
  }
  .sp-menu-btn.on span {
    width: 34px;
    background: #fff;
  }
  .sp-menu-btn.on span.bar01 {
    -moz-transform: translateX(-1px) translateY(10px) rotate(-45deg);
    -ms-transform: translateX(-1px) translateY(10px) rotate(-45deg);
    -webkit-transform: translateX(-1px) translateY(10px) rotate(-45deg);
    transform: translateX(-1px) translateY(10px) rotate(-45deg);
  }
  .sp-menu-btn.on span.bar02 {
    opacity: 0;
  }
  .sp-menu-btn.on span.bar03 {
    -moz-transform: translateX(-1px) translateY(-8px) rotate(45deg);
    -ms-transform: translateX(-1px) translateY(-8px) rotate(45deg);
    -webkit-transform: translateX(-1px) translateY(-8px) rotate(45deg);
    transform: translateX(-1px) translateY(-8px) rotate(45deg);
  }

  .global-nav-sp {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9998;
    background: #F0F0F0;
    padding: 0;
  }
  .global-nav-sp .nav-inner {
    position: relative;
    z-index: 9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 0;
    background-color: #F0F0F0;
    color: #fff;
  }
  .global-nav-sp:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -moz-box-shadow: 0px 0px 5px 1px rgba(130, 130, 130, 0.35);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(130, 130, 130, 0.35);
    box-shadow: 0px 0px 5px 1px rgba(130, 130, 130, 0.35);
  }
  .global-nav-sp .table-style,
  .global-nav-sp .nav-box {
    height: 100%;
  }
  .global-nav-sp .link-inner {
    padding: 12px 0 30px;
  }

  .global-nav-list {
    display: inline-block;
    padding: 0 20px 0 10px;
    text-align: left;
  }
  .global-nav-list li {
    display: block;
    vertical-align: top;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .global-nav-list li + li {
    margin: 0;
  }
  .global-nav-list a {
    padding: 12px 10px 12px;
    display: block;
  }
  .global-nav-list a:before {
    display: none;
  }
}
/* footer
----------------------------------------------------------*/
.global-footer {
  position: relative;
  padding: 25px 0 25px;
  background-color: #ffffff;
  color: #000;
}
.global-footer .left-box {
  font-size: 0;
}
.global-footer .link-list {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  font-size: 1.9rem;
}
.global-footer .link-list a {
  color: #000;
}
.global-footer .link-list a .table-style {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.global-footer .list-elm {
  display: inline-block;
  width: 167px;
  border-right: 1px solid #fff;
  vertical-align: top;
}
.global-footer .table-cell {
  height: 30px;
}
.global-footer .table-cell.no-arrow:before {
  display: none;
}
.global-footer .table-cell:before {
  content: "";
  display: block;
//  height: 9px;
  width: 14px;
//  background: url(../img/common/icon-arrowt.png) no-repeat;
  -moz-background-size: 14px 9px;
  -o-background-size: 14px 9px;
  -webkit-background-size: 14px 9px;
  background-size: 14px 9px;
  margin: -5px auto 9px;
  vertical-align: middle;
}
.global-footer .text {
  margin: 0 0 -3px;
  line-height: 1;
}
.global-footer .tm-text {
  padding: 0 28px 0 0;
}
.global-footer .copyright {
  padding: 13px 3.82813% 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.1px;
}
.global-footer .toggle-btn {
  position: relative;
}
.global-footer .toggle-btn:after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #3a3c3c transparent transparent transparent;
  margin: 0 auto 25px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.global-footer .toggle-btn.on:after {
  opacity: 1;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}
.global-footer .toggle-btn.on .table-cell:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.global-footer .toggle-box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0 0 14px;
  width: 100%;
  z-index: 999;
  font-weight: normal;
}
.global-footer .toggle-ct {
  background-color: #3a3c3c;
}
.global-footer .toggle-ct + .toggle-ct {
  border-top: 1px solid #545555;
}
.global-footer .arrow-link {
  display: inline-block;
  padding: 11px 20px 10px 48px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.global-footer .arrow-link:after {
  content: ">";
  display: inline-block;
  padding-left: 0.3em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global-footer .dl-toggle .arrow-link {
  padding: 11px 20px 10px 168px;
}
.global-footer .news-date {
  width: 168px;
  padding: 11px 0 0 48px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.global-footer .news-text .arrow-link {
  padding: 11px 20px 9px;
}

@media only screen and (min-width: 769px) {
  .global-footer .link-list .list-elm > a:hover .table-style {
    opacity: 0.7;
  }

  .arrow-link:hover:after {
    -moz-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -ms-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    transform: translate3d(4px, 0, 0) rotate(0.1deg);
  }
}
@media only screen and (max-width: 1250px) {
  .global-footer .link-list {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .global-footer .list-elm {
    width: 130px;
  }
  .global-footer .arrow-link {
    padding: 11px 20px 10px 26px;
  }
  .global-footer .dl-toggle .arrow-link {
    padding-left: 130px;
  }
  .global-footer .news-date {
    width: 108px;
    padding-left: 26px;
  }
}
@media only screen and (max-width: 1050px) {
  .global-footer .list-elm {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .global-footer {
    padding: 0 0 25px;
  }
  .global-footer .link-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .global-footer .list-elm {
    display: table-cell;
    width: 50%;
    border-right: none;
  }
  .global-footer .list-elm:first-child {
    border-right: 1px solid #fff;
  }
  .global-footer .table-cell {
    height: 60px;
    vertical-align: middle;
  }
  .global-footer .table-cell:before {
    margin: 0 auto 9px;
  }
  .global-footer .text {
    margin: 0 0 0;
    line-height: 1;
  }
  .global-footer .tm-text {
    padding: 0 15px 0 0;
  }
  .global-footer .copyright {
    padding: 25px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  .global-footer .toggle-btn:after {
    margin: 0 auto 0px;
  }
  .global-footer .toggle-box {
    margin: 0 0 14px;
  }
  .global-footer .arrow-link {
    padding: 11px 20px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .global-footer .dl-toggle .arrow-link {
    padding: 11px 20px 10px;
  }
  .global-footer .news-date {
    width: auto;
    padding: 11px 0 5px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .global-footer .news-text .arrow-link {
    display: block;
    padding: 0 20px 9px;
  }
}
/* contents
----------------------------------------------------------*/
.wrapper {
  overflow: hidden;
  min-width: 1000px;
  margin: 0 auto;
}

.contents {
  margin-top: 150px;
}

.ct-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ct-inner-s {
  max-width: 1080px;
  margin: 0 auto;
}

.ct-inner-1040 {
  max-width: 1040px;
  margin: 0 auto;
}

.ct-inner-820 {
  max-width: 820px;
  margin: 0 auto;
}

.ct-side-space {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }

  .contents {
    margin-top: 60px;
  }

  .ct-side-space {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* btn */
.ct-btn {
  position: relative;
  display: block;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #0077C8;
}
.ct-btn.red {
  background-color: #DA291C;
}
.ct-btn.white {
  background-color: #fff;
  color: #000;
}
.ct-btn.white .table-cell:after {
  background-image: url(../img/common/icon-arrowr-b.png);
}
.ct-btn .table-cell {
  padding: 7px 20px 4px;
  height: 56px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ct-btn .table-cell:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 7px;
  background: url(../img/common/icon-arrowr.png) no-repeat;
  -moz-background-size: 7px 12px;
  -o-background-size: 7px 12px;
  -webkit-background-size: 7px 12px;
  background-size: 7px 12px;
  margin: -3px 0 0 6px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
  .ct-btn:hover .table-cell:after {
    -moz-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -ms-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    transform: translate3d(4px, 0, 0) rotate(0.1deg);
  }
}
/* tag-list */
.tag-list {
  font-size: 0;
}
.tag-list li {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: top;
  font-size: 24px;
  font-size: 2.4rem;
}
.tag-list a {
  color: #0077C8;
}

@media only screen and (max-width: 768px) {
  .tag-list li {
    margin: 0 12px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* label-ttl */
.ct-label-ttl-wrap {
  position: relative;
  padding-left: 55px;
}
.ct-label-ttl-wrap.red {
  padding-left: 0;
  padding-right: 55px;
}
.ct-label-ttl-wrap.red:before {
  left: auto;
  right: 0;
  background-image: url(../img/common/label-ttl02.png);
}
.ct-label-ttl-wrap.red .ct-label-ttl {
  background-color: #DA291C;
}
.ct-label-ttl-wrap.red .ct-label-ttl .table-cell {
  padding: 0 0 0 55px;
}
.ct-label-ttl-wrap.red02:before {
  background-image: url(../img/common/label-ttl03.png);
}
.ct-label-ttl-wrap.red02 .ct-label-ttl {
  background-color: #DA291C;
}
.ct-label-ttl-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 56px;
  background: url(../img/common/label-ttl01.png) no-repeat;
  -moz-background-size: 56px 100%;
  -o-background-size: 56px 100%;
  -webkit-background-size: 56px 100%;
  background-size: 56px 100%;
}
.ct-label-ttl-wrap .modal-open {
  position: relative;
}
.ct-label-ttl-wrap .modal-open.open:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-label-ttl-wrap .modal-open:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 9;
  height: 40px;
  width: 40px;
  background: url(../img/common/btn-toggle.png) no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  margin: -20px 0 0;
}

.ct-label-ttl {
  background-color: #0077c8;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: -0.6px;
}
.ct-label-ttl.small {
  font-size: 42px;
  font-size: 4.2rem;
}
.ct-label-ttl.lg {
  font-size: 52px;
  font-size: 5.25rem;
}
.ct-label-ttl .table-cell {
  height: 85px;
  padding: 0 80px 0 25px;
}
.ct-label-ttl .text {
  padding: 15px 0;
  margin: 3px 0 0;
}

@media only screen and (max-width: 768px) {
  .ct-label-ttl-wrap {
    padding-left: 40px;
  }
  .ct-label-ttl-wrap.red {
    padding-left: 0;
    padding-right: 40px;
  }
  .ct-label-ttl-wrap.red .ct-label-ttl .table-cell {
    padding: 0 0 0 40px;
  }
  .ct-label-ttl-wrap:before {
    width: 40px;
    -moz-background-size: 40px 100%;
    -o-background-size: 40px 100%;
    -webkit-background-size: 40px 100%;
    background-size: 40px 100%;
  }
  .ct-label-ttl-wrap .modal-open:before {
    right: 10px;
    height: 20px;
    width: 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin: -10px 0 0;
  }

  .ct-label-ttl {
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
  }
  .ct-label-ttl.small {
    font-size: 20px;
    font-size: 2rem;
  }
  .ct-label-ttl.lg {
    font-size: 20px;
    font-size: 2rem;
  }
  .ct-label-ttl .table-cell {
    height: 70px;
    padding: 0 40px 0 0;
  }
  .ct-label-ttl .text {
    padding: 15px 0;
    margin: 5px 0 0;
    text-align: left;
  }
}
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  right: 12px;
  bottom: 50px;
  z-index: 999;
  width: 72px;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    right: 4.6875%;
    bottom: 30px;
    width: 50px;
  }
}
/* ct-ttl */
.ct-ttl01 {
  font-size: 50px;
  font-size: 5rem;
}

@media only screen and (max-width: 768px) {
  .ct-ttl01 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/* line anime */
.line-hide .anime-line {
  display: none;
}

.anime-wrap {
  display: block;
}

.anime-inner {
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.anime-text {
  opacity: 0;
}

.anime-line {
  position: absolute;
  top: -3px;
  left: -100%;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #DA291C;
}
.anime-line.blue {
  background-color: #0077C8;
}

/* top
----------------------------------------------------------*/
.top-main-area {
  min-height: 740px;
  margin: -18px 0 0;
  padding: 88px 0 0;
  background: url(../img/top/bg-main.png) top center no-repeat;
  -moz-background-size: 1380px 686px;
  -o-background-size: 1380px 686px;
  -webkit-background-size: 1380px 686px;
  background-size: 1380px 686px;
}
.top-main-area .ttl {
  margin: 0 0 11px;
  font-size: 86px;
  line-height: 1;
  letter-spacing: -2.5px;
}
.top-main-area .anime-wrap + .anime-wrap {
  margin-top: -16px;
}
.top-main-area .lead {
  font-size: 19px;
  font-size: 1.9rem;
}
.top-main-area .lead + .lead {
  margin-top: 9px;
}
.top-main-area .lead small {
  font-size: 14px;
  font-size: 1.4rem;
}
.top-main-area .btn {
  margin: 26px 0 0;
}

.top-events-area {
  margin: 0 0 80px;
}
.top-events-area .text-box {
  max-width: 660px;
  padding: 20px 40px 20px;
  margin: 0 auto;
}
.top-events-area .ttl {
  margin: 23px 0 23px;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
.top-events-area .tag-list {
  margin: 0 0 14px;
}
.top-events-area .data-box {
  margin: 0 0 36px;
  padding: 19px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.top-events-area .data {
  width: 278px;
  padding: 0 0 0 12px;
}
.top-events-area .data .data-text {
  letter-spacing: 3.2px;
}
.top-events-area .data + .place {
  padding: 0 0 0 31px;
  border-left: 1px solid #808080;
}
.top-events-area .place {
  padding: 0 0 0 12px;
}
.top-events-area .data-ttl {
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1.638rem;
  letter-spacing: 0.03em;
}
.top-events-area .data-text {
  margin: 0 0 -4px;
  font-size: 31px;
  font-size: 3.164rem;
  letter-spacing: 1px;
}
.top-events-area .img-slider {
  width: 480px;
}
.top-events-area .bg-img {
  padding-top: 95.83333%;
}
.top-events-area .lead {
  padding: 0 36px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.top-events-area .btn-wrap {
  width: 190px;
  padding: 2px 0 0;
}
.top-events-area .slide-elm {
  display: none;
}
.top-events-area .slide-elm:first-child {
  display: block;
}
.top-events-area .slick-slide {
  display: block;
}
.top-events-area .slick-slide .img-bg {
  display: none;
}
.top-events-area .slide-elm:active,
.top-events-area .slide-elm:focus {
  outline: none;
}
.top-events-area .slick-dots {
  line-height: 1;
}

.top-insta-area {
  margin: 0 0 72px;
}
.top-insta-area .text-box {
  width: 320px;
}
.top-insta-area .ttl {
  margin: 10px 0 27px;
  font-size: 46px;
  font-size: 4.625rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.top-insta-area .link a {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.top-insta-area .link a:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 24px;
  background: url(../img/common/icon-blank.png) no-repeat;
  -moz-background-size: 24px 18px;
  -o-background-size: 24px 18px;
  -webkit-background-size: 24px 18px;
  background-size: 24px 18px;
  margin: -7px 10px 0 0;
  vertical-align: middle;
}
.top-insta-area .link a:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  background: url(../img/common/icon-arrowr-b.png) no-repeat;
  -moz-background-size: 10px 16px;
  -o-background-size: 10px 16px;
  -webkit-background-size: 10px 16px;
  background-size: 10px 16px;
  margin: -6px 0 0 14px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-insta-area .img-list {
  font-size: 0;
}
.top-insta-area .img-list li {
  display: inline-block;
  vertical-align: top;
  width: 16.666666666666%;
}

@media only screen and (min-width: 769px) {
  .top-insta-area a:hover:after {
    -moz-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -ms-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    transform: translate3d(4px, 0, 0) rotate(0.1deg);
  }
}
.top-tips-area {
  position: relative;
  margin: 0 0 73px;
}
.top-tips-area.mb0 {
  margin-bottom: 0;
}

.tips-modal-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #545555;
}
.tips-modal-box .tips-modal-inner {
  padding: 7.03125% 4.6875% 7.03125%;
}
.tips-modal-box .img {
  width: 41.37931%;
}
.tips-modal-box .text-box {
  padding: 0 0 40px;
}
.tips-modal-box .text-box.fl-r {
  width: 53.44828%;
}
.tips-modal-box .lead {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.tips-modal-box .bottom-box {
  position: absolute;
  bottom: 50px;
  right: 58px;
  z-index: 99;
}
.tips-modal-box .modal-close {
  margin: 10px 0 0 36px;
  cursor: pointer;
}
.tips-modal-box .ct-btn .table-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.tips-idx a {color:#fff;}






.top-makes-area {
  background-color: #F0F0F0;
}
.top-makes-area .ct-inner {
  position: relative;
  padding-top: 114px;
  padding-bottom: 144px;
}
.top-makes-area .ttl {
  margin: 0 0 161px 6.95313%;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -2.8px;
}
.top-makes-area .makes-box {
  position: relative;
}
.top-makes-area .text-box {
  position: absolute;
}
.top-makes-area .makes-ttl {
  margin: 0 0 3px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.top-makes-area .makes-text {
  letter-spacing: -0.5px;
}
.top-makes-area .makes01 {
  position: absolute;
  top: 0;
  right: 5.78125%;
  z-index: 9;
  width: 41.17188%;
  margin: 11.95313% 0 0;
}
.top-makes-area .makes01 .text-box {
  bottom: -13px;
  left: 0;
}
.top-makes-area .makes02 {
  width: 32.34375%;
  margin: 0 0 0 13.59375%;
}
.top-makes-area .makes02 .text-box {
  bottom: 0;
  left: -16.18357%;
  margin: 0 0 7.48792% 0;
}
.top-makes-area .makes03 {
  position: absolute;
  top: 0;
  right: 5.46875%;
  z-index: 9;
  width: 37.10938%;
  margin: 56.01563% 0 0;
}
.top-makes-area .makes03 .text-box {
  bottom: 0;
  left: -6.31579%;
  margin: 0 0 28.21053% 0;
}
.top-makes-area .makes04 {
  width: 45.39063%;
  margin: 14.375% 0 6.64063% 6.79687%;
}
.top-makes-area .makes04 .text-box {
  bottom: -6px;
  right: -56px;
}
.top-makes-area .makes05 .img {
  width: 31.48437%;
  margin: 0 0 0 51.5625%;
}
.top-makes-area .makes05 .text-box {
  bottom: 0;
  right: 49.60938%;
  margin: 0 0 5.70313%;
  padding: 0 0 0 30px;
}

.quality-makes-area {
  background-color: #F0F0F0;
}
.quality-makes-area .ct-inner {
  position: relative;
  padding-top: 114px;
  padding-bottom: 144px;
}
.quality-makes-area .ttl {
  margin: 0 0 161px 6.95313%;
  font-size: 72px;
  line-height: 76px;
  letter-spacing: -2.8px;
}
.quality-makes-area .makes-box {
  position: relative;
}
.quality-makes-area .text-box {
  position: absolute;
}
.quality-makes-area .makes-ttl {
  margin: 0 0 3px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.quality-makes-area .makes-text {
  letter-spacing: -0.5px;
}
.quality-makes-area .makes01 {
  position: absolute;
  top: 0;
  right: -0.28125%;
  z-index: 9;
  width: 41.17188%;
  margin: 11.95313% 0 0;
}
.quality-makes-area .makes01 .text-box {
  bottom: -33px;
  left: -90px;
}
.quality-makes-area .makes02 {
  width: 32.34375%;
  margin: 0 0 0 18.59375%;
}
.quality-makes-area .makes02 .text-box {
  bottom: -90px;
  left: -16.18357%;
  margin: 0 0 7.48792% 0;
}
.quality-makes-area .makes03 {
  position: absolute;
  top: 0;
  right: 3.46875%;
  z-index: 9;
  width: 37.10938%;
  margin: 56.01563% 0 0;
}
.quality-makes-area .makes03 .text-box {
  bottom: -50px;
  left: -20.31579%;
  margin: 0 0 28.21053% 0;
}
.quality-makes-area .makes04 {
  width: 45.39063%;
  margin: 14.375% 0 6.64063% 12.79687%;
}
.quality-makes-area .makes04 .text-box {
  bottom: -60px;
  right: 10px;
}
.quality-makes-area .makes05 .img {
  width: 31.48437%;
  margin: 0 0 0 51.5625%;
}
.quality-makes-area .makes05 .text-box {
  bottom: 0;
  right: 49.60938%;
  margin: 0 0 5.70313%;
  padding: 0 0 0 30px;
}

.top-100years-area {
  padding: 108px 0 107px;
}
.top-100years-area .img {
  position: relative;
  display: inline-block;
  margin: 0 0 74px;
  vertical-align: top;
}
.top-100years-area .ttl {
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 9;
  margin: 0 0 0 8.84211%;
  font-size: 141px;
  font-size: 14.148rem;
  line-height: 1;
}
.top-100years-area .ttl .main-text {
  display: block;
  letter-spacing: -6px;
}
.top-100years-area .ttl .main-text .anime-line {
  bottom: 0px;
}
.top-100years-area .ttl .main-text .anime-text {
  padding-right: 5px;
}
.top-100years-area .ttl small {
  display: block;
  font-size: 38px;
  font-size: 3.836rem;
  letter-spacing: -1px;
  margin: -16px 0 0 6px;
}
.top-100years-area .ttl small .anime-text {
  padding: 0 0 0 5px;
}
.top-100years-area .col2-box {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 0 0 2.42188%;
}
.top-100years-area .text-box {
  margin: 0 0 0 9.00901%;
  padding: 0 14.41441% 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.top-100years-area .btn-box {
  width: 190px;
}
.top-100years-area .btn {
  margin: 0 0 5px;
}

.top-lineup-area .text-box {
  position: relative;
}
.top-lineup-area .ttl {
  position: absolute;
  top: 0;
  left: 5.23438%;
  z-index: 9;
  margin: 4.6875% 0 0;
  font-size: 81px;
  line-height: 1;
  letter-spacing: -3px;
}
.top-lineup-area .anime-wrap + .anime-wrap {
  margin-top: -10px;
}
.top-lineup-area .col2-box {
  max-width: 1110px;
  margin: 52px auto 56px;
  padding: 0 0 0 2.42188%;
}
.top-lineup-area .col2-text-box {
  margin: 0 0 0 9.00901%;
  padding: 0 3.15315% 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.top-lineup-area .col2-text-box p + p {
  margin-top: 30px;
}
.top-lineup-area .btn-box {
  width: 190px;
}
.top-lineup-area .btn {
  margin: 0 0 5px;
}

@media only screen and (max-width: 768px) {
  .top-main-area {
    min-height: inherit;
    margin: 0 0 0;
    padding: 23px 0 10px;
    background: none;
  }
  .top-main-area .ct-inner-s {
    max-width: 400px;
  }
  .top-main-area .img {
    width: 107%;
    margin: 5px 0 30px 6.25%;
  }
  .top-main-area .ttl {
    margin: 0 0 20px;
    font-size: 50px;
    font-size: 5.04rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .top-main-area .anime-wrap + .anime-wrap {
    margin-top: -8px;
  }
  .top-main-area .lead {
    padding: 0 0 0 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-main-area .lead + .lead {
    margin-top: 4px;
  }
  .top-main-area .lead small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-main-area .btn {
    margin: 8px 0 20px;
  }

  .top-events-area {
    margin: 0 0 12px;
  }
  .top-events-area .text-box {
    max-width: inherit;
    padding: 40px 20px 50px;
  }
  .top-events-area .ttl {
    margin: 0 0 17px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .top-events-area .tag-list {
    margin: 0 0 14px;
  }
  .top-events-area .data-box {
    margin: 0 0 30px;
    padding: 15px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  .top-events-area .data {
    width: auto;
    padding: 0 15px 0 0;
  }
  .top-events-area .data .data-text {
    letter-spacing: 0.1em;
  }
  .top-events-area .place {
    padding: 0 0 0 15px;
  }
  .top-events-area .data-ttl {
    margin: 0 0 8px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .top-events-area .data-text {
    margin: 0 0 -2px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .top-events-area .img-slider {
    width: auto;
  }
  .top-events-area .lead {
    padding: 0 0 0;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-events-area .btn-wrap {
    overflow: hidden;
    width: auto;
    padding: 0;
    margin: 30px 0 0;
  }
  .top-events-area .btn-wrap .btn {
    float: right;
  }
  .top-events-area .ct-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .top-insta-area {
    margin: 0 0 72px;
  }
  .top-insta-area .text-box {
    padding: 40px 0;
    width: auto;
  }
  .top-insta-area .ttl {
    margin: 0 0 23px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .top-tips-area {
    margin: 0 0 15px;
  }

  .tips-modal-box .tips-modal-inner {
    padding: 20px 20px 3px;
  }
  .tips-modal-box .img {
    width: auto;
    margin: 0 0 20px;
  }
  .tips-modal-box .text-box {
    padding: 0 0 20px;
  }
  .tips-modal-box .text-box.fl-r {
    width: auto;
  }
  .tips-modal-box .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tips-modal-box .bottom-box {
    position: static;
    width: 100%;
    margin: 0 0 22px;
  }
  .tips-modal-box .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
  }
  .tips-modal-box .btn {
    margin: 0 auto;
  }

  .top-makes-area .ct-inner {
    padding: 50px 20px;
  }
  .top-makes-area .ttl {
    margin: 0 0 40px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .top-makes-area .makes-box {
    position: relative;
  }
  .top-makes-area .makes-box + .makes-box {
    margin-top: 40px;
  }
  .top-makes-area .makes-box .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .top-makes-area .text-box {
    position: static;
  }
  .top-makes-area .makes-ttl {
    margin: 0 0 3px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .top-makes-area .makes01 {
    position: static;
    width: auto;
    margin: 0;
  }
  .top-makes-area .makes02 {
    width: auto;
    margin: 0;
  }
  .top-makes-area .makes03 {
    position: static;
    width: auto;
    margin: 0;
  }
  .top-makes-area .makes04 {
    width: auto;
    margin: 0;
  }
  .top-makes-area .makes05 .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .top-makes-area .makes05 .text-box {
    margin: 0;
    padding: 0;
  }

  .quality-makes-area .ct-inner {
    padding: 50px 20px;
  }
  .quality-makes-area .ttl {
    margin: 0 0 40px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .quality-makes-area .makes-box {
    position: relative;
  }
  .quality-makes-area .makes-box + .makes-box {
    margin-top: 40px;
  }
  .quality-makes-area .makes-box .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .quality-makes-area .text-box {
    position: static;
  }
  .quality-makes-area .makes-ttl {
    margin: 0 0 3px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .quality-makes-area .makes01 {
    position: static;
    width: auto;
    margin: 0;
  }
  .quality-makes-area .makes02 {
    width: auto;
    margin: 0;
  }
  .quality-makes-area .makes03 {
    position: static;
    width: auto;
    margin: 0;
  }
  .quality-makes-area .makes04 {
    width: auto;
    margin: 0;
  }
  .quality-makes-area .makes05 .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .quality-makes-area .makes05 .text-box {
    margin: 0;
    padding: 0;
  }

  .top-100years-area {
    padding: 50px 0 50px;
  }
  .top-100years-area .img {
    margin: 0 0 40px;
  }
  .top-100years-area .ttl {
    bottom: -5px;
    margin: 0 0 0 12%;
    font-size: 90px;
    font-size: 9rem;
  }
  .top-100years-area .ttl .main-text {
    line-height: 1;
    letter-spacing: normal;
  }
  .top-100years-area .ttl .main-text .anime-line {
    bottom: 0px;
  }
  .top-100years-area .ttl small {
    margin: -5px 0 0;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: normal;
  }
  .top-100years-area .ttl small .anime-text {
    padding: 0 0 0 5px;
  }
  .top-100years-area .col2-box {
    padding: 0;
  }
  .top-100years-area .text-box {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .top-100years-area .btn-box {
    width: auto;
    text-align: right;
  }
  .top-100years-area .btn {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }

  .top-lineup-area .ttl {
    left: 20px;
    margin: 3.2% 0 0;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .top-lineup-area .anime-wrap + .anime-wrap {
    margin-top: -6px;
  }
  .top-lineup-area .col2-box {
    margin: 40px auto 40px;
    padding: 0;
  }
  .top-lineup-area .col2-text-box {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .top-lineup-area .col2-text-box p + p {
    margin-top: 20px;
  }
  .top-lineup-area .btn-box {
    width: auto;
    text-align: right;
  }
  .top-lineup-area .btn {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
}
@media only screen and (max-width: 600px) {
  .top-100years-area .ttl {
    font-size: 60px;
    font-size: 6rem;
  }
  .top-100years-area .ttl small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top-lineup-area .ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .top-100years-area .ttl {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .top-100years-area .ttl small {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top-lineup-area .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/* history
----------------------------------------------------------*/
.history-ttl-area {
  padding: 100px 0 79px;
}
.history-ttl-area .img {
  margin: 0 0 50px;
  text-align: center;
}
.history-ttl-area .img-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.history-ttl-area .img-text-box {
  position: absolute;
  bottom: 0;
  left: 63.45455%;
  z-index: 1;
  width: 400px;
  line-height: 1;
  text-align: left;
}
.history-ttl-area .img-text01 {
  margin: 0 0 -16px -23px;
  font-size: 180px;
  letter-spacing: -6px;
}
.history-ttl-area .img-text02 {
  margin: 0 0 -3px;
  font-size: 80px;
  letter-spacing: 3px;
}
.history-ttl-area .ttl {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: -1.4px;
  line-height: 1.2;
}
.history-ttl-area .ttl .sub {
  font-size: 80%;
  bottom: -3px;
}

.history-list-area .history-list-elm {
  position: relative;
}
.history-list-area .history-list-elm + .history-list-elm {
  margin-top: 171px;
}
.history-list-area .history-list-elm + .history-list-elm:before {
  content: "";
  position: absolute;
  top: -94px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 23.5px 0 23.5px;
  border-color: #545555 transparent transparent transparent;
  margin: 0 auto;
}
.history-list-area .history-list-inner {
  padding: 102px 40px 100px;
  background-color: #EBEBEB;
}
.history-list-area .year {
  font-size: 150px;
  margin: -66px 0 7px 20px;
  letter-spacing: 8px;
}
.history-list-area .ttl {
  margin: 0 0 25px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
.history-list-area .ttl .sub {
  font-size: 80%;
}
.history-list-area .lead {
  margin: 0 auto;
  letter-spacing: -0.4px;
}
.history-list-area .col2-wrap {
  max-width: 1080px;
  margin: 118px auto 0;
}
.history-list-area .left-img {
  width: 46.85185%;
}
.history-list-area .right-text {
  width: 44.44444%;
}
.history-list-area .lead-ttl {
  margin: -4px 0 42px;
}
.history-list-area .lead-text {
  letter-spacing: -0.4px;
}
.history-list-area .lead-text + .lead-text {
  margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
  .history-ttl-area .img-text01 {
    font-size: 160px;
    letter-spacing: -3px;
  }
  .history-ttl-area .img-text02 {
    font-size: 73px;
  }
}
@media only screen and (max-width: 768px) {
  .history-ttl-area {
    padding: 80px 0 60px;
  }
  .history-ttl-area .img {
    margin: 0 0 40px;
  }
  .history-ttl-area .ttl {
    font-size: 34px;
    font-size: 3.4rem;
    white-space: nowrap;
  }
  .history-ttl-area .ttl .sub {
    bottom: -2px;
  }
  .history-ttl-area .img-text01 {
    margin: 0 0 -12px -13px;
    font-size: 100px;
    letter-spacing: -2px;
  }
  .history-ttl-area .img-text02 {
    font-size: 43px;
  }

  .history-list-area .history-list-elm + .history-list-elm {
    margin-top: 150px;
  }
  .history-list-area .history-list-elm + .history-list-elm:before {
    top: -84px;
  }
  .history-list-area .history-list-inner {
    padding: 60px 20px 60px;
  }
  .history-list-area .year {
    font-size: 80px;
    margin: -35px 0 4px;
  }
  .history-list-area .ttl {
    margin: 0 -8px 13px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .history-list-area .lead {
    margin: 0 auto;
    text-align: left;
  }
  .history-list-area .col2-wrap {
    max-width: inherit;
    margin: 60px auto 0;
  }
  .history-list-area .left-img {
    width: auto;
    margin: 0 0 22px;
  }
  .history-list-area .right-text {
    width: auto;
  }
  .history-list-area .lead-ttl {
    margin: 0 0 13px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .history-list-area .lead-text + .lead-text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .history-ttl-area .img-text01 {
    font-size: 90px;
    letter-spacing: -3px;
  }
  .history-ttl-area .img-text02 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 550px) {
  .history-ttl-area .img-text01 {
    margin: 0 0 -10px -9px;
    font-size: 80px;
    letter-spacing: -1px;
  }
  .history-ttl-area .img-text02 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .history-ttl-area .img-text01 {
    font-size: 70px;
  }
  .history-ttl-area .img-text02 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 440px) {
  .history-ttl-area .img-text01 {
    margin: 0 0 -5px -5px;
    font-size: 60px;
  }
  .history-ttl-area .img-text02 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 400px) {
  .history-ttl-area .img-text01 {
    font-size: 50px;
  }
  .history-ttl-area .img-text02 {
    font-size: 21px;
  }
}
/* company
----------------------------------------------------------*/
.company-contents {
  padding: 115px 0 184px;
}
.company-contents .company-inner {
  max-width: 800px;
  margin: 0 auto;
}
.company-contents .ct-ttl01 {
  margin: 0 0 85px;
  line-height: 1.2;
  letter-spacing: -1.4px;
}
.company-contents .info-ct-ttl {
  margin: 0 0 28px;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: -0.4px;
}
.company-contents .info-box {
  padding: 25px 0 28px;
}
.company-contents .info-box + .info-box {
  margin-top: 38px;
}
.company-contents .info-table + .info-table {
  margin-top: 7px;
}
.company-contents .info-ttl {
  width: 208px;
  padding: 0 0 0 62px;
  color: #898989;
  letter-spacing: -0.4px;
}
.company-contents .info-text {
  padding: 0 30px 0 0;
  letter-spacing: -0.4px;
}
.company-contents .link-list {
  padding: 30px 20px 27px;
}
.company-contents .link-list li + li {
  margin-top: 13px;
}
.company-contents .link-list a {
  display: inline-block;
  font-size: 20px;
  font-size: 2.04rem;
  vertical-align: top;
  letter-spacing: 0.8px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.company-contents .link-list a:after {
  content: ">";
  display: inline-block;
  padding-left: 0.3em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
  .company-contents .link-list a:hover:after {
    -moz-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -ms-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    transform: translate3d(4px, 0, 0) rotate(0.1deg);
  }
}
@media only screen and (max-width: 768px) {
  .company-contents {
    padding: 40px 0 40px;
  }
  .company-contents .ct-ttl01 {
    margin: 0 0 35px;
  }
  .company-contents .info-ct-ttl {
    margin: 0 0 18px;
    font-size: 20px;
    font-size: 2rem;
  }
  .company-contents .info-box {
    padding: 25px 20px 28px;
  }
  .company-contents .info-box + .info-box {
    margin-top: 38px;
  }
  .company-contents .info-table + .info-table {
    margin-top: 10px;
  }
  .company-contents .info-ttl {
    width: auto;
    padding: 0;
  }
  .company-contents .info-text {
    padding: 0;
  }
  .company-contents .link-list {
    padding: 0 0 5px;
    text-align: left;
  }
  .company-contents .link-list li + li {
    margin-top: 13px;
  }
  .company-contents .link-list a {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .company-contents .link-list a:after {
    display: inline;
  }
}
/* tips
----------------------------------------------------------*/
.tips-contents .ttl-wrap {
  padding: 97px 0 76px;
}

.tips-list-wrap .elm-inner {
  padding: 57px 4.6875% 60px;
}
.tips-list-wrap .list-ttl {
  margin: 0 0 49px;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.tips-list-wrap .img {
  width: 41.37931%;
}
.tips-list-wrap .text-box {
  width: 53.44828%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .tips-contents .ct-label-ttl .text {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .tips-contents .ttl-wrap {
    padding: 40px 0 35px;
  }

  .tips-list-wrap .elm-inner {
    padding: 40px 20px 40px;
  }
  .tips-list-wrap .list-ttl {
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .tips-list-wrap .img {
    width: auto;
    margin: 0 0 20px;
  }
  .tips-list-wrap .img img {
    width: 100%;
  }
  .tips-list-wrap .text-box {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* products lineup
----------------------------------------------------------*/
.products-page .top-lineup-area {
  background-color: #3A3C3C;
}
.products-page .top-lineup-area .ttl {
  left: 5.39063%;
  margin: 5.70313% 0 0;
  font-size: 86px;
  line-height: 1;
}
.products-page .top-lineup-area .anime-wrap + .anime-wrap {
  margin-top: -10px;
}

.products-ct-inner {
  max-width: 1050px;
  margin: 0 auto;
}

.products-ct01 {
  padding: 114px 0 54px;
  background-color: #3A3C3C;
}
.products-ct01 .ct-ttl01 {
  margin: 0 0 38px;
}
.products-ct01 .products-top-col1 {
  max-width: 540px;
  margin: 0 auto 30px;
}

.products-ct02 .products-top-col1 {
  max-width: 540px;
  margin: 0 auto 30px;
}

.products-ct01 .products-top-col2 {
  max-width: 540px;
  margin: 0 auto 90px;
}
.products-ct01 .products-top-col2 .text-box {
  width: 246px;
}
.products-ct01 .products-top-col2 dl {
  margin: 0 0 9px;
  padding: 0 0 4px;
  border-bottom: 1px solid #fff;
}
.products-ct01 .products-top-col2 dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.products-ct01 .products-top-col2 dd {
  width: 100px;
  font-size: 17px;
  font-size: 1.7rem;
}
.products-ct01 .products-top-col2 .attention {
  margin: 12px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.products-ct01 .products-top-col2_2 {
  max-width: 540px;
  margin: 0 auto 15px;
}
.products-ct01 .products-top-col2_2 .text-box {
  width: 246px;
}
.products-ct01 .products-top-col2_2 dl {
  margin: 0 0 9px;
  padding: 0 0 4px;
  border-bottom: 1px solid #fff;
}
.products-ct01 .products-top-col2_2 dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.products-ct01 .products-top-col2_2 dd {
  width: 100px;
  font-size: 17px;
  font-size: 1.7rem;
}
.products-ct01 .products-top-col2_2 .attention {
  margin: 12px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}


.products-info-box {
  margin: 0 0 85px;
}
.products-info-box .item-list {
  position: relative;
  margin: 0 0 22px;
}
.products-info-box.list01 .item-list {
  padding-top: 28.85714%;
}
.products-info-box.list01 .item {
  width: 28.85714%;
}
.products-info-box.list01 .list-elm {
  width: 28.95238%;
  margin-left: 0;
}
.products-info-box.list01 .list-elm + .list-elm {
  margin-left: 6.47619%;
}
.products-info-box.list02 .item-list {
  padding-top: 26.19048%;
}
.products-info-box.list02 .item {
  width: 26.19048%;
}
.products-info-box.list02 .list-elm {
  width: 26.19048%;
}
.products-info-box.list02 .list-elm + .list-elm {
  margin-left: 9.2381%;
}
.products-info-box.list02 .item01 {
  left: 1.61905%;
}
.products-info-box.list02 .item03 {
  right: 1.61905%;
}
.products-info-box.list03 .item-list {
  padding-top: 31.73077%;
}
.products-info-box.list03 .item {
  width: 31.73077%;
}
.products-info-box.list03 .list-elm {
  width: 31.73077%;
}
.products-info-box.list03 .list-elm + .list-elm {
  margin-left: 2.30769%;
}
.products-info-box.list03 .item01 {
  left: 0;
}
.products-info-box.list03 .item03 {
  right: 0;
}
.products-info-box.list04 {
  padding-top: 9.34783%;
}
.products-info-box.list04 .item-list {
  padding-top: 26.52174%;
}
.products-info-box.list04 .item {
  width: 26.52174%;
}
.products-info-box.list04 .list-elm {
  width: 26.52174%;
}
.products-info-box.list04 .list-elm + .list-elm {
  margin-left: 7.17391%;
}
.products-info-box.list04 .item01 {
  left: 3.04348%;
}
.products-info-box.list04 .item03 {
  right: 3.04348%;
}
.products-info-box.list05 .item-box {
  position: relative;
  padding-top: 28.07692%;
  margin-top: 7.11538%;
}
.products-info-box.list05 .tape01 {
  left: -0.96154%;
  width: 39.80769%;
}
.products-info-box.list05 .tape02 {
  right: 9.42308%;
  width: 49.03846%;
  margin-bottom: 0.57692%;
}
.products-info-box.list05 .tape02-text {
  margin: 0 0 14px 28.62745%;
}
.products-info-box.list06 .item-box {
  position: relative;
  padding-top: 34.78261%;
  margin-top: 0;
}
.products-info-box.list06 .can01 {
  left: 2.6087%;
  width: 11.52174%;
}
.products-info-box.list06 .can02 {
  left: 20.43478%;
  width: 15%;
}
.products-info-box.list06 .can03 {
  left: 41.52174%;
  width: 23.04348%;
}
.products-info-box.list06 .can04 {
  left: 70.86957%;
  width: 26.30435%;
}
.products-info-box.list07 .item-box {
  position: relative;
  padding-top: 24.24242%;
  margin-top: 5.60606%;
}
.products-info-box.list07 .tape01 {
  left: -0.75758%;
  width: 34.69697%;
}
.products-info-box.list07 .tape02 {
  bottom: -0.625%;
  right: -0.30303%;
  width: 63.33333%;
}
.products-info-box.list07 .link {
  margin: 45px 0 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2px;
}
.products-info-box.list07 .tape02-text {
  margin-bottom: 23px;
}
.products-info-box .item {
  position: absolute;
  top: 0;
}
.products-info-box .item01 {
  left: 0.38095%;
  z-index: 9;
}
.products-info-box .item02 {
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 8;
}
.products-info-box .item03 {
  right: 0.38095%;
  z-index: 7;
}
.products-info-box .ttl {
  margin: 0 0 9px;
  padding: 0 0 5px;
  border-bottom: 1px solid #9d9f9e;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.4px;
}
.products-info-box .ttl .small01 {
  padding-left: 0.7em;
  padding-right: 0.5em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: normal;
}
.products-info-box .ttl .small02 {
  padding-left: 0.6em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.products-info-box .ttl02 {
  margin: 0 0 24px;
  padding: 0 0 2px;
  border-bottom: 1px solid #9d9f9e;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.025em;
}
.products-info-box .text-box-wrap {
  position: relative;
  height: 70px;
  border-top: 1px dotted #565857;
  border-bottom: 1px dotted #565857;
}
.products-info-box .text-box-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  z-index: 1;
  border-top: 1px dotted #565857;
}
.products-info-box .text-box-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  z-index: 1;
  border-top: 1px dotted #565857;
}
.products-info-box .text-box-wrap .line-text {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 1;
  width: 18px;
}
.products-info-box .text-box-wrap .text-box {
  position: relative;
  z-index: 9;
  margin-top: -1px;
}
.products-info-box .text-box {
  font-size: 0;
}
.products-info-box .list-elm {
  display: inline-block;
  vertical-align: top;
}
.products-info-box .list-text {
  background: #BFB69F;
  color: #3A3C3C;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.products-info-box .list-text small {
  padding-left: 0.4em;
  font-size: 11px;
  font-size: 1.1rem;
}
.products-info-box .list-text p {
  margin-top: 3px;
}
.products-info-box .list-text01 {
  height: 33px;
}
.products-info-box .list-text02 {
  height: 53px;
}
.products-info-box .list-text03 {
  height: 70px;
}
.products-info-box .tape {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.products-info-box .tape02-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 100%;
  margin: 0 0 18px;
  font-size: 11px;
  font-size: 1.1rem;
}
.products-info-box .can {
  position: absolute;
  top: 0;
  z-index: 1;
}

.ct-icon-link:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  height: 16px;
  width: 10px;
  margin: 0 0 0 10px;
  background: url(../img/products/icon-link.png) no-repeat center center;
  -moz-background-size: 10px 16px;
  -o-background-size: 10px 16px;
  -webkit-background-size: 10px 16px;
  background-size: 10px 16px;
}

.products-info-col2-box .left-box {
  width: 49.52381%;
}
.products-info-col2-box .left-box.type-lg {
  width: 62.85714%;
}
.products-info-col2-box .right-box {
  width: 43.80952%;
}

.products-ct02 {
  padding: 105px 0 10px;
  background-color: #545555;
}
.products-ct02 .products-ct-inner {
  max-width: 1040px;
}
.products-ct02 .ct-ttl01 {
  margin: 0 0 85px;
}

.other-tapes-list {
  width: 106.73077%;
  font-size: 0;
}
.other-tapes-list .list-elm {
  display: inline-block;
  width: 27.02703%;
  margin: 0 6.30631% 8.91892% 0;
  vertical-align: top;
}
.other-tapes-list .list-elm.type02 .head .img {
  width: 88px;
}
.other-tapes-list .list-elm.type02 .head .ttl {
  margin: 0 -20px 0 0;
}
.other-tapes-list .lg-img {
  width: 105px;
  margin: 13px 0 0 -19px;
}
.other-tapes-list .head {
  margin: 0 0 15px;
}
.other-tapes-list .head .img {
  width: 56px;
}
.other-tapes-list .head .text {
  padding: 5px 0 0 14px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.other-tapes-list table {
  width: 100%;
}
.other-tapes-list table + table {
  margin-top: 20px;
}
.other-tapes-list thead tr {
  border-bottom: 1px solid #8e8e8e;
}
.other-tapes-list tr {
  border-top: 1px solid #8e8e8e;
}
.other-tapes-list tr:first-child {
  border-top: none;
}
.other-tapes-list th {
  padding: 3px 0 2px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1px;
}
.other-tapes-list td {
  padding: 4px 0 1px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.2px;
}
.other-tapes-list .right-box {
  width: 128px;
}
.other-tapes-list .lg {
  font-size: 17px;
  font-size: 1.7rem;
}
.other-tapes-list .lg small {
  padding: 0 0 0 0.4em;
  font-size: 70%;
}
.other-tapes-list .bottom-text {
  margin: 8px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 768px) {
  .products-page .top-lineup-area .ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
  }
  .products-page .top-lineup-area .anime-wrap + .anime-wrap {
    margin-top: -5px;
  }

  .products-ct01 {
    padding: 60px 0 10px;
  }
  .products-ct01 .products-ttl-wrap {
    padding: 0;
  }
  .products-ct01 .ct-ttl01 {
    margin: 0 0 38px;
  }
  .products-ct01 .products-top-col1 {
    width: 80%;
    margin: 0 auto 90px;
  }
  .products-ct01 .products-top-col1 .text-box {
    width: auto;
  }
  .products-ct02 .products-top-col1 {
    width: 80%;
    margin: 0 auto 15px;
  }
  .products-ct02 .products-top-col1 .text-box {
    width: auto;
  }


  .products-ct01 .products-top-col2 {
    width: 80%;
    margin: 0 auto 90px;
  }
  .products-ct01 .products-top-col2 .text-box {
    width: auto;
  }
  .products-ct01 .products-top-col2_2 {
    width: 80%;
    margin: 0 auto 15px;
  }
  .products-ct01 .products-top-col2_2 .text-box {
    width: auto;
  }


  .products-ct01 .products-ct-inner {
    max-width: 500px;
  }

  .products-info-box {
    margin: 0 20px 60px;
  }
  .products-info-box .item-list {
    position: relative;
    margin: 0 0 22px;
  }
  .products-info-box.list01 .item-list {
    padding-top: 200px;
  }
  .products-info-box.list01 .item {
    width: 200px;
  }
  .products-info-box.list01 .list-elm {
    width: 31.73077%;
    margin-left: 0;
  }
  .products-info-box.list01 .list-elm + .list-elm {
    margin-left: 2.30769%;
  }
  .products-info-box.list02 .item-list {
    padding-top: 180px;
  }
  .products-info-box.list02 .item {
    width: 180px;
  }
  .products-info-box.list02 .list-elm {
    width: 31.73077%;
    margin-left: 0;
  }
  .products-info-box.list02 .list-elm + .list-elm {
    margin-left: 2.30769%;
  }
  .products-info-box.list02 .item01 {
    left: -70px;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list02 .item02 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list02 .item03 {
    left: 0;
    right: -70px;
    margin: 0 auto;
  }
  .products-info-box.list03 .item-list {
    padding-top: 120px;
  }
  .products-info-box.list03 .item {
    width: 120px;
  }
  .products-info-box.list03 .item01 {
    left: -70px;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list03 .item02 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list03 .item03 {
    left: 0;
    right: -70px;
    margin: 0 auto;
  }
  .products-info-box.list04 {
    padding-top: 0;
  }
  .products-info-box.list04 .item-list {
    padding-top: 120px;
  }
  .products-info-box.list04 .item {
    width: 120px;
  }
  .products-info-box.list04 .list-elm {
    width: 31.73077%;
    margin-left: 0;
  }
  .products-info-box.list04 .list-elm + .list-elm {
    margin-left: 2.30769%;
  }
  .products-info-box.list04 .item01 {
    left: -70px;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list04 .item02 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box.list04 .item03 {
    left: 0;
    right: -70px;
    margin: 0 auto;
  }
  .products-info-box.list07 .tape02-text {
    margin-bottom: 15px;
  }
  .products-info-box.list07 .link {
    margin: 25px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .products-info-box .item01 {
    left: -80px;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box .item02 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .products-info-box .item03 {
    left: 0;
    right: -80px;
    margin: 0 auto;
  }
  .products-info-box .ttl {
    margin: 0 0 9px;
    padding: 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .products-info-box .ttl .small01 {
    padding-left: 0.5em;
    padding-right: 0.9em;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: normal;
  }
  .products-info-box .ttl .small02 {
    padding-left: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .products-info-box .ttl02 {
    padding: 0 0 4px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .products-info-box .list-text {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .products-info-box .list-text small {
    font-size: 10px;
    font-size: 1rem;
  }
  .products-info-box .tape02-text {
    margin: 0 0 15px;
  }
  .products-info-box .can {
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .ct-icon-link:after {
    height: 13px;
    width: 8px;
    margin: 0 0 0 8px;
    -moz-background-size: 8px 13px;
    -o-background-size: 8px 13px;
    -webkit-background-size: 8px 13px;
    background-size: 8px 13px;
  }

  .products-info-col2-box .left-box {
    width: auto;
  }
  .products-info-col2-box .left-box.type-lg {
    width: auto;
  }
  .products-info-col2-box .right-box {
    width: auto;
  }

  .products-ct02 {
    padding: 60px 0 10px;
  }
  .products-ct02 .ct-ttl01 {
    margin: 0 0 40px;
  }

  .other-tapes-list {
    width: auto;
  }
  .other-tapes-list .list-elm {
    display: block;
    width: 85%;
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .other-tapes-list .head {
    margin: 0 0 15px;
  }
  .other-tapes-list .head .img {
    width: 56px;
  }
  .other-tapes-list .head .text {
    padding: 5px 0 0 14px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
/* quality
----------------------------------------------------------*/
.quality-main-area .text-box {
  position: relative;
}
.quality-main-area .ttl {
  position: absolute;
  top: 0;
  left: 7.8125%;
  z-index: 9;
  margin: 5.15625% 0 0;
  font-size: 81px;
  line-height: 1.2;
  letter-spacing: -2.7px;
}
.quality-main-area .ttl .anime-wrap + .anime-wrap {
  margin-top: -24px;
}
.quality-main-area .ttl .sub {
  font-size: 70%;
  bottom: -3px;
}
.quality-main-area .img-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.quality-main-area .img-text {
  position: absolute;
  z-index: 1;
  font-size: 100%;
}
.quality-main-area .img-text01 {
  top: 2.35911%;
  left: 69.29688%;
  font-size: 142.85714285714286%;
  line-height: 1.2;
}
.quality-main-area .img-text02 {
  top: 12.05767%;
  left: 67.73438%;
  letter-spacing: 0.4px;
}
.quality-main-area .img-text03 {
  top: 18.47969%;
  left: 72.73438%;
  letter-spacing: 0.2px;
}
.quality-main-area .img-text04 {
  top: 24.63958%;
  left: 77.96875%;
  letter-spacing: 0.3px;
}
.quality-main-area .img-text05 {
  top: 33.28965%;
  left: 79.6875%;
  letter-spacing: 0.1px;
}
.quality-main-area .img-text06 {
  top: 37.61468%;
  left: 27.10938%;
  max-width: 220px;
}
.quality-main-area .img-text-ttl {
  margin: 0 0 7px;
  font-size: 392.85714285714283%;
  letter-spacing: -2px;
}
.quality-main-area .img-text-catch {
  margin: 0 0 8px;
  font-size: 171.42857142857142%;
  letter-spacing: -0.5px;
}
.quality-main-area .img-text-lead {
  font-size: 114.28571428571428%;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.quality-main-area .img-text07 {
  top: 41.67759%;
  left: 71.48438%;
  max-width: 278px;
}
.quality-main-area .img-text07 .img-text-ttl {
  margin: 0 0 8px -23.02158%;
}
.quality-main-area .img-text07 .img-text-catch {
  margin: 0 0 12px;
  letter-spacing: -0.7px;
}
.quality-main-area .img-text08 {
  top: 72.47706%;
  left: 64.0625%;
  max-width: 350px;
}
.quality-main-area .img-text08 .img-text-ttl {
  margin: 0 0 -1px;
}
.quality-main-area .img-text08 .img-text-catch {
  position: absolute;
  top: 24px;
  left: 123px;
}
.quality-main-area .img-line {
  position: absolute;
  z-index: 1;
  width: 1px;
  background-color: #000;
}
.quality-main-area .img-line01 {
  bottom: 18.47969%;
  right: 63.04688%;
  padding-top: 7.89063%;
}
.quality-main-area .img-line02 {
  bottom: 15.59633%;
  right: 66.09375%;
  padding-top: 7.10938%;
}
.quality-main-area .img-line03 {
  bottom: 12.71298%;
  right: 69.14063%;
  padding-top: 6.25%;
}
.quality-main-area .img-text-lead02 {
  border-bottom: 1px solid #000;
  font-size: 114.28571428571428%;
}
.quality-main-area .img-text09 {
  bottom: 31.71691%;
  right: 63.04688%;
}
.quality-main-area .img-text10 {
  bottom: 27.52294%;
  right: 66.09375%;
}
.quality-main-area .img-text11 {
  bottom: 23.1979%;
  right: 69.14063%;
  letter-spacing: -0.23px;
}

@media only screen and (max-width: 1100px) {
  .quality-main-area .img-inner {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1000px) {
  .quality-main-area .img-inner {
    font-size: 12px;
  }
}
.quality-list-ttl {
  margin: 23px 0 59px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.quality-col3-list {
  margin: 0 0 72px;
  font-size: 0;
}
.quality-col3-list .list-elm {
  display: inline-block;
  width: 33.33333333333333%;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.4px;
}
.quality-col3-list .list-elm:nth-child(odd) {
  background-color: #F5F5F5;
}
.quality-col3-list .elm-wrap {
  height: 555px;
}
.quality-col3-list .ttl {
  display: inline-block;
  padding: 31px 20px 20px 25px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  vertical-align: top;
}
.quality-col3-list .elm-inner {
  padding: 76px 20px 10px;
}
.quality-col3-list .img {
  width: 210px;
  margin: 0 auto 48px;
}
.quality-col3-list .text-box {
  max-width: 326px;
  margin: 0 auto;
}
.quality-col3-list .elm-ttl {
  margin: 0 0 21px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

.quality-col2-area {
  padding: 86px 0 0;
}

.quality-col2-ttl {
  margin: 0 0 90px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

.quality-col2-list .list-elm {
  position: relative;
}
.quality-col2-list .list-elm:nth-child(even) .num {
  left: auto;
  right: 0;
}
.quality-col2-list .list-elm + .list-elm {
  margin-top: 120px;
}
.quality-col2-list .list-elm + .list-elm:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 28px 24px 0 24px;
  border-color: #545555 transparent transparent transparent;
}
.quality-col2-list .table-cell-pc {
  width: 50%;
}
.quality-col2-list .num {
  position: absolute;
  top: -41px;
  left: 0;
  z-index: 9;
  width: 50%;
  font-size: 110px;
  font-size: 11rem;
  text-align: center;
}
.quality-col2-list .text-box {
  background: #f5f5f5;
}
.quality-col2-list .text-inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 63px 40px 40px;
}
.quality-col2-list .ttl {
  margin: 0 0 11px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
.quality-col2-list .lead {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.4px;
}
.quality-col2-list .img {
  padding: 32.03125% 0 0;
}

@media only screen and (max-width: 1100px) {
  .quality-main-area .ttl {
    left: 4.6875%;
    margin: 1.5625% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .quality-main-area .text-box {
    position: relative;
  }
  .quality-main-area .ttl {
    left: 12.5%;
    margin: 6.25% 0 0;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -1px;
  }
  .quality-main-area .ttl .anime-wrap + .anime-wrap {
    margin-top: -5px;
  }
  .quality-main-area .ttl .sub {
    bottom: -2px;
  }
  .quality-main-area .anime-wrap + .anime-wrap {
    margin-top: -5px;
  }
  .quality-main-area .img {
    padding: 10px 0 10px;
  }
  .quality-main-area .sp-text-wrap {
    padding: 0 0 20px;
  }
  .quality-main-area .sp-text-box {
    margin: 0 0 23px;
    padding: 0 10.9375%;
  }
  .quality-main-area .sp-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .quality-main-area .sp-text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .quality-main-area .img-inner {
    font-size: 18px;
  }
  .quality-main-area .img-text {
    font-size: 100%;
  }
  .quality-main-area .img-text01 {
    top: 13.68613%;
    left: 65.6%;
    font-size: 139.14285714285714%;
    line-height: 1;
  }
  .quality-main-area .img-text02 {
    top: 23.35766%;
    left: 61.33333%;
    font-size: 59.5%;
  }
  .quality-main-area .img-text03 {
    top: 28.10219%;
    left: 72.53333%;
    font-size: 59.5%;
  }
  .quality-main-area .img-text04 {
    top: 34.85401%;
    left: 81.6%;
    font-size: 59.5%;
  }
  .quality-main-area .img-text05 {
    top: 41.24088%;
    left: 85.33333%;
    font-size: 59.5%;
  }
  .quality-main-area .img-text06 {
    top: 33.75912%;
    left: 8.53333%;
  }
  .quality-main-area .img-text-ttl {
    margin: 0;
    font-size: 259.5%;
    letter-spacing: -1.3px;
  }
  .quality-main-area .img-ttl-line {
    position: absolute;
    z-index: 1;
    height: 1px;
    background-color: #000;
  }
  .quality-main-area .img-ttl-line01 {
    top: 40.87591%;
    left: 8.26667%;
    width: 41.86667%;
  }
  .quality-main-area .img-text07 {
    top: 51.09489%;
    left: auto;
    right: 3.73333%;
    text-align: right;
  }
  .quality-main-area .img-ttl-line02 {
    top: 58.0292%;
    right: 4%;
    width: 42.4%;
  }
  .quality-main-area .img-text08 {
    top: 75.18248%;
    left: auto;
    right: 8.26667%;
    text-align: right;
  }
  .quality-main-area .img-ttl-line03 {
    top: 71.16788%;
    right: 7.73333%;
    width: 36%;
    padding-top: 16%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: transparent;
  }
  .quality-main-area .img-line {
    height: 1px;
  }
  .quality-main-area .img-line01 {
    top: 88.22993%;
    bottom: inherit;
    right: 21.06667%;
    width: 60.26667%;
    padding-top: 0;
  }
  .quality-main-area .img-line02 {
    top: 91.69708%;
    bottom: inherit;
    right: 21.06667%;
    width: 68%;
    padding-top: 0;
  }
  .quality-main-area .img-line03 {
    top: 95.07299%;
    bottom: inherit;
    right: 21.06667%;
    width: 75.46667%;
    padding-top: 0;
  }
  .quality-main-area .img-text-lead02 {
    border-bottom: none;
    font-size: 83.71428571428572%;
    text-align: right;
  }
  .quality-main-area .img-text09 {
    top: 86.31387%;
    bottom: inherit;
    right: 21.33333%;
  }
  .quality-main-area .img-text10 {
    top: 89.78102%;
    bottom: inherit;
    right: 21.33333%;
  }
  .quality-main-area .img-text11 {
    top: 93.24818%;
    bottom: inherit;
    right: 21.33333%;
    letter-spacing: 0.1px;
  }
  .quality-main-area .img-lead-box {
    padding: 20px 10.66667% 0;
    font-size: 18px;
  }
  .quality-main-area .img-sp-lead-ttl {
    margin: 0 0 4px;
    font-size: 133.92857142857142%;
  }
  .quality-main-area .img-sp-lead-text {
    margin: 0 0 29px;
    font-size: 83.71428571428572%;
    line-height: 1.4;
  }

  .quality-list-ttl {
    margin: 23px 20px 40px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
  }

  .quality-col3-list .list-elm {
    display: block;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .quality-col3-list .elm-wrap {
    height: 250px;
  }
  .quality-col3-list .ttl {
    padding: 15px 15px 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .quality-col3-list .elm-inner {
    padding: 30px 20px 20px;
  }
  .quality-col3-list .img {
    width: 120px;
    margin: 0 auto 20px;
  }
  .quality-col3-list .text-box {
    margin: 0 auto;
  }
  .quality-col3-list .elm-ttl {
    margin: 0 0 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .quality-col2-area {
    padding: 54px 0 0;
  }

  .quality-col2-ttl {
    margin: 0 20px 60px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
  }

  .quality-col2-list .list-elm {
    position: relative;
  }
  .quality-col2-list .list-elm + .list-elm {
    margin-top: 140px;
  }
  .quality-col2-list .list-elm + .list-elm:before {
    top: -90px;
  }
  .quality-col2-list .table-cell-pc {
    width: auto;
  }
  .quality-col2-list .num {
    top: -25px;
    left: 0;
    z-index: 9;
    width: 100%;
    font-size: 50px;
    font-size: 5rem;
  }
  .quality-col2-list .text-inner {
    max-width: inherit;
    padding: 45px 20px 35px;
  }
  .quality-col2-list .ttl {
    margin: 0 0 11px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .quality-col2-list .lead {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .quality-col2-list .img {
    padding: 64.0625% 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .quality-main-area .ttl {
    left: 5.9375%;
    margin: 2.8125% 0 0;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
  }
  .quality-main-area .ttl .sub {
    bottom: -1px;
  }
  .quality-main-area .img-lead-box,
  .quality-main-area .img-inner {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .quality-main-area .ttl {
    left: 5.9375%;
    margin: 2.8125% 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }
  .quality-main-area .img-lead-box,
  .quality-main-area .img-inner {
    font-size: 14px;
  }
}
/* our network
----------------------------------------------------------*/
.store-ttl-area {
  padding: 102px 0 16px;
}
.store-ttl-area .ct-ttl01 {
  margin: 0 0 38px;
}
.store-ttl-area .img {
  margin: 0 0 47px;
}

.store-page-link-list {
  font-size: 0;
}
.store-page-link-list li {
  display: inline-block;
  margin: 0 42px 40px;
  vertical-align: top;
}
.store-page-link-list a {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-size: 1.7rem;
}
.store-page-link-list a:after {
  content: "";
  display: block;
  height: 8px;
  width: 14px;
  margin: 3px auto 0;
  background: url(../img/network/icon-link.png) no-repeat;
  -moz-background-size: 14px 8px;
  -o-background-size: 14px 8px;
  -webkit-background-size: 14px 8px;
  background-size: 14px 8px;
  vertical-align: top;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.store-col3-area {
  padding: 105px 0 15px;
}
.store-col3-area .ct-ttl01 {
  margin: 0 0 87px;
  letter-spacing: -0.5px;
}
.store-col3-area .store-col3-list {
  width: 106.73077%;
  font-size: 0;
}
.store-col3-area .store-col3-list .list-elm {
  display: inline-block;
  width: 27.02703%;
  margin: 0 6.30631% 81px 0;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
}
.store-col3-area .store-col3-list .ttl {
  padding: 0 0 17px;
  border-bottom: 1px solid #999;
  letter-spacing: -0.9px;
  font-size: 36px;
  font-size: 3.6rem;
}
.store-col3-area .store-col3-list .link-list {
  margin: 18px 0 0;
  line-height: 1.4;
}
.store-col3-area .store-col3-list li + li {
  margin-top: 22px;
}
.store-col3-area .store-col3-list li a {
  position: relative;
  padding: 0 0 0 32px;
  letter-spacing: -0.5px;
}
.store-col3-area .store-col3-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -1px;
  z-index: 1;
  height: 18px;
  width: 24px;
  background: url(../img/common/icon-blank.png) no-repeat;
  -moz-background-size: 24px 18px;
  -o-background-size: 24px 18px;
  -webkit-background-size: 24px 18px;
  background-size: 24px 18px;
}
.store-col3-area .store-col3-list .link-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.store-col3-area .store-col3-list .link-text:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 9px;
  margin: 0 0 0 9px;
  background: url(../img/network/icon-link02.png) no-repeat;
  -moz-background-size: 9px 14px;
  -o-background-size: 9px 14px;
  -webkit-background-size: 9px 14px;
  background-size: 9px 14px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
  .store-col3-area .store-col3-list a:hover .link-text:after {
    -moz-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -ms-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(0.1deg);
    transform: translate3d(4px, 0, 0) rotate(0.1deg);
  }

  .store-page-link-list a:hover:after {
    -moz-transform: translate3d(0, 4px, 0) rotate(0.1deg);
    -ms-transform: translate3d(0, 4px, 0) rotate(0.1deg);
    -webkit-transform: translate3d(0, 4px, 0) rotate(0.1deg);
    transform: translate3d(0, 4px, 0) rotate(0.1deg);
  }
}
@media only screen and (max-width: 768px) {
  .store-ttl-area {
    padding: 60px 0 16px;
  }
  .store-ttl-area .ct-ttl01 {
    margin: 0 0 38px;
  }
  .store-ttl-area .img {
    margin: 0 0 47px;
  }

  .store-page-link-list {
    margin: 0 -20px;
  }
  .store-page-link-list li {
    margin: 0 20px 30px;
  }
  .store-page-link-list a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .store-col3-area {
    padding: 80px 0 30px;
  }
  .store-col3-area .ct-ttl01 {
    margin: 0 0 40px;
  }
  .store-col3-area .store-col3-list {
    width: 106.34921%;
  }
  .store-col3-area .store-col3-list .list-elm {
    width: 43.58209%;
    margin: 0 6.26866% 40px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .store-col3-area .store-col3-list .ttl {
    padding: 0 0 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .store-col3-area .store-col3-list .link-list {
    margin: 18px 0 0;
  }
  .store-col3-area .store-col3-list li + li {
    margin-top: 16px;
  }
  .store-col3-area .store-col3-list li a {
    padding: 0 0 0 20px;
  }
  .store-col3-area .store-col3-list li a:before {
    top: 4px;
    left: 0;
    height: 9px;
    width: 12px;
    -moz-background-size: 12px 9px;
    -o-background-size: 12px 9px;
    -webkit-background-size: 12px 9px;
    background-size: 12px 9px;
  }
}
/* single
----------------------------------------------------------*/
/* wysiwyg */
/* wysiwyg */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg b,
.wysiwyg strong {
  font-family: Mute-Bold,"Myriad Pro", "Myriad Web", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wysiwyg h1 {
  margin-bottom: 87px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1.1px;
}
.wysiwyg h2 {
  margin: 0 0 41px;
  line-height: 1.2;
  font-size: 40px;
  font-size: 4rem;
}
.wysiwyg h3 {
  margin: 0 0 12px;
  line-height: 1.2;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.7px;
}
.wysiwyg h4 {
  line-height: 1.5;
}
.wysiwyg h5 {
  font-size: 87.5%;
  line-height: 1.5;
}
.wysiwyg h6 {
  font-size: 75%;
  line-height: 1.5;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg p {
  letter-spacing: -0.35px;
}
.wysiwyg * + * {
  margin-top: 16px;
}
.wysiwyg * + li,
.wysiwyg * + th,
.wysiwyg * + td,
.wysiwyg * + tr,
.wysiwyg * + br {
  margin-top: 0;
}
.wysiwyg p * + * {
  margin-top: 0;
}
.wysiwyg .alignleft {
  display: inline;
  float: left;
}
.wysiwyg .alignright {
  display: inline;
  float: right;
}
.wysiwyg .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg sup {
  vertical-align: super;
  font-size: 58%;
}
.wysiwyg sub {
  vertical-align: sub;
  font-size: 58%;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg th {
  padding: 13px 29px 10px;
  background-color: #dddede;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wysiwyg td {
  padding: 12px 29px 10px;
  border: 1px solid #fff;
  background: #f5f5f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wysiwyg ul li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.wysiwyg ul li:before {
  content: "・ ";
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
  vertical-align: top;
}
.wysiwyg ul li i {
  text-indent: 0;
}
.wysiwyg ol {
  counter-reset: li;
  list-style: none !important;
}
.wysiwyg ol li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.wysiwyg ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  display: inline-block;
  min-width: 1em;
  padding-right: 0.5em;
  text-indent: 0;
  vertical-align: top;
}
.wysiwyg ol li i {
  text-indent: 0;
}
.wysiwyg hr {
  margin-bottom: 0;
}
.wysiwyg code {
  display: inline-block;
  padding: 0 6px;
  background-color: #eee;
}
.wysiwyg pre {
  overflow: auto;
  display: block;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 13px 20px 11px;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.wysiwyg blockquote {
  display: block;
  padding: 14px 20px 13px;
  border-left: 5px solid #ccc;
  background-color: #eee;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg blockquote p + p {
  margin-top: 25px;
}
.wysiwyg figure a {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .wysiwyg h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: left;
    letter-spacing: normal;
  }
  .wysiwyg h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-size: 3rem;
  }
  .wysiwyg h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-size: 2rem;
  }
  .wysiwyg p {
    letter-spacing: normal;
  }
}
.single-post-area {
  padding: 100px 0 100px;
}

/* post set */
.post-set + .post-set {
  margin-top: 40px;
}
.post-set + .ttl-set.h2 {
  margin-top: 83px;
}
.post-set + .ttl-set.h3 {
  margin-top: 62px;
}
.post-set + .img-set {
  margin-top: 55px;
}
.post-set + .map-set {
  margin-top: 71px;
}
.post-set + .movie-set {
  margin-top: 100px;
}
.post-set + .btn-set {
  margin-top: 100px;
}

.ttl-set + .post-set {
  margin-top: 40px;
}
.ttl-set.h1 + .post-set {
  margin-top: 87px;
}
.ttl-set.h2 + .ttl-set.h3 {
  margin-top: 41px;
}
.ttl-set.h3 + .post-set {
  margin-top: 12px;
}

.date-set {
  padding: 19px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.date-set + .wysiwyg-set {
  margin-top: 36px;
}
.date-set .table-cell {
  padding: 0 20px;
}
.date-set .table-cell + .table-cell {
  border-left: 1px solid #808080;
}
.date-set .ttl {
  margin: 0 0 6px;
  font-size: 16px;
  font-size: 1.6rem;
}
.date-set .data {
  margin: 0 0 -5px;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.1;
  letter-spacing: 3.6px;
}
.date-set .place {
  letter-spacing: 1.2px;
}

.single-cap {
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.img-set + .img-set {
  margin-top: 31px;
}

.img-set.col2 {
  width: 102.43902%;
  font-size: 0;
}
.img-set.col2 .img-elm {
  display: inline-block;
  width: 47.61905%;
  margin: 0 2.38095% 0 0;
  vertical-align: top;
}

.map-set .map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.09756%;
}
.map-set .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.09756%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.btn-set .btn {
  display: inline-block;
  min-width: 190px;
  vertical-align: top;
}
.btn-set .table-style {
  display: inline-table;
  width: auto;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .table-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
  }
  .table-wrap table {
    width: auto;
  }

  .fit-table-wrap table {
    width: 100%;
  }

  .single-post-area {
    padding: 50px 0 50px;
  }

  /* post set */
  .post-set + .post-set {
    margin-top: 40px;
  }
  .post-set + .ttl-set.h2 {
    margin-top: 40px;
  }
  .post-set + .ttl-set.h3 {
    margin-top: 40px;
  }
  .post-set + .img-set {
    margin-top: 40px;
  }
  .post-set + .map-set {
    margin-top: 40px;
  }
  .post-set + .movie-set {
    margin-top: 40px;
  }
  .post-set + .btn-set {
    margin-top: 40px;
  }

  .ttl-set + .post-set {
    margin-top: 40px;
  }
  .ttl-set.h1 + .post-set {
    margin-top: 40px;
  }
  .ttl-set.h2 + .ttl-set.h3 {
    margin-top: 20px;
  }
  .ttl-set.h3 + .post-set {
    margin-top: 12px;
  }

  .date-set {
    padding: 15px 0;
  }
  .date-set + .wysiwyg-set {
    margin-top: 36px;
  }
  .date-set .table-cell {
    padding: 0 10px 0 0;
  }
  .date-set .table-cell + .table-cell {
    padding: 0 0 0 10px;
  }
  .date-set .ttl {
    margin: 0 0 6px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .date-set .data {
    margin: 0 0 -2px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .date-set .place {
    letter-spacing: normal;
  }

  .img-set + .img-set {
    margin-top: 25px;
  }

  .single-cap {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .btn-set .ct-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* slider
----------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: #000;
}

.slick-dots .slick-active button {
  background-color: #000;
}

/* ie
----------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-100years-area .ttl small .anime-inner {
    padding-bottom: 5px;
  }
}
