.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}
#to_experience .container:before,
#to_experience .container:after,
#to_experience .title:after,
#to_experience .yellow_underline:after {
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	z-index: 0;
}

#to_experience .container:before,
#to_experience .container:after {
	position: absolute;
	z-index: -1;
}

#to_experience .container {
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#to_experience .title {
	position: relative;
	font-family: TsukushiBRoundGothic, sans-serif;
	font-weight: bold;
	text-align: center;
}

#to_experience .title:after {
	position: absolute;
	left: 50%;
	background-image: url(../img/to_experience/title_underline.png);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
}

#to_experience .title span {
	position: relative;
	z-index: 2;
}

#to_experience p {
	font-weight: bold;
	margin-bottom: 96px;
}

#to_experience p .logo_name {
	font-size: 1.25em;
}

#to_experience .yellow_underline {
	position: relative;
	z-index: 2;
}

#to_experience .yellow_underline:after {
	position: absolute;
	left: 50%;
	background-color: var(--yellow);
	opacity: .3;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

#to_experience .blocks {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#to_experience .block h4 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: TsukushiBRoundGothic, sans-serif;
	font-weight: bold;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	text-align: center;
}

#to_experience .block .content {
	position: relative;
	text-align: center;
}

#to_experience .block:first-child .content:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	content: "";
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: background-color .3s, opacity .3s;
	-o-transition: background-color .3s, opacity .3s;
	transition: background-color .3s, opacity .3s;
	width: 100%;
	z-index: 2;
}

#to_experience .block .content:hover:before {
	opacity: .2;
}

#to_experience .block:nth-child(2) .content img {
	width: auto;
}

#to_experience .block .content .play {
	position: absolute;
	opacity: .8;
	z-index: 10;
}

#to_experience .block .content .play .triangle {
	border-color: transparent transparent transparent white;
	border-style: solid;
	display: block;
	width: 0;
	height: 0;
}

@media (min-width: 1440px) {
	#to_experience {
		padding-top: 98px;
		padding-bottom: 98px;
	}

	#to_experience .container:before {
		top: -130px;
		left: -20px;
		height: 543px;
		width: 453px;
	}

	#to_experience .container:after {
		top: -36px;
		right: -20px;
		height: 525px;
		width: 519px;
	}

	#to_experience .title {
		font-size: 50px;
		line-height: 67px;
		margin-bottom: 77px;
	}

	#to_experience .title:after {
		bottom: -20px;
		height: 59px;
		width: 518px;
	}

	#to_experience p {
		font-size: 18px;
		line-height: 43px;
		margin-bottom: 96px;
	}

	#to_experience .yellow_underline:after {
		bottom: -5px;
		height: 12px;
	}

	#to_experience .block {
		border-top: 12px solid var(--green);
		border-radius: 0 0 40px 40px;
		-webkit-box-shadow: 0 3px 20px 0 rgba(71,165,43,.3);
		        box-shadow: 0 3px 20px 0 rgba(71,165,43,.3);
		padding: 0 32px 32px;
		width: 568px;
	}

	#to_experience .block:nth-child(1) {
		margin-right: 30px;
	}

	#to_experience .block h4 {
		font-size: 28px;
		height: 74px;
	}

	#to_experience .block:nth-child(2) .content img {
		height: 281px;
	}

	#to_experience .block .content .play {
		right: 10px;
		bottom: 10px;
		height: 40px;
		width: 40px;
	}

	#to_experience .block .content .play .triangle {
		border-width: 20px 0 20px 30px;
	}
}

