@charset "utf-8";

html {
  -webkit-font-smoothing: antialiased;
}
#emena-vol4 {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  color: #1a1a1a;
  height: 100%;
  font-family: YakuHanJP, 'Zen Kaku Gothic New',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  position: relative;
}
#emena-vol4 .min {
  font-family: YakuHanMP,'Shippori Mincho', serif;
  font-weight: 400;
}
#emena-vol4 .en {
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
}
#emena-vol4 .en02 {
  font-family: 'K2D', sans-serif;
}
#emena-vol4 h1,#emena-vol4 h2,#emena-vol4 h3,#emena-vol4 h4,#emena-vol4 h5,#emena-vol4 h6 {
  font-weight: 400;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 {
    font-size: 15px;
  }
}
@media only screen and ( max-width : 375px ) {
  #emena-vol4 {
    font-size: 14px;
  }
}


#emena-vol4 img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}


#emena-vol4 a {
  outline:none;
  color: #1a1a1a;
}

#emena-vol4 a:hover {
  text-decoration: none;
}

#emena-vol4 a,#emena-vol4 a:hover,#emena-vol4 a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

#emena-vol4 a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

#emena-vol4 * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#emena-vol4 picture {
  display: block;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 .container {
    max-width: 540px;
	padding-right: 25px;
	padding-left: 25px;
  }
}
@media only screen and ( max-width : 375px ) {
  #emena-vol4 .container {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  #emena-vol4 .container {
    max-width: 1080px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
#emena-vol4 .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#emena-vol4 .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
#emena-vol4 .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#emena-vol4 .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#emena-vol4 .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

#emena-vol4 .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

#emena-vol4 .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

#emena-vol4 .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

#emena-vol4 .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

#emena-vol4 .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

#emena-vol4 .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}



@media (min-width: 768px) {
  #emena-vol4 .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #emena-vol4 .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #emena-vol4 .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #emena-vol4 .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #emena-vol4 .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #emena-vol4 .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #emena-vol4 .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #emena-vol4 .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #emena-vol4 .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #emena-vol4 .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #emena-vol4 .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #emena-vol4 .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #emena-vol4 .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

@media (min-width: 1025px) {
  #emena-vol4 .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #emena-vol4 .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  #emena-vol4 .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  #emena-vol4 .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #emena-vol4 .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #emena-vol4 .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  #emena-vol4 .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  #emena-vol4 .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  #emena-vol4 .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  #emena-vol4 .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  #emena-vol4 .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #emena-vol4 .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  #emena-vol4 .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
#emena-vol4 .text-left {
  text-align: left !important;
}

#emena-vol4 .text-right {
  text-align: right !important;
}

#emena-vol4 .text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  #emena-vol4 .text-md-left {
    text-align: left !important;
  }
  #emena-vol4 .text-md-right {
    text-align: right !important;
  }
  #emena-vol4 .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  #emena-vol4 .text-lg-left {
    text-align: left !important;
  }
  #emena-vol4 .text-lg-right {
    text-align: right !important;
  }
  #emena-vol4 .text-lg-center {
    text-align: center !important;
  }
}



/* -----------------------------------------------
 * COMMON
----------------------------------------------- */

#emena-vol4 .mb-1 {
  margin-bottom: .25rem !important;
}
#emena-vol4 .mb-2 {
  margin-bottom: .5rem !important;
}
#emena-vol4 .mb-3 {
  margin-bottom: 1rem !important;
}
#emena-vol4 .mb-4 {
  margin-bottom: 1.5rem !important;
}
#emena-vol4 .mb-5 {
  margin-bottom: 3rem !important;
}
  
#emena-vol4 #pickup_mainContents {
  overflow: hidden;
}
#emena-vol4 section {
  position: relative;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 .section {
    padding: 60px 0;
  }
  #emena-vol4 .box {
    margin-bottom: 60px;
  }
  #emena-vol4 .br_pc {
    display: none;
  }
  #emena-vol4 .sp_none {
    display: none !important;
  }
}
@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .section {
    padding: 100px 0;
  }
  #emena-vol4 .box {
    margin-bottom: 60px;
  }
  #emena-vol4 .br_sp {
    display: none;
  }
  #emena-vol4 .sp {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#emena-vol4 #picup_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  display: none;
}
#emena-vol4 #h_logo strong {
  text-indent: -9999px;
  display: block;
  font-size: 0;
  height: 0;
}
#emena-vol4 #h_logo img {
	display: block;
}
#emena-vol4 #gNav li {
  position: relative;
}
#emena-vol4 #gNav li:first-child a {
  padding-left: 0;
}
#emena-vol4 #gNav li:last-child a {
  padding-right: 0;
}
#emena-vol4 #gNav li:after {
  content: "";
  width: 1px;
  height: .8em;
  background: #A39383;
  position: absolute;
  right: -.5px;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 #gNav li:last-child:after {
  content: none;
}
#emena-vol4 #gNav li a {
  color: #A39383;
  padding: 0 1.5em;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 #picup_menu {
    top: 59px;
  }
  #emena-vol4 #picup_menu_content {
    height: 60px;
    background: #fff;
  }
  #emena-vol4 #h_logo {
    position: relative;
    z-index: 101;
    background: #fff;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.16);
  }
  #emena-vol4 #picup_menu_navbar {
    position: relative;
    z-index: 100;
  }
  #emena-vol4 #menu_btn {
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 42px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 10px;
    right: 20px;
  }
  .nav-open #emena-vol4 #menu_btn {
    position: fixed;
    top: 10px;
    right: 20px;
  }
  #emena-vol4 #js-overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: opacity .5s;
  }
  .nav-open #emena-vol4 #js-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #emena-vol4 .menu-trigger {
    display: inline-block;
    width: 25px;
    height: 13px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  #emena-vol4 .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #A39383;
    transition: all .5s;
    border-radius: 5px;
  }
  #emena-vol4 .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav-open #emena-vol4 #menu_btn .menu-trigger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  #emena-vol4 .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
  .nav-open #emena-vol4 #menu_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #emena-vol4 .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open #emena-vol4 #menu_btn .menu-trigger span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  #emena-vol4 nav#gNav {
    width: 100%;
    height: 70px;
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translate(0, -70px);
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-open #emena-vol4 nav#gNav {
    transform: translate(0, 60px);
  }
}
@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #picup_menu {
    top: 114px;
  }
  #emena-vol4 #menu_btn,#js-overlay {
    display: none;
  }
  #emena-vol4 #picup_menu {
    padding: 0 40px;
    box-shadow: 0 0 20px rgba(0,0,0,.16);
  }
  #emena-vol4 #picup_menu_content {
    height: 100px;
  }
}
@media print, screen and ( min-width : 1024px ) {
  #emena-vol4 #picup_menu {
    top: 0;
  }
}

  

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#emena-vol4 #fixed_btn {
  position: fixed;
  z-index: 90;
  display: flex;
}
#emena-vol4 #pickup_footer {
  background: #A7BEC5;
  color: #fff;
}

#emena-vol4 #f_logo img {
  display: block;
  width: 100%;
}
#emena-vol4 .f_nav li {
  position: relative;
}
#emena-vol4 .f_nav li:first-child a {
  padding-left: 0;
}
#emena-vol4 .f_nav li:last-child a {
  padding-right: 0;
}
#emena-vol4 .f_nav li:after {
  content: "";
  width: 1px;
  height: .8em;
  background: #fff;
  position: absolute;
  right: -.5px;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 .f_nav li:last-child:after {
  content: none;
}
#emena-vol4 .f_nav li a {
  color: #fff;
  padding: 0 1.5em;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 #fixed_btn {
    bottom: 0;
    left: 0;
  }
  #emena-vol4 #fixed_btn a {
    width: 50%;
  }
  #emena-vol4 #pickup_footer {
    padding-top: 5vw;
    padding-bottom: 12vw;
  }
  #emena-vol4 .footer_inner {
    padding: 0 4%;
  }
  #emena-vol4 #f_content {
    margin-bottom: 3vw;
  }
  #emena-vol4 .f_nav li {
    font-size: 3.6vw;
  }
  #emena-vol4 #f_logo {
    width: 34%;
    margin-bottom: 6vw;
  }
  #emena-vol4 #f_copy p {
    font-size: 3.2vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #fixed_btn {
    right: 0;
    top: 30vw;
    flex-direction: column;
    width: 5vw;
    max-width: 82px;
  }
  #emena-vol4 #pickup_footer {
    padding: 30px 0;
  }
  #emena-vol4 .footer_inner {
    padding: 0 2vw;
  }
  #emena-vol4 #f_content {
    width: 70%;
  }
  #emena-vol4 #f_logo {
    width: 10vw;
    margin-right: 4vw;
  }
  #emena-vol4 #f_copy {
    width: 26%;
  }
  #emena-vol4 #f_copy p {
    text-align: right;
    font-size: 1vw;
  }
  #emena-vol4 .f_nav li {
    font-size: 1.8vw;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #emena-vol4 #f_logo {
    width: 106px;
    margin-right: 40px;
  }
  #emena-vol4 #f_copy p {
    font-size: 10px;
  }
  #emena-vol4 .f_nav li {
    font-size: 18px;
  }
}





/* ---------------------------------------------------------------------------------------------

    animation

--------------------------------------------------------------------------------------------- */
#emena-vol4 .fade-in,
#emena-vol4 .fade-in-fv {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
#emena-vol4 .fade-in-up {
  transform: translate(0, 50px);
}
#emena-vol4 .fade-in-down {
  transform: translate(0, -50px);
}
#emena-vol4 .fade-in-left {
  transform: translate(-50px, 0);
}
#emena-vol4 .fade-in-right {
  transform: translate(50px, 0);
}
#emena-vol4 .scroll-in,
#emena-vol4 .scroll-in-fv {
  opacity: 1;
  transform: translate(0, 0);
}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#emena-vol4 .bg {
  background: rgb(246 242 232 / 50%);
}
#emena-vol4 .bg02 {
  background: #fbf8f3;
}
#emena-vol4 .sec_tit {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  z-index: 10;
}
#emena-vol4 .sec_tit.sec_tit_white {
  color: #fff;
}
#emena-vol4 .sec_tit span {
  position: relative;
  display: block;
  padding-top: 110px;
}
#emena-vol4 .sec_tit span:before {
  content: "";
  width: 1px;
  height: 100px;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#emena-vol4 .sec_tit.sec_tit_white span:before {
  background: #fff;
}

