@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: "Noto Sans JP",'Meiryo','Helvetica Neue','Helvetica','Arial','Geneva,sans-serif','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
  color: #000000;
  background-color: #ffffff;
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  padding: 0; }

/*テキスト改行、各デバイスのみ→一番下に記述*/
/* ======================================
PC用　メニュー
======================================*/
.header_pc {
  display: none; }
  @media screen and (min-width: 960px) {
    .header_pc {
      position: relative;
      box-sizing: border-box;
      display: block;
      color: #000000;
      /*background: $theme-color;*/
      font-weight: 400;
      font-size: 18px;
      z-index: 100000;
      width: 100%; } }
  .header_pc_inner {
    position: relative; }
    @media screen and (min-width: 960px) {
      .header_pc_inner {
        width: 984px;
        margin: 0 auto;
        padding: 15px 25px 12px 25px; } }
    .header_pc_inner a {
      color: #000000;
      text-decoration: none; }
    .header_pc_inner a:hover {
      color: #eb0c1e;
      text-decoration: none;
      transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      /* Opera */
      -moz-transition: all 0.4s ease-out;
      /* Firefox */
      -webkit-transition: all 0.4s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.4s ease-out;
      /* IE */ }

/* IEバージョン11のみに適用 */
_:-ms-lang(x)::-ms-backdrop, .header_pc_inner {
  width: 1034px;
  /*font-size: 1.6rem;*/ }

.nav_pc {
  position: relative; }
  @media screen and (min-width: 960px) {
    .nav_pc {
      float: left;
      padding: 17px 10px; } }
  @media screen and (min-width: 960px) {
    .nav_pc ul li {
      display: inline-block;
      border-left: 1px solid #000000;
      padding: 0 10px; } }
  @media screen and (min-width: 960px) {
    .nav_pc ul li:last-child {
      border-right: 1px solid #000000; } }

.logo_sonic {
  position: relative; }
  @media screen and (min-width: 960px) {
    .logo_sonic {
      float: right;
      width: 100px;
      height: auto; } }
  .logo_sonic img {
    width: 100%;
    height: 100%; }
  .logo_sonic a img:hover {
    opacity: 0.6;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    /* Opera */
    -moz-transition: all 0.4s ease-out;
    /* Firefox */
    -webkit-transition: all 0.4s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out;
    /* IE */ }

/* ======================================
SP用　メニュー
======================================*/
.header_sp {
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .header_sp {
      display: none; } }

#nav-toggle {
  overflow: auto;
  position: fixed;
  top: 20px;
  right: 20px;
  /*height: 32px;*/
  height: 22px;
  cursor: pointer;
  /*background-color: rgba(0,0,0,0.3);*/
  background-color: #eb0c1e;
  /*padding: 8px;*/
  padding: 8px 4px; }
  @media screen and (max-width: 320px) {
    #nav-toggle {
      top: 10px;
      right: 10px; } }
  #nav-toggle > div {
    position: relative;
    width: 34px; }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    /*height: 2px;*/
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      /*top: 14px;*/
      top: 9px; }
    #nav-toggle span:nth-child(3) {
      /*top: 28px;*/
      top: 18px; }
  #nav-toggle:hover span:nth-child(1) {
    top: 0px;
    /*top: 4px;*/ }
  #nav-toggle:hover span:nth-child(3) {
    top: 18px;
    /*top: 23px;*/ }

.open #nav-toggle {
  /*ドロワーメニューが開いた時のハンバーガーの背景色　今回は透明に*/
  background-color: rgba(235, 12, 30, 0); }

.open #nav-toggle span {
  background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    /*top: 15px;*/
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 9px;
    /*top: 15px;*/
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    /*top: 15px;*/
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

#gloval-nav {
  background: rgba(219, 0, 23, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  transition: color .6s ease; }
  #gloval-nav a:hover {
    color: #000; }
#gloval-nav ul {
  list-style: none; }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease; }
    #gloval-nav ul li:nth-child(2) {
      transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      transition-delay: .9s; }

/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

.bt_sonic_web img {
  width: 80px; }

#gloval-nav .bt_buy a {
  background-color: #fff;
  border-radius: 36px;
  color: #db0017;
  font-size: 16px;
  padding: 20px 40px;
  margin: 20px 0; }

#gloval-nav .bt_buy a:hover {
  background-color: #000;
  color: #fff;
  font-size: 16px; }

/* ======================================
contents
======================================*/
#mainVisual {
  position: relative;
  background: url("../img/img_main_sp.jpg") no-repeat 50% 0%;
  background-size: cover;
  height: 100%;
  height: 667px;
  /*height: 100vh;*/
   /* @media screen and (max-width : 320px){
		background: url("../img/img_main_sp.jpg") no-repeat center center;
		background-size: cover;
		width: 100%;
	    height: 100vh;
	}*/ }
  @media screen and (min-width: 560px) {
    #mainVisual {
      background: url("../img/img_main_tab03.jpg") no-repeat 50% 0%;
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 768px) {
    #mainVisual {
      background: url("../img/img_main_tab03.jpg") no-repeat 50% 0%;
      width: 100%;
      height: 100%;
      /*height: 100vh;*/ } }
  @media screen and (min-width: 960px) {
    #mainVisual {
      background: url("../img/img_main_pc02.jpg") no-repeat center center;
      background-size: cover;
      height: 767px; } }

