@charset 'UTF-8';

/************************************************************************
 * 基本タグ
 ************************************************************************/

body {
  color: #4c4948;
}

main {
  z-index: inherit;
}

h1,
h2,
h3,
h4 {
  color: #181818;
}

a {
  text-decoration: none;
}

#mainContents {
  background-color: #fff;
}

/************************************************************************
 * 基本スタイル
 ************************************************************************/

.en {
  font-family: ClanWeb-Bold;
}

.sizeS {
  font-size: 70%;
}

.sp {
  display: none;
  /* SP */
  /* SP End */
}

.spInline {
  display: none;
  /* SP */
  /* SP End */
}

.rootContainer {
  margin-top: -60px;
  overflow: hidden;
  background: url(../img/bg_line.png) repeat-y center top;
  background-size: 2080px auto;
  /* SP */
  /* SP End */
}

.bgSubContainer {
  background: url(../img/bg_sub.png) repeat-y center top;
  background-size: 2080px auto;
  /* SP */
  /* SP End */
}

/********************************
 * 斜め背景テキスト（赤）
 *******************************/

.bgSkewRed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  /* SP */
  /* SP End */
}

.bgSkewRed .skewLeft {
  width: 30px;
  background: url(../img/bg_skew_left.png) no-repeat top right;
}

.bgSkewRed .skewRight {
  width: 30px;
  margin-left: -1px;
  background: url(../img/bg_skew_right.png) no-repeat top right;
}

.bgSkewRed .skewInner {
  width: auto;
  padding: 0 8px;
  font-family: ClanWeb-Bold;
  font-size: 1.15em;
  font-weight: lighter;
  line-height: 50px;
  text-align: center;
  letter-spacing: .2px;
  color: #fff;
  background: #c13932;
  /* SP */
  /* SP End */
}

/********************************
 * 赤い背景テキスト
 *******************************/

a.btnBoxRed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 20px 20px 20px;
  font-family: ClanWeb-Bold;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  background: #c13932;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .1);
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
  /* SP */
  /* SP End */
}

a.btnBoxRed span {
  display: block;
  padding: 2px 53px 0 53px;
  background: url(../img/arrow.svg) no-repeat right center;
  background-size: 10px 10px;
  /* SP */
  /* SP End */
}

a.btnBoxRed:hover {
  opacity: .6;
  color: #fff;
  -webkit-transition: opacity .1s linear;
          transition: opacity .1s linear;
}

/********************************
 * 黒い背景テキスト
 *******************************/

.bgBoxBlack {
  display: inline-block;
  padding: 10px 20px 7px 20px;
  font-family: ClanWeb-Bold;
  font-size: 1.4em;
  font-weight: lighter;
  letter-spacing: .5px;
  color: #fff;
  background: #181818;
  /* SP */
  /* SP End */
}

.redLine {
  position: absolute;
  z-index: 33;
  overflow: hidden;
  /* SP */
  /* SP End */
}

.redLine span {
  display: block;
  background: url(../img/line_red.png) no-repeat right top;
  background-size: 271px 471px;
}

/********************************
 * WebGL用スタイル
 *******************************/

#main {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
}

.glArea {
  position: absolute;
}

.gl0 {
  top: 0;
  left: 0;
  width: 100%;
  height: 840px;
  /* SP */
  /* SP End */
}

.sec360 {
  width: 100%;
  height: 720px;
  cursor: pointer;
  background: url(../img/360.jpg) no-repeat center center;
  background-size: cover;
  /* SP */
  /* SP End */
}

.gl2 {
  width: 100%;
  height: 760px;
  /* SP */
  /* SP End */
}

.ovalIcon {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s linear;
          transition: opacity 1s linear;
}

.ovalIcon div {
  width: 100%;
  height: 100%;
  background: url(../img/oval360.svg) no-repeat center center;
  background-size: 119px 119px;
}

.ovalIconOff {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
          transition: opacity 1s linear;
}

/************************************************************************
 * sec共通
 ************************************************************************/

.sec {
  position: relative;
}

.sec .secInner {
  max-width: 1280px;
  margin: auto;
  padding: 0 30px;
  /* SP */
  /* SP End */
  /* SP */
  /* SP End */
}

.sec .titleSubWidth {
  box-sizing: border-box;
  max-width: 775px;
  margin: auto;
  padding: 0 30px;
  text-align: right;
  /* SP */
  /* SP End */
}

.sec .titleSubWidth .bgSkewRed {
  margin-bottom: 100px;
  /* SP */
  /* SP End */
}

.sec h2 {
  margin: auto auto 15px auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec .column {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
  /* SP */
  /* SP End */
}

.sec .column .left {
  float: left;
  /* SP */
  /* SP End */
}

.sec .column .left .textContainer {
  padding-top: 120px;
  text-align: right;
  /* SP */
  /* SP End */
}

.sec .column .left .textContainer .bgBoxBlack {
  margin-top: -20px;
  position: relative;
  margin: auto -40px 60px auto;
  /* SP */
  /* SP End */
}

.sec .column .left .textContainer .text {
  text-align: left;
  /* SP */
  /* SP End */
}

.sec .column .left .textContainer .text span {
  display: inline-block;
  width: 75%;
  text-align: left;
  /* SP */
  /* SP End */
}

.sec .column .right {
  float: right;
  /* SP */
  /* SP End */
}

.sec .column .right .textContainer {
  padding-top: 120px;
  /* SP */
  /* SP End */
}

.sec .column .right .textContainer .bgBoxBlack {
  margin-top: -20px;
  position: relative;
  margin-bottom: 60px;
  margin-left: -40px;
  /* SP */
  /* SP End */
}

.sec .column .right .textContainer .text {
  position: relative;
  text-align: right;
  /* SP */
  /* SP End */
}

.sec .column .right .textContainer .text .redLine {
  top: 120px;
  left: -50px;
}

.sec .column .right .textContainer .text .redLine span {
  width: 150px;
  height: 260px;
}

.sec .column .right .textContainer .text .textInner {
  display: inline-block;
  width: 75%;
  text-align: left;
  /* SP */
  /* SP End */
}

.sec .column .textContainer .text {
  font-size: 15px;
  line-height: 180%;
}

.sec .column .movieColumn {
  width: 57%;
  /* SP */
  /* SP End */
}

.sec .column .textColumn {
  width: 43%;
  /* SP */
  /* SP End */
}

.sec .column .movie {
  display: block;
  position: relative;
  /* SP */
  /* SP End */
}

.sec .column .movie .btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/btn_play.svg) no-repeat center center;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec .column .movie img {
  width: 100%;
  vertical-align: bottom;
}

