@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
/****************************************************************************
reset.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2016.10.06
Last up date   : 2016.10.06
****************************************************************************/
body {
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
  /*font-feature-settings : "palt";*/
  /*letter-spacing: -.03em;*/
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

strong {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

/****************************************************************************
pc_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*============================================================
//  初期設定
//==========================================================*/
.on {
  display: block !important;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

.mincho {
  font-family: 'Noto Serif JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.Oswald {
  font-family: 'Oswald', sans-serif;
}

/* End hide from IE-mac */
/* 共通設定--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  overflow: hidden;
}

a img {
  transition: .2s;
  border: 0;
}

ul, ol, dl {
  list-style: none;
}

body {
  font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  color: #333;
  background-color: #000;
}

a {
  text-decoration: none;
  color: #0062ce;
  border: none;
}

a:hover {
  text-decoration: underline;
  color: #806239;
}

a:link, a:visited img {
  color: #0062ce;
}

a:hover img {
  opacity: .75;
  filter: alpha(opacity=75);
}

img {
  vertical-align: bottom;
  border: none;
}

/* CSS Document */
#wrapper {
  width: 100%;
  overflow: hidden;
}

/***********************************
共通ヘッダ
***********************************/
header {
	width: 100%;
	height: 85px;
	padding: 0px !important;
	margin: 0 auto 0 auto;
	display: block;
	text-align: left;
	z-index: 100;
	background: url(../images/header_bg.png) repeat-x bottom left;
}
header h1 a {
	/*width: 136px;*/
	width: auto;
    height: 30px;
	display: inline-block;
	/*margin: 12px 0 0 20px !important;*/
	margin: 13px 0 0 20px !important;
	padding: 0 !important;
	float: left;
}

header h1 a img {
	width: 100%;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

#wrapper hr {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #65be22;
  border-left: none;
}

/***********************************
共通カラー
***********************************/
.red {
  color: #f00;
}

#contents {
  width: 100%;
  max-width: 1000px;
}

/***********************************
共通設定
***********************************/
section {
  font-family: 'Noto Sans JP','\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku GothicPro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
  display: block;
  overflow: hidden;
  width: 100%;
  color: #fff;
}

/***********************************
共通ボタン
***********************************/
p.button {
  font-family: 'Sawarabi Mincho';
  font-weight: bold;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1px;
}

p.button a {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
}

p.button:hover {
  opacity: .8;
}

p.button a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

/*--------------------------------------------------------
footer
--------------------------------------------------------*/
footer {
  font-size: 14px;
  line-height: 1.5;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 39px 0;
  text-align: center;
  color: #fff;
}

#footer {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.cRight {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
}

.pcLayer, img.pcImg {
  display: block;
}

.spLayer, img.spImg {
  display: none;
}