.header_inner {
  position: relative;
  padding: 0 0 25px 0; }
  @media screen and (min-width: 960px) {
    .header_inner {
      width: 984px;
      margin: 0 auto;
      padding: 0 25px 0 25px; } }
  .header_inner > p {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.8;
    width: 86%;
    padding: 186px 0 10px;
    margin: 0 auto;
    /*@media screen and (max-width : 320px){
        font-size: 11px;
        line-height: 1.6;
        padding: 160px 0 0;
    }*/ }
    @media screen and (min-width: 560px) {
      .header_inner > p {
        font-size: 16px;
        line-height: 2.5;
        width: 70%;
        padding: 48% 0 0; } }
    @media screen and (min-width: 768px) {
      .header_inner > p {
        font-size: 16px;
        line-height: 2.5;
        width: 70%;
        padding: 360px 0 0; } }
    @media screen and (min-width: 960px) {
      .header_inner > p {
        position: absolute;
        font-size: 16px;
        line-height: 2.5;
        width: 560px;
        top: 438px;
        padding: 0 0 0; } }
  .header_inner_btFlow {
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    margin-top: 20px;
    width: 140px; }
    @media screen and (min-width: 960px) {
      .header_inner_btFlow {
        position: absolute;
        right: 25px;
        top: 645px;
        width: 200px;
        margin-top: 0;
        margin-bottom: 0; } }
    .header_inner_btFlow a {
      position: relative;
      display: block;
      color: #c3d0d6;
      text-decoration: none;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      padding: 10px 0;
      width: 140px;
      margin: 0 auto; }
      @media screen and (min-width: 960px) {
        .header_inner_btFlow a {
          font-size: 18px;
          line-height: 1;
          padding: 12px 0;
          width: 200px; } }
      .header_inner_btFlow a:hover {
        opacity: 0.6;
        transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        /* Opera */
        -moz-transition: all 0.4s ease-out;
        /* Firefox */
        -webkit-transition: all 0.4s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.4s ease-out;
        /* IE */ }

h1 img {
  position: relative;
  display: block;
  width: 70%;
  padding: 17.1875% 0 0;
  /* 求めるmargin(padding)の高さ÷親要素のコンテンツ幅×100% */
  margin: 0 auto; }
  @media screen and (min-width: 560px) {
    h1 img {
      position: relative;
      display: block;
      width: 334px;
      padding: 14.0625% 0 0;
      margin: 0 auto; } }
  @media screen and (min-width: 960px) {
    h1 img {
      position: absolute;
      padding: 0 0 0;
      width: 290px;
      top: 180px; } }

.main_car {
  position: relative; }
  @media screen and (min-width: 768px) {
    .main_car {
      width: 85.4166666667%;
      max-width: 656px;
      margin: 0 auto; } }
  .main_car img {
    width: 100%;
    height: 100%; }

/* ======================================
ウーファー
======================================*/
.column_woofer {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .column_woofer {
      background-color: #e3e9ec;
      width: 100%;
      height: 400px; } }
  .column_woofer_inner {
    position: relative;
    background: url("../img/bg_greyback_1_sp.jpg") no-repeat 50% 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_woofer_inner {
        background: url("../img/bg_greyback_1_tab02.jpg") no-repeat 50% 0;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .column_woofer_inner {
        background: url("../img/bg_greyback_1.jpg") no-repeat 50% 0;
        max-width: 1368px;
        height: 400px;
        margin: 0 auto; } }
  .column_woofer_content {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .column_woofer_content {
        box-sizing: border-box;
        width: 984px;
        height: 400px;
        margin: 0 auto;
        padding: 0 92px; } }
    .column_woofer_content_txt {
      position: relative;
      padding: 0 0 30px 0; }
      @media screen and (min-width: 768px) {
        .column_woofer_content_txt {
          padding: 0 15px 30px; } }
      @media screen and (min-width: 960px) {
        .column_woofer_content_txt {
          float: left;
          width: 368px;
          margin-right: 88px;
          padding: 0 0; } }
      .column_woofer_content_txt > h3 {
        position: relative;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .column_woofer_content_txt > h3 {
            font-size: 20px;
            text-align: left; } }
        @media screen and (min-width: 960px) {
          .column_woofer_content_txt > h3 {
            font-size: 16px;
            line-height: 1;
            text-align: left;
            margin-top: 30px; } }
      .column_woofer_content_txt > p {
        position: relative;
        color: #000000;
        display: block;
        font-size: 12px;
        line-height: 1.8;
        width: 72.6%;
        margin: 0 auto;
        margin-top: 16px; }
        @media screen and (min-width: 768px) {
          .column_woofer_content_txt > p {
            font-size: 16px;
            line-height: 2;
            width: 52%;
            float: left; } }
        @media screen and (min-width: 960px) {
          .column_woofer_content_txt > p {
            float: none;
            font-size: 14px;
            line-height: 2;
            width: 368px;
            margin-top: 24px; } }
  .column_woofer_name img {
    position: relative;
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .column_woofer_name img {
        float: left;
        width: 33%;
        margin-top: 0;
        padding: 0 40px; } }
    @media screen and (min-width: 960px) {
      .column_woofer_name img {
        display: inline;
        float: none;
        width: 208px;
        margin-top: 40px;
        padding: 0 0; } }
  .column_woofer_product {
    position: relative; }
    @media screen and (min-width: 960px) {
      .column_woofer_product {
        display: block;
        float: left;
        margin-top: 50px; } }
    .column_woofer_product img {
      display: block;
      width: 71.5%;
      margin: 0 auto;
      padding: 40px 0 0; }
      @media screen and (min-width: 768px) {
        .column_woofer_product img {
          width: 54.7%;
          padding: 80px 0 60px; } }
      @media screen and (min-width: 960px) {
        .column_woofer_product img {
          width: 288px;
          padding: 0 0; } }

/* ======================================
特徴
======================================*/
.column_feature {
  position: relative;
  box-sizing: border-box;
  color: #eb0c1e;
  text-align: center;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .column_feature {
      width: 100%;
      margin: 0 auto;
      padding: 50px 15px; } }
  @media screen and (min-width: 960px) {
    .column_feature {
      width: 984px;
      margin: 0 auto;
      padding: 78px 92px; } }
  .column_feature > h2 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 226px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .column_feature > h2 {
        font-size: 24px;
        line-height: 1;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .column_feature > h2 {
        font-size: 20px; } }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_feature {
	width: 984px;
}

_:-ms-lang(x)::-ms-backdrop, .column_feature h2{
	font-size: 20px;
}*/
/* IEバージョン11のみに適用ここまで */
.column_feature_box {
  position: relative; }
  @media screen and (min-width: 768px) {
    .column_feature_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 960px) {
    .column_feature_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap; } }