.sec .column .movie:hover .btn {
  opacity: .5;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec .profileContainer {
  box-sizing: content-box;
  width: 82%;
  margin: auto;
  border: 4px solid #eee;
  background: #fff;
  /* SP */
  /* SP End */
}

.sec .profileContainer .inner {
  position: relative;
}

.sec .profileContainer .inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  /* SP */
  /* SP End */
}

.sec .profileContainer .inner .textContainer {
  padding: 40px 40px 20px 240px;
  /* SP */
  /* SP End */
}

.sec .profileContainer .inner .textContainer .name {
  margin-bottom: 10px;
  font-weight: 600;
  color: #181818;
}

.sec .profileContainer .inner .textContainer .name .nameEn {
  font-size: 12px;
}

.sec .profileContainer .inner .textContainer .job {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0;
  color: #181818;
}

.sec .profileContainer .inner .textContainer .text {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: .5px;
}

.sec .profileContainer .inner .textContainer .profile {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: .5px;
  color: #181818;
}

.sec .profileContainer .inner .textContainer .profileText {
  font-size: 12px;
  line-height: 200%;
  letter-spacing: .5px;
}

/************************************************************************
 * sec01
 ************************************************************************/

.sec01 {
  height: 1260px;
  background: url(../img/bg_main.png) no-repeat center top;
  background-size: 2080px auto;
  /* SP */
  /* SP End */
  /************************************************************************
		* 2020.2追加。WebGL後のカードUI
		************************************************************************/
  /* カードリスト
		 ********************/
  /* モーダル
		 ********************/
  /************************************************************************
		* End 2020.2追加。WebGL後のカードUI
		************************************************************************/
}