/* --- pagetop --- */
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 58px;
  transition: all .6s;
  transform: scale(0.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.pagetop a {
  font-size: 1.6rem;
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0;
  background: rgba(126, 202, 68, 0.9);
}

.pagetop.show {
  transform: scale(1);
  opacity: .8;
  filter: alpha(opacity=80);
}

.pagetop a:hover {
  text-decoration: none;
  background: rgba(126, 202, 68, 0.6);
}

/***********************************
PC共通
***********************************/
.pcLayer, img.pcImg {
  display: block !important;
}

.spLayer, img.spImg {
  display: none !important;
}

.c-both {
  clear: both;
}

/****************************************************************************
sp_common.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/* CSS Document */
@media screen and (max-width: 768px) {
  body {
    font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3','Hiragino Kaku Gothic Pro','\30E1\30A4\30EA\30AA',Meiryo,'\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF',sans-serif;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
  }
  li {
    list-style-type: none;
  }
  a {
    text-decoration: none;
    color: #0062ce;
    border: none;
  }
  a:hover {
    text-decoration: underline;
    color: #806239;
  }
  a:link, a:visited img {
    color: #0062ce;
  }
  a:link img {
    border: none;
  }
  .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
  }
  .clearfix {
    min-height: 1px;
  }
  * html .clearfix {
    height: 1px;
  }
  /*行の高さをフォントサイズと同じにしています*/
  body {
    line-height: 1.4;
  }
  /*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  /*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
  ol, ul {
    list-style: none;
  }
  /*引用符の表示が出ないようにしています*/
  blockquote, q {
    quotes: none;
  }
  /*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }
  /*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
  a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
  }
  /* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
  ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
  }
  /* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
    また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
  mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
  }
  /*テキストに打ち消し線が付くようにしています*/
  del {
    text-decoration: line-through;
  }
  /*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
    また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
  abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
  }
  /*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  /*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
  hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
  }
  /*縦方向の揃え位置を中央揃えに指定しています*/
  input, select {
    vertical-align: middle;
  }
  /*画像を縦に並べたときに余白が出てしまわないように指定しています*/
  img {
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 10px;
    font-size: 1.0rem;
    color: #333;
  }
  /* --- 共通設定 --- */
  section {
    display: block;
    width: 100%;
  }
  #wrapper {
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  /***********************************
    共通ヘッダ
    ***********************************/
  header {
		width: 100%;
		height: 82px;
		padding: 0px 0 0px 0 !important;
		margin: 0 auto 0 auto;
		display: block;
		text-align: left;
		z-index: 100;
		background: url(../images/header_bg.png) repeat-x bottom left;
		overflow: hidden;
	}
	header h1 a {
        width: 74%;
        display: inline-block;
        margin: 17px 0 0px 17px !important;
		padding: 0 !important;
		float: left;
	}

	header h1 a img {
		width: 100%;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
	}
  @media screen and (max-width: 768px) {
    header h1 {
      max-width: 400px;
    }
  }
  #wrapper hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #65be22;
    border-left: none;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------
    footer
    --------------------------------------------------------*/
  footer {
    font-size: 10px;
    line-height: 1.5;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
  }
  #footer {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .cRight {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    color: #fff;
  }
  /* --- pagetop --- */
  .pagetop {
    z-index: 1000;
    bottom: 10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pcLayer, img.pcImg {
    display: none !important;
  }
  .spLayer, img.spImg {
    display: block !important;
  }
}

/**** END media screen *****/
/****************************************************************************
@pc_index.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
/*--------------------------------------------------------
@back to top
--------------------------------------------------------*/
div.backToTop {
  overflow: hidden;
  width: 100%;
  height: 49px;
  text-align: right;
}

div.backToTop img {
  float: right;
  margin-top: 5px;
}

a.btn1 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin: 15px auto 15px auto;
  padding: 20px 30px 20px 15px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background: #65be22;
}

a.btn2 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 450px;
  margin: 15px auto 15px auto;
  padding: 10px 40px 10px 25px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

a.btn1 span.icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

a.btn2 span.icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

a.btn1:hover {
  text-decoration: none;
  opacity: .7;
}

a.btn1:active {
  text-decoration: none;
}

a.btn2:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #65be22;
  background: #65be22;
}

a.btn2:hover span.icon {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

a.btn2:active {
  text-decoration: none;
}

a.btSP {
  margin-top: 0;
}

/*--------------------------------------------------------
@#contents
--------------------------------------------------------*/
#contents {
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

section h3 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
}

section h4 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}

section h5 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

section h6 {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}