.column_feature_01 {
  position: relative;
  padding: 25px 0 0 0; }
  @media screen and (min-width: 960px) {
    .column_feature_01 {
      padding: 40px 0 0 0; } }
  .column_feature_01 img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_feature_01 img {
        width: 235px; } }
    @media screen and (min-width: 960px) {
      .column_feature_01 img {
        width: 235px; } }

.column_feature_01_inner {
  width: 288px;
  margin: 0 auto;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .column_feature_01_inner {
      width: 235px;
      margin-bottom: 0; } }
  @media screen and (min-width: 960px) {
    .column_feature_01_inner {
      width: 235px; } }
  .column_feature_01_inner > h3 {
    position: relative;
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .column_feature_01_inner > h3 {
        line-height: 1.4;
        font-size: 22px;
        padding-bottom: 10px;
        margin-top: 10px; } }
    @media screen and (min-width: 960px) {
      .column_feature_01_inner > h3 {
        line-height: 1.4;
        font-size: 22px;
        padding-bottom: 10px;
        margin-top: 10px; } }
  .column_feature_01_inner > p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .column_feature_01_inner > p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 0px; } }

.title_small {
  font-weight: bold;
  font-size: 16px; }
  @media screen and (min-width: 960px) {
    .title_small {
      font-size: 16px; } }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_feature_01_inner h3{
	font-size: 38px;
}

_:-ms-lang(x)::-ms-backdrop, .column_feature_02_inner h3{
	font-size: 38px;
}

_:-ms-lang(x)::-ms-backdrop, .column_feature_01_inner p{
	font-size: 22px;
}

_:-ms-lang(x)::-ms-backdrop, .column_feature_02_inner p{
	font-size: 22px;
}

