@charset "utf-8";

/* full ph caption */
	.ph {
		position: relative;
		z-index: 0;
	}
	.ph img {
		width: 100%;
	}
	.ph span {
		position: absolute;
		bottom: 5px;
		right: 7px;
		font-size: 10px;
		line-height: 15px;
		text-align: right;
		color: #fff;
		z-index: 1;
	}

	#mainVisual {
		position: relative;
		height: 380px;
		background: url(../../../imgs/aoyama_header_bg.jpg) no-repeat center top;
		background-size: cover;
	}
	#mainVisual h2 {
		position: absolute;
		top: 200px;
		left: 0;
		width: 100%;
		text-align: center;

		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.hdrFixed #mainVisual h2 {
		top: 0;
		left: 0;
	}

	h4.titleA {
		margin-bottom: 0;
		line-height: 1.6;
		text-align: left;
	}

	.h {
		padding: 10px;
		background: #ad9752;
		text-align: center;
	}
	.httl {
		margin-bottom: 15px;
	}

/* .section.num1 */
	.section.num1 {
		padding-bottom: 120px;
		text-align: center;
	}
	.lead {
		text-align: center;
		font-size: 16px;
		line-height: 2;
	}
.l-content-container {
  background-color: #fafafa;
}
#mainContent {
  padding: 0;
}
.c-content-block__inner {
  padding: 24px 16px;
}
.p-article-container {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0px 0px 100px 0px rgba(230,230,230,0.2);
  -moz-box-shadow: 0px 0px 100px 0px rgba(230,230,230,0.2);
  -webkit-box-shadow: 0px 0px 100px 0px rgba(230,230,230,0.2);
}
.p-article-headline-block-info {
  letter-spacing: -.4em;
}
.p-article-headline-info__date,
.p-article-headline-info__category {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.p-article-headline-info__date {
  margin-right: 8px;
}
.p-article-headline-info__category {
  color: #666;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 1px 16px;
  border-radius: 30px;
  moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: .8333em;
  vertical-align: baseline;
}
.p-article-headline-info__title {
  margin: 8px 0 16px;
  color: #333;
  font-weight: bold;
  font-size: 1.3333em;
}
.p-article-content p {
  margin-top: 1em;
}
.-flex.p-card-figure {
  display: flex;
  gap: 0 24px;
}
.p-article-figure {
  margin-top: 24px;
}
.p-article-price {
  margin-top: 8px;
  text-align: right;
}
.-flex.p-article-price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-tax,
.p-article-price__item {
  font-size: 12px;
}
.p-article-price__item:nth-of-type(2) {
  margin-left: 24px;
}
.p-article-price__item:last-of-type {
  flex-basis: 100%;
  border-top: 1px solid #efefef;
  margin-top: 4px;
  padding-top: 4px;
}
.p-article-price__campaign {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 639px) {
.p-article-figure__item:not(:first-of-type) {
  margin-top: 32px;
}
}
.p-article-figure__image {
  position: relative;
  z-index: 0;
}
.p-article-figure__image::before,
.p-article-figure__image::after {
  color: #fff;
  display: inline-block;
  position: absolute;
}
.p-article-figure__image::before {
  content: "imagephoto";
  margin: 0 12px 8px 0;
  bottom: 0px;
  right: 0px;
  font-size: 10px;
}
.p-article-figure__image::after {
  content: attr(data-text)"";
  background: rgba(0,0,0,.4);
  padding: 4px 8px;
  top: 0px;
  left: 0px;
  font-size: 12px;
}
.p-article-price span {
  margin-left: 8px;
}
.p-article-price__line {
  text-decoration: line-through;
}
@media only screen and (min-width: 640px) {
.-flex.p-article-figure {
  display: flex;
}
.-col_2.-flex.p-article-figure {
  flex-wrap: wrap;
  gap: 32px 24px;
}
.p-article-figure__item {
  flex-basis: 100%;
}
.-col_2 .p-article-figure__item {
  flex-basis: calc((100% - 24px) / 2);
}
.p-article-figure__item:not(:first-of-type) {
  margin-left: 16px;
}
.-col_2 .p-article-figure__item:not(:first-of-type) {
  margin-left: 0;
}
}
.p-article-figure img {
  vertical-align: bottom;
}
.p-article-info {
  margin-top: 16px;
}
.p-article-figure + .p-article-info {
  margin-top: 24px;
}
.p-article-info__list {
  line-height: 1.7;
}
.-desc.p-article-info__list {
  background-color: #EEEEEF;
  padding: 16px;
}
.-desc.p-article-info__list:not(:first-of-type) {
  margin-top: 16px;
}
.-note.p-article-info__list {
  font-size: 12px;
  margin-top: 1em;
}
.p-article-info__list li {
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.p-article-info__list li:not(:first-of-type) {
  margin-top: 4px;
}
.p-article-info__list li::before {
  margin-right: .5em;
}
.-desc.p-article-info__list li::before {
  content: "◎";
}
.p-headline-3--type__side {
  font-size: 0.8333em;
}
.c-headline-3__en {
  display: block;
  font-size: 1.3333em;
  font-weight: bold;
  margin-bottom: -4px;
}
.p-sub-menu {
  border-top: 1px solid #e6e6e6;
  margin-top: 16px;
}
.p-sub-menu__category,
.p-sub-menu__archive {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
  padding-bottom: 24px;
}
.p-sub-menu li {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.p-sub-menu a,
.p-sub-menu a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-sub-menu a {
  display: block;
  padding: 16px;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  position: relative;
}
.p-sub-menu a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #a9b4cd;
  border-right: 2px solid #a9b4cd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
}
.p-sub-menu a:hover {
  text-decoration: none;
  color: #294481;
  background-color: #fafafa;
}
.p-sub-menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #294481;
  border-right: 2px solid #294481;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
}
.p-sub-menu__back a {
  text-align: center;
}
.p-sub-menu__back a:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 24px;
}
.p-sub-menu__back a:hover:after {
  border-right: 2px solid #294481;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 20px;
}
.hover{
  display: none;
}
/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal{
  display: none;
}
/* ホバー時に、ホバー時の文字を表示する */
a:hover .hover{
  display: inline;
}
@media only screen and (min-width: 768px) {
.c-content-block__inner {
  padding: 40px;
}
.p-article-container {
  padding: 24px;
}
}
@media screen and (min-width: 1200px) {
.l-content-container__inner {
  width: 1100px;
  padding-bottom: 80px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
	   box-sizing: border-box;
}
#mainContent {
  float: left;
  width: 720px;
}
.c-content-block {
  margin-top: 56px;
}
.c-content-block__inner {
  margin: 0 auto;
  padding: 0;
}
.p-article-container {
  padding: 32px;
}
.l-side {
  float: right;
  width: 340px;
}
.pagetop {
  clear: both;
}
}
@media only screen and (max-width: 900px) {
}

