@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: NISSAN
Author: lablier
Version: 1.0.0
---------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Bold.eot');
    src: local('Nissan Brand Bold'), local('NissanBrand-Bold'),
        url('font/NissanBrand/NissanBrand-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Bold.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Regular.eot');
    src: local('Nissan Brand'), local('NissanBrand-Regular'),
        url('font/NissanBrand/NissanBrand-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Regular.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nissan Brand';
    src: url('font/NissanBrand/NissanBrand-Light.eot');
    src: local('Nissan Brand Light'), local('NissanBrand-Light'),
        url('font/NissanBrand/NissanBrand-Light.eot?#iefix') format('embedded-opentype'),
        url('font/NissanBrand/NissanBrand-Light.woff') format('woff'),
        url('font/NissanBrand/NissanBrand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.Nissan-Brand-bold{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: bold;
    font-style: normal;
}
.Nissan-Brand-normal{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: normal;
    font-style: normal;
}
.Nissan-Brand-Light{
    font-family: 'Nissan Brand' ,"Noto Sans JP";
    font-weight: 300;
    font-style: normal;
}

/*-------------------------------------
リセットCSS
--------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,a,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
box-sizing: border-box;}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;}
table {
border-collapse:collapse;
border-spacing:0;}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {vertical-align:middle;}



/*-------------------------------------
全体設定
--------------------------------------*/
html { font-size: 52.5%;}
body { font-size:1.8rem; overflow-x: hidden;}

body { font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html,
body { margin:0; padding:0; letter-spacing:0.05em; word-wrap: break-word; background-color: #FFF; color:#000;}
.wapper{background-color: #FFF; font-weight: 300;}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,ol,li,
dl, dt, dd,
table,
tr,
th,
td{ line-height: 2; color:#000; box-sizing: border-box;}

p {
    font-size: 1.8rem;
    letter-spacing:0.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing:0.125em;
}

li{ list-style-position: inside; list-style-type: none}

/* リンク */
a { color: #000; text-decoration: none;}
a:hover { transition: all .2s ease-in; /*opacity:0.7;*/}

/* 要素 */
img, video, object,source { max-width: 100%; height: auto; border: none; vertical-align: bottom;}
iframe { max-width: 100%;}

/* 画像リンクのマウスオーバーに透かし */
a:hover img { /*-moz-opacity: 0.7; opacity: 0.7;*/ transition: all .2s ease-in;}
img.size-full, img.size-large { margin-bottom: 10px; height: auto; max-width: 100%;}

/*table*/
table{ border: solid 1px #CCC; width: 100%;}
table thead tr th{
	border: solid 1px #666;
    background: #444;
    color: #FFF;
    padding: 1.8rem;
    text-align: left;
    font-weight: 400;
}
table tbody tr th{
	border: solid 1px #CCC;
	padding: 1.0rem 1.8rem;
	vertical-align:middle;
	line-height:1.6;
	font-weight: 700;
	text-align: left;
	font-size: 1.6rem;
	background:#F9F9F9;
}
table tbody tr td{
	border: solid 1px #CCC;
	padding: 1.0rem 1.8rem;
	vertical-align:middle;
	line-height:1.6;
	font-size: 1.6rem;
	background:#F9F9F9;
}


/* clearfix */
.clearfix:after { display: table; content: " "; clear: both;}


/*-------------------------------------
レイアウト
--------------------------------------*/
.inner-layout{
    width:95vw;
    margin:0 auto;
}
.inner-layout-block{
    width: 95vw;
    overflow-x: hidden;
    margin:0 auto;
    padding-bottom: 5%;
}
.sp100vw{ width: 100vw; }


/*header*/
header{
    background: #C4092D;
    z-index: 100;
    position: relative;
}
header .logo{
    position: relative;
    padding:4.0rem 0 0 0;
}
header .logo img{
    width: calc( 20.0rem / 2 );
    position: absolute;
    margin-top: -4.0rem;
}

main{
    overflow-x: hidden;
}

/*main*/
.content01{
    background: #C4092D;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    margin-left: -24vw;
    transform: rotate(3.0deg) translate3d(0, 0, 0);
    width: 150%;
    position: relative;
    top: -3rem;
    padding-top: 6rem;
}
.content01 .inner-layout{
    -webkit-transform: rotate(-3.0deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 95vw;
    padding: 0 0 32% 0;
    transform: rotate(-3.0deg) translate3d(0, 0, 0);
    width: 95vw;
}
.content01 .inner-layout p{
    color: #FFF;
    font-weight: 500;
}
.content01 .inner-layout p:nth-child(2){
    margin : 1.5rem 0;
}
.content01 .inner-layout p:nth-child(3){
    text-align: center;
    margin: 3.5rem auto;
    font-size: 2.4rem;
    border: solid 1px #FFF;
    width: 85%;
    padding: 2.5rem 0;
    letter-spacing: 0.4em;
    line-height: 2.2;
}
.content01 .inner-layout p:nth-child(4){
    position: absolute;
    width: 100%;
    text-align: center;
}

.inner-layout-Content02:before {
    content: "";
    background: url(../img/index/line01.png);
    background-repeat: no-repeat;
    background-size: calc( 19.3rem / 2) calc( 3.1rem / 2);
    width: calc( 19.3rem / 2);
    height: calc( 3.1rem / 2);
    display: block;
    position: absolute;
    top: 2rem;
    right: 0.5rem;
    z-index: 101;
}
.inner-layout-Content02:after {
    content: "";
    background: url(../img/index/line01.png);
    background-repeat: no-repeat;
    background-size: calc( 19.3rem / 2) calc( 3.1rem / 2);
    width: calc( 19.3rem / 2);
    height: calc( 3.1rem / 2);
    display: block;
    position: absolute;
    bottom: -3rem;
    left: 0.5rem;
    z-index: 101;
}

.content02Box.inner-layout-block{
    position: relative;
    width: 95vw;
    left: 1vw;
    overflow-x: hidden;
}
.content02 {
    background: #C4092D;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    margin-left: -24vw;
    transform: rotate(3.0deg) translate3d(0, 0, 0);
    width: 150%;
    position: relative;
    top: 0;
    padding-top: 5rem;
    margin-top: 4.2rem;
    overflow: hidden;
    z-index: 100;
}
.content02 .inner-layout{
    -webkit-transform: rotate(-3.0deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 90vw;
    padding: 0 0 10% 0;
    transform: rotate(-3.0deg) translate3d(0, 0, 0);
    width: 90vw;
}
.content02 .inner-layout h2{
    text-align: center;
    color: #FFF;
    margin-bottom: 3.0rem;
    line-height: 1.7;
}
.content02 .inner-layout p{
    color: #FFF;
    line-height: 2.5;
}
.content02 .inner-layout p:last-of-type{
    margin-top:3.0rem;
}
.content02 .inner-layout p .content02Text{
    font-size: 4.6vw;
    color: #FF565D;
    margin: 0 4vw 0 4vw;
    display: inline-block;
    line-height: 1.8;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 100;
}
.content02 .inner-layout p .content02Text02{
    position: relative;
    z-index: 100;
    font-weight: 400;
}
.content02 .inner-layout p .content02Text:after{
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    background: #FFF;
    margin: 0 0.4rem;
    display: inline-block;
    line-height: 1.8;
    letter-spacing: 0.2em;
    transform: skewX(-20deg);
    width: 106%;
    height: 100%;
    z-index: 98;
}
.inner-layout-Content02{
    position: relative;
}

.inner-layout-block.content02BoxShaddow {
    position: absolute;
    top: 2.0rem;
    left: 2.0vw;
    height: 100%;
    z-index: 1;
    width: 95vw;
}
.content02BoxShaddow {
    /*-webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);*/
    margin-left: 0;
    /*transform: rotate(3.0deg) translate3d(0, 0, 0);*/
    width: 150%;
    position: relative;
    top: 0;
    padding-top: 5rem;
    /* margin-top: 4.2rem; */
    overflow: hidden;
    z-index: 100;
    height: 100%;
    overflow-x: hidden;
}
.content02Shaddow{
    background: #888888;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    margin-left: -24vw;
    transform: rotate(3.0deg) translate3d(0, 0, 0);
    width: 150%;
    position: relative;
    top: 0;
    /* padding-top: 5rem; */
    /* margin-top: 4.2rem; */
    overflow: hidden;
    z-index: 100;
    height: 100%;
}

.content03{
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F5F5F5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F5F5F5),color-stop(.75, #F5F5F5), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
    margin-top: 7rem;
    padding: 5rem 0;
}
.content03layoutFlexBox{
    width: 80%;
    margin:0 auto;
}
.content03 .content03layoutBox{
    margin-bottom:6rem;
}
.content03 .content03layoutBox:last-child{
    margin-bottom:0;
}
.content03 .content03layoutBox p{
    font-weight: 700;
}
.content03 .content03layoutBox a{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    cursor: pointer;
}
.content03 .content03layoutBox a:before{
    content: "";
    display: block;
    background:url(../img/index/plusIcon.png);
    background-repeat: no-repeat;
    background-size: calc(13.2rem / 2) calc(13.2rem / 2);
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: calc(13.2rem / 2);
    height: calc(13.2rem / 2);
    z-index: 102;
}
.content03 .content03layoutBox a div{
    width: 95%;
    position: relative;
}
.content03 .content03layoutBox a div img{
    position: relative;
    z-index: 100;
}
.content03 .content03layoutBox a div:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}
.content03 .content03layoutBox a:hover div:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(252,88,97,1.0);
    mix-blend-mode: multiply;
    transition: all .2s ease-in;
}
.content03 .content03layoutBox a div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FF565D;
    display: block;
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 99;
}
.content03 .content03layoutBox a:hover div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    transition: all .5s ease-in;
}
.content03 .content03layoutBox p:nth-child(2) {
    font-size: 2.6rem;
    margin-top: calc(5vw + 1rem);
    margin-left: 4vw;
}
.content03 .content03layoutBox p:nth-child(3) {
    /* margin-left: 1rem; */
    margin-left: 8vw;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.content03 .content03layoutBox p:nth-child(4){
    font-size: 2.6rem;
    font-weight: 300;
    color: #FF565D;
    margin-left: 4vw;
    position: relative;
    width: 100%;
}
.content03 .content03layoutBox p:nth-child(4):after{
    content: "";
    width: 70vw;
    height: 2px;
    display: block;
    background: #FF565D;
    position: absolute;
    bottom: -0.5rem;
    right: 5vw;
}
.content03 .inner-layout h2 {
    text-align: center;
    margin-bottom: 3.0rem;
    line-height: 1.7;
}
/*.content03 .inner-layout h2:before{
    content: "";
    display: inline-block;
    background: url(../img/index/titleLeftIcon.png);
    background-repeat: no-repeat;
    background-size: calc(2.3rem / 1.5) calc(3.7rem / 1.5);
    width: calc(2.3rem / 1.5);
    height: calc(3.7rem / 1.5);
}*/

.content04{
    background: url(../img/index/footBk.jpg);
    background-size: cover;
    background-position: center center;
    padding: 5rem 0;
    padding: 2rem 0;
}
.content04 .inner-layout{
    text-align: center;
}
.content04 h2{
    text-align: center;
    color: #FFF;
    font-size: 2.7rem;
    font-weight: 300;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45);
}
.content04 h2 span{
    color: #F9EB21;
}
.content04 p {
    color: #B71E2F;
    margin-bottom: 2.0rem;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: 0.165em;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}
.content04 a{
    background: #FFF;
    display: inline-block;
}
.content04 a:hover img { transition: all .2s ease-in; opacity:0.7;}

/*footer*/
footer{}
footer p{
    text-align: center;
    padding: 0.8rem 0;
    font-size: 1.6rem;
}

/*-------------------------------------
共通CSS
--------------------------------------*/
.spnone{ display: none !important; }
.pcnone{ display: block !important; }

.dsb{ display: block !important;}
.lineHeight150{
    line-height: 1.5;
}

.fs40{ font-size: 4.0rem; }
.fs34{ font-size: 3.4rem; }
.fs22{ font-size: 2.2rem; }



.letter200{
    letter-spacing: 0.2em;
}






/*////////////////////////////////////////////////////////////

 ▼▼ 表示 min-768px ▼▼

////////////////////////////////////////////////////////////*/
@media (min-width:768px) {
/*-------------------------------------
全体設定
--------------------------------------*/
html { font-size: 62.5%;}
body { ;font-size:1.6rem; }

main {
    overflow-x: inherit;
}

/*-------------------------------------
レイアウト
--------------------------------------*/
.inner-layout{
    width:100%;
    margin:0 auto;
}
.inner-layout-block{
    width:100%;
    overflow-x: hidden;
    margin:0 auto;
    padding-bottom: 5%;
}
.sp100vw{
    max-width: 100%;
    width: auto;
}

header {
    padding-bottom: 5rem;
    background: #FFF;
}
header .kv img{
    max-width:100%;
}

.content01 .inner-layout {
    margin: 0 auto;
    /* background: #CCC; */
    max-width: 102.4rem;
    padding: 0 0 16rem 0;
    width: 65%;
    -webkit-transform: rotate(-3.0deg) translate3d(0, 0, 0);
    transform: rotate(-3.0deg) translate3d(0, 0, 0);
    top: -16rem;
    position: relative;
}
/*.content01 .inner-layout p {
    color: #000;
}*/
.content01 .inner-layout p:nth-child(1) {
    letter-spacing: 0.3em;
    font-size: 1.9vw;
}
.content01 .inner-layout p:nth-child(2) {
    margin: 1.5rem 0;
}
.content01 .inner-layout p:nth-child(2) span:nth-child(1){ font-size: 4.5vw;}
.content01 .inner-layout p:nth-child(2) span:nth-child(2){ font-size: 4.0vw;}
.content01 .inner-layout p:nth-child(2) span:nth-child(3){ font-size: 4.0vw;}
.content01 .inner-layout p:nth-child(2) span:nth-child(4){ font-size: 1.9vw;}
.content01 .inner-layout p:nth-child(3) {
    text-align: left;
    margin: 3.5rem auto;
    font-size: 2.4vw;
    border: none;
    width: auto;
    padding: 2.5rem 0;
    letter-spacing: 0.4em;
    line-height: 2.6;
    position: absolute;
    top: 10rem;
    right: 0;
    /* color: #FF565D; */
    font-weight: 300;
}
.content01 .inner-layout p:nth-child(3) span:nth-child(1){
    margin-left:0;
}
.content01 .inner-layout p:nth-child(3) span:nth-child(2){
    margin-left:-0.2em;
}
.content01 .inner-layout p:nth-child(3) span:nth-child(3){
    margin-left:-0.4em;
}
.content01 .inner-layout p:nth-child(3) span:nth-child(4){
    margin-left:-1.1em;
}
.content01 .inner-layout p:nth-child(4) {
    position: absolute;
    width: 70%;
    text-align: left;
    margin-left: 0;
}

main:before {
content: "";
    display: block;
    top: -9rem;
    /* padding-top: 9rem; */
    /* padding-bottom: 10rem; */
    background: #C4092D;
    z-index: 99;
    -webkit-transform: rotate(-3.0deg) translate3d(0, 0, 0);
    transform: rotate(-3.0deg) translate3d(0, 0, 0);
    z-index: 100;
    position: relative;
    width: 150%;
    margin-left: -24vw;
    height: 30rem;
}


.content01 {
    top: -21.9rem;
    padding-top: 9rem;
    padding-bottom: 0;
    background: #C4092D;
    z-index: 111;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    transform: rotate(3.0deg) translate3d(0, 0, 0);
}

.content02 {
    background: #C4092D;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    margin-left: -24vw;
    transform: rotate(3.0deg) translate3d(0, 0, 0);
    width: 150%;
    position: relative;
    top: 0;
    padding-top: 5rem;
    margin-top: 4.2rem;
    overflow: hidden;
    z-index: 100;
}
.inner-layout-Content02 {
    /* position: relative; */
    margin-top: -20.4rem;
}
.content02Box.inner-layout-block {
    position: relative;
    width: 95vw;
    left: 1vw;
    overflow-x: hidden;
    padding-top: 5rem;
}
.content02 .inner-layout {
    -webkit-transform: rotate(-3.0deg) translate3d(0, 0, 0);
    color: #fff;
    margin: 0 auto;
    max-width: 84rem;
    padding: 0 0 8rem 0;
    transform: rotate(-3.0deg) translate3d(0, 0, 0);
    width: 90vw;
}
.content02 .inner-layout h2 {
    text-align: center;
    color: #FFF;
    margin-bottom: 5.0rem;
    line-height: 1.7;
}
.content02 .inner-layout p .content02Text {
    font-size: 3.7rem;
    color: #FF565D;
    margin: 0 2.5rem 0 3.5rem;
    display: inline-block;
    line-height: 1.8;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 100;
}
.content02Shaddow {
    background: #888888;
    -webkit-transform: rotate(3.0deg) translate3d(0, 0, 0);
    margin-left: -24vw;
    transform: rotate(3.0deg) translate3d(0, 0, 0);
    width: 150%;
    position: relative;
    top: 4rem;
    /* padding-top: 5rem; */
    /* margin-top: 4.2rem; */
    overflow: hidden;
    z-index: 100;
    height: 95%;
}
.inner-layout-block.content02BoxShaddow {
    position: absolute;
    top: 4.0rem;
    left: 2.0vw;
    height: 100%;
    z-index: 1;
    width: 95vw;
}

.inner-layout-Content02:before {
    content: "";
    background: url(../img/index/line01.png);
    background-repeat: no-repeat;
    background-size: calc( 19.3rem / 1) calc( 3.1rem / 1);
    width: calc( 19.3rem / 1);
    height: calc( 3.1rem / 1);
    display: block;
    position: absolute;
    top: 2rem;
    right: 2.0vw;
    z-index: 111;
}
.inner-layout-Content02:after {
    content: "";
    background: url(../img/index/line01.png);
    background-repeat: no-repeat;
    background-size: calc( 19.3rem / 1) calc( 3.1rem / 1);
    width: calc( 19.3rem / 1);
    height: calc( 3.1rem / 1);
    display: block;
    position: absolute;
    bottom: -3rem;
    left: 2vw;
    z-index: 101;
}
.content02 .inner-layout p:last-of-type {
    margin-top: 5rem;
    text-align: right;
}

.content03layoutFlexBox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.content03 .content03layoutBox a div {
    width: 35rem;
    position: relative;
}
.content03 .content03layoutBox a div:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FF565D;
    display: block;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    z-index: 99;
}
.content03 .inner-layout {
    width: 80.0rem;
    margin: 0 auto;
}
.content03 .content03layoutBox p:nth-child(4):after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    background: #FF565D;
    position: absolute;
    bottom: -0.5rem;
    right: 5vw;
}
.content03 .content03layoutBox p:nth-child(2) {
    font-size: 2.6rem;
    margin-top: 3rem;
    margin-left: 2rem;
}
.content03 .content03layoutBox p:nth-child(3) {
    /* margin-left: 1rem; */
    margin-left: 4rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
.content03 .content03layoutBox p:nth-child(4) {
    font-size: 2.6rem;
    font-weight: 300;
    color: #FF565D;
    margin-left: 2rem;
    position: relative;
    width: 100%;
    font-weight: 400;
}
.content03 .content03layoutBox p:nth-child(4):after {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    background: #FF565D;
    position: absolute;
    bottom: -0.5rem;
    right: 0;
}

.content04 {
    padding: 7rem 0;
}
.content04 h2 {
    font-size: 3.0rem;
    font-weight: 300;
}
.content04 h2 br{
    display: none;
}
.content04 picture {
    width: 100%;
    display: block;
    text-align: center;
}



/*-------------------------------------
上書き用CSS
--------------------------------------*/
/*.spnone{ display: block !important; }
.pcnone{ display: none !important; }*/

.dsbPCnone{
    display: inline !important;
}
.letter300PC{
    letter-spacing: 0.3em;
}

}/*PC表示 min-768pxここまで */

@media (min-width:1080px) {
.inner-layout{
    width:100.0rem;
}
.inner-layout-block{
    width:100.0rem;
}
.sp100vw{
    max-width: 140.0rem;
    width: auto;
}
.content01 .inner-layout p:nth-child(1) {
    font-size: 2.0rem;
}
.content01 .inner-layout p:nth-child(2) span:nth-child(1) {
    font-size: 4.8rem;
}
.content01 .inner-layout p:nth-child(2) span:nth-child(2) {
    font-size: 4.4rem;
}
.content01 .inner-layout p:nth-child(2) span:nth-child(3) {
    font-size: 4.4rem;
}
.content01 .inner-layout p:nth-child(2) span:nth-child(4) {
    font-size: 2.0rem;
}
}/*PC表示 min-1080pxここまで */

@media (min-width:1240px) {
.content01 .inner-layout p:nth-child(3) {
    font-size: 3.0rem;
}
}/*PC表示 min-1240pxここまで */