@charset "UTF-8";
/*======== MIXIN ==========*/
/* Media Query */
/* Fonts */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Diamonds Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Diamonds/Diamonds%20Regular.ttf") format("truetype");
}

/* ng-nu ====================== */
.module__ng-nu-sidemenu .slogan {
  display: block;
  height: 9.375rem;
  position: relative;
  margin: 0 0 6.25rem;
}

.module__ng-nu-sidemenu .slogan .copy {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31.25rem;
  height: 9.375rem;
  background: url(../img/content/ng_nu_module/module__ng-catchcopy.png) no-repeat 0 0;
  background-size: 100% auto;
}

.module__ng-nu-sidemenu .slogan .logo {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17.875rem;
  height: 4.375rem;
  background: url(../img/content/ng_nu_module/module__ng-logo.png) no-repeat 0 0;
  background-size: 100% auto;
  transition: .4s;
}

.module__ng-nu-sidemenu .row {
  flex-wrap: wrap;
  margin: 6.25rem -1rem;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item {
  display: block;
  box-sizing: border-box;
  border: #d6d3d3 solid .125rem;
  border-top: none;
  border-left: none;
  margin: 1rem;
  transition: .4s;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.is--one-third {
  width: calc((100% - 6rem) / 3);
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.is--half {
  width: calc((100% - 4rem) / 2);
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item a {
  display: block;
  color: #656464;
  padding: 0 10.375rem 0 0;
  position: relative;
  box-sizing: border-box;
  border: #fff solid .125rem;
  border-top: none;
  border-left: none;
  height: 10.375rem;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item .title {
  position: absolute;
  top: 0;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item .title-en {
  font-size: 1.5rem;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item .title-jp {
  font-family: serif;
  font-size: 1rem;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.concept {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb01.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.philosophy {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb02.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.mechanism {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb03.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.component {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb04.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.farm {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb05.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.factory {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb06.jpg) no-repeat 100% 0;
  background-size: 10.25rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.from {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb07.jpg) no-repeat 100% 0;
  background-size: 20.5rem auto;
}

.module__ng-nu-sidemenu .module__ng-nu-sidemenu-item.product {
  background: url(../img/content/ng_nu_module/module__ng-nu-sidemenu-thumb08.jpg) no-repeat 100% 0;
  background-size: 20.5rem auto;
}

/* ng-nu-concept ====================== */
.ng-nu-concept {
  box-sizing: border-box;
  background: url(../img/content/ng_nu_concept/ng-nu-concept__bg.jpg) no-repeat 50% 0, linear-gradient(to bottom, #f6edf5 0%, #ffffff 100%) no-repeat 100% 0, linear-gradient(to bottom, #faf8fc 0%, #ffffff 100%) no-repeat 0% 0;
  background-size: 64rem auto, 50% auto, 50% auto;
  position: relative;
  min-height: 64rem;
  padding-top: 10rem;
  font-family: serif;
}

.ng-nu-concept .concept {
  width: calc(100% - 30rem);
}

.ng-nu-concept .concept-def {
  font-size: 1.25rem;
  margin: 0 0 2rem 0;
}

.ng-nu-concept .concept-text {
  font-size: 1rem;
  line-height: 2;
}

.ng-nu-concept p {
  margin: 2rem 0;
}

/* ng-nu-component ====================== */
.ng-nu-component {
  font-family: serif;
}

.ng-nu-component .container {
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
}

.ng-nu-component .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng-nu-component .chapter1 {
  margin: 6rem 0 0;
}

.ng-nu-component .title-point {
  text-align: center;
  margin: 6rem 0 0;
  font-size: 1.25rem;
}

.ng-nu-component .title-feature {
  font-size: 2rem;
  color: #daa9a9;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0 3rem;
}

.ng-nu-component .icon-group-component {
  text-align: center;
  margin: 2rem 0 3rem;
}

.ng-nu-component .icon-group-component img {
  vertical-align: middle;
  width: auto;
  height: auto;
}

.ng-nu-component .explanation {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}

.ng-nu-component .component-chart-group1 {
  display: flex;
  flex-wrap: wrap;
  margin: 6rem 0;
}

.ng-nu-component .component-chart-group1 .item-group {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0;
  border: #675048 .0625rem solid;
}

.ng-nu-component .component-chart-group1 .item-group-title {
  border: #675048 .0625rem solid;
  border-left: none;
  border-right: none;
  display: inline-block;
  padding: .5rem 2rem;
  margin: 1rem 2rem;
}

.ng-nu-component .component-chart-group1 .item-group:nth-child(odd) {
  border-top: none;
  border-left: none;
}

.ng-nu-component .component-chart-group1 .item-group:nth-child(even) {
  border-top: none;
  border-right: none;
  border-left: none;
}

.ng-nu-component .component-chart-group1 .item-group:nth-child(3),
.ng-nu-component .component-chart-group1 .item-group:nth-child(4) {
  border-bottom: none;
}

.ng-nu-component .component-chart-group1 .item-group:nth-child(4):before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
}

.ng-nu-component .component-chart-group1 .item {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 1rem;
  display: flex;
}

.ng-nu-component .component-chart-group1 .item-name {
  color: #a7394a;
  font-weight: 700;
}

.ng-nu-component .component-chart-group1 .thumbnail {
  padding: 0 2rem 0 0;
  width: 6.625rem;
  height: 6.625rem;
  position: relative;
}

.ng-nu-component .component-chart-group1 .thumbnail img {
  width: 6.625rem;
}

.ng-nu-component .component-chart-group1 .thumbnail img.is--big {
  width: 7.625rem;
  position: absolute;
}

.ng-nu-component .component-chart-group1 .item-appeal {
  color: #fff;
  background: #a7394a;
  padding: .5rem 1.25rem;
  position: absolute;
  right: 1rem;
  top: 0;
  text-align: center;
  font-size: .875rem;
}

.ng-nu-component .strike-box {
  color: #fff;
  background: #e4c4c9;
  padding: 3rem;
  font-size: 1.5rem;
  text-align: center;
}

.ng-nu-component .strike-box .strike-title {
  color: #a7394a;
  padding: 0 0 .5rem;
  border-bottom: .0625rem #fff solid;
  margin: 0 0 3rem;
}

.ng-nu-component .strike-box .strike {
  font-size: 1.25rem;
  padding: 0 0;
  margin: 3rem 4rem;
  background: url(../img/content/ng_nu_component/strike.svg) 50% 50% no-repeat;
}

.ng-nu-component .border-box {
  border: .0625rem solid #a7394a;
  padding: 3rem;
  font-size: 1.5rem;
  text-align: center;
  margin: 3rem 0;
}

.ng-nu-component .component-chart-group2 {
  display: flex;
  flex-wrap: wrap;
  margin: 6rem 0;
}

.ng-nu-component .component-chart-group2 .title-group {
  font-size: 1.5rem;
  width: 100%;
  margin: 0 0 1rem;
}

.ng-nu-component .component-chart-group2 .item {
  width: 50%;
  border: #675048 .0625rem solid;
  padding: 1rem;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

.ng-nu-component .component-chart-group2 .item:nth-child(2),
.ng-nu-component .component-chart-group2 .item:nth-child(4) {
  border-top: none;
  border-left: none;
}

.ng-nu-component .component-chart-group2 .item:nth-child(3) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.ng-nu-component .component-chart-group2 .item:nth-child(5) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.ng-nu-component .component-chart-group2 .item:nth-child(5):before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(5):after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  bottom: 0rem;
  height: 1rem;
  width: 1rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(6) {
  border-top: none;
  border-left: none;
  width: calc(100% / 3);
}

.ng-nu-component .component-chart-group2 .item:nth-child(7) {
  border-top: none;
  border-left: none;
  width: calc(100% / 3);
}

.ng-nu-component .component-chart-group2 .item:nth-child(7):before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(7):after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  bottom: 0rem;
  height: 1rem;
  width: 1rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(8) {
  border-top: none;
  border-left: none;
  border-right: none;
  width: calc(100% / 3);
}

.ng-nu-component .component-chart-group2 .item:nth-child(8):before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(8):after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  bottom: 0rem;
  height: 1rem;
  width: 1rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item:nth-child(9) {
  border-top: none;
  border-left: none;
}

.ng-nu-component .component-chart-group2 .item:nth-child(10) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.ng-nu-component .component-chart-group2 .item:nth-child(10):before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  height: 2rem;
  width: 2rem;
  background: #fff;
}

.ng-nu-component .component-chart-group2 .item-title {
  border: #a7394a .0625rem solid;
  border-left: none;
  border-right: none;
  display: inline-block;
  padding: .5rem 2rem;
  margin: 1rem 2rem;
  color: #a7394a;
}

.ng-nu-component .component-chart-group2 em {
  font-style: normal;
  color: #a7394a;
}

/* ng-nu-factory ====================== */
.ng-nu-factory {
  font-family: serif;
}

.ng-nu-factory .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
  z-index: 10;
}

.ng-nu-factory .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng-nu-factory .explanation {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}

.ng-nu-factory .button-group {
  display: flex;
  margin: 3rem -1rem;
  padding: 0 .5rem;
}

.ng-nu-factory .button-group .button {
  display: block;
  color: #b1505f;
  width: calc(50% - 1rem);
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.5rem;
  border: #b1505f solid .0625rem;
  text-align: center;
  margin: 0 .5rem;
  transition: .4s;
}

.ng-nu-factory .button-group .button:after {
  content: '▼';
  display: block;
  transform: scaleY(0.75) translate(0, -0.25rem);
}

.ng-nu-factory .title-division {
  margin: 0rem 0 0;
  background: #e4c4c9;
  height: 6rem;
  line-height: 6rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 3rem;
  box-sizing: border-box;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}

.ng-nu-factory .headline {
  margin: 3rem 0 0;
  color: #b1505f;
  font-size: 1.5rem;
  line-height: 1.5;
}

.ng-nu-factory p {
  margin: 0 0 3rem;
}

.ng-nu-factory .study-dev {
  position: relative;
  margin: 0rem 0 6rem;
  box-sizing: border-box;
  padding: 9rem 3rem 9rem;
  background: url(../img/content/ng_nu_factory/ng_nu_factory_chapter01-1-bg.jpg) 0 100% no-repeat;
  background-size: 100% auto;
}

.ng-nu-factory .study-dev .message-box {
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  padding: 3rem;
  box-sizing: border-box;
}

.ng-nu-factory .manufacture {
  margin: 6rem 0;
  position: relative;
  padding: 9rem 3rem 0rem;
  text-align: center;
}

.ng-nu-factory .manufacture .capture {
  margin: 6rem 0 0;
}

.ng-nu-factory .manufacture .cons {
  display: flex;
  margin: 6rem 0 0;
  justify-content: center;
  align-items: center;
}

.ng-nu-factory .manufacture .cons .title-cons {
  height: 15.625rem;
  width: 15.625rem;
  background: url(../img/content/ng_nu_factory/ng_nu_factory_chapter01-con-bg.png) 0 0 no-repeat;
  background-size: 15.625rem 15.625rem;
  text-align: center;
  line-height: 15.625rem;
  font-size: 1.8rem;
  color: #fff;
  flex-shrink: 0;
}

.ng-nu-factory .manufacture .cons .text {
  margin: 0 0 0 1rem;
  flex-basis: auto;
  text-align: left;
  font-size: 1.125rem;
  line-height: 2;
}

/* ng-nu-farm ====================== */
.ng-nu-farm {
  font-family: serif;
}

.ng-nu-farm .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
  z-index: 10;
}

.ng-nu-farm .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng-nu-farm .explanation {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}

.ng-nu-farm .keyart {
  margin: 6rem 0;
  background: url(../img/content/ng_nu_farm/ng_nu_farm001.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}

.ng-nu-farm .keyart:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 58.59375% 0 0;
}

.ng-nu-farm .keyart .text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4), -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.ng-nu-farm .puzzle-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 0 -1rem;
  padding: 0 .5rem;
  margin: 6rem -1rem 0;
}

.ng-nu-farm .puzzle-box .box1 {
  width: calc((100% / 3) - 1rem);
  margin: .5rem;
  height: auto;
  background: url(../img/content/ng_nu_farm/ng_nu_farm002.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.ng-nu-farm .puzzle-box .box1:before {
  content: '　';
  display: block;
  width: 100%;
  height: 100%;
}

.ng-nu-farm .puzzle-box .box2 {
  width: calc((100% / 3) + (100% / 3) - 1rem);
  color: #fff;
  background: #e4c4c9;
  margin: .5rem;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.ng-nu-farm .puzzle-box .box2 .text {
  padding: 3rem;
}

.ng-nu-farm .puzzle-box .box2 .headline {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.ng-nu-farm .puzzle-box .box3 {
  width: calc(3 * (100% / 4) - 1rem);
  margin: .5rem;
  height: 18rem;
  background: url(../img/content/ng_nu_farm/ng_nu_farm003.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.ng-nu-farm .puzzle-box .box3:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
}

.ng-nu-farm .puzzle-box .box4 {
  width: calc((100% / 4) - 1rem);
  margin: .5rem;
  height: 18rem;
  background: url(../img/content/ng_nu_farm/ng_nu_farm004.jpg) 50% 50% no-repeat;
  background-size: cover;
  /*
            &:before {
                content: '';
                display: block;
                width: 100%;
                height: auto;
                padding: calc((100% * 1.75) - 3.25rem) 0 0;
            }*/
}

.ng-nu-farm .puzzle-box .box4:before {
  content: '　';
  display: block;
  width: 100%;
  height: auto;
}

.ng-nu-farm .puzzle-box .box5 {
  width: calc(2 * (100% / 3) - 1rem);
  color: #fff;
  background: #89b593;
  margin: .5rem;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.ng-nu-farm .puzzle-box .box5 .text {
  padding: 3rem;
}

.ng-nu-farm .puzzle-box .box5 .headline {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.ng-nu-farm .puzzle-box .box6 {
  width: calc((100% / 3) - 1rem);
  margin: .5rem;
  height: auto;
  background: url(../img/content/ng_nu_farm/ng_nu_farm005.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.ng-nu-farm .puzzle-box .box6:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}

.ng-nu-farm .disc {
  margin: 0 0rem 6rem;
  text-align: right;
  font-size: .75rem;
}

.ng-nu-farm .jas-explanation-box {
  margin: 6rem 0;
}

.ng-nu-farm .jas-explanation-box .text {
  padding: 3rem 0;
}

.ng-nu-farm .jas-explanation-box .headline {
  font-size: 1.5rem;
  margin: 3rem 0 1rem;
  text-align: center;
  font-weight: 400;
}

.ng-nu-farm .jas-explanation-box .headline-sub {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: 400;
}

.ng-nu-farm .puzzle-box2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  margin: 0 -1rem;
  padding: 0 .5rem;
  margin: 6rem -1rem 6rem;
}

.ng-nu-farm .puzzle-box2 .box1 {
  width: calc((100% / 3) - 1rem);
  margin: .5rem;
  height: auto;
  background: url(../img/content/ng_nu_farm/ng_nu_farm006.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.ng-nu-farm .puzzle-box2 .box1:before {
  content: '　';
  display: block;
  width: 100%;
  height: 100%;
}

.ng-nu-farm .puzzle-box2 .box2 {
  width: calc((100% / 3) + (100% / 3) - 1rem);
  color: #fff;
  background: #c6ae74;
  margin: .5rem;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.ng-nu-farm .puzzle-box2 .box2 .text {
  padding: 3rem;
}

.ng-nu-farm .puzzle-box2 .box2 .headline {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.ng-nu-farm .puzzle-box2 .box2 ol {
  margin-left: 1.5rem;
}

/* ng_nu_from ====================== */
.ng_nu_from {
  font-family: serif;
}

.ng_nu_from .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
  z-index: 10;
}

.ng_nu_from .chapter1 {
  margin: 6rem 0;
}

.ng_nu_from .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng_nu_from .explanation {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
}

.ng_nu_from .case-title {
  margin: 6rem 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.ng_nu_from .thumbnail {
  width: 21rem;
  flex-shrink: 0;
}

.ng_nu_from .statement {
  font-size: 2rem;
  line-height: 1.5;
  flex-shrink: 1;
  padding: 0 0rem 0 2rem;
}

.ng_nu_from .name {
  font-size: 1.5rem;
  width: 100%;
}

.ng_nu_from .text {
  margin: 3rem 4rem;
  line-height: 2;
}

/* ng_nu_mechanism ====================== */
.ng_nu_mechanism {
  font-family: serif;
}

.ng_nu_mechanism .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
  z-index: 10;
}

.ng_nu_mechanism .chapter1 {
  margin: 6rem 0;
}

.ng_nu_mechanism .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng_nu_mechanism .catch {
  text-align: center;
  margin: 6rem 0;
}

.ng_nu_mechanism .catch .catch-title {
  font-weight: 400;
  font-size: 2rem;
  color: #e4c4c9;
  margin: 0 0 3rem;
}

.ng_nu_mechanism .catch .catch-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2;
}

.ng_nu_mechanism .catch .disc {
  margin: 0 0rem 6rem;
  text-align: right;
  font-size: .75rem;
}

.ng_nu_mechanism .puzzle-box {
  margin: 3rem 0 3rem;
  display: flex;
  border: solid .0625rem #e4c4c9;
  border-left: none;
  border-bottom: none;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r {
  position: relative;
  width: calc(100%/3);
  /*   display: flex;
            flex-wrap: wrap;*/
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r:before {
  content: '　';
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r .grid-top {
  position: relative;
  height: 50%;
  position: absolute;
  width: 100%;
  background: #e4c4c9;
  color: #fff;
  left: 0;
  top: -2rem;
  padding: 1rem;
  box-sizing: border-box;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r .grid-top .grid-top-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1rem;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r .grid-bottom {
  position: absolute;
  height: calc(50% + 2rem);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50%;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-r .grid-bottom .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 8rem;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-l {
  position: relative;
  width: calc(2 * (100%/3));
  padding: 2rem;
  box-sizing: border-box;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-l-title {
  display: flex;
  margin: 0 0 1rem;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-l-title .grid1 {
  font-size: 4.75rem;
  line-height: 1;
  width: 4.75rem;
  flex-shrink: 0;
}

.ng_nu_mechanism .puzzle-box .grid-lv1-l-title .grid2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.ng_nu_mechanism .puzzle-box p + .grid-lv1-l-title {
  margin: 3rem 0 1rem;
}

.ng_nu_mechanism .puzzle-box .disc {
  margin: 1rem 0;
  text-align: right;
  font-size: .75rem;
}

.ng_nu_mechanism .puzzle-box em {
  text-decoration: underline;
  color: #b1505f;
  font-style: normal;
}

.ng_nu_mechanism .symbol-mobile {
  width: 10rem;
  margin: 0rem auto;
  height: 8rem;
  display: none;
  position: relative;
}

.ng_nu_mechanism .symbol-mobile .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 8rem;
}

.ng_nu_mechanism .cons {
  margin: 3rem 0 6rem;
  font-size: 2rem;
  text-align: center;
  background: #e4c4c9;
  color: #fff;
  padding: 2rem 1rem;
}

.ng_nu_mechanism .case-title {
  margin: 6rem 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.ng_nu_mechanism .thumbnail {
  width: 21rem;
  flex-shrink: 0;
}

.ng_nu_mechanism .statement {
  font-size: 2rem;
  line-height: 1.5;
  flex-shrink: 1;
  padding: 0 0rem 0 2rem;
}

.ng_nu_mechanism .name {
  font-size: 1.5rem;
  width: 100%;
}

.ng_nu_mechanism .text {
  margin: 3rem 4rem;
  line-height: 2;
}

/* ng_nu_philosophy ====================== */
.ng_nu_philosophy {
  font-family: serif;
}

.ng_nu_philosophy .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 7.5rem;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/content/ng_nu_module/module__logo-vertical.png) 100% 0 no-repeat;
  background-size: 7.5rem auto;
  z-index: 10;
}

.ng_nu_philosophy .chapter1 {
  margin: 6rem 0;
}

.ng_nu_philosophy .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 6rem 2rem 0 0;
}

.ng_nu_philosophy .message1 {
  font-weight: 400;
  font-size: 2rem;
  color: #e4c4c9;
  margin: 0 0 3rem;
  text-align: center;
}

.ng_nu_philosophy .balloon-box {
  margin: 3rem 0 0;
  position: relative;
}

.ng_nu_philosophy .balloon-box:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.ng_nu_philosophy .balloon-box .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5rem 0;
  padding: 1rem 2rem;
  min-width: 14rem;
  max-width: 100%;
  background: #FFF;
  border: solid 1px #675048;
  box-sizing: border-box;
  border-radius: .25rem;
  float: left;
  margin: 2rem 2rem 2rem 10rem;
}

.ng_nu_philosophy .balloon-box .balloon:before {
  content: "";
  position: absolute;
  bottom: -1.6875rem;
  left: 50%;
  margin-left: -1.0625rem;
  border: .875rem solid transparent;
  border-top: .875rem solid #FFF;
  z-index: 2;
}

.ng_nu_philosophy .balloon-box .balloon:after {
  content: "";
  position: absolute;
  bottom: -1.8125rem;
  left: 50%;
  margin-left: -1.0625rem;
  border: .875rem solid transparent;
  border-top: .875rem solid #675048;
  z-index: 1;
}

.ng_nu_philosophy .balloon-box .balloon:nth-child(odd) {
  margin-top: 0rem;
}

.ng_nu_philosophy .balloon-box .balloon:nth-child(even) {
  margin-top: 3rem;
}

.ng_nu_philosophy .balloon-box .balloon:nth-child(odd) p:after {
  content: "";
  position: absolute;
  bottom: -1.8125rem;
  background: #fff;
  width: 1rem;
  height: 2rem;
  left: 50%;
  margin: 0 0 0 -0.25rem;
  z-index: 3;
}

.ng_nu_philosophy .balloon-box .balloon:nth-child(even) p:after {
  content: "";
  position: absolute;
  bottom: -1.8125rem;
  background: #fff;
  width: 1rem;
  height: 2rem;
  left: 50%;
  margin: 0 0 0 -1.2rem;
  z-index: 3;
}

.ng_nu_philosophy .message-box2 {
  margin: 3rem 0 0;
  padding: 0 0 28.125rem;
  background: url(../img/content/ng_nu_philosophy/ng_nu_philosophy001.png) 50% 100% no-repeat, linear-gradient(to top, #ede1e7 0%, #ffffff 100%) no-repeat 0 0;
  background-size: auto 25.625rem, 100%;
}

.ng_nu_philosophy .message-box2 .message {
  font-weight: 400;
  font-size: 2rem;
  margin: 0 0 0rem;
  text-align: center;
}

.ng_nu_philosophy .message-box3 {
  padding: 7rem 0 6rem;
  background: linear-gradient(to top, #ede1e7 0%, #ffffff 100%) no-repeat 0 0;
  position: relative;
  text-align: center;
}

.ng_nu_philosophy .message-box3 .message {
  font-weight: 400;
  font-size: 1.5rem;
  background: #e4c4c9;
  color: #fff;
  margin: 0 0 3rem;
  text-align: center;
  padding: 3rem 2rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  white-space: nowrap;
}

.ng_nu_philosophy .message-box3 .message2 {
  display: inline-block;
  text-align: center;
  border-top: dotted .0625rem #675048;
}

.ng_nu_philosophy .message-box3 .message2 .line {
  display: block;
  border-bottom: dotted .0625rem #675048;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.ng_nu_philosophy .message-box3 .arrow {
  display: block;
  width: 9.5rem;
  height: 5rem;
  background: url(../img/content/ng_nu_philosophy/ng_nu_philosophy002.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin: 3rem auto;
}

.ng_nu_philosophy .message-box3 .cons {
  padding: 2rem 2rem;
  border: solid .0625rem #b9616f;
  border-right: none;
  border-left: none;
  display: inline-block;
}

.ng_nu_philosophy .message-box3 .cons .cons-title {
  font-size: 2rem;
  color: #b9616f;
}

.ng_nu_philosophy .message-box3 .cons .cons-text {
  margin: 1rem 0 0;
}

/* ng_nu ====================== */
.ng_nu {
  font-family: serif;
}

.ng_nu .chapter1 {
  margin: 0rem 0 6rem;
  background: url(../img/content/ng_nu_top/ng_nu_top01.jpg) 100% 0 no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  position: relative;
}

.ng_nu .chapter1:before {
  content: '';
  display: block;
  padding: 62.609649122807% 0 0;
}

.ng_nu .message {
  font-weight: 400;
  font-size: 2rem;
  margin: 0 0 0rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
  padding: 0 1rem;
}

.ng_nu .message .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 0rem 0;
  margin: 0 0rem 1rem;
}

.ng_nu .message .subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 0 0rem 0;
}

/* misc-nextday ====================== */
.misc-nextday {
  margin: 6rem 0;
}

.misc-nextday p {
  margin: 2rem 0;
}

.misc-nextday .title-chapter + p {
  margin: 1rem 0 2rem;
}

.misc-nextday .title {
  font-size: 2rem;
  font-weight: 400;
  padding: 0 0 1rem 0;
  border-bottom: #675048 solid .0625rem;
  margin: 0rem 0rem 0 0;
}

.misc-nextday .map {
  max-width: 31.25rem;
  margin: 2rem auto;
}

.misc-nextday .chapter1 {
  margin: 3rem 0;
}

.misc-nextday .chapter1 .title-chapter {
  font-size: 1.375rem;
  font-weight: 400;
  color: #a4b677;
  background: url(../img/content/misc_nextday/icon-car.png) 0 0 no-repeat;
  padding: 0 0 0 3.75rem;
}

.misc-nextday .chapter1 .title-chapter .sm {
  font-size: .75em;
}

.misc-nextday .chapter1 .em {
  color: #bc281b;
}

.misc-nextday .chapter1 a {
  display: block;
  color: #675048;
  transition: .4s;
}

.misc-nextday .chapter1 a:before {
  content: '→';
  font-size: .625rem;
  display: inline-block;
  font-weight: 700;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background: #675048;
  border-radius: 1rem;
  text-align: center;
  vertical-align: middle;
  margin: 0 .5rem 0 0;
}

.misc-nextday .chapter1 dt {
  padding: 0 0 0 1.5rem;
  position: relative;
  margin: 1rem 0 0;
}

.misc-nextday .chapter1 dt:before {
  content: '■';
  position: absolute;
  left: 0;
}

.misc-nextday .chapter1 dd {
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: .86rem;
  margin: .5rem 0 0;
}

.misc-nextday .chapter1 dd:before {
  content: '・';
  position: absolute;
  left: 1.5rem;
}

.misc-nextday .chapter2 {
  margin: 3rem 0;
}

.misc-nextday .chapter2 .title-chapter {
  font-size: 1.375rem;
  font-weight: 400;
  border-bottom: #675048 solid .0625rem;
  padding: 0 0 0.5rem 0;
  margin: 0 0 0;
  font-weight: 700;
}

.misc-nextday .chapter2 a {
  display: inline-block;
  color: #675048;
  text-decoration: underline;
  transition: .4s;
}

/* eFirst ====================== */
.e_eFirst .chapter1 {
  margin: 6rem 0;
}

.e_eFirst .chapter1 .title-chapter {
  border-bottom: #549eae solid .25rem;
  position: relative;
}

.e_eFirst .chapter1 .title-chapter .logo {
  display: block;
  width: 6.5625rem;
  height: 4.8125rem;
  background: url(../img/content/e_eFirst/chapter1-title-logo.png) no-repeat 50% 0;
  background-size: 100% auto;
  margin: auto;
}

.e_eFirst .chapter1 .title-chapter .text {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: #549eae;
  text-align: center;
  padding: 0 0 .5rem 0;
}

.e_eFirst .chapter1 .title-chapter .item {
  width: 10.375rem;
  height: 8rem;
  position: absolute;
  background: url(../img/content/e_eFirst/chapter1-title-part2.png) no-repeat 50% 0;
  background-size: 100% auto;
  bottom: -.5rem;
  left: 1rem;
}

.e_eFirst .chapter1 .title-chapter .catch {
  width: 8.125rem;
  height: 8.125rem;
  position: absolute;
  background: url(../img/content/e_eFirst/chapter1-title-part1.png) no-repeat 50% 0;
  background-size: 100% auto;
  bottom: -.5rem;
  right: 1rem;
}

.e_eFirst .chapter1 .item-group01 {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem -1rem;
}

.e_eFirst .chapter1 .item-group01 .item {
  display: block;
  margin: 1rem 1rem;
  width: calc(50% - 2rem);
  background: #c4d9df;
  position: relative;
}

.e_eFirst .chapter1 .item-group01 .item.item01-01 {
  background: #c4d9df url(../img/content/e_eFirst/01_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 10rem 1rem 6rem 1rem;
}

.e_eFirst .chapter1 .item-group01 .item.item01-02 {
  background: #c4d9df url(../img/content/e_eFirst/02_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 10rem 1rem 6rem 1rem;
}

.e_eFirst .chapter1 .item-group01 .item.item01-03 {
  background: #c4d9df url(../img/content/e_eFirst/03_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 10rem 1rem 6rem 1rem;
}

.e_eFirst .chapter1 .item-group01 .item.item01-04 {
  background: #c4d9df url(../img/content/e_eFirst/04_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 10rem 1rem 6rem 1rem;
}

.e_eFirst .chapter1 .item-group01 .text-container {
  background: #fff;
  padding: 1rem;
  margin-left: 11rem;
}

.e_eFirst .chapter1 .item-group01 .text-container .title {
  font-size: 1.375rem;
  color: #549eae;
  margin: 0 0 .5rem;
}

.e_eFirst .chapter1 .item-group01 .item-name {
  margin: 1rem 0 0;
  font-weight: 700;
}

.e_eFirst .chapter1 .item-group01 .item-attribute {
  margin: .5rem 0 0;
}

.e_eFirst .chapter1 .item-group01 .button {
  background: #549eae;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  margin: 0rem 0;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  transition: .4s;
}

.e_eFirst .chapter1 .item-group01 .button:after {
  content: '▶';
  margin-left: 1rem;
}

.e_eFirst .chapter2 {
  margin: 6rem 0;
}

.e_eFirst .chapter2 .title-chapter {
  border-bottom: #eb8f8f solid .25rem;
  position: relative;
}

.e_eFirst .chapter2 .title-chapter .text {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: #eb8f8f;
  text-align: center;
  padding: 0 0 .5rem 0;
}

.e_eFirst .chapter2 .title-chapter .item {
  width: 8.625rem;
  height: 6.9375rem;
  position: absolute;
  background: url(../img/content/e_eFirst/chapter2-title-part2.png) no-repeat 50% 0;
  background-size: 100% auto;
  bottom: -.5rem;
  left: 1rem;
}

.e_eFirst .chapter2 .title-chapter .catch {
  width: 8.125rem;
  height: 8.125rem;
  position: absolute;
  background: url(../img/content/e_eFirst/chapter2-title-part1.png) no-repeat 50% 0;
  background-size: 100% auto;
  bottom: -.5rem;
  right: 1rem;
}

.e_eFirst .chapter2 .item-category {
  font-size: 1.5rem;
  width: calc(100% - 2rem);
  margin: 1rem 1rem;
  position: relative;
}

.e_eFirst .chapter2 .item-category .text {
  display: inline-block;
  margin: 0 1rem;
  padding: 0 1rem;
  background: #fff;
}

.e_eFirst .chapter2 .item-category:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: #675048 solid .125rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.e_eFirst .chapter2 .item-group02 {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem -1rem;
}

.e_eFirst .chapter2 .item-group02 .item {
  display: block;
  margin: 1rem 1rem;
  width: calc(50% - 2rem);
  background: #f3d8d8;
  position: relative;
}

.e_eFirst .chapter2 .item-group02 .item.item02-01-1 {
  background: #f3d8d8 url(../img/content/e_eFirst/09_bg_pc-1.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-01-2 {
  background: #f3d8d8 url(../img/content/e_eFirst/09_bg_pc-2.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-02 {
  background: #f3d8d8 url(../img/content/e_eFirst/05_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-03 {
  background: #f3d8d8 url(../img/content/e_eFirst/06_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-04 {
  background: #f3d8d8 url(../img/content/e_eFirst/07_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-05 {
  background: #f3d8d8 url(../img/content/e_eFirst/08_bg_pc.png) no-repeat 0 0;
  background-size: 24.375rem auto;
  min-height: 32.25rem;
  box-sizing: border-box;
  padding: 13rem 1rem 6rem 1rem;
}

.e_eFirst .chapter2 .item-group02 .item.item02-06 {
  background: url(../img/content/e_eFirst/10_bg_pc.png) no-repeat 50% 0, linear-gradient(to bottom, #fff 0%, #ffffff 100%) no-repeat 0 0, linear-gradient(to bottom, #f3d8d8 0%, #f3d8d8 100%) no-repeat 0 0;
  background-size: 49.375rem auto, 100% 4.875rem, 100%;
  width: calc(100% - 2rem);
  box-sizing: border-box;
  padding: 22rem 3rem 6rem 3rem;
}

.e_eFirst .chapter2 .item-group02 .text-container {
  background: #fff;
  padding: 1rem;
  margin-left: 11rem;
}

.e_eFirst .chapter2 .item-group02 .text-container .title {
  font-size: 1.375rem;
  color: #549eae;
  margin: 0 0 .5rem;
}

.e_eFirst .chapter2 .item-group02 .item02-06 .text-container {
  margin: 0;
}

.e_eFirst .chapter2 .item-group02 .item-name {
  margin: 1rem 0 0;
  font-weight: 700;
}

.e_eFirst .chapter2 .item-group02 .item-attribute {
  margin: .5rem 0 0;
}

.e_eFirst .chapter2 .item-group02 .button {
  background: #eb8f8f;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  margin: 0rem 0;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .4s;
}

.e_eFirst .chapter2 .item-group02 .button:after {
  content: '▶';
  margin-left: 1rem;
}

.e_eFirst .other-items {
  margin: 6rem 0;
}

.e_eFirst .other-items .title-chapter {
  border-bottom: #675048 solid .25rem;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: #675048;
  text-align: center;
  padding: 0 0 .5rem 0;
  margin: 0 0 1rem;
}

.e_eFirst .other-items ul {
  max-width: 48.75rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.e_eFirst .other-items li {
  width: 15.625rem;
  padding: .5rem;
  box-sizing: border-box;
}

/* lp module ====================== */
.pc-lp {
  display: block;
}

.mobile-lp {
  display: none;
}

/* cac2017basic3 ====================== */
.cac2017bacic3 {
  margin: 0px auto 150px;
  width: 1024px;
}

.cac2017bacic3 img {
  width: auto;
}

.cac2017bacic3 .pageLink {
  overflow: hidden;
  width: 319px;
  margin: 0 auto;
  padding: 48px 45px 85px;
}

.cac2017bacic3 .pageLink li {
  float: left;
}

.cac2017bacic3 .pageLink li:first-child {
  margin-left: 0;
}

/* three_steps */
.cac2017bacic3 #three_steps h3.step_title {
  text-align: center;
  margin-bottom: 106px;
  padding-top: 100px;
}

.cac2017bacic3 #three_steps .step_wrap {
  background-image: url("../img/content/cac2017basic3/bg1.png");
  background-repeat: no-repeat;
  position: relative;
  height: 1524px;
}

.cac2017bacic3 #three_steps .text01 {
  margin-left: 97px;
}

.cac2017bacic3 #three_steps .line {
  margin-top: 34px;
  margin-bottom: 36px;
}

.cac2017bacic3 #three_steps .step1 {
  width: 525px;
  position: absolute;
  right: 53px;
  top: -65px;
  text-align: center;
}

.cac2017bacic3 #three_steps .step1 .line {
  margin: 26px 0px 26px 71px;
}

.cac2017bacic3 #three_steps .step1 .detail {
  margin-left: -10px;
}

.cac2017bacic3 #three_steps .step1 .btn {
  margin-left: 263px;
  margin-top: 12px;
  text-align: left;
}

.cac2017bacic3 #three_steps .step2 {
  width: 485px;
  position: absolute;
  top: 333px;
  text-align: center;
}

.cac2017bacic3 #three_steps .step2 .line {
  margin: 28px 0px 14px 70px;
}

.cac2017bacic3 #three_steps .step2 .detail {
  margin-left: 56px;
}

.cac2017bacic3 #three_steps .step2 .btn {
  margin-left: 246px;
  margin-top: 20px;
  text-align: left;
}

.cac2017bacic3 #three_steps .step3 {
  width: 495px;
  position: absolute;
  top: 792px;
  right: 57px;
  text-align: center;
}

.cac2017bacic3 #three_steps .step3 .title {
  margin-left: 78px;
}

.cac2017bacic3 #three_steps .step3 .line {
  margin: 28px 0px 30px 16px;
}

.cac2017bacic3 #three_steps .step3 .btn {
  margin-left: 210px;
  margin-top: 20px;
  text-align: left;
}

/* how_to */
.cac2017bacic3 .how_to {
  margin: 0 139px 0 138px;
  padding-top: 67px;
}

.cac2017bacic3 .how_to .line {
  text-align: center;
}

.cac2017bacic3 .how_to h3 {
  margin: 7px 0 25px;
}

.cac2017bacic3 .how_to .step {
  position: absolute;
  top: -52px;
  left: 65px;
}

.cac2017bacic3 .how_to .arrow {
  position: absolute;
  top: 217px;
  right: -38px;
  z-index: 1;
}

.cac2017bacic3 .how_to .text-box {
  margin: 360px 12px 0px;
}

.cac2017bacic3 .how_to .text-title {
  border-bottom: #b4b6b5 solid 1px;
  font-weight: bold;
  padding-bottom: 5px;
}

.cac2017bacic3 .how_to .text-detail {
  font-size: 12px;
  padding-top: 7px;
  line-height: 1.7;
}

.cac2017bacic3 .how_to .step1 {
  background-image: url("../img/content/cac2017basic3/item1_bg.jpg");
  background-repeat: no-repeat;
  width: 237px;
  height: 542px;
  float: left;
  position: relative;
  margin: 0 18px 46px 0;
}

.cac2017bacic3 .how_to .step2 {
  background-image: url("../img/content/cac2017basic3/item2_bg.jpg");
  background-repeat: no-repeat;
  width: 237px;
  height: 542px;
  float: left;
  position: relative;
  margin: 0 18px 46px 0;
}

.cac2017bacic3 .how_to .step3 {
  background-image: url("../img/content/cac2017basic3/item3_bg.jpg");
  background-repeat: no-repeat;
  width: 237px;
  height: 542px;
  float: left;
  position: relative;
  margin: 0 0 46px 0;
}

.cac2017bacic3 .how_to .btn {
  position: absolute;
  left: 80px;
  bottom: 30px;
}

.cac2017bacic3 .how_to .trial_set {
  clear: both;
  background-color: #f2f1ed;
  width: 629px;
  float: left;
  padding: 37px 59px;
  position: relative;
  margin-bottom: 23px;
}

.cac2017bacic3 .how_to .trial_set .pic {
  float: left;
}

.cac2017bacic3 .how_to .trial_set .text-box2 {
  float: left;
  margin: 7px 0 0 71px;
  position: relative;
  width: 360px;
}

.cac2017bacic3 .how_to .trial_set .text-title {
  margin-top: 30px;
  padding-bottom: 7px;
}

.cac2017bacic3 .how_to .text-detail2 {
  margin-top: 10px;
}

.cac2017bacic3 .how_to .trial_set .btn2 {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.cac2017bacic3 .how_to .trial_set .text02 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
}

/* cac_UVL ====================== */
.cac_UVL img {
  width: auto;
}

/* .powderwash ====================== */
.powderwash img {
  width: auto;
}

/* .Refresh_essence_mist ====================== */
.Refresh_essence_mist img {
  width: auto;
}

/* .skin_trouble ====================== */
.skin_trouble img {
  width: auto;
}

/* .dr-bronner ====================== */
.dr-bronner {
  margin: 6rem auto;
  background: #ebe5d9;
  width: 65.625rem;
  padding: 3rem;
}

.dr-bronner .container {
  background: #fff;
  padding: 3rem;
}

.dr-bronner .headline {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1rem;
  font-weight: bold;
  letter-spacing: 0;
}

.dr-bronner .headline2 {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 1rem;
  font-weight: bold;
}

.dr-bronner .text {
  margin: 0 0 3rem;
}

.dr-bronner .container .text:last-child {
  margin: 0;
}

.dr-bronner .image {
  max-width: 37.5rem;
  margin: auto;
}

/* .weleda ====================== */
.weleda img {
  width: auto;
}

#weleda_sokyu {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 115px;
  text-align: center;
}

#weleda_sokyu h2 {
  margin-top: 48px;
}

#weleda_sokyu .left {
  float: left;
  margin-left: -4px;
}

#weleda_sokyu .wrap {
  background-color: #ebe5d9;
  padding-top: 55px;
  margin-top: 50px;
  padding-bottom: 70px;
  text-align: left;
}

#weleda_sokyu .wrap .center {
  margin: 0 0 24px 90px;
}

#weleda_sokyu .wrap .main {
  background-color: #fff;
  margin: 0 auto 27px;
  padding: 57px 0 62px 30px;
  width: 740px;
  text-align: left;
}

