<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* ------------------------------
common
------------------------------ */
html,
body {
	overflow-x: hidden;
}

#contents {
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 0!important;
	font-size: 16px;
	background: linear-gradient(0deg, rgba(67,37,175,1) 0%, rgba(67,37,175,1) 0%, rgba(7,12,57,1) 100%);
	color: #fff;
	padding-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.mask {
	border-radius: 50px;
	overflow: hidden;
}

.radius_left {
	border-radius: 50px 0 0 50px;
}

.section_ttl {
	font-size: 2em;
	margin-bottom: 2em;
}

p.note {
	color: #fff;
}

.en {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.deg90 {
	transform: rotate(90deg);
}
.bg_img {
	object-fit: cover;
	position: absolute;
}

.border-blue,
.border-pink {
	position: relative;
	height: inherit;
	z-index: 0;
}
.border-blue:after,
.border-pink:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: -1;
	box-sizing: border-box;
}

.border-blue:after {
	top: 10px;
	right: -10px;
	border: 3px solid #6C99F9;
}
.border-pink:after {
	top: 10px;
	right: 10px;
	border: 3px solid #DE1EE1;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

.btn-wired {
	border-radius: 5px;
	border: 1px solid #fff;
	max-width: 320px;
	text-align: center;
}

.btn-wired a {
	background: transparent;
	color: #fff;
	padding: 10px;
	display: block;
	box-sizing: border-box;
}

.btn-wired a:link,
.btn-wired a:visited {
	color: #fff;
}



[class*="fadeIn"] {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	will-change: opacity, transform;
}

[class*="fadeIn"].is-show {
	opacity: 1;
	visibility: visible;
}

.fadeIn-left {
	-webkit-transform: translateX(-.5em);
    -ms-transform: translateX(-.5em);
    transform: translateX(-.5em);
}

.fadeIn-left.is-show {
	-webkit-transform: translateX(0em);
    -ms-transform: translateX(0em);
    transform: translateX(0em);
}

.fadeIn-up {
	-webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em);
}

.fadeIn-up.is-show {
	-webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
}

.delay {
	transition-delay: .5s;
}

/* ------------------------------
mv
------------------------------ */
.mv {
	position: relative;
	height: 80dvh;
	overflow: hidden;
	max-height: 505px;
}
.mv .bg_img {
	aspect-ratio: 2/1;
}
.mv_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	align-items: center;
	max-width: 60%;
	justify-content: center;
	column-gap: 4%;
}
.main_copy {
	text-align: center;
	color: #fff;
}
.main_copy h2 {
	margin-bottom: 1.5em;
	line-height: 2;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
}
.main_copy h1 {
	margin-bottom: 1em;
}
.main_product {
	width: 34%;
}


/* ------------------------------
overview
------------------------------ */
.overview {
	padding-top: 10%!important;
}

.overview .flex_box {
	justify-content: center;
}
.overview .text_box {
	width: 50%;
	padding: 0 8%;
	box-sizing: border-box;
}
.overview .text_box .img_overview {
	margin-top: 6em;
	max-width: 800px;
}
.overview .img_box .img_overview {
	margin-bottom: 6em;
}
.overview .img_box {
	width: 50%;
}
.overview .btn-wired {
	margin-top: 3em;
}
.img_overview.border-pink:after {
	width: calc(100% + 20px);
	right: -10px;
	border-radius: 50px 0 0 50px;
}
.ai_assistant {
	padding: 10% 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.ai_assistant .img {
	max-width: 70%;
	margin: 0 auto 4em;
}


/* ------------------------------
case
------------------------------ */
.case {
	padding-top: 10%!important;	
}

.case .section_ttl {
	text-align: center;
}
.case .img {
	max-width: 60%;
	margin: 0 auto 4em;
}
.case .btn-wired {
	margin: 4em auto 0;
}

.case_slide {
	position: relative;
	margin-top: 10%;
}

.case_item {
	width: calc(50% - 40px);
	margin: 0 20px;
	padding-bottom: 20px;
}

.case_item h4 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.5em;
}

