@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800&display=swap');
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* reset END*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
a {
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.7;
}
.pc_none {
  display: none;
}

.main_contents {
  padding-top: 0px;
}
.main_visual {
  position: relative;
  width: 100%;
}
.main_visual_txt {
  color: #fff;
  background:#000;
  width: 100%;
  padding: 1em 0 3em;
  font-size:large;
  font-weight:bold;
  text-align: center;
  line-height:1.7em;
}
.main_visual_txt p{
	margin-bottom:1em;
}
.main_visual_txt .main_copy{
	color: #ffd200;
	font-size:xx-large;
	line-height:1.7em;
}
.main_visual_txt p span{
	font-size:large;
}
.main_visual_txt .date_box{
	margin:0 auto;
	font-size:xx-large;
	border:solid 1px #fff;
	padding:0.5em;
	margin-bottom:1em;
	width:60%;
	color: #fff;
}
.main_visual_txt ul{
	list-style-position: inside;
  	display: inline-block;
  	text-align: left;
	color: #ffd200;
	text-indent:-1em;
	padding-left:1em;
	font-size:large;
	line-height:1.7em;
}
.main_visual_txt ul li::before{
	content:"・"
}
.ehon_intro_section .container .img_box img{
	margin:0 auto;
	width:60%;
}
.main_contents .about_section {
  background-color:#e61d2f;
}
.main_contents .about_section .container {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2em;
  text-align:center;
}
.main_contents .about_section .ehon_intro_lead {
  text-align: center;
  font-weight: bold;
  color: #1c2c72;
  line-height: 1.6;
  margin-top: 1em;
  padding-top: 2em;
}
.main_contents .about_section .ehon_intro_lead .w_number {
  font-size: xx-large;
  font-weight: 700;
  color: #ff0000;
}
.main_contents .about_section .img_box .add_txt {
  font-size: small;
  color: #fff;
}
.main_contents .about_section .speechBubble {
  position: relative;
  display: inline-block;
  width: 500px;
  margin-bottom: 20px;
  padding: 24px 16px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #fff;
  text-align: center;
  font-size: x-large;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.main_contents .about_section .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.main_contents .about_section .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.main_contents .about_section img {
  margin: auto 0;
  text-align: center;
}
.main_contents .about_section .about_slogan {
  color: #ff1629;
  font-size: xx-large;
  font-weight: 700;
  align-items: center;
  gap: 13px;
  justify-content: center;
  margin-top: 1em;
}
.main_contents .about_section .about_txt {
  color: #333;
  font-size: large;
  align-items: center;
  gap: 13px;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight:bold;
  line-height:2em;
}
.main_contents .about_section .about_txt span {
  color: #F00;
  background-image: linear-gradient(0deg, #fff000 0.5em, transparent 0.5em);
}
.main_contents .about_section .img_box img{
	margin:0 auto;
}
.main_contents .about_section .img_box img#smp{
	margin:0 auto;
	width:30%;
}
.br-sp {
    display: none;
}
.bg_gray {
  background-color: #f4f4f4;
  padding:1em 0 1.5em;
}
.b_btm {
	border-bottom:solid 1px #ffd200;
	}
.aboutashisalfc_link{
	margin-top:2em;
	}
.aboutashisalfc_link span{
	border:solid 1px #fff;
	padding:0.5em;
	}
.aboutashisalfc_link a:link{
	color:#fff;
	}
.aboutashisalfc_link a:visited{
	color:#fff;
	}

/* entry_section for pc */
.main_contents .entry_section {
  background-image: url(../img/ambassador_bg_02.jpg);
  background-size: 100%;
  padding: 70px 20px;
}
.link_bg {
  background-image: url(../img/campaign_bg.png) !important;
}
.main_contents .entry_section .container {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(4, 0, 0, 0.37);
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 35px 40px;
}
.main_contents .entry_section .selection_title {
  max-width: 300px;
  margin: 0 auto;
}
.main_contents .entry_section .ehon_intro_img {
  max-width: 600px;
  margin: 39px auto 0;
}
.main_contents .entry_section .ehon_intro_lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1c2c72;
  line-height: 1.6;
  margin-top: 20px;
  padding: 0.5em 0;
  border-top: solid 3px #1c2c72;
  border-bottom: solid 3px #1c2c72;
}
.main_contents .entry_section .ehon_intro_subtitle {
  max-width: 201px;
  margin: 25px auto 0;
}
  .main_contents .entry_section .ehon_intro_contents {
  display: flex;
  margin-top: 34px;
  }
.main_contents .entry_section .ehon_theme_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.main_contents .entry_section .ehon_theme_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.main_contents .entry_section .ehon_theme_contents div:first-child {
  width:70%;
  margin-bottom:2em;
  margin:auto;  
}
.main_contents .entry_section .ehon_theme_contents .ehon_theme_contents_item {
  width:46%;
  margin:0.8em;
}
.main_contents .entry_section .link_btn {
  max-width: 413px;
  margin: 77px auto 0;
}

