/* Scss Document */
#footer .footer-nav .menu-link li.sub span.parent,
.nav-fixed ul.menu-link li.sub span.parent,
.menu-toggle .inner-ham .menu-link li.sub span.parent {
	color: #e42a1d;
}
#header {
	z-index: 100;
}
#key {
	background: url(../img/ippin/key.jpg) no-repeat 60% 0%;
	background-size: cover;
}
#sec1 {
	padding: 15vw 0 12vw;
	position: relative;
}
#sec1::before {
	content: "";
	background: url(../img/shared/shadow.png), url(../img/shared/bg02.jpg);
	background-repeat: repeat-y, repeat;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	position: absolute;
	top: -15vw;
	left: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}
#sec1 .title {
	text-align: center;
	margin-bottom: 10vw;
	position: relative;
}
#sec1 .title::before {
    content: "";
    background: url(../img/index/sec4_line.png) no-repeat;
    position: absolute;
    top: -14vw;
    left: -4vw;
    height: 152px;
    width: 58%;
    max-width: 300px;
    background-size: 100% auto;
}
#sec1 .title p {
	font-size: 32px;
}
#sec1 .title h2 {
	font-size: 45px;
	line-height: 1.4;
}
#sec1 .title h2 small {
	font-size: 37px;
}
#sec1 .title h2 span {
	font-size: 70px;
	display: block;
}
#sec1 .txt {
	text-align: center;
	margin-bottom: 15vw;
}
#sec1 .btn-group {
	max-width: 745px;
	margin: 0 auto;
	justify-content: space-between;
	display: block;
}
#sec1 .btn-group .btn-shared {
	max-width: 355px;
	width: 100%;
	margin: 0 0 5vw;
}
#sec1 .btn-group .btn-shared a::before {
	content: "";
	background: url(../img/ippin/arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 19px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	right: 17px;
}

@media only screen and (min-width: 767px) {
#sec1 {

padding: 0 0 131px;
}
#sec1::before {
	top: -258px;
	left: 0;
	right: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
#sec1 .title {
	margin-bottom: 29px;
}
	#sec1 .title::before {
    top: -107px;
    left: 60px;
}
#sec1 .title p {
	font-size: 50px;
}
#sec1 .title h2 {
	font-size: 65px;
	padding-top: 23px;
}
#sec1 .title h2 small {
	font-size: 50px;
}
#sec1 .title h2 span {
	font-size: 102px;
	display: inline;
}
#sec1 .txt {
	margin-bottom: 54px;
}
#sec1 .btn-group {
	max-width: 745px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
}
#sec1 .btn-group .btn-shared {
	max-width: 355px;
	width: 355px;
	margin: 0;
}
	#sec1 .btn-group .btn-shared a {
    padding: 16px 80px 19px 58px;
}
#sec1 .btn-group .btn-shared a::before {
	width: 19px;
	height: 15px;
	right: 25px;
	top: 55%;
}
}
#sec2 .group-on {
	position: relative;
}
#sec2 .group-on::after, #sec2 .group-on::before {
	content: "";
	background: url(../img/ippin/sec2_bg01.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 500px;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
	overflow: hidden;
}
#sec2 .group-on::after {
	background: url(../img/ippin/sec2_bg02.jpg) no-repeat bottom center;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
	height: 496px;
	clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
	top: auto;
}
#sec2 .group-on > * {
	position: relative;
	z-index: 2;
}
#sec2 .group-on .group-01 {
	margin-bottom: 50px;
	padding-top: 22vw;
}
#sec2 .group-on .note {
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
#sec2 .group-on .title {
	width: 141px;
	margin-left: auto;
	position: relative;
	margin-right: 0;
}
#sec2 .group-on .title .tt01 {
	background: url(../img/ippin/sec2_deco.png) no-repeat top left;
	background-size: contain;
	width: 38px;
	height: 227px;
	font-size: 25px;
	padding-left: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