.slide_ttl {
	position: absolute;
	top: 0;
	left: 24%;
	font-size: 6dvw;
	z-index: 1;
	margin: 0;
	background: linear-gradient(90deg, rgba(67,37,175,1) 0%, rgba(108,153,249,1) 0%, rgba(222,30,225,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.case_img.border-pink:after {
	right: -10px;
}


/* ------------------------------
feature
------------------------------ */
.feature {
	padding-top: 10%!important;
	padding-bottom: 10%;
}
.feature .en {
	width: fit-content;
	font-size: 6dvw;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(90deg, rgba(67, 37, 175, 1) 0%, rgba(108, 153, 249, 1) 0%, rgba(222, 30, 225, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detail_item {
	justify-content: space-around;
}
.detail_item h4 {
	font-size: 24px;
	font-weight: normal;
}
.detail_item .img {
	width: 40%;
	margin: 0;
}
.detail_item .text {
	width: 55%;
}
.btn_list {
	margin-top: 3em;
	justify-content: center;
	column-gap: 20px;
}
.btn_list .btn-wired {
	width: 100%;
}
.btn_list .btn-wired a {
	width: 100%;
	display: block;
}
.btn-wired a {
	cursor: pointer;
}
.btn-modal:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url(/products/xit/sqr200cw/img/icon_popup.png) no-repeat top center;
	margin-left: 10px;
	background-size: contain;
	vertical-align: middle;
}
.feature_slide {
	margin: 10% 0;
}
.feature_item .img_area {
	background: url(/products/xit/sqr100/img/_xitsquare/base_smartphone.png) no-repeat top center;
	padding: 2em 0;
}
.feature_item .img_area .mask {
	max-width: 630px;
	margin: 0 auto;
	border-radius: 0;
}
.item_ttl {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.feature_item .text_area {
	max-width: 60%;
	margin: 4em auto 0;
}
.slick-dots {
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	cursor: pointer;
}
.slick-prev {
	left: 0;
	cursor: pointer;
}
.slick-next {
	right: 0;
	cursor: pointer;
}
.slick-dots li + li {
	margin-left: 10px;
}
.slick-dots button {
	padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0;
    background: #DE1EE1;
    opacity: 0.5;
    font-size: 0;
}
.slick-active button {
	opacity: 1;
}
.slick-arrow {
	position: absolute;
	z-index: 9;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	font-size: 0;
	outline: none;
	width: 64px;
	height: 64px;
	border: 3px solid #DE1EE1;
	border-radius: 10px;
}
.slick-arrow:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 0;
	border-left: 0;
	border-bottom: 3px solid #DE1EE1;
	border-right: 3px solid #DE1EE1;
	margin: auto;
}
.slick-prev:after {
	transform: rotate(135deg);
	left: 8%;
    position: relative;
}
.slick-next:after {
	transform: rotate(-45deg);
	right: 8%;
    position: relative;
}


/* ------------------------------
lineup
------------------------------ */
#contents section.sec-lineup {
    position: relative;
    padding: 110px 0 110px;
    background: url("/products/xit/sqr100/img/_xitsquare/bg_lineup.jpg") bottom center no-repeat;
    background-size: cover; }
    #contents section.sec-lineup .ttl-box {
      position: relative; }
      #contents section.sec-lineup .ttl-box h2 {
        position: relative;
        width: 200px;
        margin: 0 auto; }
        #contents section.sec-lineup .ttl-box h2 img {
          display: block;
          width: 100%;
          height: auto; }
      #contents section.sec-lineup .ttl-box span {
        display: block;
        margin-top: 15px;
        color: #fff;
        text-align: center;
        font-size: 18px; }
    #contents section.sec-lineup .banner-box {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 50px; }
      #contents section.sec-lineup .banner-box li {
        position: relative;
        width: 400px; }
        #contents section.sec-lineup .banner-box li:nth-child(n+2) {
          margin-left: 32px; }
        #contents section.sec-lineup .banner-box li a {
          display: block;
          width: 100%;
          border-radius: 10px;
          overflow: hidden; }
          #contents section.sec-lineup .banner-box li a img {
            width: 100%;
            height: auto; }
    #contents section.sec-lineup .p-box {
      width: 840px;
      color: #fff;
      font-size: 18px;
      margin: 50px auto 0;
      text-align: center;
      line-height: 1.65; }
    #contents section.sec-lineup .btn-more {
      color: #fff;
      margin: 44px auto 0;
      display: block;
      width: 340px;
      border: 1px solid rgba(255, 255, 255, 0.5);
	  border-radius: 8px;
      text-align: center;
      font-size: 21px;
      transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
      padding: 0; }
      #contents section.sec-lineup .btn-more a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 21px 26px 24px;
        box-sizing: border-box;
        transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
      #contents section.sec-lineup .btn-more:hover {
        background: #fff;
        border: 1px solid rgba(153, 153, 153, 0); }
        #contents section.sec-lineup .btn-more:hover a {
          color: #666;
		  text-decoration: none;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
          #contents section.sec-lineup .btn-more:hover a span:before {
            background: url("/products/xit/sqr100/img/_xitsquare/icon_arrow_bk.png") center center no-repeat;
            width: 10px;
            height: 18px;
            background-size: contain;
            -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                    transform: translateX(5px); }
      #contents section.sec-lineup .btn-more span {
        position: relative;
        padding-right: 22px; }
        #contents section.sec-lineup .btn-more span:before {
          transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
          position: absolute;
          content: "";
          top: 7px;
          right: 0;
          background: url("/products/xit/sqr100/img/_xitsquare/icon_arrow.png") center center no-repeat;
          width: 10px;
          height: 18px;
          background-size: contain; }