_:-ms-lang(x)::-ms-backdrop, .title_small{
	font-size: 24px;
}*/
/* IEバージョン11のみに適用ここまで */
/* ======================================
スピーカー
======================================*/
.column_speaker {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .column_speaker {
      background-color: #e3e9ec;
      width: 100%;
      height: 387px; } }
  .column_speaker_inner {
    position: relative;
    background: url("../img/bg_greyback_1_sp.jpg") no-repeat 50% 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_speaker_inner {
        background: url("../img/bg_greyback_1_tab02.jpg") no-repeat 50% 0;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .column_speaker_inner {
        background: url("../img/bg_greyback_2.jpg") no-repeat 50% 0;
        max-width: 1368px;
        height: 400px;
        margin: 0 auto; } }
  .column_speaker_content {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .column_speaker_content {
        box-sizing: border-box;
        width: 984px;
        height: 400px;
        margin: 0 auto;
        padding: 0 92px; } }
    .column_speaker_content_txt {
      position: relative;
      padding: 0 0 30px 0; }
      @media screen and (min-width: 768px) {
        .column_speaker_content_txt {
          padding: 0 15px 30px; } }
      @media screen and (min-width: 960px) {
        .column_speaker_content_txt {
          float: right;
          width: 368px;
          padding: 0 0; } }
      .column_speaker_content_txt > h3 {
        position: relative;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .column_speaker_content_txt > h3 {
            font-size: 20px;
            text-align: left;
            letter-spacing: -0.04em; } }
        @media screen and (min-width: 960px) {
          .column_speaker_content_txt > h3 {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0;
            text-align: left;
            margin-top: 30px; } }
      .column_speaker_content_txt > p {
        position: relative;
        color: #000000;
        display: block;
        font-size: 12px;
        line-height: 1.8;
        width: 72.6%;
        margin: 0 auto;
        margin-top: 16px; }
        @media screen and (min-width: 768px) {
          .column_speaker_content_txt > p {
            font-size: 16px;
            line-height: 2;
            width: 54%;
            float: left; } }
        @media screen and (min-width: 960px) {
          .column_speaker_content_txt > p {
            float: none;
            font-size: 14px;
            line-height: 2;
            width: 368px;
            margin-top: 24px; } }
  .column_speaker_name img {
    position: relative;
    display: block;
    width: 62.5%;
    margin: 0 auto;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .column_speaker_name img {
        float: left;
        width: 43%;
        margin-top: 0;
        padding: 0 15px 0 0; } }
    @media screen and (min-width: 960px) {
      .column_speaker_name img {
        display: inline;
        float: none;
        width: 320px;
        margin: 0 0;
        margin-top: 40px;
        padding: 0 0; } }
  .column_speaker_product {
    position: relative; }
    @media screen and (min-width: 960px) {
      .column_speaker_product {
        display: block;
        float: left;
        width: 347px; } }
    .column_speaker_product img {
      display: block;
      width: 68.8%;
      margin: 0 auto;
      padding: 40px 0 0; }
      @media screen and (min-width: 768px) {
        .column_speaker_product img {
          width: 54.7%;
          padding: 80px 0 60px; } }
      @media screen and (min-width: 960px) {
        .column_speaker_product img {
          width: 347px;
          padding: 13px 34px 0; } }

/* ======================================
魅力
======================================*/
.column_attraction_box {
  position: relative; }
  @media screen and (min-width: 768px) {
    .column_attraction_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 960px) {
    .column_attraction_box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap; } }

.column_attraction {
  position: relative;
  box-sizing: border-box;
  color: #eb0c1e;
  text-align: center;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .column_attraction {
      width: 100%;
      margin: 0 auto;
      padding: 50px 15px; } }
  @media screen and (min-width: 960px) {
    .column_attraction {
      width: 984px;
      margin: 0 auto;
      padding: 78px 92px; } }
  .column_attraction > h2 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 250px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .column_attraction > h2 {
        font-size: 24px;
        line-height: 1;
        width: 100%; } }
    @media screen and (min-width: 960px) {
      .column_attraction > h2 {
        font-size: 20px; } }

.column_attraction_wrapper {
  position: relative;
  background-color: #ffffff;
  width: 100%; }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_attraction {
	width: 984px;
}*/
/*_:-ms-lang(x)::-ms-backdrop, .column_attraction h2{
	font-size: 42px;
}

_:-ms-lang(x)::-ms-backdrop, .column_attraction p.column_lead{
	font-size: 26px;
	width: 600px;
}*/
/* IEバージョン11のみに適用ここまで */
.column_attraction_01 {
  position: relative;
  padding: 25px 0 0 0; }
  @media screen and (min-width: 768px) {
    .column_attraction_01 {
      padding: 25px 0 0 0;
      margin: 0 auto; } }
  .column_attraction_01 img {
    width: 200px; }
    @media screen and (min-width: 768px) {
      .column_attraction_01 img {
        width: 180px;
        height: auto; } }
    @media screen and (min-width: 960px) {
      .column_attraction_01 img {
        width: 180px;
        margin: 0 auto; } }

.column_attraction_01_inner {
  position: relative;
  color: #000000;
  width: 260px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .column_attraction_01_inner {
      width: 240px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 960px) {
    .column_attraction_01_inner {
      width: 240px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 0px; } }
  .column_attraction_01_inner > h3 {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .column_attraction_01_inner > h3 {
        font-size: 16px; } }
    @media screen and (min-width: 960px) {
      .column_attraction_01_inner > h3 {
        font-size: 16px; } }
  .column_attraction_01_inner > p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 13px; }
    @media screen and (min-width: 768px) {
      .column_attraction_01_inner > p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: -0.05em;
        margin-top: 10px; } }
    @media screen and (min-width: 960px) {
      .column_attraction_01_inner > p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: -0.05em;
        margin-top: 10px; } }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_attraction_01_inner h3{
	font-size: 38px;
}