#sec2 .group-on .title h2 {
	font-size: 35px;
	width: 100px;
	height: 501px;
	letter-spacing: 0.1em;
}
#sec2 .group-on .title h2 span {
	font-size: 70px;
}
#sec2 .group-on .title h2 span small {
	font-size: 60px;
}
#sec2 .group-on .title .tt02 {
	width: 70px;
	height: 500px;
	position: absolute;
	left: -45px;
	top: 166px;
	font-size: 55px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#sec2 .group-on .title .tt02 small {
    display: inline-block;
    width: 45px;
}
#sec2 .group-on .title .tt02 span {
	font-size: 80px;
}
#sec2 .group-on dl {
	padding-top: 10vw;
}
#sec2 .group-on dl dt {
	font-size: 45px;
	line-height: 1.4;
	font-family: 'Noto Serif JP';
	font-weight: 500;
}
#sec2 .group-on dl dd.price {
	margin-bottom: 5vw;
	font-family: 'Noto Serif JP';
	font-weight: 500;
}
#sec2 .group-on dl dd.txt {
}
#sec2 .group-on .group-02 {
	position: relative;
	padding-bottom: 15vw;
}
#sec2 .group-on .group-02 .photo {
	position: relative;
	top: 0;
	right: 0;
}
#sec2 .group-on .group-02 .photo::before {
	background: url(../img/ippin/sec2_deco01.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 230px;
	height: 247px;
	top: -10px;
	right: -10px;
	left: auto;
}
#sec2 .group-on .group-03 {
	position: relative;
	padding-bottom: 21vw;
}
#sec2 .group-on .group-03 .photo {
	position: relative;
	top: 0;
}
#sec2 .group-on .group-03 dl {
	margin-left: auto;
}
#sec2 .group-on .group-03 dl dt {
	font-size: 45px;
}
#sec2 .group-on .group-03 dl dt small {
	background-color: #b00c01;
	font-size: 22px;
	display: inline-block;
	padding: 6px 15px;
}
#sec2 .group-on .group-03 dl dt span {
	display: block;
	font-size: 30px;
	margin-top: 5vw;
}
#sec2 .group-on .group-03 dl .price {
	margin-bottom: 10px;
}
#sec2 .group-on .group-03 dl .txt {
	width: auto;
}
#sec2 .group-tw {
	position: relative;
	padding-bottom: 38vw;
}
#sec2 .group-tw::after {
	content: "";
	background: url(../img/ippin/sec2_bg03.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 735px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#sec2 .group-tw .photo {
	position: relative;
	top: 0;
}
#sec2 .group-tw dl dt {
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP';
	font-weight: 500;
	padding-top: 15vw;
	line-height: 1;
}
#sec2 .group-tw dl dd.price {
	font-family: 'Noto Serif JP';
	font-weight: 600;
	margin-bottom: 10px;
}
#sec2 .group-tw dl dd.txt {
}
#sec2 .group-tw .slider-s {
	position: relative;
	margin-bottom: 10vw;
}
#sec2 .group-tw .group-01 {
	margin-bottom: 10vw;
}
#sec2 .group-tw .slick-dots {
	text-align: left;
	bottom: auto;
	top: 60vw;
}

#sec2 .group-tw .slick-dots button {
	width: 22px;
	height: 22px;
}