/* ------------------------------
makuake
------------------------------ */
.makuake {
	position: relative;
	padding-top: 0!important;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10%!important;
	height: 80dvh;
	max-height: 505px;
}
.makuake .bg_img {
	aspect-ratio: 2/1;
}
.makuake_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.makuake_content .section_ttl {
	text-align: center;
}

.btn {
	position: relative;
	z-index: 0;
	text-align: center;
	max-width: 280px;
	margin: 4em auto 0;
}
.btn a {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 6px;
	padding: 6% 0;
	background-color: transparent;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.shoplink {
	background-color: transparent;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.btn a:before {
	position: absolute;
	background: linear-gradient(90deg, rgba(67,37,175,1) 0%, rgba(108,153,249,1) 0%, rgba(222,30,225,1) 100%);
	content: "";
	border-radius: 6px;
	z-index: -1;
	inset: 0;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.shoplink:before {
	position: absolute;
	background: linear-gradient(90deg, rgba(67,37,175,1) 0%, rgba(108,153,249,1) 0%, rgba(222,30,225,1) 100%);
	content: "";
	z-index: -1;
	inset: 0;
	transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn a:after {
	position: absolute;
	background: linear-gradient(90deg, rgba(67,37,175,1) 0%, rgba(222,30,225,1) 0%, rgba(108,153,249,1) 100%);
	content: "";
	border-radius: 6px;
	z-index: -2;
	inset: 0;
}
.shoplink:after {
	position: absolute;
	background: linear-gradient(90deg, rgba(67,37,175,1) 0%, rgba(222,30,225,1) 0%, rgba(108,153,249,1) 100%);
	content: "";
	z-index: -2;
	inset: 0;
}
.btn a:hover {
	text-decoration: none;
}
.btn a:hover:before,
.shoplink:hover:before{
	opacity: 0;
}
.icon_arrow {
	margin: 0 2%;
}
.btn a:link,
.btn a:visited {
	color: #fff;
}

/* ------------------------------
 Modal
------------------------------ */
.modal-xit {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	padding: 100px 0 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
			font-feature-settings: "palt";
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: none;
	overflow-y: scroll;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8); }
	.modal-xit h1, .modal-xit h2, .modal-xit h3, .modal-xit h4, .modal-xit h5 {
	  font-weight: 300; }
	.modal-xit ol, .modal-xit ul {
	  list-style-type: none;
	  padding: 0; }
	.modal-xit .wrapper {
	  position: relative;
	  width: 100%; }
	.modal-xit .cover {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: transparent;
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
	.modal-xit .container {
	  position: relative;
	  width: 900px;
	  margin: 0 auto;
	  background: #fff;
	  border-radius: 15px;
	  padding: 72px 130px 96px;
	  box-sizing: border-box;
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-transform: scale(0.95);
		  -ms-transform: scale(0.95);
			  transform: scale(0.95); }
	  .modal-xit .container h3 {
		position: relative;
		font-size: 44px;
		font-weight: 200;
		color: #666666;
		text-align: center;
		margin-bottom: 60px;
		padding-bottom: 10px; }
		.modal-xit table {
			width: 100%;
		}
	  .modal-xit .container .image {
		position: relative;
		width: 100%;
		border-radius: 10px;
		overflow: hidden; }
		.modal-xit .container .image img {
		  display: block;
		  width: 100%;
		  height: auto; }
	  .modal-xit .container .p-box {
		position: relative;
		margin-top: 50px;
		font-size: 18px;
		color: #666666;
		line-height: 1.58; }
	  .modal-xit .container .btn-close {
		position: absolute;
		top: 12px;
		right: 12px;
		width: 64px;
		height: 64px;
		cursor: pointer;
		transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1); }
		.modal-xit .container .btn-close:hover {
		  text-decoration: none; }
		  .modal-xit .container .btn-close:hover:before {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1); }
		.modal-xit .container .btn-close:before {
		  position: absolute;
		  content: "";
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background: #dde0e2;
		  border-radius: 50%;
		  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1); }
		.modal-xit .container .btn-close:after {
		  position: absolute;
		  content: "";
		  top: calc(50% - 9px);
		  left: calc(50% - 9px);
		  background: url("/products/xit/sqr100/img/_xitsquare/icon_close.png") center center no-repeat;
		  width: 18px;
		  height: 18px;
		  background-size: contain; }
  
  #modal-tv {
	display: none; }
  
  #modal-function .container {
	padding: 72px 80px 80px; }
  
  #modal-function table {
	position: relative;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	line-height: 1.4; }
  
  #modal-function td, #modal-function th {
	position: relative;
	border: 1px solid #ccc;
	padding: 11px 15px 12px;
	line-height: 1.6; }
  
  #modal-function th {
	position: relative;
	background: #f1f1f1;
	border-left: 0px;
	text-align: center;
	width: 150px; }
  
  #modal-function tr.table-sp th {
	background: #f1f1f1;
	width: 100%; }
  
  #modal-function td:first-child {
	width: 190px; }
  
  #modal-function td:last-child {
	border-right: 0px; }
  
  #modal-function p.note {
	font-size: 12px;
	text-align: left;
	margin-top: 16px; }