.main_contents .entry_section .entry_add_txt {
	text-align: center;
	font-size:small;
	color:#ff0000;
}
.main_contents .entry_section ul{
	list-style-position: inside;
  	display: inline-block;
  	text-align: left;
}

/* ehon_intro_section for pc */
/*.main_contents .ehon_intro_section {
  background-image: url(../img/ambassador_bg_02.jpg);
  background-size: 100%;
  padding: 70px 20px;
}*/
/*.link_bg {
  background-image: url(../img/campaign_bg.png) !important;
}*/
.main_contents .ehon_intro_section .container {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(4, 0, 0, 0.37);
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 35px 40px;
}
.main_contents .ehon_intro_section .selection_title {
  max-width: 300px;
  margin: 0 auto;
}
.main_contents .ehon_intro_section .ehon_intro_img {
  max-width: 600px;
  margin: 39px auto 0;
}
.main_contents .ehon_intro_section .ehon_intro_lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1c2c72;
  line-height: 1.6;
  margin: 20px 0 0.5em;
  padding: 0.5em 0;
  border-top: solid 3px #1c2c72;
  border-bottom: solid 3px #1c2c72;
}
.main_contents .ehon_intro_section .ehon_intro_subtitle {
  max-width: 201px;
  margin: 25px auto 0;
}
  .main_contents .ehon_intro_section .ehon_intro_contents {
  display: flex;
  margin-top: 34px;
  }
.main_contents .ehon_intro_section .ehon_theme_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.main_contents .ehon_intro_section .ehon_theme_contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
.main_contents .ehon_intro_section .ehon_theme_contents div:first-child {
  width:70%;
  margin:0.8em;
  margin: auto;
}
.main_contents .ehon_intro_section .ehon_theme_contents .ehon_theme_contents_item {
  width:46%;
  margin:0.8em;
}
.main_contents .ehon_intro_section .link_btn {
  max-width: 413px;
  margin: 77px auto 0;
}

.pjt_heading::before,
.pjt_heading::after {
	content: '';
	width: 7em;
	height: 0.1em;
	background-color: #999999;
}
.pjt_heading::before {
	margin-right: 2em;
}
.pjt_heading::after {
	margin-left: 2em;
}

/* ------------------------------
	aboutashisarufc
------------------------------ */

.main_contents .aboutashisalfc_section {
  background-color: #642d8d;
  padding:2em 0;
}
.main_contents .aboutashisalfc_section .speechBubble {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  padding: 24px 16px;
  border: 2px solid #000000;
  border-radius: 9999px;
  background-color: #fff;
  text-align: center;
  font-size: large;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.main_contents .aboutashisalfc_section .speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.main_contents .aboutashisalfc_section .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.grid-container{
  display: grid;
  place-items: center;
  grid-template-columns	:50px fr;
  grid-template-rows	:50px fr;
  width:50%;
  margin-left:auto;
  margin-right:auto;
  gap:1em;
}
#gi1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  text-align:center;
}
#gi2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-right:1em;
}
#gi3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size:medium;
  line-height:1.7em;
  color:#fff;
}

/* ------------------------------
	aboutashisalfc ver2
------------------------------ */
.main_contents .aboutashisalfc_section {
  background-color: #642d8d;
  padding:2em 0;
}

.main_contents .aboutashisalfc_section .aboutashisalfc_container {
  margin:auto 0;
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents {
  display:flex;
  margin:1em 0;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .ttl {
	text-align:center;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents .img {
  width:100%;
  margin-right:2em;
}
.main_contents .aboutashisalfc_section .aboutashisalfc_container .aboutashisalfc_contents .txt {
 color:#fff;
 line-height:1.8em;
}



/* ------------------------------
	guidelines
------------------------------ */
.main_contents .guidelines_section {
  background-image: url('../images/ashisalfc_about_bg.png');
  background-size: max(100%, 1080px);
  background-repeat: no-repeat;
  background-position: top center;
}
#guidelines {
	width: 900px;
	max-width: 100%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 14px;
	line-height: 1.8;
	border-radius: 10px;
}
#guidelines div.list {
	border-top:solid 2px #eee;
	border-bottom:solid 2px #eee;
	margin:1em 0;
}
#guidelines dl {
	width: 850px;
	max-width: 100%;
	margin: 5px auto;
	color: #333333;
}
#guidelines dt {
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0 0;
	color: #12335f;
	border-bottom:dotted 1px #333333;
}
#guidelines dd {
	margin-bottom:0.5em;
}
#guidelines ul {
	padding: 5px;
}
#guidelines ul li {
	/*display: list-item !important;*/
	text-indent:-1em;
	padding-left:1em;
}
#guidelines p {
	margin: 5px 0;
}
#guideline_copy {
	font-weight:bold;
}
.guidelines_h2 {
	text-align: center;
	padding: 6px 0 2px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 23px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
.guidelines_h2:first-of-type {
	border-radius: 5px 5px 0 0;
}
.private_policy{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#eee;
	padding:1em 1.5em;
	}
.private_policy dt{
	font-weight:bold;
	}
.private_policy dl{
	font-size:small;
	line-height:1.7em;
	}
.private_policy ul{
	text-indent:-1em;
	padding-left:1em;
	}
.private_policy ul li::before{
	content:"・";
	}

@media screen and (min-width: 1300px) {

}
@media screen and (min-width: 1600px) {

}

.main_contents .entry_section {
  background-color: #009bff;
  padding:3em;
}

.main_contents .ehon_intro_section {
  background-color: #ffd200;
  padding:3em;
}
.main_contents .ehon_intro_section .container {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(4, 0, 0, 0.37);
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 35px 40px;
}
.main_contents .ehon_intro_section .ehon_intro_img {
  max-width: 600px;
  margin: 39px auto 0;
}
.main_contents .ehon_intro_section .ehon_intro_lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1c2c72;
  line-height: 1.6;
  margin-top: 20px;
}
.main_contents .ehon_intro_section .ehon_intro_txt {
  text-align: center;
  font-size:medium;
  line-height: 1.6;
  margin-top: 20px;
}
.main_contents .ehon_intro_section .ehon_intro_contents {
  display: flex;
  margin-top: 34px;
}
.main_contents .ehon_intro_section .link_btn {
  max-width: 413px;
  margin: 77px auto 0;
}