#sec2 .group-tw .btn-shared {
	width: 100%;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 767px) {
#sec2 .group-on {
	position: relative;
}
#sec2 .group-on::after, #sec2 .group-on::before {
	top: 0;
	left: 0;
	right: 0;
	height: 1444px;
	clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
}
#sec2 .group-on::after {
	bottom: -110px;
	left: 0;
	right: 0;
	height: 1107px;
	clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
	top: auto;
}
#sec2 .group-on .group-01 {
	margin-bottom: 63px;
	padding-top: 115px;
}
#sec2 .group-on .note {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#sec2 .group-on .title {
	width: 100px;
	margin-left: auto;
	position: relative;
	margin-right: 118px;
}
#sec2 .group-on .title .tt01 {
	width: 39px;
	height: 310px;
	font-size: 39px;
	right: -127px;
	padding: 33px 0 33px 55px;
	top: -38px;
}
#sec2 .group-on .title h2 {
	font-size: 50px;
	width: 100px;
	height: 630px;
}
#sec2 .group-on .title h2 span {
	font-size: 102px;
}
#sec2 .group-on .title h2 span small {
	font-size: 80px;
}
#sec2 .group-on .title .tt02 {
	width: 80px;
	height: 648px;
	position: absolute;
	left: -68px;
	top: 183px;
	font-size: 80px;
}
	#sec2 .group-on .title .tt02 span {
		font-size: 102px;
	}
	#sec2 .group-on .title .tt02 small {
    width: 80px;
}
	#sec2 .group-on dl {
    padding-top: 67px;
    padding-left: 21px;
}
#sec2 .group-on dl dt {
	font-size: 65px;
	line-height: 88px;
}
#sec2 .group-on dl dd.price {
	margin-bottom: 14px;
	padding-top: 20px;
	padding-left: 10px;
}
#sec2 .group-on dl dd.txt {
	width: 337px;
	padding-left: 8px;
	line-height: 32px;
}
	#sec2 .group-on .group-02 {
    padding-bottom: 181px;
}
#sec2 .group-on .group-02 .photo {
	top: 0;
	right: -100px;
	position: absolute;
}
#sec2 .group-on .group-02 .photo::before {
	background: url(../img/ippin/sec2_deco01.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 230px;
	height: 247px;
	top: -20px;
	right: -20px;
	left: auto;
}
#sec2 .group-on .group-03 {
	padding-bottom: 258px;
}
#sec2 .group-on .group-03 .photo {
	top: 0;
	left: -172px;
	width: 865px;
	position: absolute;
}
#sec2 .group-on .group-03 dl {
	margin-left: auto;
	width: 513px;
	margin-right: -266px;
	padding-top: 43px;
}
#sec2 .group-on .group-03 dl dt {
	font-size: 65px;
	letter-spacing: 5px;
}
#sec2 .group-on .group-03 dl dt small {
	font-size: 30px;
	padding: 12px 26px;
	line-height: 1;
	letter-spacing: 1px;
}
#sec2 .group-on .group-03 dl dt span {
	display: block;
	font-size: 39px;
	margin-top: 14px;
	line-height: 62px;
	letter-spacing: 2px;
}
#sec2 .group-on .group-03 dl .price {
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 5px;
}
#sec2 .group-on .group-03 dl .txt {
	width: 384px;
	padding-left: 3px;
}
#sec2 .group-tw {
	padding-bottom: 429px;
}
#sec2 .group-tw::after {
	height: 735px;
	bottom: 0;
	right: 0;
	left: 0;
}
	#sec2 .group-tw .wrap {
		
max-width: 1060px;
	}
	
#sec2 .group-tw .photo {
	top: 0;
	right: 0;
	width: 644px;
	position: absolute;
}
	#sec2 .group-tw .slick-slider .slick-arrow {
    width: 36px;
    height: 64px;
    top: 177px;
}
	#sec2 .group-tw .slick-slider .slick-arrow.slick-next {
    right: -70px;
}
	#sec2 .group-tw .slick-slider .slick-arrow.slick-prev {
    left: -73px;
}
	#sec2 .group-tw dl {
    padding-left: 45px;
}
#sec2 .group-tw dl dt {
	font-size: 39px;
	margin-bottom: 10px;
	padding-top: 81px;
}
#sec2 .group-tw dl dd.price {
	margin-bottom: 10px;
	padding-top: 15px;
}
#sec2 .group-tw dl dd.txt {
	width: 333px;
	padding-bottom: 40px;
}
	#sec2 .group-tw .slider-s {
		padding-bottom: 0;
		margin-bottom: 0;
	}
#sec2 .group-tw .group-01 {
	margin-bottom: 106px;
}
	#sec2 .group-tw .group-02 .slider-s {
    margin-bottom: 76px;
}
#sec2 .group-tw .slick-dots {
	text-align: left;
	bottom: auto;
	top: 10px;
	left: 120px;
}
#sec2 .group-tw .slick-dots li {
    margin: 0 15px;
}
#sec2 .group-tw .slick-dots button {

width: 36px;

height: 36px;
}
	
	
#sec2 .group-tw .btn-shared {
	width: 355px;
}
	#sec2 .group-tw .btn-shared i {
    padding: 16px 80px 18px 53px;
}
	#sec2 .group-tw .btn-shared i::before {
		
right: 25px;
		