#emena-vol4 .line_title {
  position: relative;
  text-align: center;
  letter-spacing: .1em;
}
#emena-vol4 .line_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a1a;
  width: 100%;
  height: 1px;
}
#emena-vol4 .line_title span {
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 1em;
}
#emena-vol4 .bg02 .line_title span {
  background: #fbf8f3;
}
#emena-vol4 .bg .line_title span {
  background: #faf8f3;
}
#emena-vol4 .line_title_bottom_t {
  text-align: center;
}
#emena-vol4 .white_outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  height: 46px;
}
#emena-vol4 .white_outline_btn:hover {
  background: rgba(255,255,255,.2);
}
#emena-vol4 .white_outline_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_white.svg) no-repeat center / 100%;
  right: 15px;
}
#emena-vol4 .outline_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  position: relative;
  height: 46px;
}
#emena-vol4 .outline_btn:hover {
  background: rgba(0,0,0,.2);
}
#emena-vol4 .outline_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_bk.svg) no-repeat center / 100%;
  right: 15px;
}
#emena-vol4 .black_outline_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  position: relative;
  letter-spacing: .1em;
}
#emena-vol4 .black_outline_btn:hover {
  background: rgba(0,0,0,.2);
}
#emena-vol4 .black_outline_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_bk.svg) no-repeat center / 100%;
  right: 15px;
}
#emena-vol4 .blue_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 46px;
  background: rgba(68,95,125,.7);
}
#emena-vol4 .blue_btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 46px;
  background: #445F7D;
}
#emena-vol4 .blue_btn:after,
#emena-vol4 .blue_btn02:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_white.svg) no-repeat center / 100%;
  right: 15px;
  width: 4px;
  height: 6px;
}
#emena-vol4 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #445F7D;
  color: #fff;
  position: relative;
  height: 45px;
  border-radius: 0;
}
#emena-vol4 .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_white.svg) no-repeat center / 100%;
  right: 15px;
  width: 4px;
  height: 6px;
}
#emena-vol4 .btn_x_large:after {
  width: 7px;
  height: 12px;
}
#emena-vol4 .fullwidth_btn {
  box-shadow: 8px 8px 6px rgba(0,0,0,.25);
}
#emena-vol4 .fullwidth_btn:after {
  width: 6px;
  height: 10px;
}
#emena-vol4 .btn_center {
  margin: 0 auto;
}
#emena-vol4 .btn.btn_yellow {
  background: none;
}
#emena-vol4 .btn_yellow span {
  display: block;
  width: 100%;
  background: #E3B66F;
}
#emena-vol4 .num_sup {
  vertical-align: text-top;
  line-height: 1;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 .sec_tit {
    right: 25px;
    font-size: 15px;
  }
  #emena-vol4 .white_outline_btn,
  #emena-vol4 .outline_btn,
  #emena-vol4 .blue_btn {
    width: 100%;
  }
  #emena-vol4 .white_outline_btn:after,
  #emena-vol4 .outline_btn:after,
  #emena-vol4 .black_outline_btn:after,
  #emena-vol4 .blue_btn:after {
    width: 3px;
    height: 5px;
  }
  #emena-vol4 .outline_btn,
  #emena-vol4 .black_outline_btn,
  #emena-vol4 .blue_btn {
    font-size: 14px;
  }
  #emena-vol4 .black_outline_btn {
    height: 36px;
  }
  #emena-vol4 .line_title {
    margin-bottom: 40px;
  }
  #emena-vol4 .line_title span {
    font-size: 13px;
  }
  #emena-vol4 .line_title_bottom_t {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #emena-vol4 .large_btn {
    height: 60px;
    font-size: 25px;
  }
  #emena-vol4 .fullwidth_btn {
    width: 100%;
    max-width: 100%;
    height: 100px;
    font-size: 19px;
    border-radius: 0;
  }
  #emena-vol4 .fullwidth_btn:after {
    right: 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .sec_tit {
    right: 7vw;
    font-size: 16px;
  }
  #emena-vol4 .white_outline_btn,
  #emena-vol4 .outline_btn {
    padding: 0 30px 0 15px;
  }
  #emena-vol4 .white_outline_btn:after,
  #emena-vol4 .outline_btn:after,
  #emena-vol4 .black_outline_btn:after,
  #emena-vol4 .blue_btn:after {
    width: 4px;
    height: 6px;
  }
  #emena-vol4 .outline_btn,
  #emena-vol4 .blue_btn {
    font-size: 16px;
    min-width: 320px;
  }
  #emena-vol4 .black_outline_btn {
    font-size: 16px;
    height: 46px;
  }
  #emena-vol4 .btn {
    max-width: 240px;
  }
  #emena-vol4 .large_btn {
    max-width: 340px;
    height: 60px;
    font-size: 25px;
  }
  #emena-vol4 .btn_large {
    max-width: 510px;
  }
  #emena-vol4 .btn_x_large {
    max-width: 750px;
  }
  #emena-vol4 .fullwidth_btn {
    width: 100%;
    max-width: 100%;
    height: 86px;
    font-size: 29px;
  }
  #emena-vol4 .fullwidth_btn:after {
    right: 40px;
  }
  #emena-vol4 .line_title {
    font-size: 17px;
    margin-bottom: 50px;
  }
  #emena-vol4 .line_title_bottom_t {
    font-size: 16px;
    margin-bottom: 60px;
  }
  #emena-vol4 .btn_x_large:after {
    right: 30px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #emena-vol4 .sec_tit {
    right: 100px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FV

--------------------------------------------------------------------------------------------- */
#emena-vol4 #picup_fv {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.first-visit #emena-vol4 #picup_fv {
  opacity: 1;
  transition: opacity 400ms;
}
.first-visit #emena-vol4 #picup_fv.hide,
#emena-vol4 #picup_fv.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}

#emena-vol4 #fv_inner p {
  color: #fff;
  font-weight: 500;
}

#emena-vol4 .fv_logo img {
  width: 100%;
  display: block;
}


@media only screen and ( max-width : 767px ) {
  .webp #emena-vol4 #picup_fv {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/webp/loading_bg_winter_sp.webp) no-repeat center / cover;
  }
  .no-webp #emena-vol4 #picup_fv {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/loading_bg_winter_sp.jpg) no-repeat center / cover;
  }
  #emena-vol4 #fv_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #emena-vol4 #fv_inner p {
    text-shadow: 0 0 10px rgba(108,146,158,.7);
  }
  #emena-vol4 .fv_inner_top,
  #emena-vol4 .fv_inner_bottom {
    position: absolute;
  }
  #emena-vol4 .fv_inner_top {
    top: 6vw;
    left: 6vw;
  }
  #emena-vol4 .fv_inner_bottom {
    right: 6vw;
    bottom: 6vw;
  }
  #emena-vol4 .fv_title {
    line-height: 1.1em;
    font-size: 12vw;
    /*margin-bottom: .3em;*/
  }
  #emena-vol4 .fv_logo {
    width: 62vw;
    margin-left: -8%;
  }
  #emena-vol4 .fv_lead_text {
    font-size: 6vw;
    text-align: right;
  }
  #emena-vol4 .fv_vol {
    font-size: 6vw;
    text-align: right;
  }
}

@media print, screen and ( min-width : 768px ) {
  .webp #emena-vol4 #picup_fv {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/webp/loading_bg.webp) no-repeat center right / cover;
  }
  .no-webp #emena-vol4 #picup_fv {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/loading_bg.jpg) no-repeat center right / cover;
  }
  #emena-vol4 #picup_fv {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 4vw;
  }
  #emena-vol4 #fv_inner p {
    text-shadow: 0 0 20px rgba(118, 87, 60, 1);
  }
  #emena-vol4 .fv_inner_top,
  #emena-vol4 .fv_inner_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #emena-vol4 .fv_inner_top {
    margin-bottom: 4vw;
  }
  #emena-vol4 .fv_title {
    font-size: 5vw;
  }
  #emena-vol4 .fv_logo {
    width: 26vw;
  }
  #emena-vol4 .fv_lead_text {
    font-size: 3vw;
  }
  #emena-vol4 .fv_vol {
    font-size: 3.6vw;
  }
}



/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#emena-vol4 #pickup_mv {
  position: relative;
  background: #B1C5CC;
}

