@charset "UTF-8";
/* line 9, ../_sass/otona.scss */
.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  /* line 9, ../_sass/otona.scss */
  .pc {
    display: block;
  }
}

/* line 16, ../_sass/otona.scss */
.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  /* line 16, ../_sass/otona.scss */
  .sp {
    display: none;
  }
}

/**
 * ページ見出し
 */
/* line 27, ../_sass/otona.scss */
section.main-cover {
  background-image: url(../img/otona/cover_sp.jpg);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  /* line 27, ../_sass/otona.scss */
  section.main-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/otona/jewelry/cover_pc.jpg);
    height: 547px;
    vertical-align: middle;
    display: table-cell;
  }
}
@media print, screen and (min-width: 1200px) {
  /* line 27, ../_sass/otona.scss */
  section.main-cover {
    display: block;
  }
}
/* line 41, ../_sass/otona.scss */
section.main-cover img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  /* line 41, ../_sass/otona.scss */
  section.main-cover img {
    width: 100%;
    max-width: 1365px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
  }
}

/* line 56, ../_sass/otona.scss */
section.main-copy {
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 100px;
  background: #920783;
}

/**
 * 動画
 */
/* line 67, ../_sass/otona.scss */
section.movie {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}
/* line 71, ../_sass/otona.scss */
section.movie iframe {
  width: 90%;
  height: 240px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  /* line 71, ../_sass/otona.scss */
  section.movie iframe {
    width: 750px;
    height: 422px;
  }
}

/* line 82, ../_sass/otona.scss */
.video {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  /* line 82, ../_sass/otona.scss */
  .video {
    width: 768px;
  }
}

/* line 91, ../_sass/otona.scss */
video::-internal-media-controls-download-button {
  display: none;
}

/* line 95, ../_sass/otona.scss */
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/* line 99, ../_sass/otona.scss */
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}

/**
 * リード
 */
/* line 108, ../_sass/otona.scss */
section.lead {
  margin-top: 0px;
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  /* line 108, ../_sass/otona.scss */
  section.lead {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  /* line 116, ../_sass/otona.scss */
  section.lead .container {
    width: 720px;
  }
}
/* line 122, ../_sass/otona.scss */
section.lead p {
  margin-bottom: 1.0em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  /* line 122, ../_sass/otona.scss */
  section.lead p {
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 2.0em;
    text-align: center;
  }
}

/**
 * 虫眼鏡
 */
/* line 141, ../_sass/otona.scss */
section.mushimegane ul {
  margin-bottom: 50px;
}
/* line 143, ../_sass/otona.scss */
section.mushimegane ul li {
  width: 80%;
  margin: -20px auto 0;
}
/* line 146, ../_sass/otona.scss */
section.mushimegane ul li img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  /* line 152, ../_sass/otona.scss */
  section.mushimegane ul {
    position: relative;
    max-height: 396px;
    margin-bottom: 50px;
  }
  /* line 2, ../_sass/_base/_mixins.scss */
  section.mushimegane ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 157, ../_sass/otona.scss */
  section.mushimegane ul li {
    float: left;
    width: 33%;
  }
  /* line 166, ../_sass/otona.scss */
  section.mushimegane ul li img {
    width: 100%;
    max-width: 393px;
  }
}
/* line 173, ../_sass/otona.scss */
section.mushimegane p {
  font-size: 1.7rem;
  padding: 30px 30px;
  color: #920783;
  border: 3px solid #920783;
}
@media print, screen and (min-width: 768px) {
  /* line 173, ../_sass/otona.scss */
  section.mushimegane p {
    padding: 30px 40px;
    margin-bottom: 50px;
  }
}

/* line 186, ../_sass/otona.scss */
section.line h2,
section.neighborhood h2 {
  text-align: center;
  font-size: 2.0rem;
  font-family: Hiragino Mincho ProN, Hiragino Mincho Pro, YuMincho, serif;
  font-weight: bold;
  color: #004896;
}
@media print, screen and (min-width: 768px) {
  /* line 186, ../_sass/otona.scss */
  section.line h2,
  section.neighborhood h2 {
    margin: 0;
    font-size: 2.4rem;
  }
  /* line 196, ../_sass/otona.scss */
  section.line h2 br,
  section.neighborhood h2 br {
    display: none;
  }
}

/* line 202, ../_sass/otona.scss */
section.line {
  margin: 0 15px 30px;
}
@media print, screen and (min-width: 768px) {
  /* line 202, ../_sass/otona.scss */
  section.line {
    margin: 0 0 50px;
  }
}
/* line 208, ../_sass/otona.scss */
section.line .container {
  background: #fff;
  padding: 0px 20px 20px 20px;
}
@media print, screen and (min-width: 768px) {
  /* line 208, ../_sass/otona.scss */
  section.line .container {
    padding: 30px 20px 20px 20px;
  }
}
/* line 214, ../_sass/otona.scss */
section.line .container h2 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  /* line 214, ../_sass/otona.scss */
  section.line .container h2 {
    margin-bottom: 30px;
  }
}
/* line 222, ../_sass/otona.scss */
section.line figure {
  margin-top: 20px;
}
/* line 225, ../_sass/otona.scss */
section.line figure img {
  width: 100%;
  margin-top: 0;
}

