@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}
  .style_sttl {
  text-align: center;
  width: 60%;
  margin: 40px auto 20px auto;
  }

@media screen and (min-width: 980px) {
  .style_sttl {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 80px auto 40px auto;
  }
}
.p-item__title {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 80%;
}
@media screen and (min-width: 980px) {
.p-item__title{
 margin: 0 auto 50px;
  max-width: 100%;

}
}

  .stylettl01 {
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  color: #383b60;
  margin: 100px auto 0 auto;
  max-width: 90%;
  }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.p-item__comment {
  text-align: center;
  margin: 0 0 50px 0;
}
.p-item__comment a{
  text-decoration: underline;
}

.coordinate_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;  
}
.coordinate_item div{
  display: block;
  max-width: 90%;
  margin: 0 auto 50px;
}


.scapa_style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.scapa_style img{
  display: block;
  max-width: 90%;
  height: auto !important;
  margin: 0 auto 5%;
}
.scapa_style a{
  margin: 0 auto 5%;
}
@media screen and (min-width: 980px) {
.scapa_style {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
.scapa_style img{
  display: block;
  max-width: 100%;
 height: auto !important;
 }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.p-main a.p-btn--big {
  border: 0;
  color: #FFFFFF;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #cca7ad no-repeat;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  font-size: 12px;
  display: block;
  padding: 26px 5px;
  text-align: center;
  margin-bottom: 45px;
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 980px) {
 .p-main a.p-btn--big {
  border: 0;
  color: #FFFFFF;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #cca7ad no-repeat;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  display: block;
  padding: 35px 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
  max-width: 780px;
  margin: auto;
}
}

.p-main a.p-btn--big a, .p-main a.p-btn--big:hover, .p-main a.p-btn--big:focus,
.p-main a.p-btn--big a:hover,
.p-main a.p-btn--big a:focus {
  color: #FFFFFF;
}

.p-main a.p-btn--big:hover {
  text-decoration: none;
  opacity: 1;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #b27982 no-repeat;
  background-position: right 2% center;
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

/* bBootstrap v3.3.7の変数のみinclude */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Component */
.sd-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #337ab7;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
}

.sd-btn a, .sd-btn:hover, .sd-btn:focus,
.sd-btn a:hover,
.sd-btn a:focus {
  color: #FFFFFF;
}

.zoom:hover {
  -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
  transition: all 0.5s ease 0s;
}

.ol--reset,
.ul--reset {
  padding: 0;
  list-style-type: none;
}

.ol,
.ul {
  padding: 0;
  list-style-type: none;
}

.ol li,
.ul li {
  border-bottom: 1px dotted #cccccc;
}

.ol li:last-child,
.ul li:last-child {
  border-bottom: none;
}

.hr {
  clear: both;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.form textarea,
.form input {
  border: 1px solid #000000;
}

.form label {
  margin-right: 15px;
}

.form textarea,
.form input[type="text"] {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
}

@media screen and (min-width: 1200px) {
  .form textarea,
  .form input[type="text"] {
    font-size: 1.6rem;
  }
}

.form textarea {
  min-height: 200px;
}

.form input[type="submit"] {
  padding: 5px;
  margin: 5px;
}

.sd-table {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-collapse: collapse;
}

.sd-table caption {
  font-weight: bold;
  font-size: 110%;
}

.sd-table > thead tr > th,
.sd-table > tbody tr > th,
.sd-table > tfoot tr > th {
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.sd-table > thead tr > th, .sd-table > thead tr > td,
.sd-table > tbody tr > th,
.sd-table > tbody tr > td,
.sd-table > tfoot tr > th,
.sd-table > tfoot tr > td {
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}

/*グラデーション*/
.gradation {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(250, 250, 250, 0.4) 100%);
}

/*テキストシャドウ*/
.text-shadow--gray {
  text-shadow: 0 1px 0 rgba(150, 150, 150, 0.6);
}

.text-shadow--white {
  text-shadow: 0 1px 0 #FFFFFF;
}

/*ボックスシャドウ*/
.box-shadow--gray {
  box-shadow: 0 0 10px 1px #CCCCCC;
}

.box-shadow--white {
  box-shadow: 0 0 15px #FFFFFF #CCCCCC;
}

.sd-label {
  padding: 5px;
  font-size: 85%;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #000000;
}

.sd-picture {
  border: 5px solid #FFFFFF;
}

/**
 * animation
 */
/*点滅設定*/
@keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

/*点滅*/
.sd-flashing {
  animation: sdKeyframes--opacity-flashing 1s infinite;
}

/* Project */
.btn--sml {
  text-align: center;
  background-color: #333333;
  padding: 0px 2px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  padding: 12px 0;
  background-image: url("https://ds-assets.s3.amazonaws.com/e-look.jp/2017/look/2017_fall_one_piece/arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  max-width: 450px;
}

@media screen and (min-width: 980px) {
  .btn--sml {
    background-position: right 20px center;
    font-size: 18px;
    padding: 17px 0;
    margin: 0 auto;
  }
}

.btn--sml:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.item-light-outer .btn--sml {
  font-size: 13px;
}

@media screen and (min-width: 980px) {
  .item-light-outer .btn--sml {
    font-size: 18px;
  }
}

.btn--sml__outer {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 980px) {
  .btn--sml__outer {
    padding: 0;
  }
}

.btn--big {
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 14px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 12px 0px 12px 0px;
  display: block;
  margin: 0 10px 10px 10px;
  position: relative;
  color: #000000;
  border: 2px solid #000000;
  background-image: url("https://ds-assets.s3.amazonaws.com/e-look.jp/2017/look/2017_fall_one_piece/arrow-bk.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media screen and (min-width: 980px) {
  .btn--big {
    margin: 0 auto 60px auto;
    background-position: right 20px center;
    font-size: 18px;
    padding: 30px 15px 30px 45px;
    max-width: 690px;
    margin-top: -60px;
  }
}

.btn--big:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}

.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}

@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 16px;
  }
}

.content_wrap * {
  box-sizing: border-box;
}

.main-img {
  text-align: center;
   margin:0 0 50px 0;
 }

@media screen and (min-width: 980px) {
  .main-img {
    margin:0 0 70px 0;
  }
}

.sub-navigation-outer_3 {
  max-width: 666px;
  margin: 0 auto 60px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer_3 {
    margin: 0 auto 60px auto;
  }
}

.sub-navigation-outer_4 {
  margin: 0 auto 0px auto;
}


.sub-navigation-outer_2 {
  margin: 0 auto 50px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer_2 {
    margin: 0 auto 130px auto;
  }
}

.sub-navigation-outer {
  max-width: 840px;
  margin: 0 auto 60px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer {
    margin: 0 auto 40px auto;
  }
}

.sub-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.sub-navigation li {
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;

}

.sub-navigation li:last-child {
  border: none;
}

.sub-navigation a {
  display: block;
  padding: 2px 2px;
}


@media screen and (min-width: 980px) {
  .sub-navigation a {
    padding: 0;
    min-height: 35px;
  }
}

.item {
  padding-top: 5px;
  margin-bottom: 60px;
}


@media screen and (min-width: 980px) {
  .item {
    margin-bottom: 40px;
  }

}


.item__body {
  margin: 0 10px;
}

@media screen and (min-width: 980px) {
  .item__body {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

  }
}


@media screen and (min-width: 980px) {
  .item__body.item__body--rev {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.item__body .item__body__child_2 {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .item__body .item__body__child_2 {
    margin: 0 0 0 45px;
  }
}

.item__body .item__body__child {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .item__body .item__body__child {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__content--left {
    text-align: right;
    margin-top: 90px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__content--left-narrow_2 {
    text-align: right;
  }
}


@media screen and (min-width: 980px) {
  .item__body .item__content--left-narrow {
    text-align: left;
    margin-right: 45px;
  }
}


@media screen and (min-width: 980px) {
  .item__body .item__content--right {
    text-align: left;
    margin-top: 0;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__content--right-narrow {
    text-align: left;
    margin-left: 45px;
  }
}

.item__body .nom {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .item__body .nom {
    max-width: 30%;
  }
}

@media screen and (min-width: 980px) {
  .item__body .nom {
    max-width: none;
  }
}

.item__body .nom-logo_2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
.item__body .nom-logo_2 {
  margin-bottom: 25px;
  }
}


.item__body .nom-logo {
  max-width: 42%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 980px) {
.item__body .nom-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  }
}

@media screen and (min-width: 480px) {
  .item__body .nom-logo {
    max-width: 40%;
  }
}

@media screen and (min-width: 980px) {
  .item__body .nom-logo {
    max-width: none;
  }
}

.item__body .item__img {
  position: relative;
}

.item__body .item__img {
    margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .item__body .item__img {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__img_2 {
    margin-bottom: 35px;
  }
}


.item__body .item__text_2 {
  text-align: left;
  border: solid 1px #214c79;
  padding: 22px 35px;
  max-width: 540px;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.item__body .item__text {
  text-align: left;
  border: solid 1px #214c79;
  padding: 22px 35px;
  max-width: 540px;
  margin: 0 auto 25px auto;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 980px) {
  .item__body .item__text_2 {
    max-width: 400px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__text {
    max-width: 400px;
    margin: 0 0 0px 160px;
    letter-spacing: 0.05em;
  }
}


.item__body .item__text-rr {
  margin-bottom: 50px;
  font-size: 11px;
}


@media screen and (min-width: 980px) {
  .item__body .item__text-rr {
    margin-left: auto;
    margin-right: 0;
    font-size: 13px;
  }
}

.item__body .item-data {
  margin: 30px 0 10px 0;
  font-size: 85%;
}

.item__body .item-buy {
  font-weight: bold;
  font-size: 85%;
}



@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item__body .auto-fade {
  position: absolute;
  top: 0;
  right: 24px;
  animation-name: auto-fade_kf;
  animation-duration: 12s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

/* Utility */
.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.fluid_img {
  max-width: 100%;
  height: auto;
}

.none {
  display: none;
}

.flo-left {
  float: left;
}

.flo-right {
  float: right;
}

.text_left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .text_left--md {
    text-align: left !important;
  }
}

.text_right {
  text-align: right;
}

@media screen and (min-width: 980px) {
  .text_right--md {
    text-align: right !important;
  }
}

.text_center {
  text-align: center;
}

.font_small {
  font-size: 80%;
}

.opa-0,
.ani-fadeIn,
.ani-fadeInLeft {
  opacity: 0;
}

.flex-outer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.flex-child {
  width: 50%;
}

.u-none {
  display: none;
}

@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}

.u-table {
  display: table;
}

@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}

@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .mt-md_-35px {
    margin-top: -35px !important;
  }
}

@media screen and (min-width: 980px) {
  .md-mt-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 980px) {
  .md-mt-170 {
    margin-top: 170px;
  }
}

.abs-left {
  left: 0;
}

.u-max-486px {
  max-width: 486px !important;
}

@media screen and (min-width: 980px) {
  .u-max-486px {
    max-width: 540px !important;
  }
}

.u-max-464px {
  max-width: 464px !important;
}

@media screen and (min-width: 980px) {
  .u-max-464px {
    max-width: 540px !important;
  }
}


/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1 !important;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0 !important;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}

.txt_magin{
  margin: 20px 0 0 0;
}

@media screen and (min-width: 980px) {
.txt_magin{
  margin: 60px 0 0 0;
  }
}

.item_list{
  text-align: center;
  margin-bottom: 20px;
}

.item__text-rr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin-bottom: 3px;
}

.item__text-rr .licon {
  border: solid 1px #717171;
  padding: 0px 5px;
  font-size: 0.7em;
  margin-right: 3px;
  vertical-align: text-bottom;
}

.ttl_l{
  text-align: center;
  margin-bottom: 35px; 
}

@media screen and (min-width: 980px) {
  .ttl_l{
    text-align: left;
    margin-bottom: 50px; 
  }
}

.flex-direction-nav{
  display: none;
}

.flex-control-nav{
  display: none;
}

.flex-next{
  display: none;
}

.campaign_text {
  width: 90%;
  max-width: 772px;
  margin: 60px auto 60px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  .campaign_text {
    margin: 140px auto 60px;
    text-align: center;
    font-size: 18px;
  }
}

.campaign_text img {
  margin: 5px auto 10px;
}

@media screen and (min-width: 980px) {
  .campaign_text img {
    margin: 15px auto 30px;
  }
}

.campaign_text a.p-btn--mypage {
  border: 0;
  color: #FFFFFF;
  background: #bc0078;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  font-size: 12px;
  display: block;
  padding: 26px 5px;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}

@media screen and (min-width: 980px) {
 .campaign_text a.p-btn--mypage {
  border: 0;
  color: #FFFFFF;
  background: #bc0078;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  display: block;
  padding: 35px 5px;
  font-size: 18px;
  text-align: center;
  margin: 50px auto;
}
}

.campaign_text a.p-btn--mypage a, ..campaign_text a.p-btn--mypage:hover, ..campaign_text a.p-btn--mypage:focus,
.campaign_text a.p-btn--mypage a:hover,
.campaign_text a.p-btn--mypage a:focus {
  color: #FFFFFF;
}

.campaign_text a.p-btn--mypage:hover {
  text-decoration: none;
  opacity: 1;
  background: #d845a3;
}

.banner-coupon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

@media screen and (min-width: 690px) {
  .banner-coupon {
    top: 20%;
    left: auto;
    right: 0;
  }
}


.main-text{
  width:100%;
  text-align:center;
  padding:30px 0px 40px;
  font-size:14px;
  letter-spacing:0.05em;
}

@media screen and (min-width: 690px) {
.main-text{
  padding:20px 0px 60px;
  font-size:17px;
  letter-spacing:0.07em;
  }
}


@media screen and (min-width: 650px){ 
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 650px){ 
  .pc { display:none; }
  .sp { display:block; }
}

  .item-information{
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebeae8;
    margin-bottom: 60px;
  }

@media screen and (min-width: 690px) {
  .item-information{
    margin-bottom: 72px;
  }
}

  .item-information-text-md{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8
}

@media screen and (min-width: 690px) {
  .item-information-text-md{
    font-size: 15px;
    letter-spacing: 0.09em;
  }
}

  .item-information-text-sm{
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #7f7f7f;
}

  .item-information-img{
    margin: 60px 0px 10px;
  }

@media screen and (min-width: 690px) {
  .item-information-img{
    margin: 74px 0px 10px;
  }
}

   .archive{
    border-top: 1px solid #ebeae8;
    width:100%;
    text-align:center;
    margin: 120px auto;
 }

 @media screen and (min-width: 690px){
  .archive{
    margin: 100px auto;
  }
}

  .archive-ttl{
    margin: 45px auto 40px;
    max-width: 50%;
  }

@media screen and (min-width: 690px) {
    .archive-ttl{
      margin: 60px auto 42px;
      max-width: 100%;
  }
}
.archive-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-bnr a{
  display: block;
  margin: 0 0 20px 0;
}
.archive-bnr img{
  max-width: 95%;
}

 @media screen and (min-width: 690px){
.archive-bnr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.archive-bnr a{
  display: block;
}
.archive-bnr img{
  max-width: 95%;
}
}
  .item-point-img-top{
    margin-bottom: 25px;
  }

.item-information-a{
  color:#7f7f7f;
}

.item-information-text-container{
  width:100%;
}

@media screen and (min-width: 980px) {
.item-information-text-container{
  width:89%;
  }
}

a:hover img{
  opacity: 0.7 ;
  transition: .3s;
}