/* ----------- PC ----------- */
@media screen and (min-width: 768px) {
  .pc_mt_30 {
    margin-top: 30px !important;
  }
}

/* ----------- SP ----------- */
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .main_contents {
    padding-top: 56px;
  }
.main_contents .about_section .container {
    padding: 20px 0 28px;
  }
  .main_contents .about_section .about_title {
    width: 83px;
  }
  .main_contents .about_section .about_lead {
    width: max(255px, 50vw);
    transform: translateX(-33px);
    margin-top: -11px;
  }
  .main_contents .about_section .about_copy {
    font-size: max(18px, 3vw);
    text-align: center;
    gap: 8px;
    margin-top: 23px;
  }
  .main_contents .about_section .about_copy::before {
    background-color: transparent;
    border: 2px solid #1c2c72;
    width: 7px;
    height: 46px;
    border-right: none;
  }
  .main_contents .about_section .about_copy::after {
    background-color: transparent;
    border: 2px solid #1c2c72;
    width: 7px;
    height: 46px;
    border-left: none;
  }
  .main_contents .about_section .about_box {
    display: block;
    margin-top: 24px;
    padding: 0 12px;
  }
  .main_contents .about_section .about_txt {
  font-size: medium;
}
  .main_contents .about_section .about_box .about_box_image {
    width: 51%;
    margin: 0 auto;
  }
  .main_contents .about_section .about_box .about_box_description {
    margin: -40px 0 0 0;
    padding: 56px 16px 17px;
    border: 1px solid #172980;
  }
  .main_contents .about_section .about_box .about_box_description p {
    font-size: 15px;
    line-height: 1.5;
  }
  .main_contents .about_section .about_box .about_box_description p+p {
    margin-top: 23px;
  }
.main_contents .about_section .img_box img#smp{
	margin:0 auto;
	width:50%;
}
.theme_box_01 p, .theme_box_02 p, .theme_box_03 p, .theme_box_04 p {
	font-size: medium;
}
.main_contents .shopping_section .speechBubble {
  width: 330px;
  font-size: medium;
}
  .main_contents .ehon_intro_section {
    padding: 46px 15px 60px;
  }
  .main_contents .ehon_intro_section .container {
    padding: 23px 0 24px;
  }
   .main_contents .ehon_intro_section .ehon_intro_lead {
  font-size: x-large;
  margin-top: 11px;
    line-height: 1.5;
}
  .main_contents .ehon_intro_section .ehon_intro_txt {
  font-size: medium;
}
  .main_contents .ehon_intro_section .ehon_intro_img {
    margin-top: 20px;
    padding: 0 22px;
  }
  .main_contents .ehon_intro_section .ehon_intro_contents {
    display: block;
    margin-top: 19px;
    padding: 0 13px;
  }
  .main_contents .ehon_intro_section .ehon_intro_contents .ehon_intro_contents_item+.ehon_intro_contents_item {
    margin-top: 22px;
  }
  .main_contents .ehon_intro_section .link_btn {
    margin-top: 40px;
    width: 87%;
  }
  .br-sp {
        display: block;
    }
/* ------------------------------
	guidelines
------------------------------ */
#guidelines {
	width: 95%;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #12335f;
	border-top: none;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}
#guidelines div.list {
	margin:0.5em 0;
}
#guidelines dl {
	width: 95%;
	margin: 3px auto;
	color: #333333;
}
#guidelines dt {
	font-weight: bold;
	font-size: 15px;
	padding: 3px 0 0;
	color: #12335f;
}
#guidelines ul {
	padding: 1em;
}
#guidelines p {
	margin: 5px 0;
}
.guidelines_h2 {
	text-align: center;
	padding: 4px 0 0px;
	background: #12335f;
	border: 3px solid #12335f;
	color: #FFF;
	font-size: 18px;
	border-right: none;
	border-left: none;
	font-weight: bold;
}
}