/* line 233, ../_sass/otona.scss */
.neighborhood .row {
  padding-top: 0px;
}
@media print, screen and (min-width: 768px) {
  /* line 233, ../_sass/otona.scss */
  .neighborhood .row {
    padding-top: 30px;
  }
}
/* line 238, ../_sass/otona.scss */
.neighborhood .row h2 {
  padding-left: 20px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  /* line 238, ../_sass/otona.scss */
  .neighborhood .row h2 {
    margin-bottom: 30px;
  }
}

/* 2018.04.05 css */
.btn {
	width: 400px;
    margin: 0 auto 25px auto;
	text-align: center;
}
.btn a {
	display: block;
	position: relative;
    padding: 40px 20px 40px 110px;
    border-radius: 0px;
    height: 100%;
    background: #fff;
    text-align: left;
	font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    color: #6d2a66;
	-moz-transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
}
.btn a span {
	display: block;
    font-size: 14px;
    line-height: 1;
    padding-left: 2px;
    margin-bottom: 5px;
}
.btn.store a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    content: "";
	background: url(../img/otona/jewelry/i_shop.png) no-repeat;
    background-size: contain;
    width: 58px;
    height: 45px;
}
.btn.line a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
    content: "";
	background: url(../img/otona/jewelry/i_line.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 70px;
}
.btn a:after {
    display: block;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #6d2a66;
    border-right: 1px solid #6d2a66;
	border: 5px solid transparent;
    transform: none;
    top: 0;
    bottom: 0;
    margin: auto;
	border-left: 8px solid #6d2a66;
    right: 5%;
}
.btn a:hover {
	-moz-transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	section.neighborhood .row.bg-purple h2 {
		padding: 0 15px;
	}
	.btn {
		width: 100%;
	}
	.btn a {
		padding: 25px 20px 25px 70px;
		font-size: 3.6vw;
	}
	.btn.store a:before {
		left: 15px;
		width: 43px;
   		height: 33px;
	}
	.btn.line a:before {
		left: 15px;
		width: 43px;
		height: 55px;
	}
	.btn a:after {
		right: 1%;
	}
	.btn a span {
		font-size: 16px;
	}
	.column2 {
		padding: 30px 0 0; 
	}
}


section.neighborhood .row.bg-purple {
	background: #881c7c;
}
section.neighborhood .row.bg-purple p {
	margin-bottom: 22px;
	text-align: center;
    font-size: 2.2rem;
    font-family: Hiragino Mincho ProN, Hiragino Mincho Pro, YuMincho, serif;
    font-weight: bold;
	color: #fff;
}
.flow ol {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.flow ol > li {
  margin: 0;
  padding: 20px 5px;
  border-bottom: 1px solid #e6e6e6;
}
.flow ol > li:last-child {
	border-bottom: none;
}
.flow ol > li .title h3 {
  padding: 0;
  margin: 0;
  background-color: #920783;
  color: #ffffff;
  font-size: 18px;
}

.flow ol > li .title h3 .number {
  display: table-cell;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background-color: #6d2a66;
  font-size: 28px;
  font-weight: normal;
}

.flow ol > li .title h3 b {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
font-family: Hiragino Mincho ProN, Hiragino Mincho Pro, YuMincho, serif;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .flow ol > li .title h3 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .flow ol > li .title h3 {
    margin-bottom: 0;
  }
}

.flow ol > li .title img {
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .flow ol > li .title img {
    margin-bottom: 0;
    width: 50%;
    float: right;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .flow ol > li .title img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.flow ol > li .body h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #920783;
  font-size: 20px;
	font-family: Hiragino Mincho ProN, Hiragino Mincho Pro, YuMincho, serif;
  font-weight: bold;
}
.flow ol > li .body p.caution {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.flow ol > li .body a.button {
  margin: 5px 0;
}


.flow dl {
	margin-bottom: 100px;
}
.flow dt.js-aco {
	position: relative;
	padding: 17px 0;
	background: #920783;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: Hiragino Mincho ProN, Hiragino Mincho Pro, YuMincho, serif;
    font-weight: bold;
	-moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
}
.flow dt.js-aco:hover {
	cursor: pointer;
	background: #731b69;
	text-decoration: none;
}
.flow dt.js-aco::after {
	position: absolute;
	top: 43%;
	right: 30%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 9px solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	.flow dl {
		margin-bottom: 50px;
	}
	.flow dt.js-aco {
		font-size: 16px;
	}
	.flow dt.js-aco::after {
		right: 5%;
	}
}
ul.column2 {
	display: flex;
    justify-content: center;
}
ul.column2 li {
	width: 45%;
	display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	ul.column2 {
		display: block;
	}
	ul.column2 li {
		width: 100%;
	}
}