@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;
}

  /* ======================= 汎用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-bottom: 20px;
  }
  .subtitle_kana {
	font-size: 15px;
        text-align: center;
	margin-top: 50px;
  }
  .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 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
  }
  .contentstext .smallTxt {
    font-size: 12px;
  }
  .imageContentsText {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
  }
  .Snowdon_btn {
    color: #fff;
  }
  .Snowdon_btn a {
    color: #fff;
    background: #000;
    display: grid;
    place-items: center;
    width: 210px;
    height: 33px;
    margin: 10px auto 40px !important;
    font-size: 14px;
    text-align: center;
  }
  .contentstext--center {
    text-align: center;
    display: block;
  }
  .contentsHeading {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .item-wrapper {
    margin-top: 80px;
  }
  .product-name-heading {
    font-size: 18px;
    text-align: center;
  }
  .contents-cta {
    display: grid;
    place-items: center;
    width: 210px;
    height: 33px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
  }
  .contentsMovie video{
    width: 100%;
  }
  .oneContentsArea{
	  margin-bottom: 2%;
  }
  .oneContentsAreaUnder{
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .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 .topContainer.imglink{
	  gap: 1.5%;
	  width: 100%;
  }
  .imageContainer .bottomContainer {
	  margin-top: 1.5%;
  }
  a.link_underline {
	  text-decoration: underline;
	  color: #008cba;
    display: inline;
  }
  .itemDetail {
	  text-align: center;
  }

.arrow_img{
  display: inline-block;
  width: 7px;
  margin-right: 20px;
}
.bottom-cta {
  width: fit-content;
  margin: 50px auto 0;
  text-align: center;
}

.item-list-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 950px){
    /* ======================= 汎用CSSここから ===========================*/
  .mainWrapper{
    overflow: hidden;
    padding: 0 20px;
  }



    /* ======================= 汎用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;
    font-size: 14px;
  }

  .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;
  }
  .imageContentsText {
    margin-top: 10px;
  }
  .imgArea img{
    margin: 10px 0;
  }



}
.row-2{
  display: grid;
  /* grid-template-columns: repeat(2,1fr); */
  gap: 15px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px){
  .pc{
    display: none;
  }
  
  #breadcrumbs{
    width: 140rem;
  }

  .fx{
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .row-2{
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 15px;
  }
  .logo{
    width: 400px;
    margin: auto;
  }
  .topContents{
    width: 60%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px){
  .sp{
    display: none;
  }
  .fx{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

}

.imageContainer.--end{
  width: 80%;
  margin: auto;
}