@charset "UTF-8";

/*----------MENU-------------

 Reset
 teaser

------------MENU-----------*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Sans+JP:wght@100..900&display=swap');


.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;

}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

body.teaser{
  background: none;
}

body.teaser .block-top-topic--body{
  background: none;
}

body.clamp .pane-contents{
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: .11em;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

@media (max-width: 767px){
.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
  }

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

/* ----------------------------------------------------------
  teaser
---------------------------------------------------------- */
body.teaser .wrapper{
  background: none;
}

body.teaser .wrap {
    max-width: 1450px;
    margin: 10px auto 0;
    padding: 10px 0;
    background: #fff;
}

  .top_title_teaser {
    width: 100%;
    background: #F9D1D1;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .top_title_teaser h1{
    max-width: 1450px;
    margin: 0 auto;
  }


.teaser_lead{
  padding: 10px 0 20px;
  background: #F9D1D1;
}

h2.teaser_day{
  text-align: center;
  margin: 20px 0 10px;
  font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
  color: #612c15;
  letter-spacing: -0.01em;
}

h3.teaser_about{
  text-align: center;
  margin: 0px 0 20px;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  letter-spacing: -0.01em;
}

.teaser_story{
  max-width: 768px;
  margin: 20px auto;
  padding: 0 20px ;
  text-align:center;
}

.teaser_story_inner{
  padding: 20px 0 50px;
}

h2.teaser_title{
  margin: 0px 0 30px;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  color: #612c15;
  letter-spacing: -0.01em;
  line-height: 1.8;
}

p.story{
  text-align: left;
  display: inline-block;
  font-size: 15px;
}

h3.teaser_title{
  margin: 30px 0 0px;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  color: #612c15;
  letter-spacing: -0.01em;
  line-height: 1.8;
}

.teaser_about_CLAMP{
  max-width: 768px;
  margin: 20px auto;
  text-align:center;
  padding: 0 10px;
}

.teaser_about_CLAMP_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 20px ;
  gap: 10px;
  text-align:center;
  border: solid 2px #d9cdbc;
}

.teaser_about_CLAMP_inner .text{
  width: calc(65% - 20px);
}

.teaser_about_CLAMP_inner .text h2{
  margin: 10px 0 10px;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}

.teaser_about_CLAMP_inner .text p{
  text-align: left;
  display: inline-block;
  font-size: 15px;
}

.teaser_about_CLAMP_inner .img{
  width: calc(35% - 20px);
}

@media screen and (max-width:1450px) {
body.teaser .wrap {
    margin: 0px 10px 0;
    background: #fff;
}
}

@media screen and (max-width:540px) {
  .teaser_about_CLAMP_inner .text{
  width: 96%;
  padding-bottom: 10px;
}

.teaser_about_CLAMP_inner .img{
  width: 96%;
}
}


.copy_clamp{
  max-width: 130px;
  margin: 0 auto;
  padding: 30px 10px;
}