#weleda_sokyu .wrap .main .txt01 {
  margin-bottom: 40px;
}

#weleda_sokyu .wrap .main .txt02 {
  margin-top: 4px;
  margin-bottom: 38px;
  padding-top: 30px;
}

#weleda_sokyu .wrap .main .annotation {
  text-align: right;
  margin-top: 14px;
  margin-right: 22px;
}

#weleda_sokyu .wrap_02 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 74px;
  width: 740px;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 90px;
  margin-bottom: 40px;
}

#weleda_sokyu .wrap_02 h4 {
  text-align: left;
  margin-top: 80px;
}

#weleda_sokyu .wrap .wrap_02 .txt03 {
  margin-top: 26px;
}

#weleda_sokyu .wrap_02 ul {
  margin-bottom: 30px;
}

#weleda_sokyu .wrap_02 ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 85px;
}

#weleda_sokyu .wrap_02 .btn {
  text-align: center;
  margin-top: 32px;
}

#weleda_sokyu .wrap .weleda_caution {
  margin-left: 40px;
}

/* base_make_collection ====================== */
.base_make_collection {
  min-width: 1050px;
  /*.main .jsBox .makeBox .rBox {
        padding: 16px 8.8% 0 0;
    }*/
}

.base_make_collection .font-diamonds {
  font-family: 'Diamonds Regular';
}

