@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* .row {
	background-color: #eee;
}

.column, .columns {
	background-color: yellow;
} */



body {
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 4px solid red;
	border-bottom: 4px solid blue;
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.025em;
}

h3 {
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-style: italic;
	font-size: 0.9em;
	letter-spacing: 0.025em;
	margin-bottom: 0;
	margin-top: 40px;
}

h4 {
	font-size: 1em;
	font-weight: 700;
}

small {
	font-size: 0.85em;
}

img {
	max-width: 100%;	
}


.chevron-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 51%;
  background: red;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: red;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}




.cover-section {
	height: 1140px;
	background: url('../images/cover-bg.jpg') no-repeat center 80px;
	background-size: 80%;
}

/* Smaller than tablet */
@media (max-width: 750px) {
	.cover-section {
		height: 80%;
		background-size: 100%;
	}
}

.header {
	position: relative;
}

.cover-sub-title {
	width: 100%;
	text-align: center;

	font-size: 1.2em;
	letter-spacing: 4px;
}

/* Smaller than tablet */
@media (max-width: 750px) {
	.cover-sub-title {
		font-size: 0.8em;
		letter-spacing: 2px;
	}
}

.cover-section h2 {
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-size: 2em;
}

.cover-section h3 {
	font-family: sans-serif;
	font-size: 2.6em;
	font-style: normal;
	color: red;
	font-weight: 700;

	-webkit-transform:skew(0deg,-5deg);
	transform:skew(0deg,-5deg);
}

@media (max-width: 750px) {
	.cover-section h3 {
		font-size: 1.2em;
		margin-top: -30px;
	}
}


.cover-section h4 {
	display: block;
	position: relative;
	margin-top: 40px;
}

@media (max-width: 750px) {
	.cover-section h4 {
		font-size: 0.6em;
		letter-spacing: 1px;  
	}
}

.cover-section h4:before {
	content: "＼";
	font-size: 1.8em;
	vertical-align: bottom;
	margin-right: 20px;
}

.cover-section h4:after {
	content: "／";
	font-size: 1.8em;
	margin-left: 20px;
}

.cover-section h4 .dot:before {
	content: "・";
	display: inline-block;
	position: absolute;
	color: red;
	line-height: 0px;
}

.cover-section .balloon {
	position: absolute;
	font-size: 1.6em;
	letter-spacing: 2px;
	right: 0;
	top: 80px;
}

.why-russian-box {
	background-color: rgba(255, 255, 255, .8);
	padding: 20px;
	margin-top: 260px;
}

/* Smaller than tablet */
@media (max-width: 1200px) {
	.why-russian-box {
		margin-top: 50%;
	}
}

.why-russian-box p {
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	margin-bottom: 0;
}

.skew-block {
	/* border-top: 140px solid rgb(253, 74, 74);
	border-left: 23px solid transparent;
	border-right: 14px solid transparent;
	height: 0;
	margin-top: 20px;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg); */
}

strong {
	display: block;

	color: white;
	font-family: serif;
	font-size: 2em;
	background-color: #b41c21;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px 60px;

	-webkit-transform:skew(0deg,-2deg);
	transform:skew(0deg,-2deg);

	/* transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	position: absolute;
	top: -140px;
	padding: 3% 3%; */
}

strong.blue {
	background-color: #004DB4;

	-webkit-transform:skew(0deg,2deg);
	transform:skew(0deg,2deg);
}

@media (max-width: 750px) {
	strong {
		font-size: 1.2em;
		letter-spacing: 1px;
		/* width: 100%; */
		margin-left: -20px;
	}
}

strong.ment {
	display: inline-block;
	-webkit-transform:skew(0deg,0deg);
	transform:skew(0deg,0deg);
}

.profile strong {
	display: inline-block;
	background-color: #004DB4;
	font-size: 1.2em;
	font-style: italic;
	color: #fff;
	margin-bottom: 40px;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 10px;
}

@media (max-width: 750px) {
	.profile strong {
		font-size: 1em;
		padding-left: 20px;
	}
}

.profile h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0px;
}

.big-text {
	display: block;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	font-size: 2em;

	border-top: 2px solid blue;
	border-bottom: 2px solid red;

	text-align: center;
	margin: 60px auto;
}

h5.general-info {
	display: block;
	font-family: "a-otf-futo-min-a101-pr6n",serif;
	text-align: center;

	margin-top: 80px;
}

.general-info:before {
	content: url('../images/line.png');
	font-size: 1.8em;
	vertical-align: super;
	margin-right: 20px;
}

.general-info:after {
	content: url('../images/line.png');
	font-size: 1.8em;
	vertical-align: super;
	margin-left: 20px;
}

@media (max-width: 750px) {
	.general-info:before,
	.general-info:after {
		display: none;
	}

	.general-info {
		border-bottom: 2px solid #eee;
	}
}

dt {
	display: inline-block;
}

dd {
	margin-top: -23px;
	margin-left: 90px;
}

.gallery img {
	padding: 2px;
}

.price-box {
	background-color: #E6E7E8;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* Smaller than tablet */
@media (max-width: 750px) {
	.price-box {
		padding: 20px 15px;
	}
}

.price-total {
	font-size: 1.8em;
	display: inline-block;
	text-align: center;
	width: 80%;
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px 30px;
	margin: 0 auto 40px;
	filter: drop-shadow(10px 10px 0px #d3d3d3);
}

/* Smaller than tablet */
@media (max-width: 750px) {
	.price-total {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
}

.price-box h5 {
	font-size: 1.2em;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

/* Smaller than tablet */
@media (max-width: 750px) {
	.price-box h5 {
		font-size: 0.9em;
		letter-spacing: 0px;
	}
}

.price-box p {
	font-size: 0.9em;
}

.price-total small {
	font-size: 0.6em;
}

.footer-box {
	border: 4px solid #b41c21;
	font-size: 1em;
	margin-bottom: 80px;
	margin-top: 80px;
}

.footer-box > h4 {
	background: #b41c21;
	color: white;
	font-weight: 700;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	padding: 5px 20px;
}

.footer-box p {
	margin-bottom: 8px;
	margin-left: 8px;
}

.footer-logo {
	width: 300px;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  background: url(../images/scroll-to-top.png) no-repeat center top;
  width: 120px;
  height: 120px;
  cursor: pointer;
  display: none;
  z-index: 10001; }

  .scroll-to-top:hover {
    background: url(../images/scroll-to-top.png) no-repeat center top; }

/* Smaller than tablet */
@media (max-width: 750px) {
	.scroll-to-top {
		right: -20px;
		bottom: -40px;
	}
}