@charset "UTF-8";


  /* ======================= 汎用CSSここから ===========================*/
.main-area .main-inner{
  overflow-x: hidden;
}

 img {
  height: auto;
  opacity: 1;
  width: 100%;
}
 picture,
 a {
  display: block;
}
a {
  transition: 0.6s;
}

.mainWrapper{
  font-family: 'Arimo', 'Noto Sans JP',Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

.mainWrapper a:hover{
  opacity: 0.6;
}

.mainContents{
  width: 950px;
	margin: 0 auto 150px auto;
}

  /* ======================= 汎用CSSここまで ===========================*/


  /* ======================= パンくずCSSここから ===========================*/

.crumbsList .row{
  max-width: 1330px;
  padding: 0;
}

.row{
  width: 100%;
  margin: 0 auto;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.crumbsList {
  padding: 10px 0;
  margin-bottom: 40px;
}

.column, .columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 64.063em){
.column, .columns {
    position: relative;
    float: left;
}
}

.crumbsList li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 20px;
  background: url(../../../../../Contents/ImagesPkg/Barbour/bre_arrow.png) no-repeat right center;
  font-size: 13px;
  font-size: 1.3rem;
}

.crumbsList li.last {
  background: none;
  padding: 0;
}

.clearfix:after, .wrapper:after, #ContentsWrapper:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0.1px;
  height: 0.1em;
  line-height: 0;
  visibility: hidden;
}

  /* ======================= パンくずCSSここまで ===========================*/


  /* ======================= ここから編集PC ===========================*/
  .contentsTitle .title{
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
  }
  .subtitle {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .italic {
    font-style: italic;
  }
  .agetitle {
    margin-left: 1%;
    margin-bottom: 1%;
  }
  .imgArea {
        display: flex;
  }
  .imgLeftArea {
        width: 46%;
        margin: 0 1% 0 0;
  }
  .imgArea .imgRightArea img:nth-child(1) {
    margin-bottom: 2%;
  }
  .imgRightArea {
        display: flex;
        flex-direction: column;
        width: 51%;
  }
  .contentstext{
      margin: 50px auto;
  }
  .contentsMovie video{
          width: 100%;
  }
  .bottomContents {
    display: flex;
    margin-top: 2%;
  }
  .bottomContents img {
    width: 49%;
    margin-right: 2%;
  }
  .bottomContents img:nth-child(2){
    margin-right: 0;
  }

  .imageContainer .topContainer,
  .imageContainer .bottomContainer{
    display: flex;
    gap: 3%;
    width: 49%;
  }
  .imageContainer .bottomContainer {
    margin-top: 1.5%;
  }

  .arrow_img{
    display: inline-block;
    width: 7px;
    margin-right: 20px;
  }


@media only screen and (max-width: 950px){
    /* ======================= 汎用CSSここから ===========================*/
  .mainWrapper{
    overflow: hidden;
    padding: 0 20px;
  }

  .mainContents {
		width:94% !important;
	}

    /* ======================= 汎用CSSここまで ===========================*/

  /* ======================= パンくずCSSここから ===========================*/
  .row {
    padding: 0;
    margin: 0 3%;
    width: 94% !important;
  }

  .crumbsList {
    margin-bottom: 10px;
  }

  .crumbsList li span {
    display: block;
  }

  /* ======================= パンくずCSSここまで ===========================*/

}

  /* ======================= アーカイブCSSここから ===========================*/
  .related {
    margin: 100px auto 0;
    width: 70%;
  }
  .related p {
    text-align: center;
    margin-bottom: 20px;
  }
  .all-features {
    margin-top: 80px;
    text-align: right;
  }

  .related a:hover{
    opacity: 0.6;
  }
  .all-features a:hover{
    opacity: 0.6;
  }
    /* ======================= アーカイブCSSここまで ===========================*/



    /* ======================= ここから編集SP ===========================*/
@media only screen and (max-width: 950px){
  .contentstext{
    margin: 20px auto;
  }
  .imgArea img{
      margin: 10px 0;
  }

}

@media only screen and (min-width: 768px){
  .pc{
    display: none;
  }

  #breadcrumbs{
    width: 140rem;
  }

}

@media only screen and (max-width: 767px){
  .sp{
    display: none;
  }

}