.sec01 .btnOpenContainer .btnOpen {
  display: block;
  position: fixed;
  z-index: 19;
  top: 130px;
  right: 0;
  width: 130px;
  height: 130px;
  background: url(../img/open_slide_modal.svg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .btnOpenContainer .btnOpen:hover {
  opacity: .6;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .btnOpenContainer .btnOpenContainer {
  -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
}

.sec01 .btnOpenHide {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
          transition: opacity .3s linear;
}

.sec01 .slideCardContainer {
  position: relative;
  z-index: 6;
  visibility: hidden;
  max-width: 1280px;
  margin: auto;
  padding: 0 30px;
}

.sec01 .slideCardContainer .slideCardContainerBody {
  position: absolute;
  left: 50%;
  visibility: hidden;
  overflow: visible;
  width: 100%;
}

.sec01 .slideCardContainer .inner {
  padding-top: 420px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .offsetY {
  /*transformプロパティの perspective()関数。*/
  -webkit-transform: perspective(2500px);
          transform: perspective(2500px);
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  /*perspectiveプロパティ。*/

  -webkit-perspective: 2500px;
          perspective: 2500px;
}

.sec01 .slideCardContainer .inner .card {
  display: block;
  position: absolute;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.sec01 .slideCardContainer .inner .card span {
  display: block;
}

.sec01 .slideCardContainer .inner .card .center {
  width: 1px;
  height: 1px;
  margin: 0;
}

.sec01 .slideCardContainer .inner .card .center .cardBody {
  position: relative;
  width: 420px;
  height: 560px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card .center .cardBody .frame {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 420px;
  height: 560px;
  opacity: 0;
  border: 5px solid #000;
  border-radius: 3px;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card .center .cardBody .frame:hover {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
  pointer-events: none;
  border-radius: 3px;
}

.sec01 .slideCardContainer .inner .card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 560px;
  pointer-events: none;
  border-radius: 3px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card .labelContainer {
  position: absolute;
  bottom: 30px;
  left: -20px;
  width: 100%;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card .labelContainer .block {
  overflow-x: hidden;
  width: 0;
  margin-bottom: 10px;
  -webkit-transition: width .4s ease-in-out;
          transition: width .4s ease-in-out;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .card .labelContainer .label {
  display: inline-block;
  padding: 14px 20px 12px 20px;
  font-family: ClanWeb-Bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  color: #fff;
  background-color: #181818;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .inner .cardOpen .center .cardBody {
  /*video {
								display:block;
							}*/
}

.sec01 .slideCardContainer .inner .cardOpen .labelContainer .block {
  width: 100%;
  -webkit-transition: width 1s ease-in-out;
          transition: width 1s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(.34, 0, .09, .98);
          transition-timing-function: cubic-bezier(.34, 0, .09, .98);
}

.sec01 .slideCardContainer .inner .cardOpen .labelContainer .block:last-child {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.sec01 .slideCardContainer .carouselButtons {
  display: none;
  position: relative;
  width: 420px;
  margin: auto;
  pointer-events: none;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .carouselButtons a {
  display: block;
  position: absolute;
  top: 400px;
  width: 36px;
  height: 36px;
  pointer-events: auto;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .carouselButtons a:hover {
  opacity: .6;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.sec01 .slideCardContainer .carouselButtons .btnLeft {
  left: -13px;
  background: url(../img/btn_slide_left.svg) no-repeat center center;
  background-size: contain;
}

.sec01 .slideCardContainer .carouselButtons .btnRight {
  right: -13px;
  background: url(../img/btn_slide_right.svg) no-repeat center center;
  background-size: contain;
}

.sec01 .slideCardModalContainer {
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition: -webkit-transform .5s ease-in-out;
          transition:         transform .5s ease-in-out;
          transition:         transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  /* SP */
  /* SP End */
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sec01 .slideCardModalContainer .listContainer {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 210px 30px 0 30px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .btnClose {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  background: url(../img/close_slide_modal.svg) no-repeat center center;
  background-size: contain;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .btnCloseFadeIn {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
          transition: opacity .5s linear;
}

.sec01 .slideCardModalContainer .listContainer .container {
  position: relative;
}

.sec01 .slideCardModalContainer .listContainer .container h4 {
  display: table;
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container h4 .title {
  display: table-cell;
  padding-right: 15px;
  font-size: 20px;
  white-space: nowrap;
  color: #c13932;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container h4 .line {
  display: block;
  display: table-cell;
  top: 1em;
  width: 100%;
  height: 2px;
  background: url(../img/slide_card_h4_line.png) repeat-x center center;
}

.sec01 .slideCardModalContainer .listContainer .container h4.fadeIn {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(.56, .04, .17, .93);
          transition-timing-function: cubic-bezier(.56, .04, .17, .93);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.sec01 .slideCardModalContainer .listContainer .container .inner {
  display: inline-block;
  width: 100%;
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left,
.sec01 .slideCardModalContainer .listContainer .container .inner .right {
  float: left;
  box-sizing: border-box;
  width: 50%;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .item,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .item {
  display: block;
  position: relative;
  height: 60px;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .item:hover,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .item:hover {
  opacity: .6;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .item.fadeIn,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .item.fadeIn {
  opacity: 1;
  -webkit-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(.56, .04, .17, .93);
          transition-timing-function: cubic-bezier(.56, .04, .17, .93);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .img,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .img {
  position: absolute;
  width: 104px;
  height: 60px;
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .img img,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .img img {
  width: 100%;
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .img .iconMovie,
.sec01 .slideCardModalContainer .listContainer .container .inner .right .img .iconMovie {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 15px;
  background: url(../img/icon_movie.svg) no-repeat;
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left p,
.sec01 .slideCardModalContainer .listContainer .container .inner .right p {
  display: table-cell;
  height: 60px;
  padding-left: 120px;
  font-family: ClanWeb-Bold;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left {
  padding-right: 20px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .left .item {
  padding-left: 30px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .right {
  padding-left: 20px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .container .inner .right .item {
  padding-right: 30px;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainer .listContainer .btnBottomContainer {
  display: none;
  /* SP */
  /* SP End */
}

.sec01 .slideCardModalContainerOpened {
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition: -webkit-transform .5s ease-in-out;
          transition:         transform .5s ease-in-out;
          transition:         transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.sec01 .secInner {
  position: relative;
  z-index: 9;
  padding-top: 490px;
  text-align: right;
  pointer-events: none;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer {
  display: inline-block;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer .textBk117 {
  position: relative;
  width: 370px;
  height: 90px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: left;
  text-indent: -9999px;
  background: url(../img/main_bk117.svg) no-repeat;
  background-size: contain;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer .textBk117 .line {
  position: absolute;
  top: -130px;
  left: -70px;
  overflow: hidden;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer .textBk117 .line span {
  display: block;
  width: 200px;
  height: 350px;
  background: url(../img/main_line.svg) no-repeat;
  background-size: contain;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer h1 {
  width: 361px;
  height: 26px;
  margin-right: 30px;
  margin-bottom: 240px;
  text-align: left;
  text-indent: -9999px;
  background: url(../img/main_h1.svg) no-repeat;
  background-size: contain;
  /*
				.line0 {
					background:url(../img/title0.svg) no-repeat left top;
					background-size: contain;
					height:56px;
					margin-bottom: 20px;
				}
	
				.line1 {
					background:url(../img/title1.svg) no-repeat right top;
					background-size: contain;
					height:52px;
				}
				*/
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer h1 span {
  display: block;
}

.sec01 .secInner .titleContainer .bgSkewRed {
  height: 40px;
  margin-bottom: 30px;
  /* SP */
  /* SP End */
}

.sec01 .secInner .titleContainer .bgSkewRed .skewInner {
  font-size: 16px;
  line-height: 40px;
}

.sec01 .secInner .textContainer {
  position: relative;
  width: 630px;
  margin: auto;
  /* SP */
  /* SP End */
}

.sec01 .secInner .textContainer .redLine {
  top: -50px;
  left: -270px;
}

.sec01 .secInner .textContainer .redLine span {
  width: 271px;
  height: 471px;
}

.sec01 .secInner .text {
  font-family: ClanWeb-Bold;
  font-size: 16px;
  font-weight: lighter;
  line-height: 34px;
  text-align: left;
  letter-spacing: .5px;
  color: #181818;
  /* SP */
  /* SP End */
}

/************************************************************************
 * sec02
 ************************************************************************/

.sec02 {
  margin-bottom: 170px;
  padding-top: 60px;
  /* SP */
  /* SP End */
}

.sec02 .secInner {
  /* SP */
  /* SP End */
}

.sec02 .secInner .textContainer .text {
  z-index: 3;
}

.sec02 .profileContainer .inner .icon {
  background-image: url(../img/sec02_prof.png);
}

/************************************************************************
 * sec03
 ************************************************************************/

.sec03 {
  margin-bottom: 80px;
  /* SP */
  /* SP End */
  /**********************************************
	 * block2
	 *********************************************/
  /**********************************************
	 * block3
	 *********************************************/
}

.sec03 h2 {
  width: 696px;
  height: 100px;
  background-image: url(../img/sec03_h2.svg);
  /* SP */
  /* SP End */
}

.sec03 .titleSubWidth {
  max-width: 520px;
}

.sec03 .profileContainer {
  margin-bottom: 100px;
  /* SP */
  /* SP End */
}

.sec03 .profileContainer .inner .icon {
  background-image: url(../img/sec03_prof.png);
}

.sec03 .column .movieColumn {
  /* SP */
  /* SP End */
}

.sec03 .subSection2 {
  text-align: center;
}

.sec03 .subSection2 h3 {
  margin-bottom: 150px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .photoBox {
  position: relative;
  float: left;
  width: 40%;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .photoBox img {
  width: 100%;
}

.sec03 .subSection2 .lineColumn .photoBox .numberBox {
  position: absolute;
  bottom: -40px;
  left: 40px;
  font-size: 5.3em;
  line-height: 1;
  color: #c13932;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox {
  position: relative;
  float: right;
  width: 55%;
  padding-top: 80px;
  text-align: left;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .titleBox {
  position: relative;
  left: -40px;
  margin-bottom: 50px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .titleBox .line {
  position: absolute;
  top: -130px;
  left: -30px;
  overflow: hidden;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .titleBox .line span {
  display: block;
  width: 121px;
  height: 211px;
  background: url(../img/line_red2.png) no-repeat;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .titleBox h4 {
  padding: 0;
  font-family: ClanWeb-Bold;
  font-size: 24px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: .5px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .single .line span {
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .text {
  width: 60%;
  margin: 0 auto 20px 0;
  font-size: 15px;
  line-height: 180%;
  text-align: left;
  letter-spacing: .5px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .textCaution {
  font-size: 11px;
  line-height: 200%;
  letter-spacing: .5px;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .lineColumn .textBox .sizeS {
  font-size: 12px;
}

.sec03 .subSection2 .invert .photoBox {
  float: right;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .invert .photoBox .numberBox {
  right: 40px;
  left: auto;
}

.sec03 .subSection2 .invert .textBox {
  float: left;
  text-align: right;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .invert .textBox .titleBox {
  right: -50px;
  left: auto;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .invert .textBox .titleBox .line {
  right: -80px;
  left: auto;
  /* SP */
  /* SP End */
}

.sec03 .subSection2 .invert .textBox .text {
  width: 60%;
  margin: 0 0 20px auto;
}

.sec03 .subSection2 .invert .textBox .noMarginBottom {
  margin-bottom: 5px;
}

.sec03 .subSection3 {
  text-align: center;
  padding-bottom: 100px;
  /* SP */
  /* SP End */
}

.sec03 .subSection3 h3 {
  margin-bottom: 150px;
  /* SP */
  /* SP End */
}

.sec03 .subSection3 .scrollContainerSp {
  display: none;
}

.sec03 .subSection3 .scrollMask {
  width: 100%;
  /*margin-bottom: 60px;*/
  /* SP */
  /* SP End */
}

.sec03 .subSection3 .scrollMask .scrollContainer {
  display: inline-block;
  width: 100%;
}

.sec03 .subSection3 .scrollMask .scrollContainer .item {
  float: left;
  width: 22.65625%;
  margin-right: 3.125%;
}

.sec03 .subSection3 .scrollMask .scrollContainer .item .img {
  margin-bottom: 20px;
  /* SP */
  /* SP End */
}

.sec03 .subSection3 .scrollMask .scrollContainer .item .img img {
  width: 100%;
}

.sec03 .subSection3 .scrollMask .scrollContainer .item .ttl {
  margin-bottom: 10px;
  font-family: ClanWeb-Bold;
  font-size: 15px;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: .5px;
  color: #181818;
}

.sec03 .subSection3 .scrollMask .scrollContainer .item .text {
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  letter-spacing: .5px;
}

.sec03 .subSection3 .scrollMask .scrollContainer .item:last-child {
  margin-right: 0;
}

.sec03 .subSection3 .banner {
  padding: 50px 0 100px 0;
  /* SP */
  /* SP End */
}

.sec03 .subSection3 .banner img {
  vertical-align: bottom;
}

/************************************************************************
 * sec04
 ************************************************************************/

.sec04 {
  padding-top: 220px;
  /* SP */
  /* SP End */
  /* SP */
  /* SP End */
}

.sec04 h2 {
  width: 462px;
  height: 100px;
  background-image: url(../img/sec04_h2.svg);
  /* SP */
  /* SP End */
}

.sec04 .titleSubWidth {
  max-width: 950px;
}

.sec04 .column .movieColumn {
  /* SP */
  /* SP End */
}

.sec04 .prof1 {
  margin-bottom: 50px;
  /* SP */
  /* SP End */
}

.sec04 .prof1 .inner .icon {
  background-image: url(../img/sec04_prof.png);
}

.sec04 .prof2 {
  margin-bottom: 100px;
}

.sec04 .prof2 .inner .icon {
  background-image: url(../img/sec04_prof2.png);
}

/************************************************************************
 * sec05
 ************************************************************************/

.sec05 {
  margin-bottom: 200px;
  padding-top: 100px;
  /* SP */
  /* SP End */
  /* SP */
  /* SP End */
}

.sec05 h2 {
  width: 416px;
  height: 100px;
  background-image: url(../img/sec05_h2.svg);
  /* SP */
  /* SP End */
}

.sec05 .titleSubWidth {
  max-width: 720px;
}

.sec05 .columnContainer {
  position: relative;
}

.sec05 .lineColumn {
  display: inline-block;
  width: 100%;
  height: 430px;
  vertical-align: bottom;
  /* SP */
  /* SP End */
}

.sec05 .lineColumn .photoBox {
  float: left;
  width: 39.68%;
  /* SP */
  /* SP End */
}

.sec05 .lineColumn .photoBox img {
  width: 100%;
}

.sec05 .lineColumn .textBox {
  float: right;
  width: 39.68%;
  padding-top: 80px;
  /* SP */
  /* SP End */
}

.sec05 .lineColumn .textBox .year {
  display: none;
}

.sec05 .lineColumn .textBox .titleBox {
  position: relative;
  width: 80%;
  margin-bottom: 65px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.sec05 .lineColumn .textBox .titleBox h4 {
  padding: 0;
  font-family: ClanWeb-Bold;
  font-size: 24px;
  line-height: 200%;
}

.sec05 .lineColumn .textBox .titleBox h4 .sub {
  font-size: 70%;
  /* SP */
  /* SP End */
}

.sec05 .lineColumn .textBox .titleBox .line {
  position: absolute;
  overflow: hidden;
}

.sec05 .lineColumn .textBox .titleBox .line span {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec05 .lineColumn .textBox .text {
  width: 80%;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: .5px;
}

.sec05 .lineColumn .textBox .text .sub {
  font-size: 70%;
}

.sec05 .lineColumn .textBox .caution {
  width: 80%;
  padding-top: 15px;
  font-size: 11px;
  line-height: 200%;
  letter-spacing: .5px;
}

.sec05 .invert .photoBox {
  float: right;
  /* SP */
  /* SP End */
}

.sec05 .invert .textBox {
  float: left;
  /* SP */
  /* SP End */
}

.sec05 .invert .textBox .titleBox,
.sec05 .invert .textBox .text,
.sec05 .invert .textBox .caution {
  margin-right: 0;
  margin-left: auto;
}

.sec05 .invert .textBox .titleBox {
  text-align: right;
}

.sec05 .lineColumnLast {
  height: 380px;
}

.sec05 .column0 .textBox .titleBox .line {
  top: -125px;
  left: -300px;
  height: 649.49px;

  widtH: 371.872px;
}

.sec05 .column0 .textBox .titleBox .line span {
  height: 649.49px;
  background-image: url(../img/history_line0.svg);

  widtH: 371.872px;
}

.sec05 .column2 .textBox .titleBox .line,
.sec05 .column4 .textBox .titleBox .line {
  top: -200px;
  left: -300px;
  height: 724px;

  widtH: 415px;
}

.sec05 .column2 .textBox .titleBox .line span,
.sec05 .column4 .textBox .titleBox .line span {
  height: 724px;
  background-image: url(../img/history_line1.svg);

  widtH: 415px;
}

.sec05 .column6 .textBox .titleBox .line {
  top: -135px;
  left: -130px;
  height: 351px;

  widtH: 200px;
}

.sec05 .column6 .textBox .titleBox .line span {
  height: 351px;
  background-image: url(../img/history_line_short.svg);

  widtH: 200px;
}

.sec05 .yearRoot {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec05 .yearStart,
.sec05 .yearEnd {
  width: 1px;
  height: 1px;
}

.sec05 .yearStart {
  position: absolute;
  top: 0;
}

.sec05 .yearEnd {
  position: absolute;
  bottom: 390px;
  height: 1px;
}

.sec05 .yearContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  /* SP */
  /* SP End */
}

.sec05 .yearContainer .fixedContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec05 .yearContainer .circle {
  position: relative;
  top: -59.5px;
  width: 119px;
  height: 119px;
  margin: auto;
  background: url(../img/year_circle.svg) no-repeat;
  background-size: contain;
  /*  真上から円を描く指定   */
  /*  円を描く動画の準備   */
}

.sec05 .yearContainer .circle svg {
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  width: 94px;
  height: 94px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50 50;
      -ms-transform-origin: 50 50;
          transform-origin: 50 50;
}

.sec05 .yearContainer .circle .timerCircle {
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}

.sec05 .yearContainer .circle .year {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 119px;
  color: #181818;
}

.sec05 .fixed {
  position: fixed;
  top: 50%;
  width: 100%;
  min-width: 1020px;
  height: 100%;
}

.sec05 .fixed .fixedContainer {
  position: static;
}

.sec05 .freeEnd {
  position: absolute;
  top: auto;
  bottom: 390px;
}

/************************************************************************
 * Footer
 ************************************************************************/

footer {
  position: relative;
  overflow: visible;
  padding: 80px 0 20px 0;
  background-color: #f8f8f8;
}

footer .inner {
  text-align: center;
  /* SP */
  /* SP End */
}

.btnContactContainer {
  position: relative;
}

.pageUpContainer {
  position: relative;
}

.btnContactPos,
.btnContact {
  position: absolute;
  z-index: 15;
  top: -180px;
  left: 40px;
  /* SP */
  /* SP End */
}

.fixedBtnContact .btnContact {
  position: fixed;
  top: auto;
  bottom: 30px;
  -webkit-transition: -webkit-transform .1s ease-in-out;
          transition: -webkit-transform .1s ease-in-out;
          transition:         transform .1s ease-in-out;
          transition:         transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.pageUpPos,
.pageUp {
  position: absolute;
  right: 40px;
  top: -180px;
  width: 108px;
  height: 60px;
  /* SP */
  /* SP End */
}

.pageUpPos {
  pointer-events: none;
}

.pageUp {
  display: block;
  z-index: 7;
  background: url(../img/btn_pageup.svg) no-repeat;
  background-size: contain;
}

.fixedBtnContact .pageUp {
  position: fixed;
  top: auto;
  bottom: 30px;
  -webkit-transition: -webkit-transform .1s ease-in-out;
          transition: -webkit-transform .1s ease-in-out;
          transition:         transform .1s ease-in-out;
          transition:         transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.hidePageUp .pageUp {
  position: fixed;
  top: auto;
  bottom: 30px;
  -webkit-transition: -webkit-transform .1s ease-in-out;
          transition: -webkit-transform .1s ease-in-out;
          transition:         transform .1s ease-in-out;
          transition:         transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

/***************************************
Youtubeコンテナ
***************************************/

.youtubeContainer {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
}

.youtubeContainer .absolute {
  position: absolute;
  width: 100%;
}

.youtubeContainer .btnContainer {
  min-width: 960px;
  max-width: 1280px;
  margin: auto;
  padding: 100px 30px 0 30px;
  /* SP */
  /* SP End */
}

.youtubeContainer .btnContainer a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto 0 0 auto;
  background: url(../img/btn_movie_close.png) no-repeat;
  background-size: contain;
}

.youtubeContainer .youtube {
  margin: auto;
}

/***************************************
360度ビューアコンテナ
***************************************/

.view360Container {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
}

.view360Container .absolute {
  position: absolute;
  width: 100%;
}

.view360Container .btnContainer {
  min-width: 960px;
  max-width: 1280px;
  margin: auto;
  padding: 100px 30px 0 30px;
  /* SP */
  /* SP End */
  /*
		a {
			display:block;
			background:url(../img/btn_movie_close.png) no-repeat;
			background-size:contain;
			width:30px;
			height:30px;
			margin:auto 0 0 auto;
		}
		*/
}

.view360Container .btnClose {
  display: block;
  position: fixed;
  z-index: 9;
  top: 70px;
  right: 0;
  width: 130px;
  height: 130px;
  background: url(../img/btn_close_360.svg) no-repeat center center;
  background-size: cover;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  /* SP */
  /* SP End */
}

.view360Container .gl1 {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* SP */
  /* SP End */
}

@media screen and (min-width: 641px) {
  #anchorContents {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .spInline {
    display: inline;
  }

  .rootContainer {
    margin-top: 0px;
    background-size: 1040px auto;
  }

  .bgSubContainer {
    background-size: 1040px auto;
  }

  .bgSkewRed {
    height: 42px;
  }

  .bgSkewRed .skewInner {
    font-size: .9em;
    line-height: 42px;
    white-space: nowrap;
  }

  a.btnBoxRed {
    padding: 13px 14px;
    font-size: .8em;
    letter-spacing: 1px;
  }

  a.btnBoxRed span {
    padding: 2px 35px 0 35px;
    background-size: 7px 7px;
  }

  .bgBoxBlack {
    display: block;
    padding: 0;
    text-align: left;
    background: none;
  }

  .bgBoxBlack span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px 7px 20px;
    background: #181818;
  }

  .redLine {
    display: none;
  }

  .gl0 {
    height: 340px;
  }

  .sec360 {
    height: 360px;
  }

  .gl2 {
    height: 380px;
  }

  .sec .secInner {
    padding: 0 20px;
  }

  .sec .secInner .bgBoxBlack {
    text-align: center;
  }

  .sec .secInner .spPadding {
    padding-top: 50px;
  }

  .sec .titleSubWidth {
    padding: 0 0;
    text-align: center;
  }

  .sec .titleSubWidth .bgSkewRed {
    margin-bottom: 50px;
  }

  .sec .column {
    margin-bottom: 50px;
  }

  .sec .column .left {
    float: none;
  }

  .sec .column .left .textContainer {
    padding-top: 0;
  }

  .sec .column .left .textContainer .bgBoxBlack {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .sec .column .left .textContainer .text {
    text-align: center;
  }

  .sec .column .left .textContainer .text span {
    width: 95%;
  }

  .sec .column .right {
    float: none;
  }

  .sec .column .right .textContainer {
    padding-top: 0;
  }

  .sec .column .right .textContainer .bgBoxBlack {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .sec .column .right .textContainer .text {
    text-align: center;
  }

  .sec .column .right .textContainer .text .textInner {
    width: 95%;
  }

  .sec .column .movieColumn {
    width: 100%;
  }

  .sec .column .textColumn {
    width: 100%;
  }

  .sec .column .movie .btn {
    background-size: 60px 60px;
  }

  .sec .column .movie {
    /*.spMovie {
					display:block;
					position:absolute;
					top:0;
					width:100%;
					height:100%;
					//opacity:0;
				}*/
  }

  .sec .column .movie .spMovie {
    display: none;
  }

  .sec .column .movie:hover .btn {
    opacity: 1;
  }

  .sec .profileContainer {
    width: 100%;
  }

  .sec .profileContainer .inner .icon {
    top: -60px;
    width: 100%;
    height: 120px;
    background-size: contain;
  }

  .sec .profileContainer .inner .textContainer {
    padding: 90px 30px 0 30px;
  }

  .sec01 {
    position: relative;
    top: -40px;
    height: auto;
    margin-bottom: 0;
    background-size: 1040px auto;
  }

  .sec01 .btnOpenContainer .btnOpen {
    top: 130px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #000;
  }

  .sec01 .btnOpenContainer .btnOpen span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/open_slide_modal_sp.svg) no-repeat center center;
  }

  .sec01 .btnOpenContainer .btnOpen:hover {
    opacity: 1;
  }

  .sec01 .slideCardContainer .inner {
    padding-top: 230px;
  }

  .sec01 .slideCardContainer .inner .card .center .cardBody {
    width: 252px;
    height: 336px;
  }

  .sec01 .slideCardContainer .inner .card .center .cardBody .frame {
    width: 252px;
    height: 336px;
  }

  .sec01 .slideCardContainer .inner .card .center .cardBody .frame:hover {
    opacity: 0;
  }

  .sec01 .slideCardContainer .inner .card video {
    width: 252px;
    height: 336px;
  }

  .sec01 .slideCardContainer .inner .card .labelContainer {
    bottom: 10px;
    left: -10px;
  }

  .sec01 .slideCardContainer .inner .card .labelContainer .label {
    padding: 12px 15px 10px 15px;
    font-size: 16px;
  }

  .sec01 .slideCardContainer .carouselButtons {
    width: 252px;
  }

  .sec01 .slideCardContainer .carouselButtons a {
    top: 210px;
    width: 26px;
    height: 26px;
  }

  .sec01 .slideCardContainer .carouselButtons a:hover {
    opacity: 1;
  }

  .sec01 .slideCardModalContainer {
    overflow-y: auto;
    /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */

    -webkit-overflow-scrolling: touch;
  }

  .sec01 .slideCardModalContainer .listContainer {
    padding: 125px 20px 0 20px;
  }

  .sec01 .slideCardModalContainer .listContainer .btnClose {
    width: 20px;
    height: 20px;
  }

  .sec01 .slideCardModalContainer .listContainer .container h4 {
    margin-bottom: 15px;
  }

  .sec01 .slideCardModalContainer .listContainer .container h4 .title {
    font-size: 14px;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .left,
  .sec01 .slideCardModalContainer .listContainer .container .inner .right {
    float: none;
    width: 100%;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .left .item,
  .sec01 .slideCardModalContainer .listContainer .container .inner .right .item {
    margin-bottom: 20px;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .left p,
  .sec01 .slideCardModalContainer .listContainer .container .inner .right p {
    font-size: 14px;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .left {
    padding-right: 0;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .left .item {
    padding-left: 0;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .right {
    padding-left: 0;
  }

  .sec01 .slideCardModalContainer .listContainer .container .inner .right .item {
    padding-right: 0;
  }

  .sec01 .slideCardModalContainer .listContainer .btnBottomContainer {
    display: block;
    height: 60px;
  }

  .sec01 .slideCardModalContainer .listContainer .btnBottomContainer .btnClose {
    top: 0;
  }

  .sec01 .secInner {
    padding-top: 400px;
  }

  .sec01 .secInner .titleContainer {
    margin-bottom: 80px;
  }

  .sec01 .secInner .titleContainer .textBk117 {
    width: 222px;
    height: 54px;
    margin-bottom: 15px;
  }

  .sec01 .secInner .titleContainer .textBk117 .line {
    top: -80px;
    left: -50px;
  }

  .sec01 .secInner .titleContainer .textBk117 .line span {
    width: 120px;
    height: 210px;
  }

  .sec01 .secInner .titleContainer h1 {
    width: 90%;
    margin: auto 30px 30px auto;
    /*
					.line0 {
						height:40px;
					}
	
					.line1 {
						height:38px;
					}
					*/
  }

  .sec01 .secInner .titleContainer .bgSkewRed {
    height: 25px;
    margin-bottom: 15px;
  }

  .sec01 .secInner .titleContainer .bgSkewRed .skewInner {
    padding: 0 5px 0 5px;
    font-size: .6em;
    line-height: 25px;
  }

  .sec01 .secInner .titleContainer .bgSkewRed .skewLeft,
  .sec01 .secInner .titleContainer .bgSkewRed .skewRight {
    width: 18px;
  }

  .sec01 .secInner .textContainer {
    width: 95%;
  }

  .sec01 .secInner .text {
    font-size: 1em;
    line-height: 28px;
  }

  .sec02 {
    margin-bottom: 100px;
  }

  .sec02 .secInner .bgBoxBlack {
    text-align: left;
  }

  .sec03 h2 {
    width: 333px;
    height: 70px;
    background-image: url(../img/sec03_h2_sp.svg);
  }

  .sec03 {
    margin-bottom: 90px;
  }

  .sec03 .profileContainer {
    margin-bottom: 60px;
  }

  .sec03 .column .movieColumn {
    margin-bottom: 30px;
  }

  .sec03 .subSection2 h3 {
    margin-bottom: 80px;
  }

  .sec03 .subSection2 .lineColumn {
    margin-bottom: 60px;
  }

  .sec03 .subSection2 .lineColumn .photoBox {
    float: none;
    width: 100%;
  }

  .sec03 .subSection2 .lineColumn .photoBox .numberBox {
    top: -30px;
    right: auto;
    bottom: auto;
    left: 15px;
    font-size: 50px;
  }

  .sec03 .subSection2 .lineColumn .textBox {
    float: none;
    width: 100%;
    padding-top: 30px;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox {
    left: auto;
    margin-bottom: 20px;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox .spAlignRight {
    display: block;
    text-align: right;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox .line {
    top: -65px;
    left: 10px;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox .line span {
    width: 80px;
    height: 140px;
    background-image: url(../img/line_red2_sp.svg);
    background-size: contain;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox h4 {
    font-size: 18px;
    line-height: 150%;
  }

  .sec03 .subSection2 .lineColumn .textBox .titleBox h4 .spBlock {
    display: block;
  }

  .sec03 .subSection2 .lineColumn .textBox .single .line span {
    background-image: url(../img/line_red2_sp_single.svg);
  }

  .sec03 .subSection2 .lineColumn .textBox .text {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 50px;
  }

  .sec03 .subSection2 .lineColumn .textBox .textCaution {
    margin-bottom: 0;
  }

  .sec03 .subSection2 .invert .photoBox {
    float: none;
  }

  .sec03 .subSection2 .invert .textBox {
    float: none;
  }

  .sec03 .subSection2 .invert .textBox .titleBox {
    right: auto;
    text-align: left;
  }

  .sec03 .subSection2 .invert .textBox .titleBox .line {
    right: auto;
    left: 10px;
  }

  .sec03 .subSection3 {
    padding-bottom: 0;
  }

  .sec03 .subSection3 h3 {
    margin-bottom: 50px;
  }

  .sec03 .subSection3 .scrollContainerPc {
    display: none;
  }

  .sec03 .subSection3 .scrollContainerSp {
    display: block;
    position: relative;
    /*
				<div class="scrollContainerArrow">
					<a href="javascript:void(0)" class="btnArrow left"></a>
					<a href="javascript:void(0)" class="btnArrow right"></a>
				</div>
				*/
  }

  .sec03 .subSection3 .scrollContainerSp .scrollBody {
    display: block;
    position: relative;
    width: 65%;
  }

  .sec03 .subSection3 .scrollContainerSp .scrollMask .scrollContainer .item {
    margin-right: auto;
  }

  .sec03 .subSection3 .scrollContainerSp .scrollContainerArrow .btnArrow {
    position: absolute;
    top: 30px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .sec03 .subSection3 .scrollContainerSp .scrollContainerArrow .left {
    left: -10px;
    background-image: url(../img/btn_slide_left.png);
  }

  .sec03 .subSection3 .scrollContainerSp .scrollContainerArrow .right {
    right: -10px;
    background-image: url(../img/btn_slide_right.png);
  }

  .sec03 .subSection3 .scrollContainerSp .scrollContainerArrow .off {
    pointer-events: none;
    opacity: .5;
  }

  .sec03 .subSection3 .scrollMask {
    margin-bottom: 30px;
  }

  .sec03 .subSection3 .scrollMask .scrollContainer .item .img {
    margin-bottom: 15px;
  }

  .sec03 .subSection3 .banner {
    padding: 30px 0 0 0;
  }

  .sec04 {
    padding-top: 100px;
  }

  .sec04 h2 {
    width: 255px;
    height: 70px;
    background-image: url(../img/sec04_h2_sp.svg);
  }

  .sec04 .bgSkewRed .skewInner {
    font-size: .7em;
  }

  .sec04 .column .movieColumn {
    margin-bottom: 30px;
  }

  .sec04 .prof1 {
    margin-bottom: 80px;
  }

  .sec05 {
    padding-top: 0;
  }

  .sec05 h2 {
    width: 227px;
    height: 70px;
    background-image: url(../img/sec05_h2_sp.svg);
  }

  .sec05 .lineColumn {
    display: block;
    height: auto;
    vertical-align: top;
  }

  .sec05 .lineColumn .photoBox {
    float: none;
    width: 100%;
  }

  .sec05 .lineColumn .textBox {
    float: none;
    width: 100%;
  }

  .sec05 .lineColumn .textBox .titleBox h4 .sub {
    font-size: 12px;
  }

  .sec05 .invert .photoBox {
    float: none;
  }

  .sec05 .invert .textBox {
    float: none;
  }

  .sec05 .lineColumn {
    margin-bottom: 90px;
  }

  .sec05 .lineColumn .photoBox img {
    vertical-align: bottom;
  }

  .sec05 .lineColumn .textBox {
    padding-top: 50px;
  }

  .sec05 .lineColumn .textBox .year {
    display: block;
    position: relative;
    top: -10px;
    right: 10px;
    font-size: 2.7em;
    line-height: 1;
    text-align: right;
    color: #1b4298;
  }

  .sec05 .lineColumn .textBox .titleBox,
  .sec05 .lineColumn .textBox .text {
    text-align: left;
  }

  .sec05 .lineColumn .textBox .titleBox {
    width: 100%;
    margin: auto auto 15px auto;
  }

  .sec05 .lineColumn .textBox .titleBox h4 {
    font-size: 18px;
  }

  .sec05 .lineColumn .textBox .titleBox .line {
    top: -65px;
    left: 10px;
    height: 140px;

    widtH: 81px;
  }

  .sec05 .lineColumn .textBox .titleBox .line span {
    height: 140px;
    background-image: url(../img/history_line_sp.svg);

    widtH: 81px;
  }

  .sec05 .lineColumn .textBox .text {
    width: 85%;
    margin: auto 0 auto auto;
  }

  .sec05 .lineColumn .textBox .caution {
    width: 85%;
    margin: auto 0 auto auto;
    padding-top: 10px;
  }

  .sec05 .column0 .textBox,
  .sec05 .column6 .textBox {
    padding-top: 0;
  }

  .sec05 .yearContainer {
    display: none;
  }

  footer .inner img {
    width: 80%;
  }

  .btnContactPos,
  .btnContact {
    top: -140px;
    left: 20px;
  }

  .pageUpPos,
  .pageUp {
    right: 30px;
    top: -140px;
    width: 72px;
    height: 42px;
  }

  .youtubeContainer .btnContainer {
    min-width: auto;
  }

  .view360Container .btnContainer {
    min-width: auto;
  }

  .view360Container .btnClose {
    top: 60px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #000;
  }

  .view360Container .btnClose span {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/btn_close_360_sp.svg) no-repeat center center;
  }
}