.base_make_collection .sp {
  display: none !important;
}

.base_make_collection .clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.base_make_collection .content {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.base_make_collection .main .topBox {
  margin-top: -45px;
  padding: 148px 0 152px;
  background: url("../../../../user_data/assets/img/bmc/common/suisai_back.jpg") no-repeat center top;
}

.base_make_collection .main .topBox .sub {
  margin: 0 auto;
  max-width: 880px;
  padding: 60px 40px 58px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}

.base_make_collection .main .topBox .photoBox {
  margin-right: -10px;
  max-width: 408px;
  width: 51%;
  float: left;
}

.base_make_collection .main .topBox .textBox {
  float: right;
  max-width: 400px;
  width: 50%;
}

.base_make_collection .main .topBox .textBox p {
  text-align: center;
  line-height: 1.85;
  font-size: 0.875rem;
  color: #000;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .topBox .textBox .title {
  margin-bottom: 14px;
  font-size: 1.44rem;
  line-height: 1.55;
}

.base_make_collection .main .topBox .textBox .title a {
  color: #000;
  text-decoration: underline;
}

.base_make_collection .main .topBox .textBox .title a:hover {
  text-decoration: none;
}

.base_make_collection .main .headLine01 {
  margin-bottom: 39px;
  font-weight: normal;
  font-size: 0.6rem;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}

.base_make_collection .main .headLine01 span {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.base_make_collection .main .headLine02 {
  margin-bottom: 63px;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}

.base_make_collection .main .headLine02 span {
  display: inline-block;
  color: #221815;
  border-bottom: 1px solid #221815;
}

.base_make_collection .main .comLink {
  max-width: 185px;
}

.base_make_collection .main .comLink a {
  padding: 18px 27px 18px 10px;
  display: block;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  background: url("../../../../user_data/assets/img/bmc/common/icon01.png") no-repeat right 20px center #727272;
}

.base_make_collection .main .comLinkUl {
  margin-bottom: 67px;
}

.base_make_collection .main .comLinkUl li {
  margin-right: 5.5%;
  float: left;
  width: 29.65%;
}

.base_make_collection .main .comLinkUl li:nth-child(3n) {
  margin-right: 0 !important;
}

.base_make_collection .main .comLinkUl li a {
  padding: 10px 50px 15px 10px;
  display: block;
  font-size: 1.44rem;
  color: #333;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: url("../../../../user_data/assets/img/bmc/common/icon02.png") no-repeat right 40px center #fff;
}

.base_make_collection .main .list {
  margin: 0 50px 42px 47px;
}

.base_make_collection .main .list li {
  float: left;
  max-width: 430px;
  width: 46.1%;
}

.base_make_collection .main .list li:nth-child(2n) {
  float: right;
}

.base_make_collection .main .list li .photoBox {
  max-width: 215px;
  width: 50%;
  float: left;
  position: relative;
}

.base_make_collection .main .list li .photoBox span {
  position: absolute;
  top: -43px;
  left: -29px;
}

.base_make_collection .main .list li .textBox {
  padding-top: 23px;
  float: right;
  max-width: 200px;
  width: 47%;
}

.base_make_collection .main .list li .textBox p {
  margin-bottom: 25px;
  font-size: 0.94rem;
  line-height: 1.55;
  color: #221815;
}

.base_make_collection .main .list li .textBox p span {
  margin: -2px 0 4px;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.base_make_collection .main .list li .textBox .comLink {
  margin-left: 3px;
}

.base_make_collection .main .colorBox {
  padding: 160px 0 130px;
  background: url("../../../../user_data/assets/img/bmc/common/above_suisai_img.jpg") no-repeat center top;
}

.base_make_collection .main .colorBox02 {
  padding-bottom: 61px;
}

.base_make_collection .main .jsBox {
  margin: 0 auto;
  max-width: 880px;
  padding: 0 20px;
}

.base_make_collection .main .jsBox02 {
  max-width: 970px;
}

.base_make_collection .main .jsBox .fooUl li {
  /*float: left;*/
  text-align: center;
}

.base_make_collection .main .comTitle {
  margin-bottom: 18px;
  font-size: 1.25rem;
  text-align: center;
}

.base_make_collection .main .comTitle span {
  margin-bottom: 3px;
  display: block;
  font-size: 1.75rem;
}

.base_make_collection .main .jsBox .fooUl li .photo {
  text-align: center;
  padding: 0 0 24px 26px;
}

.base_make_collection .main .jsBox .fooUl li .photo img {
  width: auto;
  max-width: 100%;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto {
  position: relative;
  display: inline-block;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .click {
  position: absolute;
  top: 23.7%;
  left: -12.5%;
  z-index: 100;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .baseImg {
  position: relative;
  z-index: 5;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .positionImg {
  position: absolute;
  top: 0;
  left: 0;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .positionImg.on {
  z-index: 10;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .span01 {
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 19.7%;
  left: 19.9%;
  z-index: 90;
  cursor: pointer;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .span02 {
  display: block;
  width: 19%;
  height: 25.2%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 19.7%;
  left: 44.9%;
  z-index: 90;
  cursor: pointer;
}

.base_make_collection .main .jsBox .fooUl li .photo .subPhoto .span03 {
  display: block;
  width: 10.8%;
  height: 25.2%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 19.7%;
  right: 25%;
  z-index: 90;
  cursor: pointer;
}

.base_make_collection .main .jsBox .fooUl li .text {
  line-height: 1.8;
  text-align: center;
}

.base_make_collection .main .jsBox .fooUl li .text span {
  display: inline-block;
  text-align: left;
}

.base_make_collection .main .jsBox .slick-next {
  width: 25px;
  height: 65px;
  right: 0;
  top: 330px;
  z-index: 10;
  background: url("../../../../user_data/assets/img/common/next.png") no-repeat right center;
}

.base_make_collection .main .jsBox .slick-prev {
  width: 25px;
  height: 65px;
  left: 0;
  top: 330px;
  z-index: 10;
  background: url("../../../../user_data/assets/img/common/prev.png") no-repeat right center;
}

.base_make_collection .main .jsBox .slick-arrow.slick-disabled {
  display: none !important;
}

.base_make_collection .main .jsBox .clickBox {
  /*position: absolute;
        top: 105%;
        left: -40px;*/
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: none;
  box-sizing: border-box;
}

.base_make_collection .main .jsBox .clickBox .subBox {
  padding: 22px 20px;
  border-radius: 10px;
  color: #fff;
  background-color: #B33248;
}

.base_make_collection .main .jsBox .clickBox .subBox:after {
  width: 26px;
  height: 40px;
  background: url("../../../../user_data/assets/img/bmc/mup/arrow01.jpg") no-repeat;
  position: absolute;
  top: -40px;
  left: 82px;
  content: "";
}

.base_make_collection .main .jsBox .click02 .subBox {
  background-color: #DA9FA3;
}

.base_make_collection .main .jsBox .click02 .subBox:after {
  left: 50%;
  margin-left: -18px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow02.jpg");
}

.base_make_collection .main .jsBox .click03 .subBox {
  background-color: #85624F;
}

.base_make_collection .main .jsBox .click03 .subBox:after {
  left: auto;
  right: 130px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow03.jpg");
}

.base_make_collection .main .jsBox .click04 .subBox {
  background-color: #C2605F;
}

.base_make_collection .main .jsBox .click04 .subBox:after {
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow04.jpg");
}

.base_make_collection .main .jsBox .click05 .subBox {
  background-color: #E2A19D;
}

.base_make_collection .main .jsBox .click05 .subBox:after {
  left: 50%;
  margin-left: -18px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow05.jpg");
}

.base_make_collection .main .jsBox .click06 .subBox {
  background-color: #8F7C5C;
}

.base_make_collection .main .jsBox .click06 .subBox:after {
  left: auto;
  right: 130px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow06.jpg");
}

.base_make_collection .main .jsBox .clickBox .subBox p {
  font-size: 1.5rem;
}

.base_make_collection .main .jsBox .clickBox .subBox p span {
  display: block;
}

.base_make_collection .main .jsBox .linkP {
  margin-top: 30px;
  text-align: center;
  font-size: 1.25rem;
}

.base_make_collection .main .jsBox .linkP a,
.base_make_collection .main .jsBox .linkP span {
  cursor: pointer;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.base_make_collection .main .colorBox .ttl {
  margin-bottom: 70px;
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .h3Ttl {
  margin-bottom: 15px;
}

.base_make_collection .main .makeInner {
  margin-bottom: 80px;
}

.base_make_collection .main .jsBox .makeBox {
  width: 80%;
  margin: auto;
}

.base_make_collection .main .jsBox .makeBox img {
  width: auto;
  max-width: 100%;
}

.base_make_collection .main .jsBox .makeBox .face {
  float: left;
  max-width: 372px;
  width: 43%;
  /*margin-left: -5%;*/
  position: relative;
}

.base_make_collection .main .jsBox .makeBox .face .baseImg {
  position: relative;
  z-index: 5;
}

.base_make_collection .main .jsBox .makeBox .face .positionImg {
  position: absolute;
  top: 0;
  left: 0;
}

.base_make_collection .main .jsBox .makeBox .face .positionImg.on {
  z-index: 10;
}

.base_make_collection .main .jsBox .makeBox .rBox {
  padding: 160px 12.8% 0 0;
  float: right;
  max-width: 405px;
  width: 47%;
  position: relative;
}

.base_make_collection .main .jsBox02 .slick-next {
  top: 380px;
  right: -25px;
}

.base_make_collection .main .jsBox02 .slick-prev {
  top: 380px;
  left: -25px;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .span01 {
  position: absolute;
  width: 24.5%;
  height: 47%;
  left: 20%;
  top: 35.3%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 90;
  cursor: pointer;
  /*background-color: #ff0000;*/
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .span02 {
  position: absolute;
  width: 20%;
  height: 47%;
  left: 45.5%;
  top: 35.3%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 90;
  cursor: pointer;
  /*background-color: #ccc;*/
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .span03 {
  position: absolute;
  width: 11%;
  height: 47%;
  left: 65.5%;
  top: 35.3%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 90;
  cursor: pointer;
  /*background-color: #000;*/
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .clickSpan {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 100;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .baseImg {
  position: relative;
  z-index: 5;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .positionImg {
  position: absolute;
  top: 0;
  left: 0;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .positionImg.on {
  z-index: 10;
}

.base_make_collection .main .jsBox .makeBox .rBox.on {
  padding-top: 16px;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 {
  /*position: absolute;
        top: 97%;
        left: -5px;
        bottom: auto;*/
}

.base_make_collection .main .jsBox .makeBox .clickBox02 .subBox {
  padding: 25px 25px 40px;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 .subBox p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.925rem;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 .subBox p .txtSpan {
  font-size: 0.7rem;
  margin-top: 2px;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 .subBox .clickTtl {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 p:last-child {
  margin-bottom: 0;
}

.base_make_collection .main .jsBox .makeBox .clickBox .subBox:after {
  top: -33px;
  left: 25%;
  background-size: 21px 33px;
}

.base_make_collection .main .jsBox .makeBox .click08 .subBox {
  background-color: #DA9FA3;
}

.base_make_collection .main .jsBox .makeBox .click08 .subBox:after {
  left: 49%;
  margin-left: -18px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow02.jpg");
}

.base_make_collection .main .jsBox .makeBox .click09 .subBox {
  background-color: #85624F;
}

.base_make_collection .main .jsBox .makeBox .click09 .subBox:after {
  left: auto !important;
  right: 36%;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow03.jpg");
}

.base_make_collection .main .jsBox .makeBox .click10 .subBox {
  background-color: #C2605F;
}

.base_make_collection .main .jsBox .makeBox .click10 .subBox:after {
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow04.jpg");
}

.base_make_collection .main .jsBox .makeBox .click11 .subBox {
  background-color: #E2A19D;
}

.base_make_collection .main .jsBox .makeBox .click11 .subBox:after {
  left: 50%;
  margin-left: -18px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow05.jpg");
}

.base_make_collection .main .jsBox .makeBox .click12 .subBox {
  background-color: #8F7C5C;
}

.base_make_collection .main .jsBox .makeBox .click12 .subBox:after {
  left: auto;
  right: 170px;
  background-image: url("../../../../user_data/assets/img/bmc/mup/arrow06.jpg");
}

.base_make_collection .main .jsBox .makeBox02 {
  padding-left: 4%;
}

.base_make_collection .main .jsBox .makeBox02 .rBox {
  padding-right: 8.4%;
}

.base_make_collection .main .innocentBox {
  max-width: 1050px;
  padding: 126px 55px 0;
  margin: 0 auto 97px;
  box-sizing: border-box;
  background: url("../../../../user_data/assets/img/bmc/common/left_suisai_img.jpg") repeat-y left top, url("../../../../user_data/assets/img/bmc/common/right_suisai_img.jpg") repeat-y right top;
}

.base_make_collection .main .innocentBox .subInner {
  padding: 0 100px;
}

.base_make_collection .main .innocentBox img {
  width: auto;
  max-width: 100%;
}

.base_make_collection .main .innocentBox .innocentTtl {
  margin-bottom: 64px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .innocentBox .inner {
  margin-bottom: 70px;
  margin-right: 50px;
  margin-left: 50px;
}

.base_make_collection .main .innocentBox .photoBox {
  float: left;
  max-width: 352px;
  width: 48%;
  position: relative;
}

.base_make_collection .main .innocentBox .photoBox .textImg01 {
  position: absolute;
  top: -54px;
  left: -47px;
}

.base_make_collection .main .innocentBox .photoBox .textImg02 {
  position: absolute;
  bottom: 10%;
  left: 4%;
  max-width: 109px;
  width: 31%;
}

.base_make_collection .main .innocentBox .textBox {
  padding: 85px 5% 0 0;
  float: right;
  max-width: 280px;
  width: 38%;
}

.base_make_collection .main .innocentBox .textBox p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #000;
}

.base_make_collection .main .innocentBox .textBox .txt {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.base_make_collection .main .innocentBox .textBox .txt .txtSpan {
  margin: -4px 0 3px;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}

.base_make_collection .main .innocentBox .textBox .comLink {
  max-width: 100%;
}

.base_make_collection .main .innocentBox .inner02 .textBox {
  padding: 85px 0 0 5%;
  float: left;
}

.base_make_collection .main .innocentBox .inner02 .photoBox {
  margin-top: 24px;
  float: right;
}

.base_make_collection .main .innocentBox .inner:last-child {
  margin-bottom: 0;
}

.base_make_collection .main .btmLink {
  margin-bottom: 110px;
  text-align: center;
  padding: 0 20px;
}

.base_make_collection .main .btmLink img {
  width: auto;
  max-width: 100%;
}

.base_make_collection .main .gorgeous {
  margin: 0 10.5%;
}

.base_make_collection .main .innocentBox .gorgeous .photoBox {
  max-width: inherit;
  width: 44%;
  display: inline-block;
  position: relative;
}

.base_make_collection .main .innocentBox .gorgeous .photoBox .textImg {
  position: absolute;
  top: -10%;
  left: -7%;
}

.base_make_collection .main .innocentBox .gorgeous .textBox {
  padding: 14px 0 0;
  max-width: 380px;
  width: 54%;
  margin-right: -4.1%;
}

.base_make_collection .main .innocentBox .gorgeous .gorDl {
  margin-bottom: 15px;
}

.base_make_collection .main .innocentBox .gorgeous .gorDl dt {
  float: left;
  clear: both;
}

.base_make_collection .main .innocentBox .gorgeous .gorDl dd {
  padding: 0 0 16px 40px;
  font-size: 1rem;
  color: #000;
  word-break: break-all;
}

.base_make_collection .main .innocentBox .gorgeous .gorDl dd span {
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.0;
  font-weight: 500;
}

.base_make_collection .main .innocentBox .gorgeous .textBox .comLink {
  max-width: 280px;
}

.base_make_collection .main .innocentBox .gorgeous {
  margin-bottom: 125px;
}

.base_make_collection .main .innocentBox .gorgeous02 .textBox {
  float: left;
  margin: 0 0 0 -1%;
}

.base_make_collection .main .innocentBox .gorgeous02 .photoBox {
  margin-right: -2%;
  float: right;
}

.base_make_collection .main .innocentBox .gorgeous02 {
  margin-bottom: 165px;
}

.base_make_collection .main .innocentBox02 .skinBox .photo span {
  top: -23.5%;
  right: -37.5%;
}

.base_make_collection .main .topBox .textBox .title {
  font-size: 1.3rem;
}

.base_make_collection .main .topBox .textBox p {
  margin-left: -10px;
  margin-right: -10px;
}

.base_make_collection .main .comLinkUl li a {
  font-size: 2.2vw;
  background-position: right 20px center;
  line-height: normal;
}

.base_make_collection .main .jsBox .makeBox .rBox {
  padding-right: 5%;
}

.base_make_collection .main .jsBox .makeBox .face {
  margin-left: 0;
}

.base_make_collection .main .jsBox .makeBox .clickBox02 {
  width: 100%;
  left: 0;
}

.base_make_collection .main .jsBox .makeBox .clickBox .subBox:after {
  left: 28%;
}

.base_make_collection .main .jsBox .makeBox .click11 .subBox:after,
.base_make_collection .main .jsBox .makeBox .click08 .subBox:after {
  left: 58%;
}

.base_make_collection .main .jsBox .makeBox .click12 .subBox:after,
.base_make_collection .main .jsBox .makeBox .click09 .subBox:after {
  right: 24%;
  left: auto;
}

.base_make_collection .main .jsBox .makeBox .rBox .textImg .clickSpan {
  width: 60px;
}

.base_make_collection .main .innocentBox .subInner {
  padding: 0 50px;
}

.base_make_collection .main .jsBox02 .slick-prev {
  top: 330px;
}

.base_make_collection .main .jsBox02 .slick-next {
  top: 330px;
}

.base_make_collection .main .bmc .topBox {
  padding-bottom: 111px;
  background-image: url("../../../../user_data/assets/img/bmc/common/suisai_back02.jpg");
}

.base_make_collection .main .bmc .comDetailBox {
  margin-bottom: 120px;
}

.base_make_collection .main .bmc .topBox .photoBox {
  margin-top: 33px;
  position: relative;
  text-align: center;
  width: 46%;
  max-width: 360px;
}

.base_make_collection .main .bmc .topBox .photoBox span {
  display: inline-block;
  position: absolute;
  top: -45%;
  left: -4%;
  width: 54%;
}

.base_make_collection .main .bmc .topBox .sub {
  padding-bottom: 67px;
}

.base_make_collection .main .bmc .topBox .photoBox img {
  width: auto;
  max-width: 222px;
}

.base_make_collection .main .bmc .topBox .textBox {
  margin-top: 5px;
  max-width: 450px;
  width: 57%;
}

.base_make_collection .main .bmc .topBox .textBox .title {
  margin-bottom: 15px;
  line-height: 1.55;
}

.base_make_collection .main .bmc .topBox .textBox p {
  line-height: 2;
}

.base_make_collection .main .bmc .comLinkUl li a {
  font-size: 1.4rem;
  padding-right: 20px;
  background-position: right 20px center;
}

.base_make_collection .main .bmc .comLinkUl {
  margin: 0 -10px 10px;
}

.base_make_collection .main .bmc .comLinkUl li {
  margin-right: 2.8%;
  width: 29%;
}

.base_make_collection .main .bmc .comLinkUl .liStyle {
  width: 36.1%;
}

.base_make_collection .main .bmc .innocentBox {
  margin-bottom: 85px;
  max-width: 1050px;
  padding: 21px 55px 0;
}

.base_make_collection .main .bmc .innocentBox .content {
  padding: 0;
}

.base_make_collection .main .bmc .innocentBox .subInner {
  padding: 0 28px;
}

.base_make_collection .main .bmc .innocentBox .inner .photoBox {
  text-align: center;
  margin: 124px 2% 0 0;
  max-width: 340px;
  width: 39%;
}

.base_make_collection .main .bmc .innocentBox .inner .photoBox .txtSpan01 {
  position: absolute;
  top: -6.2%;
  left: 1%;
}

.base_make_collection .main .bmc .innocentBox .inner .textBox {
  max-width: 470px;
  width: 54%;
}

.base_make_collection .main .bmc .innocentBox .textBox .title {
  margin-bottom: 23px;
  font-size: 1.4rem;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .bmc .innocentBox .textBox .txt .txtSpan {
  margin-top: -2px;
  font-weight: normal;
}

.base_make_collection .main .bmc .innocentBox .textBox .txt .txtSpan span {
  font-size: 1rem;
}

.base_make_collection .main .bmc .innocentBox .textBox .smallBox {
  margin: 10px 0 8px;
  display: inline-block;
}

.base_make_collection .main .bmc .innocentBox .textBox .smallBox .textList li {
  margin: 0 4px 3px 0;
  display: inline-block;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  padding: 7px 4px 8px;
  background-color: #B5B6B6;
}

.base_make_collection .main .bmc .innocentBox .textBox .smallBox .textList li:last-child {
  margin-right: 0;
}

.base_make_collection .main .bmc .innocentBox .textBox .smallBox p {
  margin-bottom: 0;
  text-align: right;
  font-size: 0.6rem !important;
}

.base_make_collection .main .bmc .innocentBox .textBox .innerDl {
  width: 100%;
  display: table;
}

.base_make_collection .main .bmc .innocentBox .textBox .innerDl dt {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 66px;
}

.base_make_collection .main .bmc .innocentBox .textBox .innerDl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9rem;
  padding: 0 0 8px 20px;
  color: #000;
}

.base_make_collection .main .bmc .innocentBox .textBox .innerDl dd .num {
  font-weight: bold;
}

.base_make_collection .main .bmc .innocentBox .textBox .innerDl dd .txtSpan {
  display: block;
  font-size: 0.7rem;
}

.base_make_collection .main .bmc .innocentBox .functions .ttl {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.base_make_collection .main .bmc .innocentBox .functions .ttl span {
  display: inline-block;
  padding: 0 4px;
  position: relative;
}

.base_make_collection .main .bmc .innocentBox .functions .ttl span:after {
  width: 100%;
  height: 12px;
  background-color: #FADDE5;
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  z-index: -1;
}

.base_make_collection .main .bmc .innocentBox .textUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.base_make_collection .main .bmc .innocentBox .textUl li {
  width: 20%;
}

.base_make_collection .main .bmc .innocentBox .inner04 {
  margin-bottom: 17px;
}

.base_make_collection .main .bmc .innocentBox .inner04 .textBox {
  padding: 35px 0 0;
  max-width: 435px;
  width: 50%;
}

.base_make_collection .main .bmc .innocentBox .inner04 .textBox .title {
  letter-spacing: -0.8px;
  margin-bottom: 35px;
  font-size: 1.4rem;
}

.base_make_collection .main .bmc .innocentBox .inner04 .textBox .txt .txtSpan {
  display: inline-block;
}

.base_make_collection .main .bmc .innocentBox .inner04 .textBox .smallBox {
  margin: 8px 0 4px;
}

.base_make_collection .main .bmc .innocentBox .inner04 .textBox p {
  font-size: 0.875rem;
}

.base_make_collection .main .bmc .innocentBox .inner04 .photoBox {
  max-width: 390px;
  width: 45%;
  text-align: right;
  margin: 110px 0 0 2.3%;
}

.base_make_collection .main .bmc .innocentBox .inner04 .photoBox .txtSpan01 {
  top: -10.5%;
  left: 4.4%;
  max-width: 104px;
  width: 27%;
}

.base_make_collection .main .bmc .innocentBox .inner04 .photoBox .txtSpan02 {
  position: absolute;
  top: -24%;
  right: -3%;
}

.base_make_collection .main .brush {
  margin-top: -8px;
}

.base_make_collection .main .brush .lBox {
  padding-left: 5%;
  float: left;
  max-width: 406px;
  width: 46%;
}

.base_make_collection .main .brush .lBox .txtBox {
  float: left;
  max-width: 285px;
  width: 64%;
}

.base_make_collection .main .brush .lBox .txtBox dt {
  float: left;
}

.base_make_collection .main .brush .lBox .txtBox dd {
  padding: 0 0 16px 47px;
  font-size: 0.7rem;
  color: #000;
  line-height: 1.3;
}

.base_make_collection .main .brush .lBox .txtBox dd .txtSpan {
  display: block;
  font-size: 1rem;
}

.base_make_collection .main .brush .lBox .phoBox {
  padding-top: 15px;
  float: right;
  width: 30%;
}

.base_make_collection .main .brush .rBox {
  margin: 11px 2.8% 0 0;
  max-width: 375px;
  width: 43%;
  float: right;
  padding: 13px 17px 13px 28px;
  box-sizing: border-box;
  background-color: #FFF6FB;
}

.base_make_collection .main .brush .rBox .txtBox {
  padding-top: 12px;
  float: left;
  width: 60%;
}

.base_make_collection .main .brush .rBox p {
  font-size: 0.7rem;
  color: #000;
  line-height: 1.7;
}

.base_make_collection .main .brush .rBox .title {
  margin: 0 -40px 5px 0;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.base_make_collection .main .brush .rBox .phoBox {
  float: right;
  width: 36%;
}

.base_make_collection .main .bmc .headLine02 {
  font-size: 1.3rem;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .bmc .headLine02 span {
  font-size: 1.925rem;
  letter-spacing: 1px;
  margin-bottom: 17px;
  font-family: 'Diamonds Regular';
}

.base_make_collection .main .makeJs {
  margin-top: -56px;
}

.base_make_collection .main .makeJs img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}

.base_make_collection .main .makeJs .imgBox {
  display: table;
  width: 100%;
}

.base_make_collection .main .makeJs .slick-next {
  width: 31px;
  height: 81px;
  right: 0;
  top: 62%;
  z-index: 10;
  background: url("../../../../user_data/assets/img/common/next02.png") no-repeat right center;
}

.base_make_collection .main .makeJs .slick-prev {
  width: 31px;
  height: 81px;
  z-index: 10;
  left: 0;
  top: 62%;
  background: url("../../../../user_data/assets/img/common/prev02.png") no-repeat left center;
}

.base_make_collection .main .makeJs .slick-arrow.slick-disabled {
  display: none !important;
}

.base_make_collection .main .makeJs .face {
  padding-left: 3.5%;
  max-width: 340px;
  width: 39%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.base_make_collection .main .makeJs .textBox {
  padding: 50px 8% 30px 3%;
  max-width: 510px;
  width: 61%;
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  box-sizing: border-box;
}

.base_make_collection .main .makeJs .textBox .pBox {
  float: left;
  width: 62%;
}

.base_make_collection .main .makeJs .textBox .pBox p {
  font-size: 1.25rem;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.75;
  text-align: justify;
}

.base_make_collection .main .makeJs .textBox .pBox .ttl {
  margin-bottom: 28px;
  font-size: 1.7rem;
  letter-spacing: 0;
}

.base_make_collection .main .makeJs .textBox .pBox .ttl span {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 2px solid #000;
  font-family: 'Diamonds Regular';
}

.base_make_collection .main .makeJs .textBox .textImg {
  padding-top: 40px;
  float: right;
  width: 30%;
}

.base_make_collection .comDetailBox {
  padding: 60px 50px 15px;
  background: #FEF8FA url("../../../../user_data/assets/img/bmc/index/back_img.jpg") no-repeat center top;
  background-size: 100% auto;
}

.base_make_collection .comDetailBox .headLine01 {
  font-size: 0.7rem;
}

.base_make_collection .comDetailBox .headLine01 span {
  color: #595656;
  font-size: 2.3rem;
}

.base_make_collection .comDetailBox .txt {
  margin-bottom: 24px;
  font-size: 1.43rem;
  text-align: center;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .comDetailBox .imgBox {
  margin: 0 4% 45px 11%;
}

.base_make_collection .comDetailBox .photoBox {
  float: left;
  width: 40%;
}

.base_make_collection .comDetailBox .textBox {
  float: right;
  width: 53%;
  margin-top: 75px;
}

.base_make_collection .comDetailBox .imgBox p {
  margin-bottom: 25px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.base_make_collection .comDetailBox .inner {
  display: flex;
  justify-content: space-between;
}

.base_make_collection .comDetailBox .inner p {
  margin-bottom: 0;
  width: 55%;
}

.base_make_collection .comDetailBox .inner .txt01 {
  font-size: 0.8125rem;
  display: block;
}

.base_make_collection .comDetailBox .inner .txt02 {
  font-size: 1.1875rem;
  display: block;
  line-height: 1.4;
}

.base_make_collection .comDetailBox .inner .tag {
  padding: 2px;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  border: 1px solid #444243;
}

.base_make_collection .comDetailBox .inner .comLink {
  width: 43%;
}

.base_make_collection .index .mainVisual {
  margin: -40px auto 63px;
  max-width: 1007px;
}

.base_make_collection .index .mainVisual p {
  margin-top: -85px;
  text-align: center;
  color: #333;
}

.base_make_collection .index .mainVisual p span {
  display: block;
}

.base_make_collection .index .mainVisual p .ttl {
  margin: -5px 0 0;
  color: #595656;
  font-size: 2rem;
}

.base_make_collection .index .mainVisual p .note {
  font-size: 0.6rem;
}

.base_make_collection .index .mainVisual p img {
  width: 165px;
  display: inline-block;
}

.base_make_collection .index .mainVisual .slick-dots {
  margin-top: 12px;
  text-align: center;
  position: relative;
  bottom: auto;
}

.base_make_collection .index .mainVisual .slick-dots li {
  margin: 0 8px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
}

.base_make_collection .index .mainVisual .slick-dots li button {
  display: none;
}

.base_make_collection .index .mainVisual .slick-dots .slick-active {
  background-color: #727071;
  border-color: #727071;
}

.base_make_collection .index .topTxt {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}

.base_make_collection .index .topTxt p {
  margin-bottom: 83px;
  font-size: 1rem;
  line-height: 1.9;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .index .topTxt .ttl {
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .comLinkUl.langLink {
  margin-bottom: 75px;
}

.base_make_collection .main .comLinkUl.langLink li {
  margin-right: 0;
  padding: 0 45px;
  width: 50%;
  box-sizing: border-box;
}

.base_make_collection .index .content {
  max-width: 1050px;
}

.base_make_collection .index .setTitle {
  margin-bottom: 38px;
  font-weight: normal;
  text-align: center;
}

.base_make_collection .index .setTitle span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.base_make_collection .index .setContents {
  margin: 0 0 14px 35px;
}

.base_make_collection .index .setContents > li {
  float: left;
  width: 47%;
  overflow: hidden;
  box-sizing: border-box;
}

.base_make_collection .index .setContents > li:nth-child(2n) {
  float: right;
  width: 52%;
}

.base_make_collection .index .setContents .photo {
  margin: 22px 22px 0 -25px;
  float: right;
  width: 35.5%;
}

.base_make_collection .index .setContents > li:nth-child(2n) .photo {
  margin: 25px -2px 0 0;
  width: 34%;
}

.base_make_collection .index .setContents .txtBox {
  width: 64%;
  float: left;
}

.base_make_collection .index .setContents .tag {
  margin-bottom: 10px;
  display: inline-block;
  padding: 7px 5px;
  font-size: 0.8125rem;
  line-height: 1;
  border: 1px solid #444243;
}

.base_make_collection .index .setContents p {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.base_make_collection .index .setContents .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.base_make_collection .index .setContents .title span {
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
}

.base_make_collection .index .setContents .tagUl li {
  margin: 0 2px 8px 0;
  padding: 8px;
  display: inline-block;
  color: #FFF;
  font-size: 0.7rem;
  background-color: #B6B6B6;
}

.base_make_collection .index .comDetailBox .note {
  margin: 0 -35px 0 0;
  font-size: 0.75rem;
  text-align: right;
}

.base_make_collection .main .skinBox {
  text-align: center;
}

.base_make_collection .main .skinBox .photo {
  margin-bottom: 28px;
  display: inline-block;
  position: relative;
}

.base_make_collection .main .skinBox .photo span {
  position: absolute;
  top: -19.5%;
  right: -6.5%;
}

.base_make_collection .main .comBtn {
  width: 350px;
  margin: 0 auto;
}

.base_make_collection .main .comBtn a {
  padding: 15px 10px 12px;
  display: block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: url(../../../../user_data/assets/img/bmc/common/icon03.png) no-repeat right 25px center #8DC9DF;
  box-shadow: 5.785px 6.894px 10px rgba(83, 83, 83, 0.3);
}

.base_make_collection .main .comBtn02 a {
  background-color: #CF035C;
}

.base_make_collection .main .index .innocentBox {
  padding-bottom: 80px;
  margin-bottom: 147px;
  padding-top: 141px;
}

.base_make_collection .main .items {
  max-width: 1050px;
  margin: 0 auto 31px;
  padding: 0 20px;
}

.base_make_collection .main .items .imgBox {
  padding: 83px 8% 45px;
  position: relative;
  background-color: #FCF9F4;
}

.base_make_collection .main .items .imgBox .colorImg {
  position: absolute;
  width: 63%;
  top: -145px;
  right: -5%;
  max-width: 501px;
}

.base_make_collection .main .items .imgBox .textBox {
  float: left;
  width: 51%;
}

.base_make_collection .main .items .imgBox .textBox p {
  margin-bottom: 30px;
  font-size: 0.875rem;
  color: #000;
}

.base_make_collection .main .items .imgBox .textBox p .txtSpan {
  font-size: 1.2rem;
}

.base_make_collection .main .items .imgBox .textBox p .txtSpan span {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 2px;
  vertical-align: middle;
  border: 1px solid #000;
}

.base_make_collection .main .items .imgBox .textBox .title {
  margin-bottom: 57px;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.base_make_collection .main .items .imgBox .textBox .title a {
  color: #000;
  text-decoration: underline;
}

.base_make_collection .main .items .imgBox .photoBox {
  margin: 38px 7.5% 0 0;
  float: right;
  width: 36%;
  max-width: 314px;
  display: inline-block;
  position: relative;
}

.base_make_collection .main .items .imgBox .photoBox .textImg {
  position: absolute;
  top: 8.5%;
  right: -2%;
  max-width: 92px;
}

.base_make_collection .main .index .innocentBox02 {
  margin-bottom: 60px;
  padding-top: 120px;
}