top: 55%;
	}
}
#sec3 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 115px;
}
#sec3::before {
	content: "";
	background: url(../img/ippin/sec3_bg02.jpg) no-repeat top center;
	background-size: cover;
	height: 591px;
	position: absolute;
	top: -17vw;
	left: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 11%, 100% 87%, 0% 100%);
	overflow: hidden;
}
#sec3 .group-01 {
	position: relative;
	margin-bottom: 16vw;
	padding-top: 22vw;
}
#sec3 .group-01::before {
    content: "";
    background: url(../img/yakiniku/sec1_deco.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    top: -24vw;
    right: -28vw;
    width: 118%;
    height: 803px;
    max-width: 796px;
}
#sec3 .group-01 .title {
	position: relative;
	margin-bottom: 10vw;
	z-index: 1;
}
#sec3 .group-01 .title h2 {
	font-size: 35px;
	line-height: 1.7;
}
#sec3 .group-01 .title h2 small {
	font-size: 30px;
	display: block;
}
#sec3 .group-01 .title h2 span {
    font-size: 45px;
    letter-spacing: -0.02em;
    display: block;
	line-height: 1;
}
#sec3 .group-01 .title .stick {
	font-size: 25px;
	position: absolute;
	top: -73px;
	left: 0;
	padding: 0 27px 25px;
	text-align: center;
}
#sec3 .group-01 .title .stick::before {
	content: "";
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	background: url(../img/ippin/sec3_ttl01.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 40px;
}
#sec3 .group-01 .txt {
	max-width: 735px;
	position: relative;
	z-index: 1;
}
#sec3 .group-02 {
	position: relative;
	padding-bottom: 15vw;
	z-index: 1;
}
#sec3 .group-02 .photo {
}
#sec3 .group-02 .box {
	width: 428px;
}
#sec3 .group-02 .box dl::after {
	left: 0;
}
#sec3 .group-03 {
	position: relative;
	padding-bottom: 15vw;
}
#sec3 .group-03 .photo {
}
#sec3 .group-03 .box {
	width: 428px;
	margin-left: auto;
}
#sec3 .group-03 .box dl::after {
	right: 0;
}
#sec3 .box-c dl {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #fff;
	padding-bottom: 5vw;
	margin-bottom: 5vw;
	padding-top: 6vw;
}
#sec3 .box-c dl:after {
	content: "";
	background-color: #fff;
	height: 1px;
	width: 200%;
	bottom: 0;
}
#sec3 .box-c dl dt {
	font-size: 35px;
	line-height: 1.5;
}
#sec3 .box-c dl dt small {
	display: block;
	font-size: 17px;
}
#sec3 .box-c dl dd {
	font-size: 17px;
}
#sec3 .box-c dl dd span {
	font-size: 25px;
}
#sec3 .box-c .txt {
	padding-top: 10px;
}
#sec3 .box-c .txt h4 {
	padding-bottom: 0;
}
#sec3 .box-c .txt p {
	line-height: 34px;
}
#sec3 .box-c .txt p + p {
	padding-top: 5vw;
	line-height: 24px;
}
#sec3 .group-04 {
	max-width: 800px;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
}
#sec3 .group-04 .col {
	text-align: center;
	margin-bottom: 14vw;
}
#sec3 .group-04 .col dl {
	font-family: 'Noto Serif JP';
	font-weight: 500;
	border-bottom: 1px solid #fff;
	padding-bottom: 6vw;
	font-size: 25px;
	line-height: 1;
}
#sec3 .group-04 .col dl dt {
	padding-bottom: 4vw;
	letter-spacing: 0.05em;
}
#sec3 .group-04 .col dl dd {
	font-size: 17px;
}
#sec3 .group-04 .col dl dd span {
	font-size: 25px;
}
#sec3 .group-04 .col .txt {
	padding-top: 10px;
}
#sec3 .group-04 .col .txt h4 {
	padding-bottom: 0;
}
#sec3 .group-04 .col .txt p {
	line-height: 34px;
}
#sec3 .group-04 .col .txt p + p {
	padding-top: 20px;
	line-height: 24px;
}

@media only screen and (min-width: 767px) {
#sec3::before {
	height: 1754px;
	top: -299px;
	left: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 16%, 100% 82%, 0% 100%);
	overflow: hidden;
}
#sec3 .group-01 {
	margin-bottom: 48px;
	padding-top: 0;
	margin-top: -71px;
}
	#sec3 .group-01::before{
    top: -137px;
    right: -196px;
    width: 796px;
	}