#emena-vol4 #pickup_mv .mv_scroll {
    position  : absolute;
    right : 5%;
    bottom: 100px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
}
#emena-vol4 #pickup_mv .mv_scroll::before {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #fff;
    right : 50%;
    bottom : -215px;
    transform : translateX(-50%);
    width : 1px;
    height : 200px;
    z-index: 1;
}
#emena-vol4 #pickup_mv .mv_scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : calc(50% + .5px);
    bottom : -215px;
    transform : translateX(-50%);
    width : 1px;
    height : 200px;
    animation: mv_scroll 1.5s infinite;
    z-index: 2;
}
@keyframes mv_scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#emena-vol4 .mv_logo img {
  width: 100%;
}
#emena-vol4 .mv_text {
  color: #fff;
}
#emena-vol4 .mv_text_title {
  position: relative;
  margin-bottom: .7em;
}
#emena-vol4 .mv_text_title:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
}
#emena-vol4 .mv_text ul li {
  margin-bottom: .4em;
}
#emena-vol4 .mv_text ul li:last-child {
  margin-bottom: 0;
}
#emena-vol4 #nav li {
  position: relative;
}
#emena-vol4 #nav li:first-child a {
  padding-left: 0;
}
#emena-vol4 #nav li:last-child a {
  padding-right: 0;
}
#emena-vol4 #nav li:after {
  content: "";
  width: 1px;
  height: .8em;
  background: #fff;
  position: absolute;
  right: -.5px;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 #nav li:last-child:after {
  content: none;
}
#emena-vol4 #nav li a {
  color: #fff;
  padding: 0 1.5em;
  display: block;
  text-align: center;
}
#emena-vol4 #nav .logo img {
  width: 100%;
  display: block;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 #pickup_mv {
    padding-bottom: 10vw;
  }
  #emena-vol4 .mv_logo {
    width: 36%;
    padding-top: 6vw;
  }
  #emena-vol4 .mv_logo img {
    width: 78%;
    display: block;
    margin: 0 auto;
  }
  #emena-vol4 .mv_sliderL {
    width: 50%;
    position: absolute;
    right: 14vw;
    top: 44vw;
  }
  #emena-vol4 .slider2_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  #emena-vol4 .mv_sliderR {
    margin-top: 20vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #emena-vol4 .slider3 {
    width: 50%;
  }
  #emena-vol4 .mv_text {
    width: 40%;
  }
  #emena-vol4 .mv_text_title {
    padding-left: 1.4em;
    font-size: 3vw;
  }
  #emena-vol4 .mv_text_title:before {
    left: 0;
    width: 1em;
    top: .7em;
  }
  #emena-vol4 .mv_text ul {
    font-size: 2.2vw;
  }
  #emena-vol4 #pickup_mv .mv_scroll {
      font-size : 13px;
      right : 5%;
      bottom: 50px;
      display: none;
  }
  #emena-vol4 #nav {
    padding: 0 4%;
    margin-top: 8vw;
  }
  #emena-vol4 #nav .logo {
    width: 50%;
    margin-bottom: 6vw;
  }
  #emena-vol4 #nav li {
    font-size: 3.7vw;
  }
}
@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #pickup_mv_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 4vw;
  }
  #emena-vol4 .mv_logo {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #emena-vol4 .mv_slider {
    width: 84%;
    display: flex;
    justify-content: space-between;
  }
  #emena-vol4 .mv_sliderL {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #emena-vol4 .mv_sliderR {
    width: 48%;
  }
  #emena-vol4 .slider1 {
    width: 86%;
  }
  #emena-vol4 .slider2 {
    width: 86%;
    margin-left: 14%;
  }
  #emena-vol4 .slider3 {
    width: 86%;
  }
  #emena-vol4 .mv_text {
    padding: 4vw 0 4vw 5.8em;
    font-size: 1.2vw;
  }
  #emena-vol4 .mv_text ul {
    font-size: .9vw;
  }

  #emena-vol4 .mv_text_title:before {
    left: -3.8em;
    width: 3em;
    top: 50%;
    transform: translateY(-50%);
  }
  #emena-vol4 #nav {
    position: absolute;
    z-index: 10;
    bottom: 3vw;
    left: 3vw;
  }
  #emena-vol4 #nav .logo {
    width: 16vw;
    margin-right: 2vw;
  }
  #emena-vol4 #nav li {
    font-size: 1.2vw;
  }
  #emena-vol4 .mv_scroll {
    font-size: 1.6vw;
  }
}
/* ---------------------------------------------------------------------------------------------

　   SEASON

--------------------------------------------------------------------------------------------- */
#emena-vol4 .exelusive_issue_by img {
  display: block;
}
#emena-vol4 #seasons_intro_top .seasons_name {
  text-align: center;
  mix-blend-mode: multiply;
}
#emena-vol4 .spring #seasons_intro_top .seasons_name {
  color: #f4d4d0;
}
#emena-vol4 .summer #seasons_intro_top .seasons_name {
  color: rgb(55 130 159 / 86%);
}
#emena-vol4 .winter #seasons_intro_top .seasons_name {
  color: rgb(108 146 158 / 70%);
}

#emena-vol4 #seasons h1 {
  text-align: center;
}
#emena-vol4 #seasons h1 img {
  display: block;
  margin: .3em auto 0;
}
#emena-vol4 #seasons .seasons_title {
  text-align: center;
  letter-spacing: 0;
}
#emena-vol4 #seasons .seasons_title span {
  display: block;
  margin-top: .4em;
}
#emena-vol4 #seasons .seasons_title:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  background: #000;
  height: 1px;
}
#emena-vol4 #seasons_intro_top h2 {
  text-align: center;
  letter-spacing: .1em;
}
#emena-vol4 #seasons_intro_top p {
  text-align: center;
  line-height: 2em;
}
#emena-vol4 .seasons_vol_link li a {
  display: flex;
  border: 1px solid #1a1a1a;
  justify-content: center;
  align-items: center;
  position: relative;
}
#emena-vol4 .seasons_vol_link li a:after {
  content: "";
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_bk.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#emena-vol4 .winter .seasons_vol_link li.new {
  color: #6C929E;
}
#emena-vol4 .winter .seasons_vol_link li.new a {
  background: #6C929E;
  border: 1px solid #6C929E;
  color: #fff;
}
#emena-vol4 .seasons_vol_link li.new a:after {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/arrow_white.svg) no-repeat center / 100%;
}
#emena-vol4 #seasons_intro_bottom {
  color: #fff;
  position: relative;
}
#emena-vol4 .seasons_lead_text h3 {
  color: #fff;
}
#emena-vol4 .seasons_lead_text h3:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
}
#emena-vol4 .seasons_lead_text p {
  line-height: 2em;
}
#emena-vol4 #seasons_intro .bnrarea {
  margin-top: 5rem; 
}
@media only screen and ( max-width : 767px ) {
  .webp #emena-vol4 .winter #seasons_intro_top {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seasons_intro_top_sp.webp) no-repeat center / cover;
  }
  .webp #emena-vol4 .winter #seasons_intro_bottom {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seasons_intro_bottom_sp.webp) no-repeat center / cover;
  }
  .no-webp #emena-vol4 .winter #seasons_intro_top {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seasons_intro_top_sp.jpg) no-repeat center / cover;
  }
  .no-webp #emena-vol4 .winter #seasons_intro_bottom {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seasons_intro_bottom_sp.jpg) no-repeat center / cover;
  }
  #emena-vol4 #seasons_intro_top .seasons_name {
    font-size: 80px;
  }
  #emena-vol4 .exelusive_issue_by img {
    margin: 0 auto;
    max-width: 80%;
  }
  #emena-vol4 #seasons h1 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  #emena-vol4 #seasons h1 img {
    width: 150px;
  }
  #emena-vol4 .seasons_title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #emena-vol4 .seasons_title span {
    font-size: 17px;
  }
  #emena-vol4 #seasons .seasons_title:after {
    margin-top: 30px;
  }
  #emena-vol4 #seasons_intro_top h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #emena-vol4 .seasons_vol_link {
    margin-top: 45px;
  }
  #emena-vol4 .seasons_vol_link li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  #emena-vol4 .seasons_vol_link li:nth-child(-n+2) {
    margin-top: 0;
  }
  #emena-vol4 .seasons_vol_link li:nth-child(2n) {
    margin-right: 0;
  }
  #emena-vol4 .seasons_vol_link li a {
    height: 38px;
  }
  #emena-vol4 .seasons_vol_link li a:after {
    width: 3px;
    height: 5px;
    right: 15px;
  }
  #emena-vol4 #seasons_intro_bottom {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #emena-vol4 .seasons_lead_logo {
    width: 82px;
  }
  #emena-vol4 .seasons_lead_text {
    padding-top: 120vw;
  }
  #emena-vol4 .seasons_lead_text h3 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  #emena-vol4 .seasons_lead_text h3:after {
    margin-top: 30px;
  }
  #emena-vol4 .seasons_lead_text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #emena-vol4 #seasons_intro .bnrarea {
    margin-top: 100px; 
  }
  #emena-vol4 .seasons_text {
    font-size: 15px;
  }
}
@media only screen and ( max-width : 375px ) {
  #emena-vol4 .seasons_text {
    font-size: 14px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #seasons_intro_top .seasons_name {
    font-size: 180px;
  }
  .webp #emena-vol4 .winter #seasons_intro_top {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seasons_intro_top.webp) no-repeat top center / cover;
  }
  .webp #emena-vol4 .winter #seasons_intro_bottom {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seasons_intro_bottom.webp) no-repeat center / cover;
  }
  .no-webp #emena-vol4 .winter #seasons_intro_top {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seasons_intro_top.jpg) no-repeat top center / cover;
  }
  .no-webp #emena-vol4 .winter #seasons_intro_bottom {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seasons_intro_bottom.jpg) no-repeat center / cover;
  }
  #emena-vol4 #seasons h1 {
    font-size: 27px;
    margin-bottom: 60px;
  }
  #emena-vol4 #seasons .seasons_title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  #emena-vol4 #seasons .seasons_title span {
    font-size: 25px;
  }
  #emena-vol4 #seasons .seasons_title:after {
    margin-top: 40px;
  }
  #emena-vol4 #seasons_intro_top h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  #emena-vol4 #seasons_intro_top p {
    letter-spacing: .1em;
  }
  #emena-vol4 .seasons_vol_link {
    margin-top: 110px;
  }
  #emena-vol4 .seasons_vol_link li {
    width: 23%;
    margin-right: 2%;
  }
  #emena-vol4 .seasons_vol_link li:last-child {
    margin-right: 0;
  }
  #emena-vol4 .seasons_vol_link li a {
    height: 46px;
  }
  #emena-vol4 .seasons_vol_link li a:after {
    width: 4px;
    height: 6px;
    right: 20px;
  }
  #emena-vol4 #seasons_intro_bottom .container {
    display: flex;
    justify-content: flex-end;
  }
  #emena-vol4 .seasons_lead_text h3 {
    font-size: 27px;
    margin-bottom: 40px;
    margin-top: 35px;
  }
  #emena-vol4 .seasons_lead_text h3:after {
    margin-top: 40px;
  }
  #emena-vol4 .seasons_lead_text p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.6em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HOWTO

--------------------------------------------------------------------------------------------- */
#emena-vol4 #howto {
  position: relative;
}
#emena-vol4 #howto h3 {
  text-align: center;
}
#emena-vol4 .howto_text {
  text-align: center;
  line-height: 1.8em;
}

#emena-vol4 .pickup_select_by span {
  background: #A39383;
  color: #fff;
  display: inline-block;
}
#emena-vol4 .pickup_block:last-child {
  margin-bottom: 0;
}