/* .section.num2 */
	.section.num2 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num3 */
	.section.num3 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num4 */
	.section.num4 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-01.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num5 */
	.section.num5 {
		padding-top: 80px;
		padding-bottom: 80px;
		background: url(../imgs/bg-sec-02.png) repeat left top;
	}
@media only screen and (max-width: 900px) {
}

/* .section.num6 */
	.section.num6 {
		padding-top: 100px;
		font-size: 12px;
		text-align: center;
	}
	.section.num6 .wrap {
		max-width: 581px;
	}
	.section.num6 .wrap .btn {
		position: absolute;
		top: 115px;
		right: 0;
	}
@media only screen and (max-width: 640px) {
	.section.num6 .wrap .btn {
		position: static;
		margin-top: 20px;
		text-align: center;
	}
}

	.phList {
		overflow: hidden;
	}
	.phList li {
		display: inline-block;
		width: 33.33%;
	}
	.phList li img {
		vertical-align: top;
	}
@media only screen and (max-width: 640px) {
	.phList {
		margin-top: -20px;
	}
	.phList li {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.phList li img {
		width: 100%;
	}
	.phList li p img {
		width: auto;
	}
}

	.clearfix.num1 .fl {
		width: 29.2%;
	}
	.clearfix.num1 .fr {
		width: 64.6%;
	}
@media only screen and (max-width: 640px) {
	.clearfix.num1 .fl,
	.clearfix.num1 .fr {
		width: auto;
	}
	.clearfix.num1 .fr {
		margin-top: 60px;
	}
}

	.boxA {
		padding: 60px;
		background: #fff;
	}
	.boxB {
		padding: 25px;
		background: #fff;
		border: solid 1px #d6cba8;
		font-size: 11px;
		line-height: 1.6;
	}
@media only screen and (max-width: 640px) {
	.boxA {
		padding: 30px;
	}
}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.col2 {
		margin-left: -5%;
	}
	.clmBox.col2 > div {
		width: 45%;
		margin-left: 5%;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: -5%;
	}
	.clmBox.col3 > div {
		width: 28.33%;
		margin-top: 30px;
		margin-left: 5%;
	}

	.clmBox.col6 {
		margin-top: -20px;
		margin-left: -5%;
	}
	.clmBox.col6 > div {
		width: 11.66%;
		margin-top: 20px;
		margin-left: 5%;
	}
@media only screen and (max-width: 900px) {
	.clmBox.icol2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.icol2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 > div {
		width: 46%;
	}
	.clmBox.col3 > div.clsp {
		clear:left;
	}
}
@media only screen and (max-width: 640px) {
	.clmBox.col2 {
		margin-top: -40px;
		margin-left: 0;
	}
	.clmBox.col2 > div {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
	}

	.clmBox.col3 {
		margin-top: -30px;
		margin-left: 0;
	}
	.clmBox.col3 > div {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-left: 0;
	}

	.clmBox.col6 > div {
		width: 28.33%;
	}
}
@media only screen and (max-width: 480px) {
	.clmBox.col6 > div {
		width: 45%;
	}
}

	.imgBox {
		display: table;
		width: 100%;
	}
	.imgBox .photo,
	.imgBox .txtArea,
	.imgBox .numb {
		display: table-cell;
		vertical-align: middle;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.imgBox.num1 .numb {
		width: 70px;
		padding-right: 30px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num1 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num1 .numb {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #898989;
	}

	.imgBox.num2 .txtArea {
		font-size: 11px;
		line-height: 1.8;
	}
	.imgBox.num2 .photo {
		width: 137px;
		padding-right: 20px;
		text-align: left;
	}
@media only screen and (max-width: 480px) {
	.imgBox.num2 .txtArea {
		display: block;
		margin-top: 20px;
	}
	.imgBox.num2 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num3 .txtArea {
		vertical-align: top;
	}
	.imgBox.num3 .photo {
		width: 520px;
		padding-left: 60px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num3 .txtArea {
		display: block;
	}
	.imgBox.num3 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}

	.imgBox.num4 .photo {
		width: 250px;
		padding-right: 75px;
		text-align: left;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num4 .txtArea {
		display: block;
		margin-top: 40px;
	}
	.imgBox.num4 .photo {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}

	.imgBox.num5 .txtArea {
		vertical-align: top;
		letter-spacing: 1px;
	}
	.imgBox.num5 .photo {
		width: 312px;
		padding-left: 30px;
		text-align: left;
		vertical-align: top;
	}
@media only screen and (max-width: 900px) {
	.imgBox.num5 .txtArea {
		display: block;
	}
	.imgBox.num5 .photo {
		display: block;
		width: auto;
		margin-top: 40px;
		padding-left: 0;
		text-align: center;
	}
}