#modal-tv table {
	font-size: 14px;
}
#modal-tv .cell-xit {
	font-weight: bold;
	background: #f1f1f1;
}
#modal-tv th {
	background: #fff;
}
#modal-tv th,
#modal-tv td {
	padding: 11px 15px 12px;
	text-align: center;
}
#modal-tv .container {
	padding: 72px 80px 80px;
}
.modal-xit .note {
	color: #999;
}


/* ------------------------------
1536px以上の場合
------------------------------ */
@media screen and (min-width: 1537px) {
	.mv,
	.makuake {
		max-height: none;
	}
} 

@media screen and (max-width: 1024px) {
	.mv{
		max-height: 500px;
	}
	.mv .bg_img {
		aspect-ratio: 1/0.75
	}
	.mv_content {
		max-width: 100%;
	}
	.main_product {
		width: 33%;
	}
	.slide_ttl {
		left: 15%;
	}
	.makuake {
		max-height: 500px;
	}
	.makuake .bg_img {
		aspect-ratio: 1/0.75
	}
}

@media screen and (min-width: 769px) {
    #modal-function tr.table-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
	h1 img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp-none {
		display: none;
	}
	.mv {
		max-height: none;
	}
	.mv .bg_img {
		aspect-ratio: 0.75/1;
	}
	.mv_content {
		flex-flow: column;
		row-gap: 8%;
	}
	.overview .flex_box {
		position: relative;
	}
	.overview .text_box {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.overview .text_box .img_overview {
		max-width: 320px;
	}
	.overview .text_box p {
		text-shadow: 0px 2px 2px rgba(7, 12, 57, 1);
	}
	.overview .img_box {
		width: 65%;
		position: relative;
		top: 33%;
		right: 0;
		z-index: 0;
		margin: -7em 0 0 auto;
	}
	.overview .img_box .img_overview {
		margin-bottom: 4em;
	}
	.case {
		padding-top: 18%!important;
	}
	.detail_item {
		margin-bottom: 3em;
	}
	.slide_ttl,
	.feature .en {
		font-size: 8dvw;
	}
	.feature_item .img_area {
		width: 80%;
		margin: 0 auto;
		background-size: contain;
	}
	.feature_item .img_area .mask {
		max-width: 498px;
		margin: -10px auto 0;
	}
	.makuake .bg_img {
		aspect-ratio: 0.75/1;
	}
	.modal-xit {
        padding: 50px 0 50px;
    }
	.modal-xit .container {
        width: calc(100% - 20px);
        border-radius: 10px;
        padding: 52px 30px 56px;
    }
	.modal-xit .container h3 {
        font-size: 26px;
        padding-bottom: 6px;
        margin-bottom: 35px;
        font-weight: 300;
    }
	.modal-xit .container .btn-close {
        top: 7px;
        right: 7px;
        width: 40px;
        height: 40px;
    }
	#modal-tv .container {
		padding: 52px 20px 56px;
	}
	#modal-function .container {
        padding: 52px 20px 56px;
    }
	#modal-function tr.table-sp td {
        width: 100%;
        text-align: center !important;
        background: #f1f1f1;
        font-size: 15px;
        padding: 8px 13px 9px;
    }
	#contents section.sec-lineup {
        padding: 70px 0 80px;
        background: url(/products/xit/sqr100/img/_xitsquare/bg_lineup_sp.jpg) bottom center no-repeat;
        background-size: 100% 100%;
    }
	#contents section.sec-lineup .banner-box {
        display: block;
    }
	#contents section.sec-lineup .banner-box li {
        width: calc(100% - 80px);
        margin: 0 auto;
    }
	#contents section.sec-lineup .banner-box li:nth-child(n+2) {
        margin: 20px auto 0;
    }
	#contents section.sec-lineup .p-box {
        width: calc(100% - 80px);
        margin: 40px auto 0;
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
    }
	#contents section.sec-lineup .btn-more {
        width: calc(100% - 80px);
        margin: 32px auto 0;
        font-size: 18px;
        white-space: nowrap;
    }
	#contents section.sec-lineup .btn-more a {
        padding: 18px 26px 22px;
    }
}