@media only screen and ( max-width : 767px ) {
  #emena-vol4 #howto h3 {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  #emena-vol4 .howto_text {
    margin-bottom: 45px;
  }
  #emena-vol4 .pickup_select_by {
    width: 180px;
    margin: 0 auto 20px;
  }
  #emena-vol4 .pickup_select_by_title {
    margin-bottom: 40px;
  }
  #emena-vol4 .pickup_select_by_title span {
    display: block;
    text-align: center;
  }
  #emena-vol4 .pickup_select_by_titleL {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #emena-vol4 .pickup_select_by_titleR {
    font-size: 14px;
  }
  #emena-vol4 .pickup_block {
    margin-bottom: 40px;
  }
  #emena-vol4 .pickup_block li .pickup_img {
    margin-bottom: 20px;
  }
  #emena-vol4 .pickup_block li {
    margin-bottom: 40px;
  }
  #emena-vol4 .pickup_block li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #howto h3 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  #emena-vol4 .howto_text {
    font-size: 22px;
    margin-bottom: 130px;
  }
  #emena-vol4 .pickup_block li {
    width: 48%;
  }
  #emena-vol4 .pickup_block li .pickup_img {
    margin-bottom: 40px;
  }
  #emena-vol4 .pickup_select_by span {
    font-size: 17px;
  }
  #emena-vol4 .pickup_block {
    margin-bottom: 90px;
  }
  #emena-vol4 .pickup_select_by {
    margin-bottom: 25px;
  }
  #emena-vol4 .pickup_select_by_title {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  #emena-vol4 .pickup_select_by_title .pickup_select_by_titleL {
    font-size: 26px;
    position: relative;
    padding-right: 44px;
    margin-right: 20px;
  }
  #emena-vol4 .pickup_select_by_title .pickup_select_by_titleL:after {
    content: "";
    width: 32px;
    height: 64px;
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/naname.png) no-repeat center / 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #emena-vol4 .pickup_select_by_title .pickup_select_by_titleR {
    font-size: 17px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #emena-vol4 .pickup_select_by_title .pickup_select_by_titleL {
    font-size: 32px;
    padding-right: 70px;
    margin-right: 30px;
  }
  #emena-vol4 .pickup_select_by_title .pickup_select_by_titleR {
    font-size: 21px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SELACT BY

--------------------------------------------------------------------------------------------- */
#emena-vol4 .select_by_top {
  position: relative;
}
#emena-vol4 .select_by_top .sec_tit {
  text-shadow: 0 0 10px rgba(0,0,0,.4);
}
#emena-vol4 .select_by_title,
#emena-vol4 .select_by_check,
#emena-vol4 .art_by {
  position: absolute;
  z-index: 10;
}
#emena-vol4 .select_by_title h3 {
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0,0,0,.2);
}
#emena-vol4 .select_by_num img,
#emena-vol4 .select_by_check img {
  display: block;
  width: 100%;
}
#emena-vol4 .select_by_check li {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0,0,0,.4);
  margin-bottom: .3em;
  position: relative;
  padding-left: 1.4em;
}
#emena-vol4 .select_by_check li:before {
  content: "";
  width: .7em;
  height: .7em;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#emena-vol4 .select_by_check li.current:after {
  content: "";
  position: absolute;
  z-index: 3;
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/check.png) no-repeat center / 100%;
  width: 20px;
  height: 15px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 .select_by_check li:last-child {
  margin-bottom: 0;
}
#emena-vol4 .art_by {
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.4);
  font-weight: 500;
}
#emena-vol4 .select_by_num {
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,.4);
  text-align: center;
}
#emena-vol4 .select_by_num .select_by_num_l {
  display: block;
}
#emena-vol4 .select_by_num .select_by_num_t {
  line-height: 1;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 .select_by_title {
    top: 8vw;
    left: 5vw;
  }
  #emena-vol4 .select_by_title h3 {
    font-size: 14vw;
  }
  #emena-vol4 .select_by_num {
    width: 24vw;
    margin-top: 2vw;
  }
  #emena-vol4 .select_by_num .select_by_num_t {
    font-size: 18vw;
  }
  #emena-vol4 .select_by_check {
    left: 5vw;
    bottom: 20vw;
  }
  #emena-vol4 .select_by_check .select_by_check_title {
    margin-left: -3vw;
    width: 46vw;
  }
  #emena-vol4 .select_by_check li {
    font-size: 3vw;
  }
  #emena-vol4 .select_by_check li.current:after {
    width: 3.4vw;
    height: 3.4vw;
  }
  #emena-vol4 .art_by {
    left: 5vw;
    bottom: 8vw;
    font-size: 3.6vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .select_by_title {
    top: 5vw;
    left: 5vw;
  }
  #emena-vol4 .select_by_title h3 {
    font-size: 7vw;
  }
  #emena-vol4 .select_by_num {
    width: 10vw;
    margin-top: 2vw;
  }
  #emena-vol4 .select_by_num .select_by_num_t {
    font-size: 10vw;
  }
  #emena-vol4 .select_by_check {
    left: 5vw;
    bottom: 5vw;
  }
  #emena-vol4 .select_by_check .select_by_check_title {
    margin-left: -1vw;
    width: 19vw;
  }
  #emena-vol4 .select_by_check li {
    font-size: 1.1vw;
  }
  #emena-vol4 .select_by_check li.current:after {
    width: 1.3vw;
    height: 1.3vw;
  }
  #emena-vol4 .art_by {
    right: 5vw;
    bottom: 5vw;
    font-size: 1.1vw;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEACHER

--------------------------------------------------------------------------------------------- */
#emena-vol4 .teacher {
  border: 1px dashed #ADADAD;
  position: relative;
}
#emena-vol4 .teacher h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  background: #fff;
  left: -1em;
  top: -.5em;
  white-space: nowrap;
  padding: 0 .5em 1em;
  line-height: 1;
}
#emena-vol4 .teacher p {
  margin-top: 2em;
  line-height: 1.8em;
}
#emena-vol4 .spring .motif1 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/spring/motif.png) no-repeat top center / auto 100%;
}
#emena-vol4 .spring .motif2 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/spring/motif2.png) no-repeat center bottom / 100%;
}
#emena-vol4 .spring .motif3 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/spring/motif3.png) no-repeat center bottom / auto 70%;
}
#emena-vol4 .spring .motif4 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/spring/motif4.png) no-repeat center bottom / auto 70%;
}
#emena-vol4 .summer .motif1 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/summer/motif.png) no-repeat top right / auto 100%;
}
#emena-vol4 .summer .motif2 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/summer/motif2.png) no-repeat right 15% top / auto 100%;
}
#emena-vol4 .summer .motif3 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/summer/motif3.png) no-repeat right center / auto 100%;
}
#emena-vol4 .summer .motif4 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/summer/motif4.png) no-repeat right top / auto 70%;
}
#emena-vol4 .motif p {
  line-height: 1.8em;
}
#emena-vol4 .motif_title {
  border-bottom: .5px solid #1a1a1a;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 .motif {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #emena-vol4 .motif1 {
    background-position: right top;
  }
  #emena-vol4 .motif h3 {
    margin-bottom: 50px;
  }
  #emena-vol4 .motif_title {
    font-size: 16px;
  }
  #emena-vol4 .teacher {
    font-size: 13px;
    padding: 25px;
  }
  #emena-vol4 .winter .motif1 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif_sp.png) no-repeat 96% 0% / 56%;
  }
  #emena-vol4 .winter .motif2 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif2_sp.png) no-repeat 100% 100% / 72%;
  }
  #emena-vol4 .winter .motif3 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif3_sp.png) no-repeat right center / 58%;
  }
  #emena-vol4 .winter .motif4 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif4_sp.png) no-repeat right bottom / auto 100%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .motif {
    width: 47%;
    padding-bottom: 100px;
  }
  #emena-vol4 .motif h3 {
    margin-bottom: 60px;
  }
  #emena-vol4 .motif_title {
    font-size: 20px;
  }
  #emena-vol4 .teacher {
    width: 47%;
    font-size: 15px;
    padding: 30px 45px 40px;
  }
  #emena-vol4 .winter .motif1 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif.png) no-repeat 92% 16% / 40%;
  }
  #emena-vol4 .winter .motif2 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif2.png) no-repeat 100% 46% / 50%;
  }
  #emena-vol4 .winter .motif3 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif3.png) no-repeat 100% 74% / auto 54%;
  }
  #emena-vol4 .winter .motif4 {
    background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/motif4.png) no-repeat right top / auto 74%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MAIN EMENA

--------------------------------------------------------------------------------------------- */
#emena-vol4 .select_by_main_items,
#emena-vol4 .select_by_main_items .container {
  position: relative;
}
#emena-vol4 .select_by_main_items .container:before {
  content: "";
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/emena.png) no-repeat center / 100%;
  position: absolute;
  z-index: -1;
}
#emena-vol4 .select_by_main_items:after {
  content: "";
  background: #F6F4E5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#emena-vol4 .select_by_main_items h2,
#emena-vol4 .more_arrenge h2 {
  position: relative;
}
#emena-vol4 .select_by_main_items h2 span,
#emena-vol4 .more_arrenge h2 span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 1em;
}
#emena-vol4 .select_by_main_items h2:after,
#emena-vol4 .more_arrenge h2:after {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1a1a1a;
  height: 1px;
  width: 100%;
  z-index: 1;
  position: absolute;
}
#emena-vol4 .select_by_main_items h2 span:after,
#emena-vol4 .more_arrenge h2 span:after {
  content: "";
  width: .2em;
  height: .2em;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 .select_by_main_items h3 span {
  border-bottom: 1px dashed #ADADAD;
  white-space: nowrap;
}
#emena-vol4 .select_by_main_itemsL p {
  line-height: 1.8em;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 .select_by_main_items {
    padding-bottom: 50px;
  }
  #emena-vol4 .select_by_main_items h2,
  #emena-vol4 .more_arrenge h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  #emena-vol4 .select_by_main_itemsR {
    margin-bottom: 20px;
    text-align: center;
  }
  #emena-vol4 .select_by_main_itemsR img {
    max-width: 90%;
  }
  #emena-vol4 .select_by_main_items h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #emena-vol4 .select_by_main_itemsL p {
    margin-bottom: 25px;
  }
  #emena-vol4 .select_by_main_items:after {
    top: 50vw;
  }
  #emena-vol4 .select_by_main_items .container:before {
    width: 90%;
    height: 23vw;
    top: 28vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #emena-vol4 .select_by_items .btn {
    margin-top: 40px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .select_by_main_items {
    padding-bottom: 50px;
  }
  #emena-vol4 .select_by_main_items h2,
  #emena-vol4 .more_arrenge h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  #emena-vol4 .select_by_main_items h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #emena-vol4 .select_by_main_itemsL {
    width: 44%;
  }
  #emena-vol4 .select_by_main_itemsR {
    width: 49%;
  }
  #emena-vol4 .select_by_main_itemsL p {
    margin-bottom: 40px;
  }
  #emena-vol4 .select_by_main_items .container:before {
    width: 646px;
    height: 154px;
    bottom: 210px;
    right: -60px;
  }
  #emena-vol4 .select_by_main_items:after {
    height: 270px;
  }
  #emena-vol4 .select_by_items .btn {
    margin-top: 100px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HOW TO USE

--------------------------------------------------------------------------------------------- */