#sec3 .group-01 .title {
	margin-bottom: 40px;
	margin-left: -32px;
}
#sec3 .group-01 .title h2 {
	font-size: 50px;
	line-height: 1;
}
	#sec3 .group-01 .title h2 span {
    display: inline;
    font-size: 80px;
    padding-left: 4px;
    letter-spacing: -9px;
}
#sec3 .group-01 .title h2 small {
	font-size: 39px;
	margin-bottom: 9px;
}
#sec3 .group-01 .title .stick {
	font-size: 30px;
	position: absolute;
	top: -21px;
	left: 376px;
	width: 186px;
	padding: 0 0 25px;
}
#sec3 .group-01 .title .stick::before {
	top: 21px;
	left: -3px;
	right: 5px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	height: 49px;
}
#sec3 .group-01 .txt {
	max-width: 735px;
	margin-left: -31px;
}
#sec3 .group-02 {
	padding-bottom: 149px;
}
#sec3 .group-02 .photo {
	position: absolute;
	width: 683px;
	right: -124px;
	top: 0;
	z-index: 1;
}
	
#sec3 .group-02 .box {
	width: 489px;
	margin-left: -41px;
}
	#sec3 .group-02 .box dl {
    padding: 42px 0 31px 0;
    margin-bottom: 2px;
}
#sec3 .group-02 .box dl::after {
	left: 0;
}
	#sec3 .group-02 .box dl dd {
    line-height: 1;
}
	#sec3 .group-02 .txt {
    padding-left: 10px;
}
#sec3 .group-03 {
	padding-bottom: 194px;
}
#sec3 .group-03 .photo {
	position: absolute;
	width: 586px;
	left: -41px;
	top: 0;
}
#sec3 .group-03 .box {
	width: 428px;
	margin-left: auto;
}
	#sec3 .group-03 .box dl {
    padding: 33px 0 27px 27px;
    margin-bottom: 1px;
}
	#sec3 .group-03 .box dl dd {
    line-height: 1;
}
	#sec3 .group-03 .txt {
    padding-left: 41px;
}	
	
#sec3 .group-03 .box dl::after {
	right: 0;
}
#sec3 .box-c dl {
	position: relative;
	border-bottom: none;
}
#sec3 .box-c dl:after {
	height: 1px;
	width: 200%;
	position: absolute;
}
#sec3 .box-c dl dt {
	font-size: 50px;
}
#sec3 .box-c dl dt small {
	display: block;
	font-size: 20px;
}
#sec3 .box-c dl dd {
	font-size: 20px;
}
#sec3 .box-c dl dd span {
	font-size: 30px;
}
#sec3 .box-c .txt {
	padding-top: 15px;
}
#sec3 .box-c .txt h4 {
	padding-bottom: 0;
	line-height: 32px;
}
#sec3 .box-c .txt p {
	line-height: 34px;
}
#sec3 .box-c .txt p + p {
	padding-top: 12px;
	line-height: 24px;
}
#sec3 .group-04 {
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#sec3 .group-04 .col {
	width: 363px;
	text-align: center;
	margin-bottom: 0;
}
	
	
#sec3 .group-04 .col dl {
	border-bottom: 1px solid #fff;
	padding-bottom: 19px;
	font-size: 30px;
}
#sec3 .group-04 .col dl dt {
	padding-bottom: 11px;
}
#sec3 .group-04 .col dl dd {
	font-size: 20px;
}
#sec3 .group-04 .col dl dd span {
	font-size: 30px;
}
#sec3 .group-04 .col .txt {
	padding-top: 1px;
}
#sec3 .group-04 .col .txt h4 {
	padding-bottom: 0;
}
#sec3 .group-04 .col .txt p {
	line-height: 34px;
}
#sec3 .group-04 .col .txt p + p {
	padding-top: 6px;
	line-height: 24px;
}
}
#sec4 {
	position: relative;
	padding-top: 53vw;
	background: url(../img/shared/shadow.png), url(../img/shared/bg02.jpg);
	background-repeat: repeat-y, repeat;
	-webkit-background-size: 100% auto, auto;
	background-size: 100% auto, auto;
	padding-bottom: 20vw;
}
#sec4::before {
	content: "";
	background: url(../img/ippin/sec4_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 308px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#sec4 .note-sl {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
#sec4 .title {
	margin-bottom: 30px;
	position: relative;
}
#sec4 .title::before {
	content: "";
	background: url(../img/ippin/sec4_deco.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 136%;
	max-width: 833px;
	height: 559px;
	position: absolute;
	top: -15vw;
	left: -10vw;
}
#sec4 .title h2 {
	font-size: 35px;
	line-height: 1.6;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