/****************************************************************************
sp_index.css
--------------------------------------------------------
Author : Yasuo Tominaga @ penpengusa
Group : http://www.penpengusa.com
Creation date : 2020.2.25
Last up date   : 2020.2.25
****************************************************************************/
@media screen and (max-width: 768px) {
  .pcLayer {
    display: none;
  }
  .spLayer {
    display: block;
  }
  a.btn1 {
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 96%;
    margin: 15px 0 15px 2%;
    padding: 20px 0 20px 0;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background: #65be22;
  }
  a.btn2 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: auto;
    width: 96%;
    margin: 15px auto 15px auto;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  a.btn1 span.icon {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  a.btn2 span.icon {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  a.btn1:hover {
    text-decoration: none;
    opacity: .7;
  }
  a.btn1:active {
    text-decoration: none;
  }
  a.btn2:hover {
    text-decoration: none;
    color: #000;
    border: 1px solid #65be22;
    background: #65be22;
  }
  a.btn2:hover span.icon {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
  a.btn2:active {
    text-decoration: none;
  }
  a.btSP {
    margin-bottom: 0;
  }
  /*--------------------------------------------------------
    @#contents
    --------------------------------------------------------*/
  #contents {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  section h3 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
  }
  section h4 {
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
  }
  section h5 {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
  }
  section h6 {
    font-size: 10px;
    font-weight: normal;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
  }
  /*--------------------------------------------------------
    .main
    --------------------------------------------------------*/
  .main {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
  }
  .main img {
    width: 100%;
  }
  .main img.mainText {
    width: 92%;
    margin: 15px auto 0 auto;
  }
  .main img.mainText2 {
    width: 92%;
    max-width: 100%;
    margin: 15px auto 0 auto;
  }
  .main p {
    font-size: 10px;
    width: 92%;
    max-width: 100%;
    margin: 10px auto 25px auto;
    text-align: left;
  }
  /*--------------------------------------------------------
    .outline
    --------------------------------------------------------*/
  .outline {
    overflow: hidden;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .outline p {
    font-size: 14px;
  }
  /*--------------------------------------------------------
    .list
    --------------------------------------------------------*/
  .list {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  .list li {
    float: left;
    width: 22.5%;
  }
  .list li {
    margin-bottom: 10px;
    margin-left: 2%;
  }
  .list li span.icon {
    font-size: 9px;
    line-height: 20px;
    position: absolute;
    z-index: 1000;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #f00;
    border-radius: 50%;
    background: #f00;
  }
  .list li:nth-child(1), .list li:nth-child(7), .list li:nth-child(13), .list li:nth-child(19), .list li:nth-child(25), .list li:nth-child(31) {
    margin-left: 2%;
  }
  .list li img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .list li p {
    font-size: 10px;
    line-height: 1.2;
    display: block;
    display: inline-block;
    width: 96%;
    height: 4em;
    margin: 0;
    padding: 3px 2% 3px 2%;
    text-align: center;
    color: #fff;
  }
  .list li p span {
    font-size: 8px;
  }
  /*--------------------------------------------------------
    .cardBox1
    --------------------------------------------------------*/
  .cardBox1 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
  }
  .cardBox1 strong {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .cardBox1 ul.Kaze {
    display: block;
    overflow: hidden;
    margin-top: 20px;
  }
  .cardBox1 ul.Kaze li.card {
    display: inline-block;
    width: 33%;
    text-align: right;
  }
  .cardBox1 ul.Kaze li.card img {
    width: 90%;
  }
  .cardBox1 ul.Kaze li.aboutKaze {
    font-size: 10px;
    display: inline-block;
    width: 65%;
    text-align: left;
  }
  /*--------------------------------------------------------
    .cardBox2
    --------------------------------------------------------*/
  .cardBox2 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto 50px auto;
    padding: 30px 0 20px 0;
    text-align: center;
  }
  .cardBox2 img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
  .cardBox2 a {
    margin-right: auto;
    margin-left: auto;
  }
  .cardBox2 p.notes {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 0;
    letter-spacing: -1px;
  }
  .cardBox2 p.notes span.small {
    font-size: 10px;
    font-weight: normal;
  }
  .cardBox2 p.catch {
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 0;
  }
  .cardBox2 p.catch img {
    width: 100%;
  }
  /*--------------------------------------------------------
    .cardBox3
    --------------------------------------------------------*/
  .cardBox3 {
    overflow: hidden;
    width: 96%;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .cardBox3 img {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
  .cardBox3 a {
    margin-right: auto;
    margin-left: auto;
  }
  /*--------------------------------------------------------
    .notes
    --------------------------------------------------------*/
  .notes {
    overflow: hidden;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
  }
  .notes p {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
  /*--------------------------------------------------------
    .contact
    --------------------------------------------------------*/
  .contact {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    text-align: center;
  }
  .contact strong {
    font-size: 24px;
  }
  .contact strong.small {
    font-size: 14px;
  }
  .contact p {
    margin-bottom: 20px;
  }
  .contact a {
    width: 90%;
  }
  .contact h5 {
    padding-bottom: 10px;
  }
  .contact p.catch {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact a.banner img {
    width: 80%;
  }
}

/**** END media screen *****/
@media screen and (min-width: 768px) {
  body {
    min-width: 984px;
  }
}

.campaign {
  width: 100%;
  margin: 0 auto;
  /*background: #fff;*/
}

@media screen and (min-width: 768px) {
  .campaign {
    width: 1000px;
    /*width: 984px;*/
  }
}

.campaign_wrap {
  /*background: url(../images/main_bg01.jpg) no-repeat center top;*/
}

@media screen and (max-width: 767px) {

  .campaign_wrap {
    /*background: url(../images/main_bg01.jpg) no-repeat center top;*/
    background-size: 200% auto;
  }

}

.campaign_inner {
  margin: 0 auto ;
  /*margin: 10px auto ;*/
  /*background-color: #fff;*/
}

@media screen and (min-width: 768px) {
  .campaign_inner {
    /*padding: 0 0 100px;*/
  }
}

@media screen and (max-width: 767px) {
  .campaign_inner {
    /*padding: 0 0 13.33333333vw;*/
  }
}

.campaign * {
  color: #000;
}

.campaign *, .campaign *::before, .campaign *::after {
  box-sizing: border-box;
}

.campaign img {
  max-width: 100%;
  vertical-align: middle;
}

.campaign a {
  color: #000;
  transition: opacity .4s ease;
}

.campaign a:hover {
  opacity: .7;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .campaign ._pcHide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .campaign ._spHide {
    display: none;
  }
}




/*--------------------------------------------------------
  .define-wrap
  --------------------------------------------------------*/
.campaign .define-wrap {
  padding: 0 5%;
}

@media screen and (max-width: 767px) {

  .campaign .define-wrap {
    padding: 0 4%;
  }
}



/*--------------------------------------------------------
  .js-fadeUpBlock
  --------------------------------------------------------*/
.campaign .js-fadeUpBlock {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) .6s,
              transform 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
}

.campaign .js-fadeUpBlock.is-animated {
  opacity: 1.0;
  transform: translate(0,0);
}




/*--------------------------------------------------------
  .c-hero
  --------------------------------------------------------*/
.campaign .c-hero {
}

.campaign .c-hero__inner {
  padding: 350px 0 400px;
}

.campaign .c-hero__inner-box {
}

.campaign .c-hero__inner-box-copy {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
}

.campaign .c-hero__inner-box-copy span {
  color: #fff;
}

.campaign .c-hero__inner-box-copy .box {
  display: inline-block;
  overflow: hidden;
}

.campaign .c-hero__inner-box-copy .box .inner {
  display: inline-block;
  transform: translateY(150%) rotateX(-20deg) rotateY(20deg);
  /*transform: translateY(100%) rotateX(10deg);*/
  /*transform: translateY(100%) rotate(-12deg);*/
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaign .c-hero__inner-box-copy .box.box01 .inner {
  transition-delay: 400ms;
}

.campaign .c-hero__inner-box-copy .box.box02 .inner {
  transition-delay: 200ms;
}

.campaign .c-hero__inner-box-copy .box.box03 .inner {
  transition-delay: 600ms;
}

/*.campaign .c-hero__inner-box-copy .box.is-active {*/
.campaign .c-hero__inner-box-copy .box.is-animated .inner {
  transform: none;
}


@media screen and (max-width: 767px) {

  .campaign .c-hero__inner {
    padding: 46.667vw 0 53.333vw;
  }

  .campaign .c-hero__inner-box-copy {
    margin: 0 -2%;
    font-size: 5.333333333333333vw;
    /*font-size: 20px;*/
  }
}


/*--------------------------------------------------------
  .c-about
  --------------------------------------------------------*/
.campaign .c-about {

}

.campaign .c-about__inner {
  padding: 250px 0;
}

.campaign .c-about__inner-txt01 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 2.954545454545455;
  letter-spacing: .065em;
}


@media screen and (max-width: 767px) {

  .campaign .c-about__inner {
    padding: 33.333vw 0;
  }

  .campaign .c-about__inner-txt01 {
    font-size: 4vw;
  }

}


/*--------------------------------------------------------
  .c-history
  --------------------------------------------------------*/
.campaign .c-history {

}

.campaign .c-history__inner {
}

.campaign .c-history__inner-contents-pc {
  margin-bottom: 30px;
}

.campaign .c-history__inner-contents-pc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.campaign .c-history__inner-contents-pc ul li {
  width: 9%;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
}

.campaign .c-history__inner-contents-pc ul li.is-active {
  background-color: #69BE28;
  border: 1px solid #69BE28;
}

.campaign .c-history__inner-contents-sp {
}

.campaign .c-history__inner-slider-wrap {
  position: relative;
  z-index: 1;
}

.campaign .c-history__inner-slider-wrap:before {
  content: "";
  display: block;
  width: 152px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;

  border-right: 1px solid #585858;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,272626+100 */
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(39,38,38,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(39,38,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(39,38,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272626',GradientType=1 ); /* IE6-9 */

  clip-path: polygon(0% 90%, 0% 10%, 100% 0%, 100% 100%);
}

.campaign .c-history__inner-slider-wrap:after {
  content: "";
  display: block;
  width: 152px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;

  border-left: 1px solid #585858;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#272626+0,000000+100 */
  background: rgb(39,38,38); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(39,38,38,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(39,38,38,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(39,38,38,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272626', endColorstr='#000000',GradientType=1 ); /* IE6-9 */


  clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 90%);
}

/*.campaign .c-history__inner .swiper {*/
  /*width: 600px;*/
  /*height: 300px;*/
/*}*/

.c-history__inner .swiper-button-prev {
  width: 16px;
  height: 30px;
  left: 40px;
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-history__inner .swiper-button-prev:after {
  content: "";
  display: block;
  width: 16px;
  height: 30px;
  background: url(../images/icon_prev.png) no-repeat center / contain;
}

.c-history__inner .swiper-button-disabled {
  opacity: 0 !important;
}

.c-history__inner .swiper-button-next {
  width: 16px;
  height: 30px;
  right: 40px;
  transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-history__inner .swiper-button-next:after {
  content: "";
  display: block;
  width: 16px;
  height: 30px;
  background: url(../images/icon_next.png) no-repeat center / contain;
}

.campaign .c-history__inner #swiperPC {
}

.campaign .c-history__inner .swiper-container {
}

.campaign .c-history__inner .swiper-slide {
  height: 871px;
  background: #333333 url(../images/history_line01.png) no-repeat center;
  background-size: cover;
  /*overflow: hidden;*/
  position: relative;
  z-index: 1;
  /*cursor: grab;*/
}

.campaign .c-history__inner .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active:before {
  animation-name: swiperBg;
  animation-duration: 1200ms;
  /*animation-duration: 3800ms;*/
  animation-fill-mode: both;
  animation-timing-function: linear;
}

@keyframes swiperBg {
  0% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 0;
    height: 0;
  }
}

.campaign .c-history__inner .swiper-slide.half {
  background: #333333 url(../images/history_line02.png) no-repeat center / cover;
}

.campaign .c-history__inner .swiper-slide .page {
  margin: 0 30px 25px 0;
  color: #000000;
  font-size: 102px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.campaign .c-history__inner .swiper-slide .block {
  position: absolute;
  z-index: 1;
}

.campaign .c-history__inner .swiper-slide .block01 {
  margin: 0 0 50px 65px;
  bottom: 0;
  left: 0;
}

.campaign .c-history__inner .swiper-slide .block02 {
  margin: 0 0 225px 265px;
  bottom: 0;
  left: 0;
}

.campaign .c-history__inner .swiper-slide .block03 {
  margin: 0 0 395px 460px;
  bottom: 0;
  left: 0;
}

.campaign .c-history__inner .swiper-slide .block04 {
  margin: 0 0 570px 655px;
  bottom: 0;
  left: 0;
}

.campaign .c-history__inner .swiper-slide .block05 {
  margin: 0 0 740px 855px;
  bottom: 0;
  left: 0;
}

.campaign .c-history__inner .swiper-slide .block .age {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  background-color: #69BE28;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  opacity: 0;
  /*transition: all 750ms cubic-bezier(.68,-.55,.265,1.55);*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active .block .age {
  animation-name: swiperAge;
  animation-duration: 750ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}

@keyframes swiperAge {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block01 .age {
  animation-delay: 0ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block02 .age {
  animation-delay: 200ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block03 .age {
  animation-delay: 400ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block04 .age {
  animation-delay: 600ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block05 .age {
  animation-delay: 800ms;
}

.campaign .c-history__inner .swiper-slide .block .cont {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.campaign .c-history__inner .swiper-slide .block .cont--1984 {
	margin-top: 6%;
}

.campaign .c-history__inner .swiper-slide .block .cont:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  z-index: 2;
}

.campaign .c-history__inner .swiper-slide .block .cont.left:before {
  right: 0;
}

.campaign .c-history__inner .swiper-slide .block .cont.right:before {
  left: 0;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block01 .cont:before {
  animation-delay: 1400ms;
  /*animation-delay: 750ms;*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block02 .cont:before {
  animation-delay: 1800ms;
  /*animation-delay: 1500ms;*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block02--first .cont:before {
  animation-delay: 1400ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block03 .cont:before {
  animation-delay: 2200ms;
  /*animation-delay: 2250ms;*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block03--first .cont:before {
  animation-delay: 1800ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block04 .cont:before {
  animation-delay: 2600ms;
  /*animation-delay: 3000ms;*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block04--first .cont:before {
  animation-delay: 2200ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block05 .cont:before {
  animation-delay: 3000ms;
  /*animation-delay: 3750ms;*/
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block05--first .cont:before {
  animation-delay: 2600ms;
}

.campaign .c-history__inner .swiper-slide .block .cont.left {
  right: 100%;
  margin-right: 25px;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active .block .cont.left:before {
  animation-name: swiperContLeft;
  animation-duration: 750ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes swiperContLeft {
  0% {
    right: 0;
  }

  100% {
    right: 100%;
  }
}

.campaign .c-history__inner .swiper-slide .block .cont.right {
  left: 100%;
  margin-left: 25px;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active .block .cont.right:before {
  animation-name: swiperContRight;
  animation-duration: 750ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes swiperContRight {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.campaign .c-history__inner .swiper-slide .block .cont .box {
  margin-bottom: .8em;
  font-size: 16px;
}

.campaign .c-history__inner .swiper-slide .block .cont .box:last-child {
  margin-bottom: 0;
}

.campaign .c-history__inner .swiper-slide .block .cont p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.campaign .c-history__inner .swiper-slide .block .cont .green,
.campaign .c-history__inner .swiper-slide .block .cont .green .small {
  color: #69BE28 !important;
}

.campaign .c-history__inner .swiper-slide .block .cont .gray {
  color: #8B8B8B !important;
}

.campaign .c-history__inner .swiper-slide .block .cont p .small {
  color: #fff;
  font-size: 14px;
}

.campaign .c-history__inner .swiper-slide .block .cont .release {
  padding-left: 15px;
  margin-bottom: .2em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.campaign .c-history__inner .swiper-slide .block .cont .release:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #69BE28;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.campaign .c-history__inner .swiper-slide .block .now {
  margin-bottom: .7em;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.52;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.campaign .c-history__inner .swiper-slide .block .now__txt {
  color: #69BE28;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.52;
  white-space: nowrap;
  opacity: 0;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide .block .now__txt {
  animation-delay: 2600ms;
}

.campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active .block .now__txt {
  animation-name: swiperNow;
  animation-duration: 750ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes swiperNow {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}


@media screen and (max-width: 767px) {

  .campaign .c-history {
    padding: 0 4%;
  }

  .campaign .c-history__inner-contents-sp {
    margin-bottom: 20px;
  }

  .campaign .c-history__inner-contents-sp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -1% 0;
  }

  .campaign .c-history__inner-contents-sp ul li {
    width: 14.666666666666667%;
    padding: 5px 2px;
    margin: 1% 0;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
  }

  .campaign .c-history__inner-contents-sp ul li.is-active {
    background-color: #69BE28;
    border: 1px solid #69BE28;
  }

  .campaign .c-history__inner-slider-wrap:before {
    width: 4.347826086956522%;
    border: none;
    clip-path: polygon(0% 90%, 0% 10%, 100% 0%, 100% 100%);
  }

  .campaign .c-history__inner-slider-wrap:after {
    width: 4.347826086956522%;
    border: none;
    clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 90%);
  }

  .campaign .c-history__inner .swiper-container {
    position: relative;
    z-index: 1;
  }

  .c-history__inner .swiper-button-prev {
    width: 2.933vw;
    height: 5.867vw;
    left: 3.2%;
    /*left: 2.898550724637681%;*/
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1000;
    transform: translate3d(0px, 0px, 20px);
  }

  .c-history__inner .swiper-button-prev:after {
    width: 2.933vw;
    height: 5.867vw;
  }

  .c-history__inner .swiper-button-disabled {
    opacity: 0 !important;
  }

  .c-history__inner .swiper-button-next {
    width: 2.933vw;
    height: 5.867vw;
    right: 3.478260869565217%;
    /*right: 2.898550724637681%;*/
    transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1000;
    transform: translate3d(0px, 0px, 20px);
  }

  .c-history__inner .swiper-button-next:after {
    width: 2.933vw;
    height: 5.867vw;
  }

  .campaign .c-history__inner .swiper-slide {
    height: 154.667vw;
    /*background: url(../images/history_line03.png) no-repeat center;*/
    background: url(../images/history_line03.png) no-repeat center;
    background-size: cover;
    /*background-size: 100% 100%;*/
    /*backface-visibility: visible;*/
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide.swiper-slide-active:before {
    animation-duration: 1200ms;
    /*animation-duration: 3000ms;*/
  }

  .campaign .c-history__inner .swiper-slide.last {
    background: #333333 url(../images/history_line04.png) no-repeat center;
    background-size: cover;
    /*background-size: 100% 100%;*/
  }

  .campaign .c-history__inner .swiper-slide .page {
    margin: 0 1.333vw 1.333vw 0;
    font-size: 16vw;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(180deg);
  }

  .campaign .c-history__inner .swiper-slide .block01 {
    margin: 0 0 12vw 5.333vw;
  }

  .campaign .c-history__inner .swiper-slide .block02 {
    margin: 0 0 50.667vw 26.667vw;
  }

  .campaign .c-history__inner .swiper-slide .block03 {
    margin: 0 0 89.333vw 49.333vw;
  }

  .campaign .c-history__inner .swiper-slide .block04 {
    margin: 0 0 128vw 72vw;
  }

  .campaign .c-history__inner .swiper-slide .block .age {
    width: 15.2vw;
    height: 15.2vw;
    line-height: 15.2vw;
    font-size: 4.533vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.left {
    margin-right: 2.667vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.right {
    margin-left: 4vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.top-alignment {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--1966 {
    margin-top: -4vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--1972 {
    margin-top: 2vw;
    /*margin-top: -10vw;*/
    /*margin-top: -1.333vw;*/
    /*margin-right: 2vw;*/
    /*margin-right: 1.333vw;*/
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--1972 .ls-s {
    letter-spacing: -.075em;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--2004 {
    /*margin-right: 1.333vw;*/
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--2021 {
    /*margin-top: -2.667vw;*/
    /*margin-right: 1.333vw;*/
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--2023 {
    text-align: right;
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide .block01 .cont:before {
    animation-delay: 1200ms;
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide .block02 .cont:before {
    animation-delay: 1600ms;
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide .block03 .cont:before {
    animation-delay: 2000ms;
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide .block04 .cont:before {
    animation-delay: 2400ms;
  }

  .campaign .c-history__inner .swiper-container.is-active .swiper-slide .block05 .cont:before {
    animation-delay: 2800ms;
  }

  .campaign .c-history__inner .swiper-slide .block .cont .box {
    margin-bottom: .8em;
    font-size: 3.467vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont.cont--2023 .box {
    display: inline-block;
  }

  .campaign .c-history__inner .swiper-slide .block .cont p {
    font-size: 3.467vw;
    text-align: left;
  }

  .campaign .c-history__inner .swiper-slide .block .cont p .small {
    font-size: 2.933vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont .release {
    padding-left: 3.467vw;
    margin-bottom: .2em;
    font-size: 3.2vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont .release:before {
    width: 2.667vw;
    height: 2.667vw;
  }

  .campaign .c-history__inner .swiper-slide .block .cont .cont__now {
    color: #69BE28;
    font-size: 4.267vw;
    font-weight: bold;
    text-align: right;
    line-height: 1.52;
    white-space: nowrap;
  }

  .campaign .c-history__inner .swiper-slide .block .now {
    font-size: 4.267vw;
    letter-spacing: -.03em;
  }

  .campaign .c-history__inner .swiper-slide .block .now__txt {
    font-size: 4.267vw;
    letter-spacing: -.03em;
  }
}


/*--------------------------------------------------------
  .c-mind
  --------------------------------------------------------*/
.campaign .c-mind {
  margin-top: 290px;
  position: relative;
  z-index: 1;
  visibility: visible !important;
}

.campaign .c-mind.is-animated {
}

.campaign .c-mind:before {
  content: "";
  display: block;
  width: calc(100vw - 100% + 100% + 2px);
  height: 100%;
  background: url(../images/ming_bg01.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  transition: opacity 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaign .c-mind.is-animated:before {
  opacity: 1;
}

.campaign .c-mind__inner {
  padding: 276px 0 300px;
}

.campaign .c-mind__inner-logo {
  width: 32.4%;
  margin: 0 auto 135px;
}

.campaign .c-mind__inner-ttl {
  margin-bottom: 80px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  transition: color 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaign .c-mind.is-animated .c-mind__inner-ttl {
  color: #000;
}

.campaign .c-mind__inner-txt01 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 2.954545454545455;
  transition: color 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.campaign .c-mind.is-animated .c-mind__inner-txt01 {
  color: #000;
}


@media screen and (max-width: 1000px) {

  .campaign .c-mind:before {
    width: calc(1000px + 2px);
  }
}

@media screen and (max-width: 767px) {

  .campaign .c-mind {
    margin-top: 38.667vw;
  }

  .campaign .c-mind:before {
    width: calc(100vw + 2px);
    background-size: 100% 100%;
  }

  .campaign .c-mind__inner {
    padding: 36.8vw 0 40vw;
  }

  .campaign .c-mind__inner-logo {
    width: 42%;
    /*width: 32.4%;*/
    margin: 0 auto 65px;
  }

  .campaign .c-mind__inner-ttl {
    margin-bottom: 10.667vw;
    font-size: 5.333vw;
    /*font-size: 5.333vw;*/
  }

  .campaign .c-mind__inner-txt01 {
    font-size: 4vw;
    /*font-size: 4vw;*/
  }
}

/* 70th movie*/
.moviearea {
	/*position: relative;*/
    text-align: center;
    margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	/*position: relative;*/
    text-align: center;
    margin: 0 auto;
    padding:0 20px;
	width: 96%;
}
/*.moviearea iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}*/

/*--------------------------------------------------------
  .xxx
  --------------------------------------------------------*/

@media screen and (max-width: 767px) {
}