#emena-vol4 .balloon_title {
  text-align: center;
}
#emena-vol4 .balloon_title_top {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  margin-bottom: 1em;
}
#emena-vol4 .balloon_title_top:before,
#emena-vol4 .balloon_title_top:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
}
#emena-vol4 .balloon_title_top:before {
  transform: rotate(-20deg);
  left: 0;
}
#emena-vol4 .balloon_title_top:after {
  transform: rotate(20deg);
  right: 0;
}
#emena-vol4 .balloon_title .balloon_title_bottom {
  display: block;
}
#emena-vol4 .more_arrenge_text {
  margin-bottom: .5em;
  box-decoration-break: clone;  
  -webkit-box-decoration-break: clone;
  display: inline;
  border-bottom: 1px dashed #adadad;
  line-height: 2.2em;
  padding-bottom: .3em;
}
#emena-vol4 .product_number {
  margin-top: 1em;
  line-height: 1.8em;
}
#emena-vol4 .more_arrenge h3 {
  text-align: center;
  padding: .5em 1em;
  margin-bottom: 1em;
  color: #fff;
}
#emena-vol4 .more_arrenge_box {
  position: relative;
}
#emena-vol4 .more_arrenge_box.blue_base h3 {
  background: #BDCCD4;
}
#emena-vol4 .more_arrenge_box.yellow_base h3 {
  background: #E3D9A9;
}
#emena-vol4 .produt_img {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#emena-vol4 .summer .blue_base .produt_img {
  width: 45%;
}
#emena-vol4 .winter .blue_base .produt_img {
  width: 45%;
}
#emena-vol4 .howto_step_box {
  position: relative;
}
#emena-vol4 .howto_step_box .howto_step_img {
  position: relative;
}
#emena-vol4 .howto_step_box .howto_step_img:after {
  content: "";
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/flow_arrow.png) no-repeat center / 100%;
  position: absolute;
}
#emena-vol4 .howto_step_box p {
  line-height: 2em;
}
#emena-vol4 .howto_step_box p a {
  text-decoration: underline;
  color: #29ABE2;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 .balloon_title {
    margin-bottom: 40px;
  }
  #emena-vol4 .balloon_title_top {
    font-size: 20px;
  }
  #emena-vol4 .balloon_title_bottom {
    font-size: 23px;
  }
  #emena-vol4 .standard_howto_use01_advice {
    margin-top: 40px;
  }
  #emena-vol4 .product_number {
    font-size: 12px;
    margin-bottom: 70px;
  }
  #emena-vol4 .more_arrenge h3 {
    font-size: 19px;
  }
  #emena-vol4 .more_arrenge_text {
    font-size: 16px;
  }
  #emena-vol4 .more_arrenge_box {
    margin-bottom: 30px;
  }
  #emena-vol4 .more_arrenge_box:last-child {
    margin-bottom: 0;
  }
  #emena-vol4 .more_arrenge_box .btn {
    width: 70%;
    border-radius: 0;
  }
  #emena-vol4 .summer #trend .product_number {
    margin-bottom: 20px;
  }
  #emena-vol4 .summer .blue_base .produt_img{
    width: 36%;
    bottom: 60px;
  }
  #emena-vol4 .summer .yellow_base .produt_img {
    width: 30%;
    bottom: 65px;
  }
  #emena-vol4 .summer #standard .yellow_base .product_number  {
    margin-bottom: 40px;
  }
  #emena-vol4 .summer .product_number {
    margin-bottom: 10px;
  }
  #emena-vol4 .summer #standard02 .blue_base .produt_img{
    width: 28%;
    bottom: 40px;
  }
  #emena-vol4 .summer #standard02 .yellow_base .produt_img{
    width: 30%;
    bottom: 10px;
  }
  #emena-vol4 .summer #trend .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .summer #trend .blue_base .produt_img {
    bottom: 70px;
  }
  #emena-vol4 .summer #trend .yellow_base .produt_img {
    bottom: 80px;
    right: 20px;
  }
  #emena-vol4 .summer #trend02 .blue_base .produt_img {
    width: 40%;
    right: 0;
  }
  #emena-vol4 .summer #trend02 .yellow_base .produt_img {
    width: 40%;
    right: 0;
  }



  #emena-vol4 .winter #trend .product_number {
    margin-bottom: 20px;
  }
  #emena-vol4 .winter .blue_base .produt_img{
    width: 32%;
    bottom: 30%;
    right: -2%;
  }
  #emena-vol4 .winter .yellow_base .produt_img {
    width: 32%;
    right: -2%;
    bottom: 28%;
  }
  #emena-vol4 .winter #standard .yellow_base .product_number  {
    /*margin-bottom: 20px;*/
  }
  #emena-vol4 .winter .product_number {
    margin-bottom: 10px;
  }
  #emena-vol4 .winter #standard01 .blue_base .product_number,
  #emena-vol4 .winter #standard01 .yellow_base .product_number {
    margin-bottom: 20px;
  }
  #emena-vol4 .winter #standard02 .blue_base .produt_img{
    /*width: 28%;*/
    bottom: 0;
  }
  #emena-vol4 .winter #standard02 .yellow_base .produt_img{
    /*width: 30%;*/
    bottom: 0;
  }
  #emena-vol4 .winter #trend .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .winter #trend .blue_base .produt_img {
    /*bottom: 70px;*/
    width: 52%;
    bottom: 16%;
    right: -2%;
  }
  #emena-vol4 .winter #trend .yellow_base .produt_img {
    bottom: 16%;
    right: -2%;
    width: 52%;
  }
  #emena-vol4 .winter #trend02 .blue_base .produt_img {
    bottom: 24%;
    width: 44%;
  }
  #emena-vol4 .winter #trend02 .yellow_base .produt_img {
    bottom: 24%;
    width: 44%;
    right: 0;
  }

  .howto_step_box {
    width: 46%;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .howto_step_box .howto_step_img {
    margin-bottom: 10px;
  }
  .howto_step_box .howto_step_img:after {
    width: 12%;
    height: 5%;
    top: 90%;
    right: -11%;
  }
  #emena-vol4 .howto_step_box:nth-child(2n) .howto_step_img:after {
    content: none;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .standard_howto_use01_advice {
    margin-top: 70px;
  }
  #emena-vol4 .balloon_title {
    margin-bottom: 60px;
  }
  #emena-vol4 .balloon_title_top {
    font-size: 25px;
  }
  #emena-vol4 .balloon_title_bottom {
    font-size: 32px;
  }
  #emena-vol4 .product_number {
    font-size: 15px;
    margin-bottom: 70px;
  }
  #emena-vol4 .more_arrenge_box {
    width: 49.5%;
    position: relative;
    padding-bottom: 80px;
  }
  #emena-vol4 .more_arrenge_box .large_btn {
    width: 315px;
    max-width: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #emena-vol4 .more_arrenge h3 {
    font-size: 26px;
  }
  #emena-vol4 .more_arrenge_text {
    font-size: 22px;
  }
  #emena-vol4 .summer .more_arrenge_text {
    font-size: 14.5px;
  }
  #emena-vol4 .summer .produt_img {
    bottom: 60px;
  }
  #emena-vol4 .summer .blue_base .btn {
    margin-top: -20px;
  }
  
  #emena-vol4 .summer #standard02 .blue_base .produt_img {
    bottom: 30px;
  }
  #emena-vol4 .summer #standard02 .yellow_base .produt_img {
    bottom: 30px;
  }
  #emena-vol4 .summer #standard02 .yellow_base .product_number {
    margin-bottom: 65px;
  }
  #emena-vol4 .summer #trend01 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .summer #trend01 .yellow_base .produt_img {
    bottom: 130px;
  }
  #emena-vol4 .summer #trend02 .produt_img {
    bottom: 80px;
  }
  #emena-vol4 .summer #trend02 .yellow_base .product_number {
    margin-bottom: 30px;
  }

  #emena-vol4 .summer #standard .blue_base .produt_img {
    width: 30%;
    bottom: 70px;
    right: 20px;
  }
  #emena-vol4 .summer #standard .yellow_base .produt_img {
    width: 30%;
    bottom: 70px;
    right: 20px;
  }
  #emena-vol4 .summer #standard .product_number {
    margin-bottom: 10px;
  }
  #emena-vol4 .summer #trend .blue_base .produt_img {
    bottom: 75px;
    right: 0;
  }
  #emena-vol4 .summer #trend .yellow_base .produt_img {
    bottom: 80px;
    right: 0;
  }
  #emena-vol4 .summer #trend .blue_base .product_number {
    margin-bottom: 10px;
  }
  #emena-vol4 .summer #trend .yellow_base .product_number {
    margin-bottom: 10px;
  }


  /*winter*/

  #emena-vol4 .winter .more_arrenge_text {
    font-size: 14.5px;
  }
  #emena-vol4 .winter .produt_img {
    bottom: 60px;
  }
  #emena-vol4 .winter .blue_base .btn {
    margin-top: -20px;
  }
  
  #emena-vol4 .winter #standard02 .yellow_base .product_number {
    margin-bottom: 65px;
  }
  #emena-vol4 .winter #trend01 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .winter #trend01 .yellow_base .produt_img {
    bottom: 130px;
  }
  #emena-vol4 .winter #trend02 .produt_img {
    bottom: 80px;
  }
  #emena-vol4 .winter #trend02 .yellow_base .product_number {
    margin-bottom: 30px;
  }

  #emena-vol4 .winter #standard .blue_base .produt_img {
    width: 48%;
    bottom: 0;
    right: 0;
  }
  #emena-vol4 .winter #standard .yellow_base .produt_img {
    width: 48%;
    bottom: 6%;
    right: 0;
  }
  #emena-vol4 .winter #standard02 .blue_base .produt_img {
    bottom: 70px;
  }
  #emena-vol4 .winter #standard02 .yellow_base .produt_img {
    bottom: 70px;
  }
  #emena-vol4 .winter #standard .product_number {
    margin-bottom: 10px;
  }


  #emena-vol4 .winter #trend01 .blue_base .produt_img {
    width: 60%;
    bottom: 0;
    right: 0;
  }
  #emena-vol4 .winter #trend01 .yellow_base .produt_img {
    width: 60%;
    bottom: 0;
    right: 0;
  }

  #emena-vol4 .winter #trend02 .blue_base .produt_img {
    bottom: 0;
    right: 0;
    width: 36%;
  }
  #emena-vol4 .winter #trend02 .yellow_base .produt_img {
    bottom: 0;
    right: 0;
    width: 36%;
  }

  #emena-vol4 .winter #trend .blue_base .product_number {
    margin-bottom: 10px;
  }
  #emena-vol4 .winter #trend .yellow_base .product_number {
    margin-bottom: 10px;
  }

  .howto_step_box {
    width: 26%;
    margin-bottom: 80px;
  }
  .howto_step_box .howto_step_img {
    margin-bottom: 30px;
  }
  .howto_step_box .howto_step_img:after {
    width: 15.5%;
    height: 6%;
    top: 35%;
    right: -28%;
  }

  #emena-vol4 .howto_step_box:nth-child(3n) .howto_step_img:after {
    content: none;
  }
}