#sec4 .title p {
	text-align: right;
	font-size: 50px;
	line-height: 1;
	position: relative;
	z-index: 2;
}
#sec4 .title p span {
	font-size: 80px;
}
#sec4 .txt {
	line-height: 32px;
	margin-bottom: 16vw;
}
#sec4 .photo {margin-bottom: 5vw;}
#sec4 h3 {
	font-size: 40px;
	margin-bottom: 9vw;
	text-align: center;
}
#sec4 h3 span {
	display: inline-block;
	position: relative;
	
}
#sec4 h3 span::before,
#sec4 h3 span::after {
	content: "";
	background: url(../img/ippin/sec4_before.png) no-repeat top center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	width: 17px;
	height: 66px;
}
#sec4 h3 span::after {
	background: url(../img/ippin/sec4_after.png) no-repeat top center;
	left: auto;
	right: -20px;
}
#sec4 h3 small {
	font-size: 40px;
}
#sec4 .row {
	margin-bottom: 20px;
	display: block;
}
#sec4 .btn-shared {
	max-width: 353px;
}

@media only screen and (min-width: 767px) {
	#sec4 {
    padding-top: 176px;
    padding-bottom: 130px;
}
#sec4::before {
	height: 924px;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/ippin/sec4_bg.jpg) no-repeat bottom center;
	background-size: cover;
}
	#sec4 .note-sl {
    top: 0;
}
#sec4 .title {
	margin-bottom: 75px;
	width: 718px;
}
	#sec4 .title::before {
    top: -122px;
    left: -164px;
}
#sec4 .title h2 {
	font-size: 50px;
	line-height: 85px;
	margin-bottom: 8px;
}
#sec4 .title p {
	text-align: center;
	font-size: 80px;
}
#sec4 .title p span {
	font-size: 110px;
}
#sec4 .txt {
	width: 410px;
	line-height: 32px;
	margin-bottom: 170px;
	position: relative;
	z-index: 2;
}
#sec4 .photo {
	width: 518px;
	position: absolute;
	top: 474px;
	right: -52px;
	margin-bottom: 0;
}
#sec4 h3 {
	font-size: 50px;
	margin-bottom: 54px;
	text-align: left;
	padding-left: 4px;
}
	#sec4 h3 span {

padding: 0 34px;
}
#sec4 h3 span::before,
#sec4 h3 span::after {
	left: 0;
	width: 17px;
	height: 66px;
}
#sec4 h3 span::after {
	left: auto;
	right: 0;
}
#sec4 h3 small {
	font-size: 50px;
}
#sec4 .row {
	margin-bottom: 56px;
	display: flex;
}
#sec4 .btn-shared {
	max-width: 353px;
}
	#sec4 .btn-shared i {
    padding: 17px 80px 20px 83px;
}
	#sec4 .btn-shared i::before {
    right: 25px;
    top: 55%;
}
}


@media only screen and (min-width: 767px) and (max-width: 1241px) {
	#sec2 .group-on .title {
		margin-right: 170px;
	}
	#sec2 .group-on .group-03 dl {
		margin-right: -105px;
	}
	#sec2 .group-on .group-03 .photo {
		left: -313px;
	}
	#sec3 .group-01 .title {
		margin-left: 0;
	}
	#sec3 .group-01 .txt {
		margin-left: 0;
	}
	#sec3 .group-02 .box {
		margin-left: 0;
	}
	#sec3 .group-03 .box {
		padding-right: 20px;
	}
	#sec2 .group-tw .slick-slider .slick-arrow.slick-prev {
		left: -10px;
	}
	#sec2 .group-tw .slick-slider .slick-arrow.slick-next {
		right: 10px;
	}
}


@media only screen and (min-width: 767px) and (max-width: 1080px) {
	#sec2 .group-tw .photo {
		top: 0;
		right: 0;
		width: 565px;
		position: absolute;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1050px) {
#sec2 .group-on .group-02 .photo {
    right: -115px;
}
#sec2 .group-on .group-03 .photo {
    left: -336px;
}

#sec3 .group-02 .photo {
    right: -145px;

}
#sec3 .group-03 .photo {
    left: -68px;
}
}

.plan_info{
	display: block;
	margin-bottom: 40px;
}
.plan_info span{
	display: block;
	border: 1px solid #fff;
	padding: 5px 10px;
	width: 680px;
	line-height: 1.5em;
}

@media only screen and (max-width: 480px) {
.plan_info span{
	display: block;
	border: 1px solid #fff;
	padding: 5px 10px;
	width: 95%;
	line-height: 1.8em;
	margin-top: 10px;
}
}
