@charset "UTF-8";

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}


.article-wrap {
    clear: both;
    position: relative;
    padding: 0;
    background: #f9f1e9;
	border-radius: 2em;
	    color: #332d21;
}
.hero {
    position: relative;
}
.hero-title.jp-bold {
    position: absolute;
    z-index: 2;
    top: -80px;
    left: 2em;
    font-size: 3em;
    line-height: 1em;
    background: #fff;
    padding: 0.1em;
    border-radius: 0.1em;
    font-weight: 700;
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
.hero-subtitle.jp-bold {
    position: absolute;
    z-index: 2;
    top: -75px;
    left: 5.4em;
    font-size: 2em;
    background: #fff;
    display: inline-block;
    padding: 0.1em;
    line-height: 1em;
    margin-bottom: 0.2em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
.hero-copy {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    right: 2.5em;
    text-align: right;
}
.inner {
    padding-top: 3em;
    line-height: 2;
    width: 82%;
    margin: 0 auto;
}
.sec-item-title {
    font-weight: 600;
    font-size: 1.8em;
    padding-bottom: 1em;
    line-height: 1.7em;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
	padding-top: 2em;
}

.sec-item.flex.col2 {
    padding-bottom: 5em;
    display: flex;
    justify-content: space-between;
}
.sec-item.flex.col2.reverce {
    flex-flow: row-reverse;
}
.sec-item p {
    font-size: 1.12em;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: justify;
    font-feature-settings: "palt";
	    line-height: 2.2em;
}
.sec-item-pic {
    width: 46%;
}
.sec-item-txt {
    width: 46%;
}
.sec-title {
    font-size: 2.4em;
    text-align: center;
    padding-top: 1em;
    font-weight: 500;
    letter-spacing: 0.01em;
	    line-height: 1.3;
}
/*中央寄せ*/
.sec-title{
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
}
/*短い左右線*/
.sec-title:before,
.sec-title:after {
 content: '';
 width: 50px;
 height: 1px;
 background-color:currentColor !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.sec-title:before{
 margin-right:20px;
}
.sec-title:after {
 margin-left:20px;
}
.sec-title-en.en-bold {
    text-align: center;
    padding-bottom: 4em;
    font-weight: 600;
    color: #bb956c;
    font-size: 1.2em;
}
.hero-lead {
    width: 82%;
    margin: 0 auto;
    padding-top: 3em;
    letter-spacing: 0.05em;
    font-size: 1.3em;
    line-height: 2.2em;
    font-weight: 500;
    font-feature-settings: "palt";
	padding-bottom: 4em;
}


.pic img{
    border-radius: 0.8em;
}
.pic-col2 {
    display: flex;
    margin-top: 4px;
    justify-content: space-between;
	flex-wrap: wrap;
}
.pic-col2 .pic {
    width: calc(50% - 7px);
}
.lead-bg {
    border-radius: 2em 2em 0 0;
    overflow: hidden;
}

.lead-bg img {
    border-radius: 2em 2em 0 0;
}

.sec-item-pic-wide img {
    border-radius: 2em;
}


.sec-gallery.flex {
    padding-top: 3em;
	padding-bottom: 6em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-gallery-pic {
    width: calc(25% - 0.8em);
    margin-bottom: 0.4em;
}
.sec-gallery-pic img{
border-radius: 0.8em;
}
.sec-lead {
    padding-top: 3em;
    letter-spacing: 0.05em;
    font-size: 1.3em;
    line-height: 2.2em;
    font-weight: 500;
    font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
.hero-subtitle.jp-bold {
    font-size: 20px;
}
	.hero-title.jp-bold {
    font-size: 30px;
}
	.hero-lead {
    font-size: 16px;
}
	.sec-title {
    font-size: 30px;
}
	.sec-item-title {
    font-size: 20px;
}.sec-item p {
    font-size: 14px;
}.sec-lead {
    font-size: 16px;
}
}

@media screen and (max-width: 650px) {
.article-wrap {
    clear: both;
    position: relative;
    padding: 0;
    background: #f9f1e9;
    border-radius: 2em;
    color: #332d21;
    width: 95%;
    margin: 10px auto;
}
.lead-bg img {
    border-radius: 14px 14px 0 0;
}.hero-lead {
    font-size: 15px;
	    width: 86%;
    line-height: 2em;
}
	.lead-bg img {
    border-radius: 14px 14px 0 0;
    height: 60vh;
    object-fit: cover;
}
.hero-title.jp-bold {
    font-size: 24px;
    top: auto;
    bottom: -24px;
    left: 24px;
}	
	.hero-subtitle.jp-bold {
    font-size: 18px;
    left: 60px;
    top: 60px;
}.sec-title {
    font-size: 18px;
}.sec-title-en.en-bold {
    text-align: center;
    padding-bottom: 4em;
    font-weight: 600;
    color: #bb956c;
    font-size: 14px;
}.sec-title:before, .sec-title:after {
    content: '';
    width: 30px;
    height: 1px;
}.sec-item.flex.col2 {
    padding-bottom: 5em;
    display: block;
    justify-content: space-between;
}.sec-item-pic {
    width: 100%;
}.pic img {
    border-radius: 10px;
}.sec-item-txt {
    width: 100%;
}.sec-item-title {
    font-size: 17px;
}.sec-item p {
    font-size: 13px;
    line-height: 2;
}.sec-item.flex.col2 {
    padding-bottom: 40px;
    display: block;
    justify-content: space-between;
}.sec-title:before {
    margin-right: 10px;
}.sec-title:after {
    margin-left: 10px;
}.sec-item-pic-wide img {
    border-radius: 10px;
}.sec-lead {
    font-size: 15px;
    line-height: 2em;
}.sec-gallery-pic {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    line-height: 0;
}.sec-gallery-pic img {
    border-radius: 8px;
}.sec-gallery.flex {
    padding-top: 3em;
    padding-bottom: 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
}

