@charset "UTF-8";

html {
  background-color: #f1f1e9;
  font-size: 14px;
}

h1 {
  font-size: 1.3rem;
}

h2 {
  font-size: 1.15rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.7rem;
}



p {
  font-size: 1rem;
  line-height: 1.6em;
}

ul {
  size: 1rem;
}

li {
  size: 0.5rem;
}

a {
  size: 1rem;
}

.wordBreak {
  display: inline-block;
}





/* header ****************************/

header {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 10px;
}

.headWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.headerLogo {
  width: 100%;
  text-align: left;
}

.headerLogo img {
  max-width: 300px;
}

.headerDescription {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.badgeIcon {
  display: flex;
  justify-content: end;
}

.badgeIcon a :hover {
  opacity: 0.8;
  transition: 0.4s;
}

.badgeIcon img {
  width: 120px;
}




/* headerGrid ****************************/

#headerContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 20% 80% 100%;
  grid-template-columns: 1fr 1fr;
}

#header_A {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

#header_B {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

#header_C {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}



/* footer ****************************/

footer {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 10px;
}

.footerWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;


}

.footerWrapper1 {
  width: 30%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footerWrapper1 img {
  width: 100%;
  max-width: 300px;
  padding-bottom: 20px;
}

.footerWrapper1 h1 {
  color: #e4826c;
  padding-top: 20px;
  padding-bottom: 5px;
}

.footerWrapper1 h3 {
  display: inline-block;
  background-color: #232323;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

.footerWrapper2 {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footerWrapper2 a {
  text-decoration: none;
  color: #232323;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.footerNavItem {
  padding-right: 20px;
  width: 180px;
}

.footerNavItem h3 {
  border-bottom: 1px solid #232323;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footerNavItem p {
  padding-bottom: 10px;
}

.policy {
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
}

.copyright {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: end;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}





/* contents  ****************************/



#topContent_A {
  padding-left: 20px;
  padding-right: 20px;
}

#topContent_A a :hover {
  opacity: 0.8;
  transition: 0.2s;
  cursor: pointer;
}

#topContent_C {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

#topContent_C a :hover {
  opacity: 0.9;
  transition: 0.2s;
  cursor: pointer;
}

#topContent_E {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

#topContent_G {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.secondContent {
  margin-top: 20px;
}





/* TOKONAME BRAND ****************************/

.brandConcept {
  margin-top: 50px;
  padding-bottom: 2.5%;
}

.brandConceptItem {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.brandConceptItem img {
  width: 100%;
  max-width: 250px;
}

.brandConcept p {
  color: #e4826c;
  font-size: 1.25rem;
  padding-top: 30px;
}


/* 伝統工芸士 ****************************/

.kogeishiContentItem {
  height: 100%;
  background-color: #232323;
  padding: 30px;
}

.kogeishi h1 {
  text-align: center;
  color: #f1f1e9;
  padding: 20px 0px 50px 0px;
}

.underline_pink {
  text-decoration-color: #e4826c;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px;
}

.kogeishi h2 {
  text-align: center;
  color: #f1f1e9;
  line-height: 1.6em;
}

.kogeishi img {
  width: 100%;
  padding: 20px 0px;
}

.kogeishiContentItem2 {
  width: 100%;
  height: auto;
  align-items: flex-start;
}

.kogeishiContentItem2 p {
  width: 100%;
  text-align: justify;
  color: #f1f1e9;
}


/* 常滑の陶土・釉薬 ****************************/

.clay_glazeContent {
  width: 100%;
  height: 100%;
  background-color: #e4826c;
}

.clay_glazeContentItem {
  text-align: center;
  height: auto;
}

.clay_glazeContent h1 {
  text-align: center;
  color: #fff;
  padding: 50px 0px 100px 0px;
}

.underline_white {
  text-decoration-color: #fff;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px;
}

.clay_glazeContent img {
  width: 80%;
  padding-bottom: 30px;
}

.clay_glazeContentItem a :hover {
  opacity: 0.8;
  transition: 0.4s;
}

.clay_glazeContent p {
  width: 80%;
  color: #fff;
  text-align: justify;
  margin: 0 auto;
  padding-bottom: 30px;
}

.clay_glazeContentItemLink {
  width: 100%;
  text-align: center;
}

.clay_glazeContentItemLink img {
  width: 70%;
}


/* お知らせ ****************************/

.newsArea {
  padding-top: 100px;
}

.newsArea h1 {
  text-align: center;
  color: #232323;
  padding: 20px 0px 20px 0px;
}

.newsArea p {
  text-align: right;
  color: #232323;
}

.newsAreaItem {
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
}

.newsAreaItem p {
  text-align: left;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 1;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: #e4826c;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }
}





.border_end {
  border-bottom: 1px solid #232323;
  max-width: 1160px;
  margin: 0 auto;
}

/* 装飾 */

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 20px;
}

/*pageTopButton////////////////////////////////////////////*/

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 2;
}

#pageTop a {
  background: #e4826c;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all .3s ease;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1.6em;
}

#pageTop a:hover {
  text-decoration: none;
}


.linkBanner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}


/* 産地バナー//////////////////////////////////////////////////////////////// */

.sanchiContainer {
  background-color: #232323;
  padding: 1rem 1rem 2rem 1rem ;
  margin-top: 50px;
}

.sanchiLinkTitle h1 {
  text-align: center;
  color: #f1f1e9;
  padding: 20px 0px 20px 0px;
}

.sanchiLinkTitle p {
  text-align: justify;
  color: #f1f1e9;
  padding: 20px 0px 20px 0px;
  max-width: 1160px;
  margin: 0 auto;
}

.sanchiBanner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sanchiLink {
  display: block;
}

.sanchiItem {
  border: 1px solid #f1f1e9;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  background-color: transparent;
}

.sanchiItem p {
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #f1f1e9;
  transition: color 0.3s ease;
}

.sanchiItem:hover {
  background-color: #f1f1e9;
}

.sanchiItem:hover p {
  color: #232323;
}








/* 産地バナーここまで//////////////////////////////////////////////////////////////// */


.buttonLink {
  display: inline-block;
  border: 1px solid #232323;
  transition: background-color 0.3s, color 0.3s;
}

.buttonLink:hover {
  background-color: #232323;
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}