@media print, screen and ( min-width : 1025px ) {
  #emena-vol4 .summer .more_arrenge_text {
    font-size: 20px;
  }
  #emena-vol4 .summer .blue_base .btn {
    margin-top: -40px;
  }
  #emena-vol4 .summer .produt_img {
    bottom: 70px;
  }
  #emena-vol4 .summer #standard02 .blue_base .produt_img {
    /*bottom: -60px;*/
    width: 30%;
    bottom: 30px;
    right: 10px;
  }
  #emena-vol4 .summer #standard02 .yellow_base .produt_img {
    /*bottom: -30px;*/
    width: 30%;
    bottom: 30px;
    right: 10px;
  }
  #emena-vol4 .summer #standard02 .yellow_base .product_number {
    margin-bottom: 65px;
  }
  #emena-vol4 .summer #trend01 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .summer #trend01 .yellow_base .produt_img {
    bottom: 80px;
  }
  #emena-vol4 .summer #trend02 .produt_img {
    bottom: 100px;
    width: 32%;
    right: 20px;
  }
  #emena-vol4 .summer #trend02 .product_number {
    margin-bottom: 0;
  }
  #emena-vol4 .summer #trend02 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .summer #trend .blue_base .produt_img {
    width: 40%;
    bottom: 65px;
    right: 20px;
  }
  #emena-vol4 .summer #trend .yellow_base .produt_img {
    width: 40%;
    bottom: 80px;
    right: 20px;
  }
  #emena-vol4 .summer #trend .blue_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .summer #trend .yellow_base .product_number {
    margin-bottom: 30px;
  }

  /*秋*/

  #emena-vol4 .winter .more_arrenge_text {
    font-size: 20px;
  }
  #emena-vol4 .winter .blue_base .btn {
    margin-top: -40px;
  }
  #emena-vol4 .winter .produt_img {
    bottom: 70px;
  }
  #emena-vol4 .winter #standard02 .blue_base .produt_img {
    bottom: 12%;
    width: 34%;
    right: 4%;
  }
  #emena-vol4 .winter #standard02 .yellow_base .produt_img {
    width: 34%;
    bottom: 6%;
    right: 0;
  }
  #emena-vol4 .winter #standard02 .yellow_base .product_number {
    margin-bottom: 0;
  }
  #emena-vol4 .winter #trend01 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  /*#emena-vol4 .winter #trend01 .yellow_base .produt_img {
    bottom: 80px;
  }*/
  #emena-vol4 .winter #trend02 .produt_img {
    bottom: 100px;
    width: 32%;
    right: 20px;
  }
  #emena-vol4 .winter #trend02 .product_number {
    margin-bottom: 0;
  }
  #emena-vol4 .winter #trend02 .yellow_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .winter #trend .blue_base .product_number {
    margin-bottom: 30px;
  }
  #emena-vol4 .winter #trend .yellow_base .product_number {
    margin-bottom: 30px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   COLOR LIST

--------------------------------------------------------------------------------------------- */
#emena-vol4 #color_list {
  position: relative;
}
#emena-vol4 .color_list_lead_t {
  position: relative;
}
#emena-vol4 .color_list_lead_t:before {
  content: "";
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: .75em;
  left: 0;
}
#emena-vol4 .color_list_box {
  display: flex;
  flex-direction: column;
  mix-blend-mode: multiply;
}
#emena-vol4 .color_list_box.mode_none {
  mix-blend-mode: normal;
}
#emena-vol4 .color_list_box .blue_btn02 {
  margin-top: auto;
}
#emena-vol4 .color_list_box h3 {
  border-bottom: .5px solid #1a1a1a;
  margin-bottom: .5em;
  padding-bottom: .2em;
}
#emena-vol4 .color_list_box h3 .colornum {
  display: inline-block;
  padding-left: 1em;
  margin-left: 1em;
  position: relative;
  font-weight: 400;
  font-family: Helvetica;

}
#emena-vol4 .color_list_box h3 .colornum:before {
  content: "";
  height: .6em;
  width: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#emena-vol4 .color_list_box .color_list_img {
  text-align: center;
  display: block;
}
#emena-vol4 .color_list_box .color_list_img img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
}
#emena-vol4 .color_info {
  position: relative;
}
#emena-vol4 .color_info .whos_select {
  position: absolute;
  left: 0;
}
#emena-vol4 .color_list_box dt.min {
  width: 100%;
}
#emena-vol4 .color_list_box dt span {
  font-weight: normal;
}
@media only screen and ( max-width : 767px ) {
  #emena-vol4 #color_list .color_list_title {
    font-size: 23px;
  }
  #emena-vol4 .color_list_lead_t {
    padding-left: 40px;
    font-size: 15px;
    margin-bottom: 40px;
  }
  #emena-vol4 .color_list_lead_t:before {
    width: 20px;
  }
  #emena-vol4 .color_list_box {
    width: 48%;
    margin-right: 4%;
    margin-top: 40px;
  }
  #emena-vol4 .color_list_box:nth-child(-n+2) {
    margin-top: 0;
  }
  #emena-vol4 .color_list_box:nth-child(2n) {
    margin-right: 0;
  }
  #emena-vol4 .color_list_box {
    font-size: 14px;
  }
  #emena-vol4 .color_list_box dl {
    margin-bottom: 25px;
  }
  #emena-vol4 .color_list_box dt {
    width: 2.5em;
  }
  #emena-vol4 .color_list_box dd {
    width: calc(100% - 2.5em);
  }
  #emena-vol4 .color_list_box dt span {
    font-size: 10px;
  }
  #emena-vol4 .color_info {
    padding-top: 35px;
  }
  #emena-vol4 .color_list_box h3 {
    font-size: 11px;
  }
  #emena-vol4 .color_list_box h3 .colornum {
    font-size: 14px;
  }
  #emena-vol4 .color_info .whos_select {
    top: 15px;
  }
  #emena-vol4 .color_info .whos_select img {
    height: 18px;
    width: auto;
    display: block;
  }
  #emena-vol4 .color_list_wrapper {
    margin-bottom: 50px;
  }
  #emena-vol4 .color_list_box .color_list_img img {
    height: 32vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #color_list .color_list_title {
    font-size: 48px;
  }
  #emena-vol4 .color_list_lead_t {
    padding-left: 100px;
    font-size: 25px;
    margin-bottom: 100px;
  }
  #emena-vol4 .color_list_lead_t:before {
    width: 88px;
  }
  #emena-vol4 .color_list_box {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 50px;
  }
  #emena-vol4 .color_list_box:nth-child(-n+3) {
    margin-top: 0;
  }
  #emena-vol4 .color_list_box:nth-child(3n) {
    margin-right: 0;
  }
  #emena-vol4 .color_info {
    padding-top: 60px;
  }
  #emena-vol4 .color_list_box dl {
    margin-bottom: 30px;
  }
  #emena-vol4 .color_list_box dt span {
    font-size: 13px;
  }
  #emena-vol4 .color_list_box h3 {
    font-size: 14px;
  }
  #emena-vol4 .color_list_box h3 .colornum {
    font-size: 18px;
  }
  #emena-vol4 .color_list_box dt {
    width: 2.5em;
  }
  #emena-vol4 .color_list_box dd {
    width: calc(100% - 2.5em);
  }
  #emena-vol4 .color_info .whos_select {
    top: 25px;
  }
  #emena-vol4 .color_info .whos_select img {
    height: 29px;
  }
  #emena-vol4 .color_list_box .color_list_img img {
    height: 190px;
  }
  #emena-vol4 .color_list_wrapper {
    margin-bottom: 100px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #emena-vol4 .color_list_box .color_list_img img {
    height: 235px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   BNR

--------------------------------------------------------------------------------------------- */
#emena-vol4 .art_for_seasons_link {
  background: #E3DDB2;
}
#emena-vol4 .art_for_seasons_link_inner {
  border: 1px solid #fff;
}
#emena-vol4 .art_for_seasons_link h2 {
  text-align: center;
  background: #fff;
  padding: 10px;
}
#emena-vol4 .art_for_seasons_link h2 img {
  display: block;
  margin: 0 auto;
}
#emena-vol4 .art_for_seasons_link_content .min {
  text-align: center;
  line-height: 1.7em;
}
#emena-vol4 .art_for_seasons_lineup_title {
  text-align: center;
}
#emena-vol4 .art_for_seasons_lineup_title span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  letter-spacing: .1em;
}
#emena-vol4 .art_for_seasons_lineup_title span:before,
#emena-vol4 .art_for_seasons_lineup_title span:after {
  content: "";
  height: 1.4em;
  background: #000;
  width: 1px;
  position: absolute;
  bottom: 0;
}
#emena-vol4 .art_for_seasons_lineup_title span:before {
  left: 0;
  transform: rotate(-20deg);
}
#emena-vol4 .art_for_seasons_lineup_title span:after {
  right: 0;
  transform: rotate(20deg);
}
#emena-vol4 .art_for_seasons_lineup_box {
  text-align: center;
}
#emena-vol4 .art_for_seasons_lineup_box img {
  box-shadow: 4px 4px 10px rgba(0,0,0,.25);
}

#emena-vol4 #bnr li {
  margin-bottom: 40px;
}
#emena-vol4 #bnr li:first-of-type {
  margin-bottom: 25px;
}
@media only screen and ( max-width : 767px ) {
  /*#emena-vol4 #bnr h2 {
    margin-bottom: 30px;
  }*/
  #emena-vol4 #bnr li p {
    font-size: 9px;
    margin-top: 5px;
  }
  #emena-vol4 .art_for_seasons_link {
    padding: 8px;
    margin-bottom: 80px;
  }
  #emena-vol4 .art_for_seasons_link_inner {
    padding: 15px 0 30px;
  }
  #emena-vol4 .art_for_seasons_link h2 {
    margin-bottom: 25px;
  }
  #emena-vol4 .art_for_seasons_link_content .min {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #emena-vol4 .art_for_seasons_link_content {
    padding: 0 20px;
  }
  #emena-vol4 .art_for_seasons_lineup_title {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #emena-vol4 .art_for_seasons_lineup_box {
    margin-bottom: 25px;
  }
  #emena-vol4 .art_for_seasons_lineup_box:last-child {
    margin-bottom: 0;
  }
  #emena-vol4 .art_for_seasons_lineup_box img {
    width: 100%;
  }
}