_:-ms-lang(x)::-ms-backdrop, .column_attraction_01_inner p{
	font-size: 26px;
}*/
/* IEバージョン11のみに適用ここまで */
/* ======================================
製品紹介
======================================*/
.column_product {
  position: relative;
  width: 100%;
  margin: 0 0 42px 0; }
  @media screen and (min-width: 960px) {
    .column_product {
      background-color: #e3e9ec;
      width: 100%;
      height: 400px; } }
  .column_product_inner {
    position: relative;
    background: url("../img/bg_greyback_1_sp.jpg") no-repeat 50% 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_product_inner {
        background: none; } }
    @media screen and (min-width: 960px) {
      .column_product_inner {
        background: url("../img/bg_greyback_2.jpg") no-repeat 50% 0;
        max-width: 1368px;
        height: 400px;
        margin: 0 auto; } }
  .column_product_product {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_product_product {
        background: url("../img/img_product_01_tab.png") no-repeat 50% 0;
        background-size: cover;
        max-width: 960px;
        height: 400px;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .column_product_product {
        background: none; } }
    .column_product_product img {
      display: block;
      width: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .column_product_product img {
          display: none;
          padding: 0 0 0; } }
      @media screen and (min-width: 960px) {
        .column_product_product img {
          display: block;
          width: 800px;
          padding: 0 0 0; } }

.column_product_01_wrapper {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .column_product_01_wrapper {
      background: url("../img/bg_greyback_2.jpg") no-repeat 50% 0;
      max-width: 1368px;
      height: 400px;
      margin: 0 auto; } }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_product_01 h2{
	font-size: 56px;
}

_:-ms-lang(x)::-ms-backdrop, .column_product_01 p{
	font-size: 26px;
}*/
/* IEバージョン11のみに適用ここまで */
.column_product_price {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .column_product_price {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      padding: 0 15px; } }
  @media screen and (min-width: 960px) {
    .column_product_price {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 800px;
      padding: 0 0;
      margin: 0 auto; } }
  .column_product_price_top {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .column_product_price_top {
        margin-bottom: 30px; } }
    @media screen and (min-width: 960px) {
      .column_product_price_top {
        width: 800px;
        margin-bottom: 36px;
        padding: 0 0; } }
    .column_product_price_top_img {
      position: relative;
      margin: 0 auto; }
    .column_product_price_top_img img {
      width: 100%; }
      @media screen and (min-width: 960px) {
        .column_product_price_top_img img {
          width: 800px;
          padding: 0 0; } }
    .column_product_price_top_name {
      position: relative;
      display: block;
      background-color: #eb0c1e;
      color: #fff;
      text-align: center;
      font-size: 12px;
      font-feature-settings: "palt";
      letter-spacing: 0.03em;
      padding: 10px 0; }
      @media screen and (min-width: 768px) {
        .column_product_price_top_name {
          font-size: 16px; } }
  .column_product_price_top_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 10px; }
    @media screen and (min-width: 560px) {
      .column_product_price_top_txt {
        font-size: 22px;
        line-height: 1.8;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .column_product_price_top_txt {
        font-size: 22px;
        line-height: 1.8;
        margin-top: 10px; } }
  .column_product_price_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 10px; }
    @media screen and (min-width: 560px) {
      .column_product_price_txt {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .column_product_price_txt {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 0px; } }
  .column_product_price_box {
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 560px) {
      .column_product_price_box {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .column_product_price_box {
        display: block;
        max-width: 48.65%;
        margin: 0 auto;
        margin-right: 2.7%;
        margin-bottom: 46px; } }
    @media screen and (min-width: 960px) {
      .column_product_price_box {
        display: block;
        max-width: 390px;
        margin-right: 2.5%;
        margin-bottom: 46px; } }
    .column_product_price_box:nth-child(even) {
      margin-right: 0; }
    .column_product_price_box img {
      width: 100%; }
  .column_product_price_notice {
    position: relative;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .column_product_price_notice {
        font-size: 16px;
        margin-bottom: 70px; } }
    .column_product_price_notice > li {
      margin-bottom: 8px;
      padding: 0 60px; }
      @media screen and (min-width: 768px) {
        .column_product_price_notice > li {
          margin-bottom: 8px;
          padding: 0 0; } }

.title_product {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px 20px; }
  @media screen and (min-width: 560px) {
    .title_product {
      font-size: 20px;
      margin: 0 auto;
      padding: 15px 20px; } }
  @media screen and (min-width: 768px) {
    .title_product {
      font-size: 20px;
      margin: 0 auto;
      padding: 15px 20px 18px; } }
  .title_product_top {
    color: #eb0c1e;
    border-bottom: 1px solid #eb0c1e;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    margin: 0 auto;
    padding: 10px 20px; }
    @media screen and (min-width: 560px) {
      .title_product_top {
        font-size: 20px;
        margin: 0 auto;
        padding: 15px 20px; } }
    @media screen and (min-width: 768px) {
      .title_product_top {
        font-size: 20px;
        margin: 0 auto;
        padding: 15px 20px; } }

.title_product p {
  display: inline;
  text-align: center;
  font-size: 17px; }
  @media screen and (min-width: 768px) {
    .title_product p {
      font-size: 20px; } }

.name, .name_02, .name_04 {
  font-weight: 700;
  font-size: 17px;
  margin-right: 15px; }
  @media screen and (min-width: 768px) {
    .name, .name_02, .name_04 {
      font-size: 20px;
      margin-right: 15px; } }

.name_03 {
  font-weight: 700;
  font-size: 13px;
  margin-right: 15px; }
  @media screen and (min-width: 768px) {
    .name_03 {
      font-size: 20px;
      margin-right: 15px; } }

/*.name_02{
	margin-right: 35px;
	
	@media screen and (min-width : 769px){
		margin-right: 20px;
	}
}*/
/*.name_03{
	margin-right: 35px;
	
	@media screen and (min-width : 769px){
		margin-right: 20px;
	}
}*/
/*.name_04{
	margin-right: 40px;
	
	@media screen and (min-width : 769px){
		margin-right: 25px;
	}
}*/
.price {
  font-weight: 400;
  font-size: 17px; }
  @media screen and (min-width: 768px) {
    .price {
      font-size: 20px; } }

/* IEバージョン11のみに適用 */
/* IEバージョン11のみに適用ここまで */
.column_flowchart {
  position: relative;
  color: #000000;
  text-align: center;
  padding: 30px 0 25px 0; }
  .column_flowchart_wrapper {
    position: relative;
    background-color: #e6e6e6;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .column_flowchart {
      padding: 30px 0 0 0; } }
  .column_flowchart > h2 {
    font-weight: bold;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .column_flowchart > h2 {
        font-size: 24px; } }
  .column_flowchart > p.column_lead {
    border-top: 1px solid #505050;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 28px;
    margin: 0 auto;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .column_flowchart > p.column_lead {
        font-size: 18px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 35px;
        margin-top: 17px; } }
    @media screen and (min-width: 960px) {
      .column_flowchart > p.column_lead {
        font-size: 18px;
        line-height: 1.5;
        width: 800px;
        padding-top: 15px;
        padding-bottom: 35px;
        margin-top: 17px; } }
  .column_flowchart img {
    width: 93.75%; }
    @media screen and (min-width: 768px) {
      .column_flowchart img {
        width: 95%; } }
    @media screen and (min-width: 960px) {
      .column_flowchart img {
        width: 800px;
        height: 578px; } }
  .column_flowchart > p.column_txt_attention {
    position: relative;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    width: 93.75%;
    margin: 0 auto;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .column_flowchart > p.column_txt_attention {
        font-size: 16px;
        line-height: 1.6;
        width: 640px;
        margin-top: 30px; } }
  .column_flowchart > p.column_txt_next {
    position: relative;
    color: #96adb7;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .column_flowchart > p.column_txt_next {
        font-size: 24px;
        margin-top: 46px;
        padding-bottom: 10px; } }