@media screen and (max-width:490px) {
	.mv {
		max-height: 520px;
	}
	.mv .inr {
		padding: 0 2%;
	}
	.mv_content {
		max-width: 80%;
		grid-row-gap: 3%;
	}
	.main_copy h2 {
		font-size: 1.2em;
	}
	.main_product {
		width: 50%;
	}
	.section_ttl {
		font-size: 1.5em;
	}
	.overview .text_box .img_overview {
		max-width: 200px;
	}
	.overview .img_box {
		top: 50%;
	}
	.overview .img_box .text {
		margin-right: 30px;
	}
	.ai_assistant .img {
		max-width: 90%;
	}
	.case .img {
		max-width: 90%;
	}
	.mask {
		border-radius: 30px;
	}
	.radius_left {
		border-radius: 30px 0 0 30px;
	}
	.img_overview.border-pink:after {
		border-radius: 30px 0 0 30px;
	}
	.border-blue:after,
	.border-pink:after {
		border-radius: 30px;
	}
	.slide_ttl {
		left: 5%;
		top: 20%;
	}
	.slide_ttl, .feature .en {
		font-size: 12dvw;
    }
	.case_item h4 {
		font-size: 1.2em;
	}
	.feature_item .img_area .mask {
        max-width: 86%;
        margin: -6% auto 0;
    }
	.slick-arrow {
		border: 0;
		width: 48px;
		height: 48px;
	}
	.slick-arrow:after {
		width: 14px;
		height: 14px;
	}
	.slick-prev:after {
		left: 8%;
	}
	.slick-next:after {
		right: 8%;
	}
	.feature_item .text_area {
		max-width: 80%;
		margin: 1em auto 0;
	}
	.detail_item {
		flex-direction: column;
	}
	.detail_item .img {
		width: 100%;
	}
	.detail_item .text {
		width: 100%;
	}
	.breadcrumb ul {
		padding: 8% 0;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape){
	.mv,
	.makuake {
		height: 505px;
	}
	
	.mv_content {
		flex-flow: wrap;
	}
}</pre></body></html>