@media print, screen and ( min-width : 768px ) {
  /*#emena-vol4 #bnr h2 {
    margin-bottom: 75px;
  }*/
  #emena-vol4 #bnr li p {
    font-size: 13px;
    margin-top: 5px;
  }
  #emena-vol4 .art_for_seasons_link {
    padding: 15px;
    margin-bottom: 100px;
  }
  #emena-vol4 .art_for_seasons_link_inner {
    padding: 20px 0 30px;
  }
  #emena-vol4 .art_for_seasons_link h2 {
    margin-bottom: 20px;
  }
  #emena-vol4 .art_for_seasons_link_content .min {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #emena-vol4 .art_for_seasons_link_content {
    padding: 0 30px;
  }
  #emena-vol4 .art_for_seasons_lineup_title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  #emena-vol4 .art_for_seasons_lineup_box {
    width: 23.5%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ARCHIVE

--------------------------------------------------------------------------------------------- */
#emena-vol4 #archive {
  background: #F9F8F7;
}
#emena-vol4 #archive h2 {
  text-align: center;
}
#emena-vol4 #archive h2 span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
}
#emena-vol4 #archive h2 span:before,
#emena-vol4 #archive h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  background: #1a1a1a;
  height: 100%;
}
#emena-vol4 #archive h2 span:before {
  transform: rotate(-20deg);
  left: 0;
}
#emena-vol4 #archive h2 span:after {
  transform: rotate(20deg);
  right: 0;
}
#emena-vol4 .we_love {
  mix-blend-mode: multiply;
}
#emena-vol4 #archive li picture {
  display: block;
  margin-bottom: 20px;
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 #archive h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #emena-vol4 #archive ul {
    margin-top: 30px;
  }
  #emena-vol4 #archive li {
    margin-bottom: 45px;
  }
  #emena-vol4 #archive li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 #archive h2 {
    margin-bottom: 50px;
    font-size: 32px;
  }
  #emena-vol4 #archive ul {
    margin-top: 40px;
  }
  #emena-vol4 #archive li {
    width: 32%;
    margin-right: 2%;
    margin-top: 60px;
  }
  #emena-vol4 #archive li:nth-child(-n+3) {
    margin-top: 0;
  }
  #emena-vol4 #archive li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SELECT BY ITEMS

--------------------------------------------------------------------------------------------- */
#emena-vol4 .item_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
#emena-vol4 .item_list li.other_item {
  display: block;
}
#emena-vol4 .item_list li:not(last-child) {
  border-bottom: #aaaaaa dashed 1px;
}
#emena-vol4 .item_list li.other_item:not(last-child) {
  border-bottom: #445f7d solid 1px;
}
#emena-vol4 .item_list li a {
  display: block;
  margin: 0 auto;
  position: relative;
}
#emena-vol4 .item_list li a:hover {
  position: relative;
  z-index: 50;
}
#emena-vol4 .item_list li:not(last-child) a::after {
  content: "";
  border-right: #aaaaaa dashed 1px;
  display: block;
  width: 1px;
  height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 52;
}
#emena-vol4 .item_list li.other_item .other_item_box a:after {
  content: none;
}
#emena-vol4 .item_list p {
  width: 100%;
  position: relative;
  z-index: 50;
}
#emena-vol4 .item_list img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 51;
}
#emena-vol4 .item_list .en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c2a772;
}
#emena-vol4 .item_list .en .type {
  position: relative;
}
#emena-vol4 .item_list .en .type::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2a772;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#emena-vol4 .items_name {
  text-align: center;
}

#emena-vol4 .line_bt_none {
  border-bottom: none !important;
}
#emena-vol4 .item_list li.line_r_none a::after,.line_r_none:after {
  /*display: none !important;*/
  content: none !important;
}
#emena-vol4 .item_list .en span span {
  letter-spacing: .1em;
  line-height: 1;
}

#emena-vol4 .line_bt_none_sp {
  border-bottom: none !important;
}

@media only screen and ( max-width : 767px ) {
  /* .item_list {
    margin-bottom: 3em;
  } */
  /* .item_list li {
    width: calc(50% - 20px);
  } */
  #emena-vol4 .item_list li {
    width: 48%;
  }
  #emena-vol4 .item_list li:not(last-child) a::after {
    right: -4%;
  }
  #emena-vol4 .item_list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #emena-vol4 .item_list li:nth-child(even) a::after,#emena-vol4 .item_list li:last-child a::after {
    display: none !important;
  }
  #emena-vol4 .item_list li a {
    padding: 1em 0 3em;
  }
  #emena-vol4 .item_list .en {
    margin: 1em .5em 1.5em 0;
  }
  #emena-vol4 .item_list .en span:first-child {
    font-size: 12px;
  }
  #emena-vol4 .item_list .en .type {
    font-size: 42px;
  }
  #emena-vol4 .items_name {
    font-size: 18px;
  }
  #emena-vol4 .item_list .en .type {
    line-height: 1;
  }
  #emena-vol4 .line_bt_sp {
  border-bottom: #aaaaaa dashed 1px !important;
  }
  #emena-vol4 .item_list li.line_br_sp {
    position: relative;
  }
  #emena-vol4 .item_list li.line_br_sp:after {
    content: "" !important;
    border-right: #aaaaaa dashed 1px;
    display: block;
    width: 1px;
    height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 52;
    right: -4%;
  }
  #emena-vol4 .item_list img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #emena-vol4 .other_item .line_b_none_sp {
    border-bottom: none;
  }
  #emena-vol4 .item_list li.other_item {
    width: 100%;
    margin-top: 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .item_list li {
    /* width: calc(25% - 20px); */
    width: 23%;
    margin-right: 2.666666666666667%;
  }
  #emena-vol4 .item_list li.other_item {
    width: 46%;
    margin-right: 0;
  }
  #emena-vol4 .item_list li:nth-child(4),#emena-vol4 .item_list li:nth-child(8) {
    margin-right: 0;
  }
  #emena-vol4 .item_list li a {
    padding: 1em 0 3em;
  }
  #emena-vol4 .item_list li:not(last-child) a::after {
    right: -5.2%;
  }
  #emena-vol4 .item_list .en {
    margin: 1em 0;
  }
  #emena-vol4 .item_list .en span:first-child {
    font-size: 16px;
    line-height: 1.2;
  }
  #emena-vol4 .item_list img {
    width: calc(100% - 20px);
  }
  #emena-vol4 .item_list .en .type {
    display: inline-block;
    margin-left: .1em;
    font-size: 43px;
    line-height: 1;
  }
  #emena-vol4 .items_name {
    font-size: 15px;
  }
  #emena-vol4 .line_r_none_pc:after {
    content: none !important;
  }
  #emena-vol4 .item_list li.other_item {
    margin-top: 30px;
  }
}

@media print, screen and ( min-width : 1025px ) {
  /* .item_list li {
    width: calc(25% - 40px);
  }
  .item_list li:not(last-child) a::after {
    right: -27px;
  } */
  #emena-vol4 .item_list li a {
    padding: 1em 0 4em;
  }
  #emena-vol4 .item_list li.other_item .other_item_box a {
    padding: 0;
  }
  #emena-vol4 .item_list .en span:first-child {
    font-size: 18px;
  }
  #emena-vol4 .item_list img {
    width: 80%;
  }
  #emena-vol4 .item_list .en .type {
    font-size: 48px;
  }
  #emena-vol4 .items_name {
    font-size: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SEMINAR

--------------------------------------------------------------------------------------------- */
#emena-vol4 .seminar p {
  text-align: center;
  line-height: 1.8em;
}

#emena-vol4 .seminar .bnrarea img {
  width: 100%;
}
#emena-vol4 .seminar .howto_text {
  margin-bottom: 2em;
}
#emena-vol4 .seminar_date p:first-child {
  margin-right: 1em;
  padding: 0 1.5em 0 1.7em; 
  background: #E3B66F;
  color: #fff;
}
#emena-vol4 .seminar_date p:last-child {
  font-weight: 700;
}
#emena-vol4 .seminar_date p:last-child span {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 1.5em;
  letter-spacing: 0.15em;
}


#emena-vol4 .seminar .btn {
  margin-top: 1em;
}
#emena-vol4 .seminar .pink_txt span {
  background: linear-gradient(transparent 99%, #E3B66F 0%);
  color: #E3B66F;
  border-bottom: #E3B66F solid 1px;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
}
#emena-vol4 .seminar .under_line span {
  border-bottom: #000 solid 1px;
  letter-spacing: .1em;
}
#emena-vol4 .seminar_movieWrap .pre {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
#emena-vol4 .seminar_movieWrap .pre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, .2);
  margin: 0 auto;
  z-index: 2;
}
#emena-vol4 .seminar_movieWrap .pre img {
  position: relative;
  z-index: 1;
}
#emena-vol4 .seminar_movieWrap .pre::after {
  content: "動画準備中";
  background: #fff;
  border-radius: 30px;
  font-family: YakuHanMP, 'Shippori Mincho', serif;
  font-weight: 500;
  letter-spacing: .2em;
  color: #c2a772;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
#emena-vol4 .seminar_movieWrap .movie_box {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
#emena-vol4 .seminar_movieWrap .movie_box:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
#emena-vol4 .seminar_movieWrap .movie_box > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#emena-vol4 .coupon_presents {
  border-radius: 30px;
  background: #fff;
  border: 2px solid #E3B66F;
  max-width: 750px;
  margin: 0 auto;
}
#emena-vol4 .seminar .btn_x_large:after {
  content: none;
}
#emena-vol4 .seminar .btn_yellow span.sp_arrow {
  /*display: none;*/
}