/*下矢印**/
.arrow img {
  position: relative;
  text-align: center;
  width: 100px;
  height: 34px;
  padding-top: 15px; }
  @media screen and (min-width: 768px) {
    .arrow img {
      padding-top: 15px; } }

.arrow_down {
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-color: transparent transparent #96adb7 #96adb7;
  transform: rotate(-45deg);
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .arrow_down {
      width: 40px;
      height: 40px;
      border: 1px solid;
      border-color: transparent transparent #96adb7 #96adb7;
      transform: rotate(-45deg);
      margin: 0 auto; } }

/* IEバージョン11のみに適用 */
/* IEバージョン11のみに適用ここまで */
/* ======================================
ソニックプラスセンター
==================================*/
.column_center_title {
  position: relative;
  background-color: #e3e9ec;
  width: 100%; }
  .column_center_title_wrapper {
    position: relative;
    background-color: #e3e9ec;
    width: 100%; }
  @media screen and (min-width: 960px) {
    .column_center_title {
      background: url("../img/bg_greyback_2.jpg") no-repeat 50% 0;
      max-width: 1368px;
      height: 400px;
      margin: 0 auto; } }
  .column_center_title_product {
    position: relative;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column_center_title_product {
        background: url("../img/img_center_01_tab.jpg") no-repeat 50% 0;
        background-size: cover;
        max-width: 960px;
        height: 400px;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .column_center_title_product {
        background: none; } }
    .column_center_title_product img {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 0; }
      @media screen and (min-width: 768px) {
        .column_center_title_product img {
          display: none;
          padding: 0 0 0; } }
      @media screen and (min-width: 960px) {
        .column_center_title_product img {
          display: block;
          width: 984px;
          padding: 0 0 0; } }

.column_center_wrapper {
  position: relative;
  padding: 35px 0 25px 0; }
  @media screen and (min-width: 768px) {
    .column_center_wrapper {
      padding: 0 0 50px 0;
      margin-top: 40px; } }

.column_center {
  position: relative;
  color: #000000;
  text-align: center;
  margin-top: 28px; }
  @media screen and (min-width: 768px) {
    .column_center {
      margin-top: 56px; } }
  @media screen and (min-width: 960px) {
    .column_center {
      margin-top: 66px; } }
  .column_center > h2 {
    font-weight: bold;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .column_center > h2 {
        font-size: 24px; } }
  .column_center > p.column_lead {
    border-top: 1px solid #505050;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 22px;
    margin: 0 auto;
    margin-top: 8px; }
    @media screen and (max-width: 320px) {
      .column_center > p.column_lead {
        font-size: 13px; } }
    @media screen and (min-width: 768px) {
      .column_center > p.column_lead {
        font-size: 18px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 50px;
        margin-top: 17px; } }
    @media screen and (min-width: 960px) {
      .column_center > p.column_lead {
        font-size: 18px;
        width: 800px;
        padding-top: 15px;
        padding-bottom: 50px;
        margin-top: 17px; } }
  .column_center > p.column_txt_attention {
    position: relative;
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    width: 93.75%;
    margin: 0 auto;
    margin-top: 0px;
    /*padding-bottom: 40px;*/ }
    @media screen and (min-width: 768px) {
      .column_center > p.column_txt_attention {
        font-size: 16px;
        line-height: 1.6;
        width: 626px;
        margin-top: 0x;
        padding-bottom: 14px; } }
    @media screen and (min-width: 960px) {
      .column_center > p.column_txt_attention {
        font-size: 16px;
        line-height: 1.6;
        width: 640px;
        margin-top: 0x;
        padding-bottom: 14px; } }

.column_center_spc_btn {
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 0;
  width: 214px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .column_center_spc_btn {
      width: 733px; } }
  @media screen and (min-width: 960px) {
    .column_center_spc_btn {
      width: 780px;
      /*margin-top: 43px;*/ } }
  .column_center_spc_btn ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .column_center_spc_btn ul li {
        margin-right: 10px; } }
    @media screen and (min-width: 960px) {
      .column_center_spc_btn ul li {
        margin-right: 16px;
        margin-bottom: 30px; } }
    .column_center_spc_btn ul li:nth-child(2n) {
      margin-right: 0px; }
      @media screen and (min-width: 768px) {
        .column_center_spc_btn ul li:nth-child(2n) {
          margin-right: 10px; } }
      @media screen and (min-width: 960px) {
        .column_center_spc_btn ul li:nth-child(2n) {
          margin-right: 16px; } }
    @media screen and (min-width: 768px) {
      .column_center_spc_btn ul li:nth-child(6n) {
        margin-right: 0px; } }
    .column_center_spc_btn ul li:last-child {
      margin-right: 0px; }
  .column_center_spc_btn ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    background-color: #505050;
    box-sizing: border-box;
    border: 1px solid #505050;
    border-radius: 10px;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    width: 102px;
    padding: 9px 0px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .column_center_spc_btn ul li a {
        border-radius: 30px;
        font-size: 16px;
        width: 113px;
        padding: 13px 0px; } }
    @media screen and (min-width: 960px) {
      .column_center_spc_btn ul li a {
        border-radius: 30px;
        font-size: 16px;
        width: 116px;
        padding: 13px 0px; } }
  .column_center_spc_btn ul li a:hover {
    color: #ffffff;
    background: #eb0c1e;
    border: 1px solid #eb0c1e;
    text-decoration: none;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    /* Opera */
    -moz-transition: all 0.4s ease-out;
    /* Firefox */
    -webkit-transition: all 0.4s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out;
    /* IE */ }