@media (max-width: 1440px) and (min-width: 751px) {
	#to_experience {
		padding-top: calc(100vw * 98 / 1440);
		padding-bottom: calc(100vw * 98 / 1440);
	}

	#to_experience .container:before {
		top: calc(100vw * -130 / 1440);
		left: calc(100vw * -20 / 1440);
		height: calc(100vw * 543 / 1440);
		width: calc(100vw * 453 / 1440);
	}

	#to_experience .container:after {
		top: calc(100vw * -36 / 1440);
		right: calc(100vw * -20 / 1440);
		height: calc(100vw * 525 / 1440);
		width: calc(100vw * 519 / 1440);
	}

	#to_experience .title {
		font-size: calc(100vw * 50 / 1440);
		line-height: calc(100vw * 67 / 1440);
		margin-bottom: calc(100vw * 77 / 1440);
	}

	#to_experience .title:after {
		bottom: calc(100vw * -20 / 1440);
		height: calc(100vw * 59 / 1440);
		width: calc(100vw * 518 / 1440);
	}

	#to_experience p {
		font-size: calc(100vw * 18 / 1440);
		line-height: calc(100vw * 43 / 1440);
		margin-bottom: calc(100vw * 96 / 1440);
	}

	#to_experience .yellow_underline:after {
		bottom: calc(100vw * -5 / 1440);
		height: calc(100vw * 12 / 1440);
	}

	#to_experience .block {
		border-top: calc(100vw * 12 / 1440) solid var(--green);
		border-radius: 0 0 calc(100vw * 40 / 1440) calc(100vw * 40 / 1440);
		-webkit-box-shadow: 0 calc(100vw * 3 / 1440) calc(100vw * 20 / 1440) 0 rgba(71,165,43,.3);
		        box-shadow: 0 calc(100vw * 3 / 1440) calc(100vw * 20 / 1440) 0 rgba(71,165,43,.3);
		padding: 0 calc(100vw * 32 / 1440) calc(100vw * 32 / 1440);
		width: calc(100vw * 568 / 1440);
	}

	#to_experience .block:nth-child(1) {
		margin-right: calc(100vw * 30 / 1440);
	}

	#to_experience .block h4 {
		font-size: calc(100vw * 28 / 1440);
		height: calc(100vw * 74 / 1440);
	}

	#to_experience .block:nth-child(2) .content img {
		height: calc(100vw * 281 / 1440);
	}

	#to_experience .block .content .play {
		right:  calc(100vw * 10 / 1440);
		bottom:  calc(100vw * 10 / 1440);
		height:  calc(100vw * 40 / 1440);
		width:  calc(100vw * 40 / 1440);
	}

	#to_experience .block .content .play .triangle {
		border-width:  calc(100vw * 20 / 1440) 0  calc(100vw * 20 / 1440)  calc(100vw * 30 / 1440);
	}
}

@media (min-width: 751px) {
	#to_experience .container:before {
		background-image: url(../img/to_experience/left_bg.png);
	}

	#to_experience .container:after {
		background-image: url(../img/to_experience/right_bg.png);
	}
}

@media (max-width: 750px) {
	#to_experience {
		padding-top: calc(100vw * 98 / 750);
		padding-bottom: calc(100vw * 98 / 750);
	}

	#to_experience .container:before {
		background-image: url(../img/to_experience/left_bg_sp.png);
		top: calc(100vw * 150 / 750);
		left: calc(100vw * -20 / 750);
		height: calc(100vw * 500 / 750);
		width: calc(100vw * 230 / 750);
	}

	#to_experience .container:after {
		background-image: url(../img/to_experience/right_bg_sp.png);
		top: calc(100vw * 100 / 750);
		right: calc(100vw * -20 / 750);
		height: calc(100vw * 470 / 750);
		width: calc(100vw * 160 / 750);
	}

	#to_experience .title {
		font-size: calc(100vw * 44 / 750);
		line-height: calc(100vw * 58 / 750);
		margin-bottom: calc(100vw * 72 / 750);
	}

	#to_experience .title:after {
		bottom: calc(100vw * -20 / 750);
		height: calc(100vw * 59 / 750);
		width: calc(100vw * 518 / 750);
	}

	#to_experience p {
		font-size: calc(100vw * 26 / 750);
		line-height: calc(100vw * 56 / 750);
		margin-bottom: calc(100vw * 83 / 750);
	}

	#to_experience .yellow_underline:after {
		bottom: calc(100vw * -5 / 750);
		height: calc(100vw * 12 / 750);
	}

	#to_experience .examples {
		padding-bottom: calc(100vw * 50 / 750);
	}

	#to_experience .examples .item {
		width: calc(100% / 4);
	}

	#to_experience .examples .item:not(:last-child) {
		margin-right: calc(100vw * 35 / 750);
	}

	#to_experience .blocks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#to_experience .block {
		border-top: calc(100vw * 12 / 750) solid var(--green);
		border-radius: 0 0 calc(100vw * 18 / 750) calc(100vw * 18 / 750);
		-webkit-box-shadow: 0 0 calc(100vw * 20 / 750) 0 rgba(71,165,43,.3);
		        box-shadow: 0 0 calc(100vw * 20 / 750) 0 rgba(71,165,43,.3);
		padding: 0 calc(100vw * 18 / 750) calc(100vw * 28 / 750);
		width: 100%;
	}

	#to_experience .block:nth-child(1) {
		margin-bottom: calc(100vw * 33 / 750);
	}

	#to_experience .block h4 {
		font-size: calc(100vw * 36 / 750);
		height: calc(100vw * 100 / 750);
	}

	#to_experience .block:nth-child(2) .content img {
		height: calc(100vw * 500 / 750);
		/*width: calc(100vw * 198 / 750);*/
	}

	#to_experience .block .content .play {
		right:  calc(100vw * 10 / 750);
		bottom:  calc(100vw * 10 / 750);
		height:  calc(100vw * 40 / 750);
		width:  calc(100vw * 40 / 750);
	}

	#to_experience .block .content .play .triangle {
		border-width:  calc(100vw * 20 / 750) 0  calc(100vw * 20 / 750)  calc(100vw * 30 / 750);
	}
}