@charset "utf-8";
/* CSS Document */

@media(min-width:600px){
    .sp{
        display: none !important;
    }
	.br-sp {display: none; }
}
@media(max-width:599px){
    .pc{
        display: none !important;
    }
	.br-pc {display: none; }
}

@media(min-width:1025px){
    .sp2{
        display: none !important;
    }
}
@media(max-width:1024px){
    .pc2{
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    word-break: break-all;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}


img{
	vertical-align:top;
}

/* 游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana",  */
body {
    font-family: sans-serif;
    color: #333333;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: .05em;
}
ol, ul {
    box-sizing: border-box;
}

.clearfix {
    display: block;
    clear: both;
    content: "";
}
.page_top {
	margin-top: -50px;
}

/* 文字がぬるりと現れる */
.page_title {
	overflow: hidden;
}
.page_title h1 {
animation-name:adeUpAnime;
animation-timing-function: ease-in-out;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity: 0;
animation-delay: 1.0s;
}
@keyframes adeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.page_title_line{
	position: relative;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.page_title_line:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #666;
	transform: translateX(-50%);
	animation: border_anim 0.5s linear forwards;
	animation-delay: 0.4s;
	animation-timing-function: ease-in-out;
}

@keyframes border_anim {
	0%{
		width: 0%;
		opacity: 0.2;
	}

	100%{
		width: 95%;
		opacity: 1;
	}
}


.parallax-window {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax-window2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_box01 {
	height: 500px;
	background-image: url("../img/common/bg_04.webp");
    background-size:  cover; 
  display: flex;
	justify-content: center;
  align-items: center;
	background-position: center;
}
.bg_box02 {
	height: 500px;
	background-image: url("../img/common/bg_05.webp");
    background-size:  cover; 
  display: flex;
	justify-content: center;
  align-items: center;
	background-position: center;
}
.parallax_txt {
	padding: 20px 0;
	color: #dfdfdf;
	font-family: serif;
	width: 1200px;
	margin-top: -50px;
}
.parallax_txt1 {
	font-size: 4rem;
	line-height: 6rem;
	letter-spacing: 0.5rem;
	font-weight: bold;
}
.parallax_txt2 {
	font-size: 1.8rem;
	line-height: 3rem;
	margin-top: 20px;
}
.blank_w {
	background-color: #fff;
	width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blank_title1 {
	color: #333;
	font-size: 5rem;
    padding: 0 0 0;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.5;
	display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.blank_title1:before, .blank_title1:after {
  border-top: 1px solid;
  content: "";
  width: 1.2em; /* 線の長さ */
}
.blank_title1:before {
  margin-right: 0.7em; /* 文字の右隣 */
}
.blank_title1:after {
  margin-left: 0.7em; /* 文字の左隣 */
}

.blank_title1_2 {
	color: #c8aa68;
	font-size: 1.6rem;
    padding-bottom: 40px;
	text-align: center;
    font-family: serif;
	letter-spacing: 0.5rem;
	justify-content: center;
	margin: 0 auto;
}

.blank_d {
	background: url(../img/common/wrapper.webp) repeat 0 0;
    background-size: 500px;
    z-index: -1;
	width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 80px 0 70px;
}
.blank_d2 {
	background: url(../img/common/wrapper2.webp) repeat 0 0;
    background-size: cover;
    z-index: -1;
	width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blank_d2_relics {
	background: url(../img/common/wrapper2_relics.webp) repeat 0 0;
    background-size: cover;
    z-index: -1;
	width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_wrap_relics {
    display: flex;
    align-items: flex-end;
}

/* 消す */
.box_1236 {
	max-width: 1236px;
	margin: 0 auto;
}
.blank_title3 {
	color: #333;
	font-size: 3.4rem;
    padding: 0;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.5;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.blank_title3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: #c8aa68;
}
.blank_title3_2 {
	color: #333;
	font-size: 2.4rem;
    padding: 0 0 20px;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.5;
}
.blank_title4 {
	color: #333;
	font-size: 1.7rem;
    padding: 20px 0 20px;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.8;
}
.img_center {
	text-align: center;
}
.img_top40 {
	margin-top: 40px;
	vertical-align:  middle;
}

.u_serif {
	font-family: serif;
	font-weight: 600;
}

.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fadein {
    animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity:0;
	text-align: right;
	padding: 100px 110px 0 0 ;
}
@keyframes fadeIn{
  from {
    opacity: 0;
  transform: translateY(10px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
	
.fadeUp {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadeUp.on {
  transform: translateY(0);
  opacity: 1.0;
}

.fadeUp2 {
animation-name:fadeUpAnime;
animation-timing-function: ease-in-out;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.button {
	color: #fff;
	border-radius: 4px;
	font-family: serif;
	font-size: 20px;
	width: 400px;
	text-align: center;
	padding: 20px 15px 19px;
	margin: 50px auto;
	background-color: #333;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #555;
}

.halfbox {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.halfbox_img {
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	flex-basis: 500px;
    max-width: 500px;
    margin: 0;
}
.halfbox_txt {
	color: #333;
	margin: 0;
    padding-right: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.halfbox_txt1 {
    font-family: serif;
	font-size: 3rem;
	line-height: 4rem;
    margin-bottom: 30px;
	font-weight: 600;
}
.halfbox_txt2 {
	font-size: 1.8rem;
    line-height: 1.8;
    font-family: serif;
    font-weight: bold;
	margin-top: 6px;
}

.about {
	padding: 10px 0 50px;
	position: relative;
	width: 100%;
}
.about_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.about_wrap {
	display: flex;
	align-items: flex-end;
}
.about_box1 {
	width: 50%;
}
.about_box2 {
	width: 50%;
}
.about_txt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 60px;
    right: -100px;
    margin: 0;
	
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 50px 40px 30px 50px;
	font-family: serif;
	font-weight: 600;
	
	background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
}
.about_txt_relics {
	color: #d3cec2;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 60px;
    right: -100px;
    margin: 0;
	
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 50px 40px 30px 50px;
	font-family: serif;
	font-weight: 600;
	
	background: -moz-linear-gradient(top, #000, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0.3));
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.3));
}
.about_txt1 {
	font-size: 2.6rem;
	margin-left: 10px;
	line-height: 1.2;
}
.about_txt2 {
	font-size: 5.2rem;
	margin-left: 30px;
	line-height: 1.3;
	letter-spacing: 0.5rem;
}
.about_txt3 {
	font-size: 1.8rem;
	margin-left: 0px;
	line-height: 1.8;
	letter-spacing: 0.4rem;
}
.about_img2 {
	margin: -30px 0 -50px;
}

.category_main .qa-list dl {
	border: 1px solid #eee;
	margin: 20px 0 0;
}

.sub_top_bg_category {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_category::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_category.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_purchase {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_purchase::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_purchase.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_relics {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_relics::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_relics.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_faq {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_faq::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_faq.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_shop {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_shop::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_shop.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_company {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_company::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_company.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

.sub_top_bg_contact {
	background-image: linear-gradient(22deg, #111 0%, #666 100%);
	position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.sub_top_bg_contact::before {
	content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url(../img/common/sub_top_contact.webp);
   background-size: cover;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoomm 1s 1;
   animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	animation-delay: 0.2s;
	opacity: 0;
}

@keyframes zoomm {
   0% {
      transform: translateX(100px);
	   opacity: 0;
   }
	20% {
	   opacity: 0.2;
   }
   100% {
      transform: translateX(50px);
	   opacity: 1;
   }
}


.sub_top {
	position: relative;
    background: no-repeat;
    background-size: cover;
}
.sub_top_inner {
	height: 300px;
	align-items: center;
	display: flex;
	max-width: 1200px;
	margin: -300px auto;
	padding: 0 5%;
}
.sub_top .title {
	font-size: 5rem;
    line-height: 1.5;
	color: #888;
}
.page_title_line {
	margin-top: 5px;
}


.breadcrumb {
}
.breadcrumb [aria-current="page"] {
		color: #444;
    text-decoration: none;
	}
.breadcrumb_list {
	flex-wrap: nowrap;
	position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 40px;
	width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb_list_item {
    position: relative;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: top;
}
.breadcrumb_list_link {
    color: #a28853;
    border-bottom: 1px solid #d3d3d3;
}
.breadcrumb_list_item+.breadcrumb_list_item {
    margin-left: 20px;
}
.breadcrumb_list_item+.breadcrumb_list_item:before {
    position: absolute;
    content: "";
    top: 8px;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #d3d3d3;
}

.content {
	padding: 60px 0 70px;
}
.content2 {
    padding: 60px 0 70px;
}
.content_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
	padding: 0;
	padding: 0 2%;
}
.head {
	margin-bottom: 60px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: .06em;
	font-family: serif;
	font-weight: 600;
}

.home {
	margin-bottom: -40px;
}
.category_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 -20px 0;
}
.category_item {
	width: calc(33.3% - 100px);
    margin: 0 50px;
}
.category_item {
	width: calc(25% - 3%);
    margin: 0 1.5%;
}
.row2 {
	width: calc(20% - 3%);
    margin: 0 1.5%;
}

a.zoom {
    display: block;
    text-decoration: none;
}
.zoom_img {
	display: block;
    overflow: hidden;
	margin-bottom: 20px;
}
.home .zoom_img {
	display: block;
    overflow: hidden;
	margin-bottom: 0px;
}

.category_item .zoom_img {
	box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 20%);
}
.zoom_img img {
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	display: block;
}
.category_item .title {
	position: relative;
    top: -60px;
	left: -10px;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 8px 6px 8px;
	width: 95%;
	text-align: center;
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -5px;
}
.category_item .title {
	position: relative;
    top: -40px;
	left: -10px;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 8px 6px 8px;
	width: 95%;
	text-align: center;
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -5px;
	color: #444;
}
.row2 .title {
	position: relative;
    top: -40px;
	left: -10px;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 8px 6px 8px;
	width: 95%;
}
.category_item h3 {
	font-family: serif;
	font-weight: 600;
	font-size: 2.2rem;
}
.category_item h3 {
	font-family: serif;
	font-weight: 600;
	font-size: 2.1rem;
}
.row2 h3 {
	font-family: serif;
	font-weight: 600;
	font-size: 1.8rem;
}
.category_item p {
	line-height: 1.7;
	position: relative;
    top: -30px;
	text-align: center;
}

.results_main {
	font-size: 1.6rem;
    font-family: "noto-sans-jp";
}
.results_main:after {
  display: block;
  clear: both;
  content: "";
}
.results_main .img-left {
    margin: 0 20px 10px 0;
    float: left;
}
.results_main .img-right {
    margin: 0 0 10px 20px;
    float: right;
}
.results_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 -20px 0;
}
.results_item {
	width: calc(33.3% - 100px);
    margin: 0 50px;
}
.results_item {
	width: calc(33.3% - 3%);
    margin: 0 1.5%;
}
.results_item .zoom_img {
	box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 20%);
}
.results_item .title {
	position: relative;
    top: -40px;
	left: -10px;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 8px 6px 8px;
	width: 95%;
	text-align: center;
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -5px;
	color: #444;
}
.results_item h3 {
	font-family: serif;
	font-weight: 600;
	font-size: 2.1rem;
}
.results_item p {
	line-height: 1.7;
	position: relative;
	text-align: center;
	margin: 10px 0 40px;
}
.results_txt01 {
    color: #333;
    font-size: 3.5rem;
    padding: 0;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    position: relative;
	margin-bottom: 30px;
}

a:hover .zoom_img img {
  transform: scale(1.1);
}
.category_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 1236px;
    margin: 0 auto;
}

.category_main_head {
	margin: -40px -35px 0 -35px;
	padding: 45px 35px 35px;
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: .06em;
	font-family: serif;
	font-weight: 600;
	background-image: linear-gradient(133deg, #fff 0%, #fff 100%);
}
.category_main_head h1 {
	border-left: 4px solid #cdb684;
	padding-left: 25px;
	line-height: 1;
}
.category_main {
	width: calc(100% - 250px - 30px);
	padding: 40px 35px 60px;
	background-color: #fff;
	order: 2;
	font-size: 1.6rem;
	font-family: "noto-sans-jp";
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.category_main_img {
	margin-bottom: 0px;
}
.category_main_txt01 {
    font-size: 3.4rem;
	margin: 0 0 20px;
	font-family: serif;
	font-weight: 600;
	position: relative;
    border-bottom: solid 3px #eae7e2;
}
.category_main_txt01::after {
    content: "";
    position: absolute;
    background: #cdb684;
    height: 3px;
    left: 0;
    bottom: -3px;
    width: 20%;
}
.category_main_txt02 {
	font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    margin: 30px 0 10px;
    padding: 0.15em 0.7em;
    background: transparent;
    border-left: solid 3px #cdb684;
}
.category_main_txt03 {
	font-family: serif;
	font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #a33838;
	margin-top: 20px;
	margin-bottom: 12px;
}
.category_side {
	width: 250px;
}
/*.category_side_container {
	position: -webkit-sticky;
  position: sticky;
  top: 15px;
}*/
.category_side_head {
	font-family: serif;
	font-weight: 600;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 8px 0 6px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.category_side_item {
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.category_side_item a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category_side_item .zoom_img {
	width: calc(27%);
	margin: 0 13px 0 0;
}
.category_side_item .title {
	align-items: center;
    display: flex;
	font-family: serif;
	font-weight: 600;
	font-size: 1.8rem;
	padding-top: 3px;
}
.wrapper {
	    background: url(../img/common/wrapper.webp) repeat 0 0;
    background-size: 500px;
    z-index: -1;
}

.qa-list {
	font-family: serif;
}
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 2px solid #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 35px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 70px;
    background: #fff;
	font-size: 2rem;
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -5px;
}
.qa-list dl dt::before {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 29px;
    left: 30px;
    display: block;
    content: 'Q';
    color: #bb3434;
}

.qa-list dl dd {
	font-size: 1.6rem;
	line-height: 1.9;
	font-family: sans-serif;
    position: relative;
    margin: 0;
    padding: 24px 30px 20px 40px;
	background-color: #efefef;
	box-shadow:0px 0px 20px 1px #ddd inset;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.company_item {
	padding: 90px 10% 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.company_title {
	margin: 0 auto 60px;
	font-size: 2.5rem;
	font-family: serif;
	text-align: center;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.5rem;
}
.company_title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -10px; /* 下線の上下位置調整 */
	width: 60px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #666666; /* 下線の色 */
}
.company_item table {
	width: 100%;
	border-spacing: 0;
}
.company_item th {
    width: 25%;
	padding: 28px 0 30px;
	font-size: 1.8rem;
    border-bottom: 1px solid #e0e1dd;
	font-family: serif;
}
.company_item td {
    padding: 28px 0 30px 3%;
	border-bottom: 1px solid #e0e1dd;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.company_button {
	color: #fff;
	border-radius: 4px;
	font-family: serif;
	font-size: 20px;
	text-align: center;
	padding: 20px 15px 19px;
	width: 350px;
	margin: 80px auto 0;
	background-color: #333;
	line-height: 1.3;
}
.company_button::before,
.company_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.company_button,
.company_button::before,
.company_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.company_button:hover {
  background-color: #555;
}

.shop_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 -20px 30px;;
}
.shop_item {
	width: calc(50% - 40px);
    margin: 0 20px 80px;
}
.shop_item .title {
	font-family: serif;
    font-size: 2.3rem;
	font-weight: 600;
    line-height: 1.5;
    padding-bottom: 4px;
}
.shop_item .txt02 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 15px;
}
.shop_button {
	color: #fff;
	border-radius: 4px;
	font-family: serif;
	font-size: 20px;
	text-align: center;
	padding: 20px 15px 19px;
	width: 350px;
	margin: 30px auto 0;
	background-color: #333;
	line-height: 1.3;
}
.shop_button::before,
.shop_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.shop_button,
.shop_button::before,
.shop_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.shop_button:hover {
  background-color: #555;
}

.shopinfo_item {
	padding: 90px 10% 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.shopinfo_title {
	margin: 0 auto 60px;
	font-size: 2.5rem;
	font-family: serif;
	text-align: center;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.5rem;
}
.shopinfo_title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -10px; /* 下線の上下位置調整 */
	width: 200px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #666666; /* 下線の色 */
}
.shopinfo_item table {
	width: 100%;
	border-spacing: 0;
}
.shopinfo_item th {
    width: 25%;
	padding: 28px 0 30px;
	font-size: 1.8rem;
    border-bottom: 1px solid #e0e1dd;
	font-family: serif;
}
.shopinfo_item td {
    padding: 28px 0 30px 3%;
	border-bottom: 1px solid #e0e1dd;
	box-sizing: border-box;
	font-size: 1.5rem;
}
.shopinfo_map {
	margin-top: 60px;
}
.shopinfo_button {
	color: #fff;
	border-radius: 4px;
	font-family: serif;
	font-size: 20px;
	text-align: center;
	padding: 20px 15px 19px;
	width: 350px;
	margin: 50px auto 0;
	background-color: #333;
	line-height: 1.3;
}
.shopinfo_button::before,
.shopinfo_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.shopinfo_button,
.shopinfo_button::before,
.shopinfo_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.shopinfo_button:hover {
  background-color: #555;
}

.contact_item {
	padding: 90px 10% 120px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.contact_title {
	margin: 0 auto 60px;
	font-size: 2.5rem;
	font-family: serif;
	text-align: center;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.5rem;
}
.contact_title::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	bottom: -10px; /* 下線の上下位置調整 */
	width: 60px; /* 下線の幅 */
	height: 1px; /* 下線の太さ */
	background-color: #666666; /* 下線の色 */
}
.contact_item table {
	width: 100%;
	border-spacing: 0;
}
.contact_item th {
    width: 25%;
	padding: 28px 0 30px;
	font-size: 1.8rem;
    border-bottom: 1px solid #e0e1dd;
	text-align: left;
}
.contact_item td {
    padding: 28px 0 30px 3%;
	border-bottom: 1px solid #e0e1dd;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.contact_button {
	color: #fff;
	border-radius: 4px;
	font-family: serif;
	font-size: 20px;
	text-align: center;
	padding: 20px 15px 19px;
	width: 350px;
	margin: 80px auto 0;
	background-color: #333;
	line-height: 1.3;
	border: none;
	cursor: pointer;
}
.contact_button::before,
.contact_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.contact_button,
.contact_button::before,
.contact_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.contact_button:hover {
  background-color: #555;
}

/* animations */
@-webkit-keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* styles */
body {
  color: #444;
}



.radio_button {
margin-right: 20px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

label input {
  height: 1px;
  width: 1px;
  opacity: 0;
}

.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 43%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  background: #F3F3F3;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #444;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

input {
  /*  &:focus, &:active {
        + .outside {
          border-color: $almost-black;
        }
      }*/
}
input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms input:checked + .outside .inside {
  width: 20px;
  height: 20px;
}
.textarea {
	border-radius: 5px;
	padding: 14px 12px 12px 16px;
	width: 100%;
	border: 1px solid #bbb;
	font-size: 1.8rem;
}
.textarea_post {
	border-radius: 5px;
	padding: 14px 12px 12px 16px;
	width: 35%;
	border: 1px solid #bbb;
	font-size: 1.8rem;
}
#search {
	padding: 8px 10px;
	margin-left: 10px;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	cursor: pointer;
	-webkit-appearance: none;
}

.file {
	font-size: 1.6rem;
	-webkit-appearance: none;
}

.contact_item .left {
	float: left;
}

.contact_item .right {
	float: right;
	padding: 10px 10px 8px 10px;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	background-color: #8C7F5D;
	border-radius: 3px;
	font-weight: 500;
}

.toc {
	width: 100%;
	border: 1px solid #eee;
    padding: 20px;
	margin-top: 40px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.toc_title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 2rem;
	font-family: serif;
	font-weight: 600;
	text-align: center;
}
.toc_title::after{
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #fff 0%, #ddd 20%, #ccc 50%, #ddd 80%, #fff 100%);
margin-top: 15px;
}
.toc_list {
	padding: 0 20px;
	line-height: 3.5rem;
	font-size: 1.8rem;
}
.toc_list li {
	position: relative;
	padding-left: 20px;
}
.toc_list li:before {
    background-color: currentColor;
    border-radius: 50%;
    color: inherit;
    content: "";
    display: block;
    height: 6px;
    left: 2px;
    position: absolute;
    top: calc(1.8rem - 3px);
    width: 6px;
}
.toc a:hover{
  color: #999;
}
.anchor {
    display: block;
    padding-top: 30px;
}

.purchase_txt01 {
	color: #333;
    font-size: 3.8rem;
    padding: 0;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    position: relative;
}
.purchase_txt02 {
	color: #333;
    font-size: 2rem;
	padding-bottom: 10px;
	text-align: center;
    font-family: serif;
	font-weight: 600;
	display: flex;
    align-items: center;
    justify-content: center;
}
.purchase_txt02:before {
    margin-right: 0.7em;
}
.purchase_txt02:after {
    margin-left: 0.7em;
}
.purchase_txt02:before, .purchase_txt02:after {
    border-top: 1px solid;
    content: "";
    width: 1.2em;
}
.purchase_txt03 {
    font-family: serif;
	font-size: 5rem;
	line-height: 5rem;
    margin-bottom: 30px;
	font-weight: 600;
	color: #b28b37;
	border-bottom: 1px solid #c2a669;
	padding-bottom: 20px;
}
.purchase_txt04 {
	font-family: serif;
	font-size: 3rem;
	line-height: 3rem;
    margin-bottom: 20px;
	font-weight: 600;
}
.purchase_txt05 {
	font-size: 1.5rem;
	line-height: 1.8;
}
.purchase_txt06 {
	color: #333;
	font-size: 3.4rem;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.5;
	padding-bottom: 20px;
}

.how-purchase__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-family: serif;
}

.how-purchase__item {
    width: calc(33% - 2.7%);
    margin: 0 1.5%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.how-purchase__img {
    position: relative;
    margin: 0;
}

.how-purchase__img img {
    max-width: 100%;
    height: auto;

}

.how-purchase__box {
    padding: 40px 40px 50px;
}

.how-purchase__box {
    position: relative;
    z-index: 9;
    margin-top: -10px;
    padding: 20px 35px;
    background: linear-gradient(180deg, rgb(191 174 130), rgb(180 160 109));
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -9px;
}

.how-purchase__box-head {
    margin-top: -39%;
    font-size: 3.6rem;
	position: absolute;
	color: #fff;
	left: 0;
  right: 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 6px;
}

.how-purchase__box-txt, .how-purchase__box-note {
    text-align: center;
    line-height: 1.4;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.arealist {
    background-color: #fff;
    border: 1px solid #eadec0;
    padding: 40px;
    margin-top: 20px;
	background-image: url("../img/common/areamap.webp");
    background-repeat: no-repeat;
    background-position: right;
	background-size: contain;
}

.arealist a {
	text-underline-offset: 0.5em;
	text-decoration: underline #b28b37;
color: #b28b37;
}

.arealist a:hover {
	text-underline-offset: 0.5em;
	text-decoration: underline #b28b37;
}

.arealist a:visited {
	text-underline-offset: 0.5em;
	text-decoration: underline #b28b37;
}

.region {
	margin-bottom: 15px;
}

.region_ttl {
    font-weight: bold;
	font-size: 2rem;
	font-family: serif;
	line-height: 1.6;
	color: #b28b37;
}

.region ul {
    display: flex;
	font-size: 1.7rem;
	flex-wrap: wrap;
}

.region ul li:not(:last-child)::after {
    content: '/';
    padding: 0 4px;
}

.areatxt_01 {
	font-size: 1.8rem;
	font-family: serif;
	font-weight: bold;
	padding-top: 14px;
	line-height: 1.4;
}

.line_subscribe {
    font-size: 2rem;
    color: #fff;
    margin-top: 25px;
}

.line_subscribe .list_1 {
    background-color: #06c857;
    display: block;
    padding: 15px 30px;
    border-radius: 5px;
    text-align: center;
    width: 70%;
}

.relics_box1 {
	margin-top: -150px;
}
.relics_txt01 {
	color: #333;
	font-size: 3.4rem;
	text-align: center;
    font-family: serif;
    font-weight: 600;
	width: 100%;
	line-height: 1.5;
	padding-bottom: 40px;
}

.margin-70 {
	margin-top: -70px;
}

.point_box0 {
	border-bottom: solid 1px #a33838;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	margin-top: 40px;
}
.point_title1 {
	color: #a33838;
	font-size: 40px;
	line-height: 1;
}
.point_title2 {
	color: #a33838;
	font-size: 22px;
	line-height: 2.5;
}
.point {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
}
.point_box1 {
	width: 49%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
	box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
}
.point_box2 {
	color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 8px;
	font-family: serif;
	background-color: #c0a367;
}
.point_box3 {
	margin: 8px;
	padding: 10px 10px 10px 14px;
	border: 1px solid #eadec0;
	font-size: 15px;
	line-height: 1.6;
}

.damage_box0 {
	font-family: serif;
	margin-top: 20px;
}
.damage_box1 {
	border-bottom: solid 1px #a33838;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}
.damage_title1 {
	color: #a33838;
	font-size: 40px;
	line-height: 1;
}
.damage_title2 {
	color: #a33838;
	font-size: 22px;
	line-height: 2.5;
}
.damage_box2 {
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.damage_box3 {
	width: 32%;
    margin-bottom: 20px;
}
.damage_box3 img {
	vertical-align:top;
}
.damage_box3 p {
    background-color: #c0a367;
    color: #fff;
    padding: 2px 0;
    text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.rep_box1 {
	font-family: serif;
	margin-top: 20px;
}
.rep_box2 {
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.rep_box3 {
	width: 32%;
    margin-bottom: 20px;
}
.rep_box3 img {
	vertical-align:top;
}
.rep_box3 p {
    padding: 2px 0;
    text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.crac .img-left {
    margin: 0 20px 10px 0;
    float: left;
}
.crac .img-right {
    margin: 0 0 10px 20px;
    float: right;
}

.c-how-section-buy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-family: serif;
}

.c-how-section-buy__item {
    width: calc(50% - 2%);
    margin: 0 1%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.u-zoom {
    display: block;
    text-decoration: none;
}

a.u-zoom .u-zoom__img-wrap {
    display: block;
    overflow: hidden;
}

.c-how-section-buy__img {
    position: relative;
    margin: 0;
}

a.u-zoom .u-zoom__img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.u-zoom .u-zoom__img {
    display: block;
}

.c-how-section-buy__img img {
    max-width: 100%;
    height: auto;

}

.c-how-section-buy__box {
    padding: 40px 40px 50px;
}

.c-how-section-buy__box {
    position: relative;
    z-index: 9;
    margin-top: -30px;
    padding: 30px 20px;
    background: linear-gradient(180deg, rgb(191 174 130), rgb(180 160 109));
	outline: 1px solid rgb(234, 222, 192);
    outline-offset: -9px;
}

.c-how-section-buy__box-head {
    margin-top: -35%;
    font-size: 3.6rem;
	position: absolute;
	color: #fff;
	left: 0;
  right: 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 6px;
}

.c-how-section-buy__box-txt, .c-how-section-buy__box-note {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.c-btn01.is-small {
    height: 40px;
    max-width: 130px;
}

.c-btn01.is-small .c-btn01__link {
    padding: 10px 20px;
    font-size: 1.4rem;
}

.c-btn01__link {
    padding: 22px 30px;
    font-size: 1.8rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.c-how-section-buy__box .button {
    width: 320px;
    padding: 15px 15px 14px;
    margin: 20px auto 0;
	font-size: 2.2rem;
	font-weight: bold;
}

.cta2 {
	background-color: #fff;
	border: 1px solid #eadec0;
	padding: 20px;
	font-family: serif;
	margin-top: 20px;
}

.cta2_title {
	font-size: 2.3rem;
	text-align: center;
	font-weight: bold;
}

.cta2_box1 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.cta2_box2 {
	    line-height: 1.5;
}

.cta2_box2 span {
	font-size: 45px;
}

.cta2_box2 span:before {
	    width: 60px;
    height: 42px;
}

.cta2_box2 p {
	font-size: 19px;
	margin-top : 0;
}

.cta2_box3 {
	display: flex;
	align-items: center;
	width: 60%;
	font-size: 2rem;
	color: #fff;
	margin-top: 25px;
}

.cta2_box3 li {
	width: 50%;
}

.cta2_box3 .list_1 {
	background-color: #5c954d;
	display: block;
	padding: 15px 30px;
	border-radius: 5px;
	text-align: center;
	width: 95%;
}

.cta2_box3 .list_2 {
	background-color: #a18f68;
	display: block;
	padding: 15px 30px;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 0 15px;
	width: 95%;
}

.privacy_main {
    padding: 5% 10% 5%;
    background-color: #fff;
    font-family: "noto-sans-jp";
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
	margin-top: 30px;
}
.privacy_title {
    color: #333;
    font-size: 3.5rem;
    padding: 0;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    position: relative;
    margin-bottom: 30px;
}
.privacy_sub {
    font-family: serif;
	font-size: 1.7rem;
	width: 90%;
    margin: 0 auto;
    line-height: 1.6;
	font-weight: bold;
}
.privacy_box {
	margin-top: 60px;
}
.privacy_head {
	margin-bottom: 16px;
    font-size: 2.5rem;
	font-family: serif;
	font-weight: bold;
}
.privacy_txt {
	font-size: 1.6rem;
    line-height: 1.8;
}
.privacy_name {
	font-size: 1.5rem;
	line-height: 2;
	text-align: right;
	margin-top: 60px;
}
.app {
    overflow: hidden;
}
.area .relics_box1 {
	margin-top: -80px;
}
.area {	
    color: #8b6f38;
}
.area .about_wrap_relics {
	margin-top: 0px;
}
.area .about_txt2 {
	margin-left: 20px;
}

.area .about_txt {
    margin-top: -100px !important;
	background: -moz-linear-gradient(top, #f5f5f5, rgba(255, 255, 255, 0.7));
    background: -webkit-linear-gradient(top, #f5f5f5, rgba(255, 255, 255, 0.7));
    background: linear-gradient(to bottom, #f5f5f5, rgba(255, 255, 255, 0.7));
	top: 90px !important;
	right: -40px;
	padding: 50px 40px 30px 30px;
}
.area .about_txt3 {
    FONT-VARIANT: JIS83;
    font-size: 2rem;
    margin-left: 0px;
    line-height: 2.2;
    letter-spacing: 0.3rem;
    color: #fff;
    font-weight: bold !important;
    /* background-color: #ffe7a2; */
    padding: 20px 15px 20px 10px;
    background: rgba(76,54,0,0.6);
    /* text-decoration: underline; */
    /* border-bottom: 1px solid; */
    /* width: 350px; */
    /* background: linear-gradient(transparent 60%, yellow 30%); */
    text-decoration: underline;
    /* text-decoration: overline; */
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    text-decoration-color: #c0b18d;
    text-decoration-style: dashed;
}
.area_item .blank_d {
background: none;
}
.area_item .cta2 {
    margin: 0 2%;
}
.area_item {
    padding: 90px 0 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.area_title_1 {
    margin: 0 auto 20px;
    font-size: 2.5rem;
    font-family: serif;
    text-align: center;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5rem;
}
.area_title_1::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    width: 200px;
    height: 1px;
    background-color: #666666;
}
.area_title_2 {
text-align: center;
}
.cities {
	border: 1px solid #ccc;
	padding: 4%;
	margin: 0;
	background-color: #f5f5f5;
}
.cities h2 {
	text-align: center;
	font-size: 3rem;
	font-family: serif;
}
.cities h3 {
	font-size: 2rem
}
.cities h3::before {
    content: "■";
}
.cities .box1 {
	margin-bottom: 20px;
}
.cities a {
text-underline-offset: 0.5em;
    text-decoration: underline #b28b37;
color: #b28b37;
}
.relation {
	margin: 0;
}
.relation .box1 {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2%;
	margin-bottom: 20px;
}
.relation .txt1 {
    font-weight: 600;
    font-size: 2rem;
	font-family: serif;
    line-height: 2rem;
    margin: 0 0 10px;
    padding: 0.15em 0.7em;
    background: transparent;
    border-left: solid 3px #cdb684;
}
.relation .img-right {
    margin: 0 0 10px 20px;
    float: right;
}
.example {
	margin-bottom: 60px;
}
.example_ttl {
	color: #000;
	font-size: 3.5rem;
	text-align: center;
	font-family: serif;
	margin-bottom: 20px;
	padding: 5px 0;
	font-weight: bold;
}
.example_content {
	
}
.example_ttl2 {
	background-color: #987f4b;
	padding: 12px 16px;
	margin-bottom: 6px;
}
.example_ttl2 span {
	color: #fff;
	font-size: 1.5rem;
}
.example_ttl2 h3 {
	color: #FFF3C4;
	font-size: 2rem;
	font-family: serif;
	border-left: solid 4px #FFF3C4;
	padding: 0 0 0 0.7em;
	line-height: 1.2;
}
.example_content .box1 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.example_content .box2 {
	width: 49%;
}
.example_content .box3 {
	display: flex;
}
.example_content .box4 {
	font-size: 15px;
    line-height: 1.6;
}
.example_content .mainImg {
	width: 74.6%;
	margin-right: 1.2%;
}
.mainImg img {
	width: 100%;
}
.example_content .subImg {
	width: 24%;
}
.subImg img {
	width: 100%;
	cursor:pointer
}
.subImg li {
	padding-bottom: 4%;
}
.article_main {
	font-size: 1.6rem;
}
.article_main_content {
	background-color: #fff;
	padding: 4%;
}
.article_main_content img {
	width: 100%;
}
.article_main h1 {
	color: #333;
    font-size: 3.5rem;
    padding: 0;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    position: relative;
    margin-bottom: 60px;
}
.article_main h2 {
	font-size: 2.5rem;
	font-family: serif;
	font-weight: 600;
}
.article_main .box01 {
	padding: 30px 0;
}
.article_main .box01 img {
	max-width: 100%;
    height: auto;
}
.article_main .box01_2::after {
	content: " ";
	clear: both;
	display: table;
}
.article_main .box01_l {
	float: left;
	width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
}
.article_main .box01_r {
	float: left;
	width: calc(50% - ( ( 4% ) * 0.5 ) );
}
.article_main .txt01 {
	font-size: 2rem;
}
.put_column_archive {
  padding-top: 40px;
}

.put_column_archive .ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: 40px;
}

.put_column_archive .wrap {
  margin: 0 auto;
  max-width: 800px;
}

.put_column_archive .wrap ul li {
  border-bottom: 1px solid #ccc;
}

.put_column_archive .wrap ul li:last-of-type {
  border: none;
}

.put_column_archive .wrap ul li a {
  padding: 24px;
  min-height: 100px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.put_column_archive .wrap ul li a .category {
  margin-right: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 32px;
    border-radius: 2px;
    background-color: #ad8f50;
	width: fit-content;
    color: #fff;
}

.results_archive_items li {
	display: flex;
}

.results_archive_items li .title .category {
    margin-right: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 32px;
    border-radius: 2px;
    background-color: #ad8f50;
    color: #fff;
}
	.results_archive_items li figure {
    margin: 0 0 1em;
}
	.results_archive_items li .title {
    padding-left: 24px;
    width: calc(100% - 100px);
    display: flex;
    align-items: start;
    align-content: start;
    flex-wrap: wrap;
}
	.results_archive_items li .title h3 {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2em;
	padding: 10px 0;
}
	.results_archive_items li p {
    width: 100%;
    line-height: 1.2em;
}
	.results_archive_items li .title a {
		
}
	.results_archive_items li a figure{
		width: 160px;
		height: 160px;
	}
	.results_archive_items li a figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/
/*タブレット*/
@media only screen and (min-width:600px) and (max-width:1024px) {
	a, a:hover, a:visited {
    color: inherit;
}
	.header_call span:before {
    content: "";
    width: 50px;
    height: 30px;
    margin: 0 0 0 0;
    display: inline-block;
    background: url(../img/common/dial_b.webp) no-repeat;
    background-size: contain;
}
	.header_call span {
    font-family: serif;
    font-weight: 600;
}
	.cta2 {
    padding: 10px;
	}
	.cta2_box2 span {
    font-size: 35px;
}
	.cta2_box2 p {
    font-size: 15px;
}
	.cta2_box3 .list_1 {
    padding: 15px 15px;
	}
	.cta2_box3 .list_2 {
    padding: 15px 15px;
	}
.about_img1 {
		width: 500px;
		height: auto;
		margin-left: -20px;
	}
	.about_img2 {
    width: 115%;
		height: auto;
		margin: 0px 0 -50px;
}
	.about_txt {
		right: -80px;
		padding: 30px 30px 30px 30px;
	}
	.about_txt3 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}
	.about_txt2 {
    font-size: 4rem;
    margin-left: 4px;
    line-height: 1.1;
    letter-spacing: 0.3rem;
}
	.about_txt1 {
    font-size: 2.2rem;
    margin-left: 3px;
    line-height: 1.2;
}
	.about_box1 {
    width: 46%;
}
	.about_box2 {
    margin-left: -29px;
}
	.app {
    overflow: hidden;
    background-color: #ccc;
	position: relative;
    top: 52px;
}
	.parallax_txt {
    padding: 20px 20px;
	}
	.sub_top_bg_purchase {
    padding-top: 55px;
    height: 140px;
}
	.sub_top_bg_purchase {
    height: 220px;
}
	
	
}

/*スマホ*/
@media screen and (max-width:599px) {
.content {
    padding: 0 0 20px;
	margin-top: 40px;
}
.content_wrapper {
	margin-top: -40px;
}
.content2 {
    padding: 50px 0 20px;
}
	.content_inner {
		width: 95%;
		padding: 0;
	}
#app {
    position: relative;
    top: 52px;
}
.blank_title1 {
	font-size: 3rem;
}
.blank_title1_2 {
	font-size: 1.2rem;
	padding-bottom: 20px;
}
	.button {
		font-size: 18px;
		width: 300px;
		padding: 10px 15px 9px;
		margin: 30px auto;
	}
	.category_item {
    width: calc(50% - 3%);
    margin: 0 1.5%;
}
	.category_container {
		margin: 0;
	}
	.category_item h3 {
		font-size: 1.5rem;
		color: #444;
	}
	.home .row2 h3 {
		font-size: 1.5rem;
	}
	.category_item .title {
		top: 0px;
		left: 0px;
		box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 10%);
		width: 100%;
	}
	.category_item p {
		    font-size: 1rem;
    color: #333;
		top: 5px;
	}
	
	.results_main {
    font-size: 1.4rem;
    line-height: 1.6;
}
	.results_main .img-left {
    margin: 5px 0 0 2px;
    width: 38%;
    height: auto;
}
	.results_main .img-right {
    margin: 5px 0 0 2px;
    width: 38%;
    height: auto;
}
	.results_item {
    width: calc(50% - 3%);
    margin: 0 1.5%;
}
	.results_container {
		margin: 0;
	}
	.results_container a.zoom {
    height: 180px;
}
	.results_item h3 {
		font-size: 1.5rem;
		color: #444;
	}
	.results_item .title {
		top: -44px;
		left: 0px;
		box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
		width: 100%;
	}
.results_item p {
		    font-size: 1rem;
    color: #333;
	}
	.results_txt01 {
    font-size: 2.3rem;
    margin-bottom: 15px;
}
	
	.home a.zoom {
		height: 232px;
	}
	a.zoom {
		height: 272px;
	}
	.zoom_img {
		margin-bottom: 0px;
	}
	.home {
    margin-bottom: -10px;
}
	.parallax_txt {
    padding: 20px 20px;
	}
	.parallax_txt1 {
        font-size: 2.4rem;
    line-height: 3rem;
	}
	.bg_box01 {
    height: 200px;
	}
	.parallax_txt {
		margin: 0;
	}
	.parallax_txt2 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 10px;
}
	.blank_title3_2 {
		font-size: 2rem;
		padding: 0;
	}
	.c-how-section-buy__item {
		width: 100%;
		margin: 1.5% 1%;
	}
	.c-how-section-buy__box-txt, .c-how-section-buy__box-note {
    font-size: 1.3rem;
}
	.c-how-section-buy__box .button {
    width: 300px;
    padding: 10px 10px 9px;
    margin: 10px auto 0;
    font-size: 1.8rem;
}
	.c-how-section-buy__box {
		padding: 24px 0px;
	}
	.blank_title4 {
    font-size: 1.4rem;
	}
	.blank_title3 {
    font-size: 3rem;
	margin-bottom: 20px;
	}
	.blank_d {
		padding: 40px 0 40px;
	}
	.point_box1 {
		width: 100%;
	}
	.point_box1 {
		margin: 0 0 10px 0;
	}
	.point_box2 {
		font-size: 1.6rem;
		padding: 4px 0 2px;
	}
	.point_box3 {
		font-size: 1.2rem;
	}
	.bg_box02 {
    height: 200px;
	}
	.qa-list dl dt::before {
    top: 18px;
    left: 20px;
}
	.qa-list dl dt {
		padding: 12px 40px 12px 45px;
		font-size: 1.6rem;
	}
	.qa-list dl dt span {
		line-height: 1.2;
	}
	.qa-list dl::after {
		top: 22px;
	}
	.qa-list dl {
		margin: 10px 0 0;
	}
	.qa-list dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
	padding: 14px 20px 12px 20px;
	}
	.cta2_box1 {
		display: contents;
	}
	
.cta2_tel {
    background: linear-gradient(
    to top,
    #ede6cf 0%,
    #f5f2e6 100%
  );
    border-radius: 5px;
    padding: 15px 0 10px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #a99e79;
    font-weight: 600;
}
	.cta2_box3 {
    display: contents;
	width: 100%
	}
	.cta2_box3 li {
    width: 100%;
}
	.cta2_box3 .list_1 {
    padding: 10px 0;
    color: #fff;
		width: 100%;
}
	.cta2_box3 .list_2 {
    padding: 10px 0;
    margin: 10px 0 0 0;
    color: #fff;
		width: 100%;
}
	.cta2_box2 p {
    font-size: 1.8rem;
    line-height: 1.4;
		margin-bottom: 10px;
}
	.cta2_box2 {
    margin: 0;
    text-align: center;
		margin-top: 10px;
}
	.cta2_title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
}
	.cta2_box2 span {
    font-size: 3.6rem;
		line-height: 1;
}
	.header_call span:before {
    content: "";
    width: 45px;
    height: 28px;
    margin: 0 1px 0 0;
    display: inline-block;
    background: url(../img/common/dial_b.webp) no-repeat;
    background-size: contain;
}
	.header_call a {
		color: #333;
	}
	.breadcrumb_list {
		padding-top: 10px;
    padding-bottom: 20px;
		flex-wrap: wrap;
	}
	.breadcrumb {
		margin-left: 0px;
	}
	.breadcrumb [aria-current="page"] {
		color: #444;
    text-decoration: none;
	}
	.sub_top_bg_category {
		padding-top: 55px;
		height: 140px;
	}
	.sub_top_bg_purchase {
    padding-top: 55px;
    height: 140px;
	}
	.sub_top_bg_relics {
    padding-top: 55px;
    height: 140px;
	}
	.sub_top_bg_faq {
    padding-top: 55px;
    height: 140px;
	}
	.sub_top_bg_shop {
    padding-top: 55px;
    height: 140px;
	}
	.sub_top_bg_company {
    padding-top: 55px;
    height: 140px;
	}
	.sub_top_bg_contact {
    padding-top: 55px;
    height: 140px;
	}

	.sub_top_inner {
		margin: -190px auto;
	}
	.sub_top .title {
    font-size: 2.6rem;
    line-height: 1.2;
    color: #bbb;
}
	.cta {
    padding: 40px 0 !important;
	}
	.cta_contents .txt01 {
		font-size: 2.4rem !important;
		line-height: 1.3;
	}
	.cta_contents .txt02 {
    margin-bottom: 20px !important;
		font-size: 1.4rem !important;
    line-height: 1.4 !important;
		color: #d4b575;
	}
	.cta_contents .txt03 {
    margin-bottom: 0 !important;
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
}
	.cta_contents .txt04 {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}
	.cta .call {
    background-color: #937b4a;
    border-radius: 4px;
    width: 330px !important;
    margin: 6px auto 15px;
    line-height: 1.4;
    padding: 8px 0 4px;
    border: 1px solid #c9bba1;
	}
	.cta_contents .call span {
    font-size: 3.6rem !important;
		color: #fff;
}
	.cta_contents .call span:before {
    width: 40px !important;
    height: 28px !important;
	}
	.cta_contents .contact {
		color: #fff;
		width: 330px !important;
	}
	.about_img1 {
		width: 150%;
		height: auto;
		margin-left: -20px;
	}
	.about_img2 {
    width: 115%;
		height: auto;
		margin: 0px 0 -50px;
}
	.about_txt {
		right: -22px;
		padding: 20px 20px 20px 20px;
	}
	.about_txt3 {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}
	.about_txt2 {
    font-size: 2.8rem;
    margin-left: 4px;
    line-height: 1.1;
    letter-spacing: 0.3rem;
}
	.about_txt1 {
    font-size: 1.8rem;
    margin-left: 3px;
    line-height: 1.2;
}
	.about_box2 {
    margin-left: -29px;
}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
}
	.page_top {
    margin: 0 auto;
    width: 100%;
}
	.category_page_top {
    margin: 0 auto;
    width: 96%;
}
	.category_content {
		display: contents;
	}
	.category_main {
		    width: 100%;
		padding: 20px 10px 40px;
		    font-size: 1.4rem;
    line-height: 1.6;
	}
	.category_main_head h1 {
    padding-left: 8px;
	}
	.category_main_head {
		    font-size: 2.3rem;
		padding: 0 0 15px;
		margin: 0;
	}
	.category_main_txt03 {
		font-size: 1.6rem;
    line-height: 2.2rem;
		    margin-bottom: 6px;
	}
	.breadcrumb2 {
		position: relative;
    top: 50px;
		    margin-left: 10px;
	}
	.breadcrumb2 [aria-current="page"] {
		color: #444;
    text-decoration: none;
	}
	.toc {
		padding: 15px 10px;
		margin-top: 15px;
	}
	.toc_list li a {
		color: #444;
	}
	.toc_list {
    padding: 0 10px;
    line-height: 3rem;
    font-size: 1.6rem;
}
	.category_main_txt01 {
		font-size: 2.6rem;
		line-height: 1.2;
		padding-bottom: 6px;
	}
	.rep_box3 p {
		font-size: 1.6rem;
	}
	.rep_box3 {
		margin-bottom: 5px;
	}
	.damage_title1 {
    font-size: 2.6rem;
    line-height: 1.2;
	}
	.damage_title2 {
    font-size: 1.8rem;
		line-height: 1.2;
		margin: 6px 0 10px;
}
	.damage_box3 p {
		font-size: 1.6rem;
	}
	.crac .img-right {
    margin: 5px 0 0 2px;
    width: 38%;
    height: auto;
}
	.crac .img-left {
    margin: 5px 10px 0 0;
    width: 38%;
    height: auto;
}
	.point_title1 {
		font-size: 3rem;
	}
	.point_title2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 6px 0 10px;
}
	.relics_box1 {
		margin-top: 0;
	}
	.about_txt_relics {
    right: -22px;
    padding: 20px 20px 20px 20px;
}
	.about_wrap_relics {
    display: flex;
    align-items: flex-end;
    margin-top: -40px;
}
	.shop_container {
		display: block;
		margin: 0;
	}
	.shop_item {
		    width: 100%;
    margin: 0 auto;
	}
	.shop_item .title {
		margin-top: 10px;
		padding-bottom: 0;
	}
	.shop_item .txt02 {
    font-size: 1.3rem;
    line-height: 1.3;
    padding-bottom: 0;
}
	.halfbox_txt {
		padding: 0;
	}
	.halfbox_txt1 {
		text-align: center;
		font-size: 2.4rem;
		line-height: 3rem;
		margin-bottom: 10px;
	}
	.halfbox_txt2 {
		font-size: 1.4rem;
    line-height: 1.4;
	}
	.halfbox_img {
    margin: 20px 0 0;
}
	.img_top40 {
    margin-top: 20px;
	}
	.purchase_txt01 {
		    font-size: 2.6rem;
	}
	.purchase_txt03 {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: 20px;
	}
	.purchase_txt04 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10px;
	}
	.purchase_txt05 {
		    font-size: 1.4rem;
    line-height: 1.6;
		margin-bottom: 10px;
	}
	.purchase_txt06 {
		font-size: 2.4rem;
		    padding-bottom: 10px;
	}
	
	.how-purchase__item {
		width: 100%;
		margin: 1.5% 1%;
	}
	.how-purchase__box-txt, .how-purchase__box-note {
    font-size: 1.3rem;
}
	.how-purchase__box .button {
    width: 300px;
    padding: 10px 10px 9px;
    margin: 10px auto 0;
    font-size: 1.8rem;
}
	.how-purchase__box {
		padding: 14px 0px;
		margin-top: -40px;
	}
	.how-purchase__box-head {
		margin-top: -33%;
	}
	
	.region_ttl {
    font-size: 1.8rem;
	}
	.region ul {
    font-size: 1.4rem;
	line-height: 1.6;
	}
	.arealist {
    padding: 20px;
	}
	.areatxt_01 {
    font-size: 1.5rem;
	line-height: 1.3;
	}
	
	.line_subscribe {
    font-size: 2rem;
    color: #fff;
    margin: 15px 0;
}
	.line_subscribe .list_1 {
    background-color: #06c857;
    display: block;
    padding: 15px 30px;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
	.shopinfo_title {
		margin: 0 auto 20px;
	}
	.shopinfo_item {
    padding: 20px 3% 40px;
	}
	.shopinfo_item th {
    padding: 18px 0 18px;
    font-size: 1.6rem;
	}
	.shopinfo_item td {
    padding: 18px 0 20px 3%;
    font-size: 1.4rem;
    line-height: 1.4;
}
	.shopinfo_map {
    margin-top: 30px;
		margin-bottom: -30px;
}
	.company_item {
		padding: 20px 3% 40px;
	}
	.company_title {
		margin: 0 auto 20px;
	}
	.company_item th {
		padding: 18px 0 18px;
    font-size: 1.6rem;
	}
	.company_item td {
    padding: 18px 0 20px 3%;
    font-size: 1.4rem;
    line-height: 1.4;
}
	.company_button {
		margin: 30px auto 0;
	}
	.contact_item {
    padding: 20px 3% 30px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
	.formTable th,
  .formTable td {
    display: block;
    width: 100%;
}
	  .contact_item th {
    border-bottom: none;
		  }
	.contact_item td {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e0e1dd;
    box-sizing: border-box;
    font-size: 1.8rem;
}
	.contact_item th {
    padding: 10px 0 30px;
    font-size: 1.8rem;
    text-align: left;
}
	
	.privacy_main {
    padding: 5% 4%;
	margin-top: 10px;
}
.privacy_title {
    font-size: 2.5rem;
    padding-top: 20px;
}
.privacy_sub {
	font-size: 1.4rem;
	width: 96%;
}
.privacy_box {
	margin-top: 30px;
}
.privacy_head {
	margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.4;
}
.privacy_txt {
	font-size: 1.4rem;
    line-height: 1.6;
}
.privacy_name {
	font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
}
.area2 .halfbox_txt1 {
    font-size: 2rem;
}
.area .about {
    padding: 10px 0 60px;
	}
.area .about_img1 {
    width: 190%;
	margin-left: 0;
}
.area .about_txt2 {
    margin-left: 4px;
	font-size: 3.5rem;
}
.area .about_txt {
        right: 150px;
	top: 230px !important;
	padding: 10px;
}
.area .about_wrap_relics {
    margin-top: 70px;
}
.area .about_img2 {
    margin: 0px 0 -30px;
}
	.area .about_txt3 {
		    font-size: 1.2rem;
		    padding: 10px 15px 10px 10px;
	}
.area_item {
    padding: 40px 0 20px;
}
.cities h2 {
    font-size: 2rem;
}
.cities h3 {
    font-size: 1.8rem;
}
.cities p {
	    font-size: 1.4rem;
    line-height: 1.4;
}
.relation {
    padding-top: 0px;
}
.relation h2 {
    font-size: 2rem;
}
.relation h3 {
    font-size: 1.8rem !important;
}
.relation p {
	    font-size: 1.4rem;
    line-height: 1.4;
}
.relation .box1 { 
    margin-bottom: 10px;
}
	.example {
    margin-bottom: 40px;
}
	.example_ttl {
		font-size: 2.6rem;
	}
	.example_ttl2 h3 {
		font-size: 2rem;
		line-height: 1;
	}
	.example_ttl2 span {
    font-size: 1.6rem;
	margin-left: -10px;
}
	.example_content .box1 {
    display: block;
	padding-bottom: 0px;
	}
	.example_content .box2 {
    width: 100%;
	padding-bottom: 20px;
}
	.example_ttl {
    margin-bottom: 10px;
	}
	.example_content .box4 {
    font-size: 1.4rem;
    line-height: 1.4;
}
	.article_main h1 {
		font-size: 2.5rem;
		padding-top: 20px;
    margin-bottom: 10px;
	}
	.article_main .txt01 {
    font-size: 1.5rem;
    line-height: 1.5;
}
	.article_main h2 {
    font-size: 1.8rem;
	}
	.article_main {
	font-size: 1.4rem;
    line-height: 1.6;
	}
	.article_main .box01 {
    padding: 15px 0;
}
	.article_main .box01_l {
		width: 100% !important;
	}
	.article_main .box01_r {
		width: 100% !important;
	}
	.put_column_archive .wrap ul li a {
		padding: 0;
		    min-height: 70px;
		    display: block;
	}
	.put_column_archive .wrap ul li {
    margin-bottom: 20px;
}
	.put_column_archive .title {
		padding: 8px 0;
}
	.results_archive_items li .title {
    padding-left: 10px;
}
		.results_archive_items li .title .category {
            padding: 0 10px;
        height: 21px;
        line-height: 22px;
        font-size: 1.2rem;
}
		.results_archive_items li .title h3 {
            font-size: 1.7rem;
        margin-top: 0.3em;
			padding: 0;
}
		.results_archive_items li p {
    font-size: 1.4rem;
}
		.results_archive_items li a figure{
		width: 120px;
		height: 120px;
	}	
	.textarea_post {
	width: 55%;
	}
}

@media screen and (max-width:599px) {
  .page_archive .results_wrap #put_archive{
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:599px) {
  .page_archive .results_wrap #put_archive li{
    width: 47%;
    margin: 0 auto;
  }
}

@media screen and (max-width:599px) {
  .page_archive .results_wrap #put_archive li a .title{
    font-size: 15px;
    height: 55px;
    line-height: 1.3;
    padding: 10px;
  }
}

@media screen and (max-width:599px) {
  .page_archive .results_wrap #put_archive li a .title{
    font-size: 15px;
    height: 55px;
    line-height: 1.3;
    padding: 10px;
  }
}

@media screen and (max-width:599px) {
  .page_archive .results_wrap #put_archive li a p{
    font-size: 1.2rem !important;
  }
}