.column_center_toyota_btn {
  position: relative;
  text-align: left;
  font-weight: 400;
  font-size: 0;
  width: 140px;
  margin: 0 auto;
  padding-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .column_center_toyota_btn {
      text-align: left;
      width: 685px;
      /*margin-top: 43px;*/
      padding-bottom: 0px; } }
  .column_center_toyota_btn ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 14px; }
    @media screen and (min-width: 768px) {
      .column_center_toyota_btn ul li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 30px; } }
    .column_center_toyota_btn ul li:nth-child(4n) {
      margin-right: 0px; }
      @media screen and (min-width: 768px) {
        .column_center_toyota_btn ul li:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .column_center_toyota_btn ul li:nth-child(3n) {
        margin-right: 15px; } }
    .column_center_toyota_btn ul li:last-child {
      margin-right: 0px; }
  .column_center_toyota_btn ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    background-color: #505050;
    box-sizing: border-box;
    border: 1px solid #505050;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    width: 140px;
    padding: 9px 0px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .column_center_toyota_btn ul li a {
        border-radius: 30px;
        font-size: 16px;
        width: 160px;
        padding: 13px 0px; } }
  .column_center_toyota_btn ul li a:hover {
    color: #ffffff;
    background: #eb0c1e;
    border: 1px solid #eb0c1e;
    text-decoration: none;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    /* Opera */
    -moz-transition: all 0.4s ease-out;
    /* Firefox */
    -webkit-transition: all 0.4s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out;
    /* IE */ }

.column_center_james_btn {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  width: 200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .column_center_james_btn {
      width: 495px;
      margin: 0 auto;
      /*margin-top: 43px;*/
      /*padding-bottom: 60px*/ } }
  .column_center_james_btn ul li {
    display: inline-block;
    /*margin-right: 15px;*/
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .column_center_james_btn ul li {
        margin-right: 15px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .column_center_james_btn ul li:nth-child(3n) {
        margin-right: 0px; } }
    .column_center_james_btn ul li:last-child {
      margin-right: 0px; }
  .column_center_james_btn ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    background-color: #505050;
    box-sizing: border-box;
    border: 1px solid #505050;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    width: 200px;
    padding: 9px 0px;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .column_center_james_btn ul li a {
        border-radius: 30px;
        font-size: 16px;
        width: 240px;
        padding: 13px 0px; } }
  .column_center_james_btn ul li a:hover {
    color: #ffffff;
    background: #eb0c1e;
    border: 1px solid #eb0c1e;
    text-decoration: none;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    /* Opera */
    -moz-transition: all 0.4s ease-out;
    /* Firefox */
    -webkit-transition: all 0.4s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out;
    /* IE */ }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_center h2{
	font-size: 42px;
}

_:-ms-lang(x)::-ms-backdrop, .column_center p.column_lead{
	font-size: 26px;
}

_:-ms-lang(x)::-ms-backdrop, .column_center ul li a{
	font-size: 26px;
}

