@charset "UTF-8";


html {
	scroll-behavior: smooth;
}


* {
    max-width: unset;
}


/*----------------------------------------------改行----------------------------------------------*/
@media screen and (max-width: 767px) {
    br.br-pc {
        display: none !important;
	}
	.pc{
		 display: none !important;
	}
}


@media screen and (min-width: 768px) {
    br.br-sp {
        display: none !important;
	}
	.sp{
		 display: none !important;
	}
}

html, body {
    width: 100vw;
	overflow-x: clip;
	color: #000;
}

@media screen and (max-width: 767px){
html, body {
  width: 100vw;
  overflow-x: hidden;
}}




/*----------------------------------------------商品一覧(itemList)----------------------------------------------*/
.august_itemList__item-3 a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.august-itemList__thumb {
	max-width: none;
}
@media screen and (max-width: 767px){ .august-itemList__thumb{ width: 100%;}}


/*----------------------------------------------LP8月号----------------------------------------------*/
.august-top{
	margin-top: 10%;
}

@media screen and (max-width: 767px){ 
	.august-top{ 
		margin-top: 0;
}}

.wrapper {
	width: 94%;
	max-width: 1200px;
	margin: 200px auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px){ 
	.wrapper{ 
		width: 100%;
		margin: 31px auto;
		flex-wrap: wrap-reverse;
		justify-content: unset;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){ 
	.wrapper{ 
		width: 100%; 
		flex-wrap: wrap-reverse; 
		margin: 140px auto; 
}}

.right_banner{
	width: calc(100% - 480px);
}

@media screen and (max-width: 767px){ 
	.right_banner{ 
		width: 100%; 
		margin: auto; 
}}

@media screen and (min-width: 768px) and (max-width: 1366px){ 
	.left_banner{ 
		width: calc(100% - 400px); 
}}

.left_banner{
	width: 300px;
}

@media screen and (max-width: 767px){ 
	.left_banner{ 
		width: 88%;
		margin: auto;
	}
}

.widget + .widget {
	margin-top: 20px;
}

.widget--sticky {
	position: sticky;
	position: -webkit-sticky;
	top:40px;
}

.widget--sticky--1 {
	position: sticky;
	position: -webkit-sticky;
	top:40px;
}
.widget {
	height: 43%;
    margin: 0 0 1.5em;
}
/*-sp-*/
@media screen and (max-width: 767px){ .widget{ margin: 0 0 5.5em; }}
/*-ipad-*/
@media screen and (min-width: 768px) and (max-width: 1023px){ .widget{ height: 48%; margin: 0 0 -20.5em;}}


/*----------------------------------------------Archive/Instagramタイトル----------------------------------------------*/
.line {
  	display: flex;
  	align-items: center;
  	justify-content: center;
	margin-bottom: 9%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.6;
    font-size: 20px;
}

@media screen and (max-width: 767px){ 
	.line{ margin-top: 28%;
}}

.line:before, .line:after {
  	border-top: 1px solid;
  	content: "";
  	width: 7em;
}

@media screen and (min-width: 300px) and (max-width: 767px){ 
	.line:before, .line:after { 
		width: 15em;
}}

.line:before {
  	margin-right: 1em;
}
.line:after {
  	margin-left: 1em;
}

.lp-bn-btn{
	text-align: right;
}

.lp-btn {
  position: relative;
  padding-right: 18px;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #262626;
}

.lp-btn::before {
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  right: -15px;
  top: 12px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.lp-btn::after {
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
  background-color: #262626;
  left: -2px;
  bottom: 3px;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
}

.lp-btn:hover::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

.lp-btn:hover::after {
  bottom: 3px;
}

.lp-btn.mini {
	font-size: 14px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 100;
    font-style: normal;
	color: #000;
}

.lp-btn.mini::before {
	width: 9px;
	height: 9px;
	right: -1px;
	top: 6px;
}

.lp-btn.mini::after {
  	width: calc(100% + 5px);
  	bottom: 1px;
  	left: 0;
}

.lp-btn.mini:hover::before {
  	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  	top: 6px;
}

.lp-btn.mini:hover::after {
  	bottom: 1px;
}

.lp-btn.mini:hover::before {
 	 -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  	top: 6px;
}

.lp-btn.mini:hover::after {
  	bottom: 1px;
}


/*----------------------------------------------Jewelry styling tips----------------------------------------------*/
.left_flex_img,
.left_flex_text{
	display: inline-block;
	vertical-align: middle;
}

.left_flex {
    margin-top: 5%;
}

.left_flex:hover{
	opacity: 0.6;
    transition: .6s;
}

.left_flex_img {
    width: 30%;
}

@media screen and (min-width: 300px) and (max-width: 307px){ .left_flex_img{ width: 20%; }}@media screen and (min-width: 307px) and (max-width: 311px){ .left_flex_img{ width: 22%; }}@media screen and (min-width: 312px) and (max-width: 315px){ .left_flex_img{ width: 23%; }}@media screen and (min-width: 316px) and (max-width: 320px){ .left_flex_img{ width: 20%; }}@media screen and (min-width: 321px) and (max-width: 325px){ .left_flex_img{ width: 25%; }}@media screen and (min-width: 326px) and (max-width: 330px){ .left_flex_img{ width: 26%; }}@media screen and (min-width: 331px) and (max-width: 334px){ .left_flex_img{ width: 27%; }}@media screen and (min-width: 335px) and (max-width: 340px){ .left_flex_img{ width: 28%; }}@media screen and (min-width: 341px) and (max-width: 345px){ .left_flex_img{ width: 29%; }}@media screen and (min-width: 346px) and (max-width: 351px){ .left_flex_img{ width: 30%; }}@media screen and (min-width: 352px) and (max-width: 357px){ .left_flex_img{ width: 31%; }}@media screen and (min-width: 358px) and (max-width: 362px){ .left_flex_img{ width: 32%; }}@media screen and (min-width: 363px) and (max-width: 369px){ .left_flex_img{ width: 33%; }}@media screen and (min-width: 370px) and (max-width: 375px){ .left_flex_img{ width: 28%; }}@media screen and (min-width: 376px) and (max-width: 382px){ .left_flex_img{ width: 30%; }}@media screen and (min-width: 383px) and (max-width: 396px){ .left_flex_img{ width: 32%; }}@media screen and (min-width: 397px) and (max-width: 403px){ .left_flex_img{ width: 34%; }}@media screen and (min-width: 404px) and (max-width: 411px){ .left_flex_img{ width: 36%; }}@media screen and (min-width: 412px) and (max-width: 419px){ .left_flex_img{ width: 34%; }}@media screen and (min-width: 420px) and (max-width: 428px){ .left_flex_img{ width: 41%; }}
@media screen and (min-width: 429px) and (max-width: 437px){ .left_flex_img{ width: 42%; }}
@media screen and (min-width: 438px) and (max-width: 471px){ .left_flex_img{ width: 43%; }}
@media screen and (min-width: 472px) and (max-width: 620px){ .left_flex_img{ width: 44%; }}
@media screen and (min-width: 621px) and (max-width: 641px){ .left_flex_img{ width: 45%; }}
@media screen and (min-width: 642px) and (max-width: 662px){ .left_flex_img{ width: 46%; }}
@media screen and (min-width: 663px) and (max-width: 683px){ .left_flex_img{ width: 47%; }}
@media screen and (min-width: 684px) and (max-width: 702px){ .left_flex_img{ width: 49%; }}
@media screen and (min-width: 701px) and (max-width: 767px){ .left_flex_img{ width: 50%; }}

.left_flex_text {
	margin: 2.8%;
}

.main_title{
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 100;
    font-style: normal;
	letter-spacing: 0em;
    line-height: 1.6;
	color: #000;
}
@media screen and (min-width: 300px) and (max-width: 310px){ .main_title{ font-size: 16px; }}
@media screen and (min-width: 311px) and (max-width: 354px){ .main_title{ font-size: 16px; }}
@media screen and (min-width: 355px) and (max-width: 387px){ .main_title{ font-size: 16px; }}
@media screen and (min-width: 388px) and (max-width: 429px){ .main_title{ font-size: 16px; }}
@media screen and (min-width: 430px) and (max-width: 450px){ .main_title{ font-size: 16px; }}
@media screen and (min-width: 642px) and (max-width: 662px){ .main_title{ font-size: 20px; }}
@media screen and (min-width: 663px) and (max-width: 683px){ .main_title{ font-size: 20px; }}
@media screen and (min-width: 684px) and (max-width: 767px){ .main_title{ font-size: 20px; }}

.main_txt{
	font-size: 10px;
	font-family: "游ゴシック体 Medium", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", sans-serif;
    font-weight: normal;
	letter-spacing: 0px;
    line-height: 1.9em;
	color: #000;
}
@media screen and (min-width: 300px) and (max-width: 310px){ .main_txt{ font-size: 10px; }}
@media screen and (min-width: 311px) and (max-width: 354px){ .main_txt{ font-size: 10px; }}
@media screen and (min-width: 355px) and (max-width: 387px){ .main_txt{ font-size: 10px; }}
@media screen and (min-width: 388px) and (max-width: 429px){ .main_txt{ font-size: 10px; }}
@media screen and (min-width: 430px) and (max-width: 450px){ .main_txt{ font-size: 10px; }}
@media screen and (min-width: 642px) and (max-width: 662px){ .main_txt{ font-size: 14px; }}
@media screen and (min-width: 663px) and (max-width: 683px){ .main_txt{ font-size: 14px; }}
@media screen and (min-width: 684px) and (max-width: 767px){ .main_txt{ font-size: 14px; }}



/*---------------------------------------------各項目---------------------------------------------*/
.left_img{
	margin-top: 5%;
}
.left_box{
	margin-top: 15%;
	margin-bottom: 15%;
}

.left_box:hover{
	opacity: 0.8;
    transition: .6s;
}

@media screen and (max-width: 767px) { .left_box{ margin-bottom: -17%;}}


/*---------------------------------------------Instagram---------------------------------------------*/
.instabox {
    width: 100%;
}

.instabox:hover{
	opacity: 0.8;
    transition: .6s;
}

@media screen and (min-width: 670px) and (max-width: 766px){ .instabox{ width: 100%; }}
@media screen and (max-width: 767px) { .instabox{ max-width: 100%;}}


/*--------------------------------------------右側---------------------------------------------*/
.august-top-kv{
	margin-top: 10%;
	margin-bottom: 26%;
}

.august_flex{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 74px;
	padding-bottom: 46px;
	/*padding-top: 40px;*/
}


/*----------------------------------------------2024-LP7月号----------------------------------------------*/

.widget_2024july + .widget {
	margin-top: 20px;
}

.widget_2024july {
	height: 49%;
	margin: 0 0 1.5em;
}
/*-sp-*/
@media screen and (max-width: 767px){ .widget_2024july{ margin: 0 0 5.5em; }}
/*-ipad-*/
@media screen and (min-width: 768px) and (max-width: 1024px){ .widget_2024july{ height: unset; position: unset;}}


@media screen and (min-width: 820px) and (max-width: 1180px){ .widget--sticky{ height: 52%;}}
@media screen and (min-width: 912px) and (max-width: 1368px){ .widget_2024july{ height: 50%;}}
@media screen and (min-width: 1024px) and (max-width: 1366px){ .widget_2024july{ height: 49%;}}
@media screen and (min-width: 1280px) and (max-width: 1400px){ .widget_2024july{ height: 48%;}}




/*----------------------------------------------2025-LP11月号(年賀)----------------------------------------------*/
.widget_1_2025november {
	margin-top: 298%;
	margin-bottom: 0px;
}
/*-sp-*/
@media screen and (max-width: 767px){ .widget_1_2025november{ margin: auto; }}

/*-ipad-*/
@media screen and (min-width: 1126px) and (max-width: 1150px){ .widget_1_2025november{ margin-top: 294%;}}
@media screen and (min-width: 1280px) and (max-width: 1400px){ .widget_1_2025november{ margin-top: 374%;}}


/*css*/
/*--01--*/
img.top-img{
	width: 72%;
    margin: auto;
    display: block;
}

.top-h2 {
    margin-top: 90px;
}

h2.top-mail-ttl {
    margin: auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 15pt;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	line-height: 2.8;
    letter-spacing: 0.1em;
	color: #323233;
}
/*--01--*/

/*--02--*/
section.contents-box._02 {
	width: 76%;
    margin: auto;
    margin-top: 80px;
}

.txt-box {
    width: 100%;
    padding: 50px 80px 42px;
    border: solid 1px #000;
    line-height: 2.2rem;
	color: #000;
}

.txt-box h2 {
	margin-bottom: 30px;
    font-size: 11.3pt;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
    text-align: center;
}

.link-box{
	margin-bottom: 24px;
}

.txt-box h3 {
    font-size: 10.3pt;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.9em;
	color: #000;
}

p.txt-line{
	font-size: 10.3pt;
	font-weight: bold;
}

span.link {
	color: #000;
    text-decoration: underline;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0px;
    line-height: 1.9em;
}

span.link:hover{
	opacity: 0.5;
	transition: .4s;
}

.link-box._last {
    margin-bottom: 0;
}
/*--02--*/

/*--03--*/
.caption-box{
	margin-bottom: 57px;
}

.caption-box._last {
    margin-bottom: 0;
}

section.contents-box._03 h2 {
	width: 55%;
	margin: auto;
    margin-top: 84px;
	margin-bottom: 73px;
	padding: 29px 0;
	text-align: center;
	background: #b8a870;
	color: #fff;
	font-size: 25pt;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 100;
	font-style: normal;
}

section.contents-box._03 h3{
	margin-bottom: 22px;
	font-size: 19pt;
	color: #323233;
}

span.part-line{
	position: relative;
  	display: inline-block;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 100;
	font-style: normal;
}

span.part-line::after {
	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 3px;
  	width: 100%;
  	height: 0.4em;
  	background: #e7e1ce;
  	z-index: -1;
}

section.contents-box._03 p{
	font-size: 13pt;
	color: #323233;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.9em;
}
/*--03--*/

/*--04--*/
.description-box h2{
	width: 55%;
    margin: auto;
	margin-top: 120px;
    margin-bottom: 80px;
    padding: 29px 0;
    text-align: center;
    background: #c1443e;
    color: #fff;
    font-size: 25pt;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 100;
    font-style: normal;
    line-height: 1.2;
}

.ttl-img-box {
    width: 60%;
    margin: 0 auto 22px;
}

p.description-txt{
	margin-bottom: 52px;
	font-size: 13pt;
	color: #323233;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.9em;
}

.pd-img {
    width: 92%;
    margin: auto;
}

.ttl-img-box._02, .ttl-img-box._03 {
    margin: 142px auto 22px;
}

.ttl-img-box._03{
    width: 44%;
}

.notes {
    width: 82%;
    margin: 22px auto 0;
    padding: 32px 68px 42px;
    border-radius: 10px;
    background-color: #b8a870;
}

.notes p {
    font-size: 11pt;
	color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
    line-height: 3em;
	text-align: left
}
/*--04--*/

/*--05--*/
section.contents-box._05 {
	margin-top: 95px;
}

.bg._01{
	background-color: #c1443e;
}

.img-ttl-logo-box {
    width: 41%;
    margin: auto;
    padding-top: 96px;
    padding-bottom: 52px;
}

section.august-section_item{
	margin-bottom: 96px;
    background-color: #c1443e;
}

section.august-section_item._last {
    margin-bottom: 0;
}

.august_itemList__item-3{
	width: calc((100% - 62px) / 2);
    margin-bottom: 0;
    padding: 4%;
	/*width: calc((100% - 0px) / 2);*/
}

li.august_itemList__item-3._01 {
    width: 46%;
    padding: 6%;
    margin-top: 60px;
}
	
p.item-ttl {
  	letter-spacing: 0.4px; 
    font-size: 13.4pt;
    line-height: 3;
    text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.6em;
    color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
}

p.item__name {
    margin-top: 30px;
    font-family: "aralet-n", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 13.4pt;
	color: #fff;
}

p.item__price, p.item__detail {
    font-size: 10pt;
    color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
}

p.item__price{
	line-height: 2.8em;
}

p.item__detail{
	line-height: 0.8em;
}

p.item__detail._01 {
    line-height: 1.8em;
}

/*--05--*/

/*--06--*/
section.august-section_item._white {
    background-color: #fff;
}

p.item-ttl._black {
    color: #606060;
	font-size: 16px;
}

.black-color p {
    color: #606060;
}

li.august_itemList__item-3._02 {
    width: 46%;
    padding: 1%;
    margin-top: 62px;
	/*padding: 6%;
	margin-top: 22px;*/
}

li.august_itemList__item-3._03 {
    width: 46%;
    padding: 6%;
    margin-top: 34px;
}
/*--06--*/

/*--08--*/
section.contents-box._08 {
	margin-top: 68px;
}

.video__wrap {
	width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yt {
  width: 100%;
  max-width: 800px;     /* 好きな最大幅に */
  aspect-ratio: 16 / 9; /* 16:9固定 */
}
.yt iframe {
  width: 100%;
  height: 100%;
  display: block;       /* 余計な隙間防止 */
}

section.contents-box._08 h2 {
	width: 90%;
	margin: auto;
	margin-top: 26px;
    font-family: "aralet-n", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 22pt;
}

section.contents-box._08 p {
	width: 90%;
    margin: 26px auto 60px;
    font-size: 12pt;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0px;
	line-height: 2.4em;
    color: #211c11;
}

span.shop-btn {
    display: block;
    width: 310px;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    border: 1.4px solid #000;
    background: #fff;
    border-radius: 4px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	font-size: 14pt;
	color: #333333;
	letter-spacing: 1px;
}

span.shop-btn:hover {
	opacity: 0.5;
    transition: .6s;
}
/*--08--*/


/*@media screen and (max-width: 767px) { */

@media screen and (max-width: 767px) {
	/*--01--*/
	img.top-img { 
		width: 100%;
		margin-top: 45px;
	}
	.top-h2 {
    	margin-top: 56px;
	}
	h2.top-mail-ttl{
		font-size: 17px;
	}
	/*--01--*/
	
	/*--02--*/
	section.contents-box._02{
		width: 88%;
		margin-top: 52px;
	}
	.txt-box{
		padding: 53px 33px 45px;
		border: solid 1px #d5d6d5;
	}
	.txt-box h2{
		margin-bottom: 33px;
		font-size: 18px;
	}
	.txt-box h3, p.txt-line{
		font-size: 14px;
	}
	/*--02--*/
	
	/*--03--*/
	section.contents-box._03 h2{
		width: 74%;
		margin-top: 90px;
		margin-bottom: 68px;
		padding: 32px 0;
		font-size: 25px;
	}
	.caption-box{
		width: 88%;
    	margin: 0 auto 60px;
	}
	section.contents-box._03 h3{
		margin-bottom: 18px;
		font-size: 20px;
	}
	section.contents-box._03 p{
		font-size: 13px;
		line-height: 2em;
	}
	/*--03--*/
	
	/*--04--*/
	section.contents-box._04 h2{
		width: 74%;
		margin-top: 94px;
		margin-bottom: 70px;
		padding: 32px 0;
		font-size: 25px;
	}
	.ttl-img-box{
		width: 80%;
		margin: 0 auto 16px;
	}
	p.description-txt{
		width: 88%;
    	margin: auto;
		margin-bottom: 22px;
		font-size: 13px;
		line-height: 2em;
	}
	.pd-img{
		width: 88%;
	}
	.ttl-img-box._02, .ttl-img-box._03{
		margin: 76px auto 16px;
	}
	.ttl-img-box._03{
		width: 60%;
	}
	.notes{
		width: 88%;
    	margin: 40px auto 0;
    	padding: 37px 16px 40px;
    	border-radius: 8px;
	}
	.notes p{
		font-size: 10.5px;
	}
	/*--04--*/
	
	/*--05--*/
	section.contents-box._05 {
    	margin-top: 115px;
	}
	.img-ttl-logo-box{
		width: 64%;
		padding-top: 54px;
    	padding-bottom: 50px;
	}
	section.august-section_item{
		margin-bottom: 36px;
	}
	.august_flex{
		justify-content: center;
		padding-top: 1px;
		padding-bottom: 0;
	}
	.august_itemList__item-3{
		width: calc((88% - 0px) / 1);
		margin-bottom: 20px;
	}
	li.august_itemList__item-3._01, p.item-ttl._black, li.august_itemList__item-3._03{
		width: 88%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0;
	}
	li.august_itemList__item-3._02{
		width: 100%;
    	padding: 0%;
		margin-top: 30px;
    	margin-bottom: 30px;
	}
	p.item-ttl{
		font-size: 14px;
		line-height: 2.5;
		text-decoration: unset;
		text-align: center;
	}
	p.item-ttl._black{
		width: 100%;
		font-size: 14px;
		margin: auto;
	}
	p.item__name{
		margin-top: 25px;
		font-size: 17px;
	}
	p.item__price, p.item__detail{
		font-size: 13px;
	}
	p.item__detail {
    	line-height: 1.6em;
	}
	/*--05--*/
	
	/*--08--*/
	section.contents-box._08{
		margin-top: 90px;
	}
	section.contents-box._08 h2{
		margin-top: 38px;
		font-size: 22px;
	}
	section.contents-box._08 p{
		width: 88%;
		margin: 16px auto 40px;
		font-size: 10px;
	}
	span.shop-btn{
		width: 70%;
		border-radius: 3px;
		font-size: 15px;
	}
	/*--08--*/
}


@media screen and (min-width: 768px) and (max-width: 1024px){ 
	/*--bn--*/
	.widget_1_2025november{
		margin-top: 0;
	}
	.right_banner {
    	width: calc(100% - 0px);
	}
	.left_banner{
		width: 88%;
        margin: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.line{
		font-size: 50px;
	}
	.main_title{
		font-size: 24px;
	}
	.main_txt{
		font-size: 18px;
	}
	.left_flex_text{
		margin: 4.8%;
	}
	.lp-btn.mini{
		padding-right: 48px;
		font-size: 44px;
	}
	.lp-btn.mini::before{
		width: 24px;
    	height: 24px;
    	right: 3px;
    	top: 23px;
	}
	/*--bn--*/
	
	/*--01--*/
	img.top-img { 
		width: 100%;
	}
	.top-h2 {
    	margin-top: 96px;
	}
	h2.top-mail-ttl{
		font-size: 32px;
	}
	/*--01--*/
	
	/*--02--*/
	section.contents-box._02{
		width: 88%;
		margin-top: 82px;
	}
	.txt-box{
		padding: 53px 73px 45px;
		border: solid 1px #d5d6d5;
	}
	.txt-box h2{
		margin-bottom: 52px;
		font-size: 20pt;
	}
	.txt-box h3, p.txt-line{
		font-size: 14.3pt;
		line-height: 2.5em;
	}
	/*--02--*/
	
	/*--03--*/
	section.contents-box._03 h2{
		width: 74%;
		margin-top: 90px;
		margin-bottom: 68px;
		padding: 32px 0;
		font-size: 25pt;
	}
	.caption-box{
		width: 88%;
    	margin: 0 auto 60px;
	}
	section.contents-box._03 h3{
		margin-bottom: 18px;
		font-size: 30px;
	}
	section.contents-box._03 p{
		font-size: 13pt;
		line-height: 2em;
	}
	/*--03--*/
	
	/*--04--*/
	section.contents-box._04 h2{
		width: 74%;
		margin-top: 115px;
		margin-bottom: 100px;
		padding: 32px 0;
		font-size: 25pt;
	}
	.ttl-img-box{
		width: 78%;
		margin: 0 auto 26px;
	}
	p.description-txt{
		width: 88%;
    	margin: auto;
		margin-bottom: 30px;
		font-size: 13pt;
		line-height: 2em;
	}
	.pd-img{
		width: 88%;
	}
	.ttl-img-box._02, .ttl-img-box._03{
		margin: 156px auto 27px;
	}
	.ttl-img-box._03{
		width: 60%;
	}
	.notes{
		width: 80%;
    	margin: 50px auto 0;
    	padding: 37px 82px 40px;
    	border-radius: 8px;
	}
	.notes p{
		font-size: 11pt;
		text-align: left;
	}
	/*--04--*/
	
	/*--05--*/
	section.contents-box._05 {
    	margin-top: 150px;
	}
	.img-ttl-logo-box{
		width: 64%;
		padding-top: 74px;
    	padding-bottom: 70px;
	}
	section.august-section_item{
		margin-bottom: 36px;
	}
	.august_flex{
		justify-content: center;
		padding-top: 1px;
		padding-bottom: 0;
	}
	.august_itemList__item-3{
		width: calc((88% - 0px) / 1);
		margin-bottom: 80px;
		padding: 0;
	}
	li.august_itemList__item-3._01, li.august_itemList__item-3._02, li.august_itemList__item-3._03{
		width: 88%;
        margin-top: 40px;
        margin-bottom: 70px;
		padding: 0;
	}
	p.item-ttl{
		font-size: 13.4pt;
		line-height: 2.5;
		text-decoration: unset;
		text-align: center;
	}
	p.item__name{
		margin-top: 25px;
		font-size: 18.4pt;
	}
	p.item__price, p.item__detail{
		font-size: 12pt;
	}
	p.item__detail {
    	line-height: 3em;
	}
	/*--05--*/
	
	/*--08--*/
	section.contents-box._08{
		margin-top: 90px;
		margin-bottom: 200px;
	}
	section.contents-box._08 h2{
		width: 88%;
		margin-top: 38px;
		font-size: 22pt;
	}
	section.contents-box._08 p{
		width: 88%;
		margin: 16px auto 40px;
		font-size: 12pt;
	}
	span.shop-btn{
		width: 52%;
		padding: 30px 0px;
		border-radius: 3px;
		font-size: 14pt;
	}
	/*--08--*/
}