@media only screen and ( max-width : 767px ) {
  #emena-vol4 .seminar {
    margin-top: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 40%;
    font-size: 13px;
  }
  .webp #emena-vol4 .seminar {
    background-image: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seminar_bg_sp.webp);
  }
  .no-webp #emena-vol4 .seminar {
    background-image: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seminar_bg_sp.png);
  }
  #emena-vol4 .winter {
  }
  #emena-vol4 .seminar_title {
    margin-bottom: 20px;
    text-align: center;
  }
  #emena-vol4 .seminar_title img {
    width: 84%;
  }
  #emena-vol4 .coupon_presents {
    padding: 20px 10px;
  }
  #emena-vol4 .img_click {
    width: 40%;
    margin: 2em auto 0;
  }
  #emena-vol4 .img_click img {
    width: 100%;
  }
  #emena-vol4 .seminar_date p {
    font-size: 17px;
  }
  #emena-vol4 .seminar_date p:first-child {
    width: 78px;
    margin: 0 auto .8em;
    padding: 0 0 0 .3em;
    font-size: 13px;
  }
  #emena-vol4 .seminar_date p:last-child span {
    line-height: 1.2;
    font-size: 24px;
  }
  #emena-vol4 .seminar .btn_yellow {
    height: auto;
    padding: 0;
  }
  #emena-vol4 .seminar .btn_yellow span.sp_arrow {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: none;
    padding: 0;
    margin: .3em 0 0 .3em;
    width: 1em;
  }
  #emena-vol4 .seminar .btn_yellow span {
    /*margin: 2em 0 1em 0;*/
    /*padding: .6em 2em .6em 0;*/
    text-align: center;
    font-size: 25px;
    padding: .5em;
  }
  #emena-vol4 .seminar .pink_txt {
    font-size: 20px;
  }
  #emena-vol4 .seminar .pink_txt small {
    font-size: 16px;
  }
  #emena-vol4 .seminar_movieWrap .pre::after {
    padding: 0.1em 0.5em 0.2em 0.8em;
    font-size: 18px;
  }
  #emena-vol4 .seminar_movie_ttl img {
    display: block;
    margin: 0 auto 1.5em;
  }
  #emena-vol4 .seminar_movieWrap .en02 {
    /*margin-top: 5em;*/
    margin-bottom: 4em;
  }
  #emena-vol4 .seminar_movie .container {
    max-width: none;
    padding: 0;
  }
  #emena-vol4 .seminar .caption {
    font-size: 12px;
  }
  #emena-vol4 .seminar_movieWrap .pre {
    border-radius: 15px;
  }
  #emena-vol4 .seminar_movieWrap .movie_box {
      margin: 0 15px;
      width: calc(100% - 30px);
  }
}

@media only screen and (max-width : 575px) {
  #emena-vol4 .seminar .pink_txt {
    font-size: 4.5vw;
  }
  #emena-vol4 .seminar .pink_txt small {
    font-size: 3.5vw;
  }
}
@media only screen and ( max-width : 375px ) {
  #emena-vol4 .coupon_presents {
    padding: 4vw 2vw;
  }
  #emena-vol4 .seminar {
    font-size: 3.6vw;
  }
  #emena-vol4 .seminar .caption {
    font-size: 3vw;
  }
  #emena-vol4 .seminar .btn_yellow span {
    font-size: 6vw;
  }
  #emena-vol4 .seminar .btn_yellow span.sp_arrow {
    font-size: 3.6vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .seminar {
    margin-top: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 28%;
    font-size: 17px;
  }
  .webp #emena-vol4 .seminar {
    background-image: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/webp/seminar_bg.webp);
  }
  .no-webp #emena-vol4 .seminar {
    background-image: url(/_ui/responsive/common/ui_assets/online/bg/pickup/emena/vol4/img/winter/seminar_bg.png);
  }
  #emena-vol4 .winter {
    /*margin-top: 100px;*/
    /*background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 30%;*/
    font-size: 17px;
  }
  #emena-vol4 .coupon_presents {
    padding: 30px;
  }
  #emena-vol4 .seminar_title {
    margin-bottom: 30px;
    text-align: center;
  }
  #emena-vol4 .seminar_title img {
    width: 90%;
  }
  #emena-vol4 .seminar .btn {
    padding: 0;
  }
  #emena-vol4 .seminar .btn_yellow span {
    padding: .5em 0;
    text-align: center;
    font-size: 30px;
  }
  #emena-vol4 .seminar .btn_yellow span.sp_arrow {
    right: 30px;
    font-size: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
  }
  #emena-vol4 .seminar_movieWrap .pre::after {
    padding: 0.3em 1em 0.4em 1.5em;
    font-size: 35px;
  }
  #emena-vol4 .seminar_movie_ttl img {
    display: block;
    width: 65%;
    margin: 0 auto 1em;
  }
  #emena-vol4 .seminar_movieWrap .en02 {
    /*margin-top: 5em;*/
    margin-bottom: 4em;
  }
  #emena-vol4 .seminar .pink_txt {
    font-size: 25px;
  }
  #emena-vol4 .seminar .pink_txt small {
    font-size: 19px;
  }
  #emena-vol4 .seminar .caption {
    font-size: 13px;
  }
  #emena-vol4 .img_click {
    width: 148px;
    margin: 2em auto 0;
  }
  #emena-vol4 .seminar .btn {
    height: auto;
  }
}
@media print, screen and ( min-width : 1025px ) {
  #emena-vol4 .seminar_date {
    font-size: 21px;
  }
}

/* ---------------------------------------------------------------------------------------------

   OTHER COLOR

--------------------------------------------------------------------------------------------- */
#emena-vol4 .other_color,
#emena-vol4 .other_item {
  border: #445f7d solid 1px;
  border-radius: 6px;
}
#emena-vol4 .other_color_inner {
  max-width: 800px;
  margin: 0 auto;
}
/*#emena-vol4 .other_item_inner {
  max-width: 930px;
  margin: 0 auto;
}*/
#emena-vol4 .other_color .line_title,
#emena-vol4 .other_item .line_title {
  color: #445f7d;
}
#emena-vol4 .other_color .line_title {
  margin-bottom: 1em;
}
#emena-vol4 .other_item .line_title {
  margin-bottom: 2em;
}
#emena-vol4 .other_color .line_title:before,
#emena-vol4 .other_item .line_title:before {
  background: #445f7d;
}
#emena-vol4 .other_color li,
#emena-vol4 .other_item .other_item_box {
  position: relative;
}
#emena-vol4 .other_item .other_item_box {
  border-bottom: 1px dashed #445F7D;
}
#emena-vol4 .other_item .other_item_box:last-child {
  border-bottom: none;
}
#emena-vol4 .other_color li a {
  display: block;
  text-align: center;
  position: relative;
  line-height: 1.8;
}
#emena-vol4 .other_item .other_item_box a {
  position: relative;
  line-height: 1.8;
}
#emena-vol4 .other_color li:not(last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/*#emena-vol4 .other_item .other_item_box:not(last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
*/
@media only screen and ( max-width : 767px ) {
  #emena-vol4 .other_color_inner,
  #emena-vol4 .other_item_inner {
    padding: 2em 1.5em 1em;
  }
  #emena-vol4 .other_color,
  #emena-vol4 .other_item {
    justify-content: space-between;
  }
  #emena-vol4 .other_color li {
    width: 50%;
    border-bottom: #445f7d dashed 1px;
    padding-right: .5em;
  }
  #emena-vol4 .other_color li:nth-child(2n),
  #emena-vol4 .other_item .other_item_box:nth-child(2n) {
    padding-right: 0;
    padding-left: .5em;
  }
  #emena-vol4 .other_color li:nth-child(odd):before,
  #emena-vol4 .other_item .other_item_box:nth-child(odd):before {
    content: "";
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    z-index: 2;
    right: -10px;
    bottom: -10px;
  }
  #emena-vol4 .other_color li:not(last-child):after,
  #emena-vol4 .other_item .other_item_box:not(last-child):after {
    border-right: #445f7d dashed 1px;
  }
  #emena-vol4 .other_color li:nth-child(even):after,
  #emena-vol4 .other_item .other_item_box:nth-child(even):after {
    display: none;
  }
  #emena-vol4 .other_color li a,
  #emena-vol4 .other_item .other_item_box a {
    font-size: 14px;
    padding: 1em 0;
  }
  #emena-vol4 .other_item .other_item_box a {
    display: flex;
    align-items: center;
  }
  #emena-vol4 .other_item .other_item_img {
    width: 74px;
  }
  #emena-vol4 .other_item .other_item_name {
    width: calc(100% - 74px);
  }
  #emena-vol4 .other_item .line_title {
    margin-bottom: 1em;
  }
}
@media only screen and ( max-width : 320px ) {
  #emena-vol4 .other_color li a,
  #emena-vol4 .other_item .other_item_box a {
    font-size: 12px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #emena-vol4 .other_color_inner {
    padding: 3em 2em 2em;
  }
  #emena-vol4 .other_item_inner {
    padding: 25px 25px 10px;
  }

  #emena-vol4 .other_item ul {
    border-bottom: #445f7d dashed 1px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #emena-vol4 .other_item ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #emena-vol4 .other_color li  {
    border-bottom: #445f7d dashed 1px;
    /*width: 25%;*/
  }
  #emena-vol4 .other_item .other_item_box {
    /*flex: auto;
    margin-right: 25px;*/
  }
  #emena-vol4 .other_item .other_item_col3List li {
    /*width: calc(33.333333333333333% - 16.666666666666667px);*/
  }
  /*#emena-vol4 .other_item .other_item_col3List li:nth-child(3n) {
    margin-right: 0;
  }
  #emena-vol4 .other_item .other_item_col3List li:nth-child(3n):after {
    content: none;
  }*/
  #emena-vol4 .other_item .other_item_box.mr0 {
    margin-right: 0;
  }
  #emena-vol4 .other_color li:not(last-child):after {
    border-right: #445f7d dashed 1px;
  }
  #emena-vol4 .other_color li a {
    font-size: 14px;
    padding: .8em 0;
  }
  #emena-vol4 .other_item .other_item_box a {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 100px;
  }
  /*.other_item_img {
    width: 60px;
    margin-right: 25px;
  }
  .other_item_name {
    width: calc(100% - 85px);
  }*/
  #emena-vol4 .other_item .other_item_box a picture {
    width: 88px;
  }
  #emena-vol4 .other_item .other_item_box a {
    width: calc(100% - 88px);
  }
}

@media print, screen and ( min-width : 1025px ) {
  #emena-vol4 .other_color li a {
    font-size: 18px;
  }
  #emena-vol4 .other_item .other_item_box a {
    font-size: 16px;
  }
  #emena-vol4 .other_item .line_title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}
	
@media screen and (max-width: 1024px){
}

@media (max-width: 767px){
}