_:-ms-lang(x)::-ms-backdrop, .column_center p.column_txt_attention{
	font-size: 26px;
}*/
/* IEバージョン11のみに適用ここまで */
/* ======================================
フッター 
======================================*/
.column_footer_wrapper {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 40px 0 16px 0; }
  @media screen and (min-width: 768px) {
    .column_footer_wrapper {
      padding: 35px 0 24px 0; } }

.column_footer {
  position: relative;
  color: #000000; }
  .column_footer_btn {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 0;
    width: 200px;
    margin: 0 auto;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .column_footer_btn {
        width: 712px;
        padding-bottom: 30px; } }
    .column_footer_btn ul li {
      display: inline-block;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .column_footer_btn ul li {
          margin-right: 14px;
          margin-bottom: 0px; } }
      @media screen and (min-width: 768px) {
        .column_footer_btn ul li:last-child {
          margin-right: 0px; } }
    .column_footer_btn ul li a {
      position: relative;
      display: block;
      color: #505050;
      background-color: #ffffff;
      box-sizing: border-box;
      border: 1px solid #ffffff;
      border-radius: 10px;
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      width: 200px;
      padding: 10px 0px;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .column_footer_btn ul li a {
          border-radius: 40px;
          font-size: 16px;
          width: 228px;
          padding: 13px 0px; } }
    .column_footer_btn ul li a:hover {
      color: #ffffff;
      background: #eb0c1e;
      border: 1px solid #eb0c1e;
      text-decoration: none;
      transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      /* Opera */
      -moz-transition: all 0.4s ease-out;
      /* Firefox */
      -webkit-transition: all 0.4s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.4s ease-out;
      /* IE */ }
  .column_footer > p {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .column_footer > p {
        font-size: 13px;
        line-height: 1.8; } }
  .column_footer_btn_ico {
    position: relative;
    margin: 0 auto;
    padding-top: 36px;
    width: 192px; }
    @media screen and (min-width: 768px) {
      .column_footer_btn_ico {
        padding-top: 35px;
        width: 186px; } }
    @media screen and (min-width: 768px) {
      .column_footer_btn_ico ul {
        width: 186px;
        margin: 0 auto; } }
    .column_footer_btn_ico ul li {
      display: inline-block; }
    .column_footer_btn_ico ul li.mail img {
      width: 45px;
      margin-right: 37px; }
      @media screen and (min-width: 768px) {
        .column_footer_btn_ico ul li.mail img {
          width: 40px;
          margin-right: 40px; } }
    .column_footer_btn_ico ul li.phone img {
      width: 28px;
      margin-right: 40px; }
      @media screen and (min-width: 768px) {
        .column_footer_btn_ico ul li.phone img {
          width: 25px;
          margin-right: 42px; } }
    .column_footer_btn_ico ul li.to_top img {
      width: 36px; }
      @media screen and (min-width: 768px) {
        .column_footer_btn_ico ul li.to_top img {
          width: 33px; } }
    .column_footer_btn_ico ul li a:hover {
      transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      /* Opera */
      -moz-transition: all 0.4s ease-out;
      /* Firefox */
      -webkit-transition: all 0.4s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.4s ease-out;
      /* IE */ }
  .column_footer_logo {
    position: relative;
    text-align: center;
    margin-top: 36px; }
    @media screen and (min-width: 768px) {
      .column_footer_logo {
        margin-top: 25px; } }
    .column_footer_logo img {
      width: 95px; }
    .column_footer_logo a img:hover {
      opacity: 0.7;
      transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      /* Opera */
      -moz-transition: all 0.4s ease-out;
      /* Firefox */
      -webkit-transition: all 0.4s ease-out;
      /* GoogleChrome, Safari */
      -ms-transition: all 0.4s ease-out;
      /* IE */ }
  .column_footer_copy {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 11px;
    margin-top: 28px; }
    @media screen and (min-width: 768px) {
      .column_footer_copy {
        font-size: 12px;
        margin-top: 13px; } }

/* IEバージョン11のみに適用 */
/*_:-ms-lang(x)::-ms-backdrop, .column_footer p{
	font-size: 26px;
}

_:-ms-lang(x)::-ms-backdrop, .column_footer ul li a{
	font-size: 24px;
}

_:-ms-lang(x)::-ms-backdrop, .column_footer_copy {
	font-size: 18px;
}*/
/* IEバージョン11のみに適用ここまで */
/*テキスト改行、各デバイスのみ*/
.br_sp, .sp_only {
  display: none; }
  @media screen and (max-width: 750px) {
    .br_sp, .sp_only {
      display: block; } }

.br_tab, .tab_only {
  display: none; }
  @media screen and (max-width: 959px) {
    .br_tab, .tab_only {
      display: block; } }

.br_pctab, .pctab_only {
  display: none; }
  @media screen and (min-width: 750px) {
    .br_pctab, .pctab_only {
      display: block; } }

.br_pc, .pc_only {
  display: block; }
  @media screen and (max-width: 750px) {
    .br_pc, .pc_only {
      display: none; } }
  @media screen and (max-width: 959px) {
    .br_pc, .pc_only {
      display: none; } }

/* ======================================
clearfix 
======================================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both; }

* html .clearfix {
  zoom: 1; }

*:first-child + html .clearfix {
  zoom: 1; }
